HamBook – Blame information for rev 10

Subversion Repositories:
Rev:
Rev Author Line No. Line
10 office 1 namespace HamBook
2 {
3 partial class SpectrogramForm
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 #region Windows Form Designer generated code
11  
12 /// <summary>
13 /// Required method for Designer support - do not modify
14 /// the contents of this method with the code editor.
15 /// </summary>
16 private void InitializeComponent()
17 {
18 this.components = new System.ComponentModel.Container();
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SpectrogramForm));
20 this.pictureBox1 = new System.Windows.Forms.PictureBox();
21 this.timer1 = new System.Windows.Forms.Timer(this.components);
22 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
23 this.pictureBox2 = new System.Windows.Forms.PictureBox();
24 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
25 this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
27 this.tableLayoutPanel1.SuspendLayout();
28 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
29 this.contextMenuStrip1.SuspendLayout();
30 this.SuspendLayout();
31 //
32 // pictureBox1
33 //
34 this.pictureBox1.BackColor = System.Drawing.Color.Black;
35 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
36 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
37 this.pictureBox1.Name = "pictureBox1";
38 this.pictureBox1.Size = new System.Drawing.Size(734, 506);
39 this.pictureBox1.TabIndex = 0;
40 this.pictureBox1.TabStop = false;
41 this.pictureBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseClick);
42 this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseDown);
43 this.pictureBox1.MouseEnter += new System.EventHandler(this.SpectrogramForm_MouseEnter);
44 this.pictureBox1.MouseLeave += new System.EventHandler(this.SpectrogramForm_MouseLeave);
45 this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseMove);
46 this.pictureBox1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseUp);
47 //
48 // timer1
49 //
50 this.timer1.Enabled = true;
51 this.timer1.Interval = 1;
52 this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
53 //
54 // tableLayoutPanel1
55 //
56 this.tableLayoutPanel1.ColumnCount = 2;
57 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
58 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
59 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
60 this.tableLayoutPanel1.Controls.Add(this.pictureBox2, 1, 0);
61 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
62 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
63 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
64 this.tableLayoutPanel1.RowCount = 1;
65 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
66 this.tableLayoutPanel1.Size = new System.Drawing.Size(840, 512);
67 this.tableLayoutPanel1.TabIndex = 1;
68 this.tableLayoutPanel1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseClick);
69 this.tableLayoutPanel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseDown);
70 this.tableLayoutPanel1.MouseEnter += new System.EventHandler(this.SpectrogramForm_MouseEnter);
71 this.tableLayoutPanel1.MouseLeave += new System.EventHandler(this.SpectrogramForm_MouseLeave);
72 this.tableLayoutPanel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseMove);
73 this.tableLayoutPanel1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseUp);
74 //
75 // pictureBox2
76 //
77 this.pictureBox2.BackColor = System.Drawing.Color.White;
78 this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
79 this.pictureBox2.Location = new System.Drawing.Point(743, 3);
80 this.pictureBox2.Name = "pictureBox2";
81 this.pictureBox2.Size = new System.Drawing.Size(94, 506);
82 this.pictureBox2.TabIndex = 1;
83 this.pictureBox2.TabStop = false;
84 this.pictureBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseClick);
85 this.pictureBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseDown);
86 this.pictureBox2.MouseEnter += new System.EventHandler(this.SpectrogramForm_MouseEnter);
87 this.pictureBox2.MouseLeave += new System.EventHandler(this.SpectrogramForm_MouseLeave);
88 this.pictureBox2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseMove);
89 this.pictureBox2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseUp);
90 //
91 // contextMenuStrip1
92 //
93 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
94 this.closeToolStripMenuItem});
95 this.contextMenuStrip1.Name = "contextMenuStrip1";
96 this.contextMenuStrip1.Size = new System.Drawing.Size(104, 26);
97 this.contextMenuStrip1.MouseEnter += new System.EventHandler(this.SpectrogramForm_MouseEnter);
98 this.contextMenuStrip1.MouseLeave += new System.EventHandler(this.SpectrogramForm_MouseLeave);
99 //
100 // closeToolStripMenuItem
101 //
102 this.closeToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("closeToolStripMenuItem.Image")));
103 this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
104 this.closeToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
105 this.closeToolStripMenuItem.Text = "Close";
106 this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
107 //
108 // SpectrogramForm
109 //
110 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
111 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
112 this.BackColor = System.Drawing.Color.Black;
113 this.ClientSize = new System.Drawing.Size(840, 512);
114 this.ControlBox = false;
115 this.Controls.Add(this.tableLayoutPanel1);
116 this.DoubleBuffered = true;
117 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
118 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
119 this.MaximizeBox = false;
120 this.MaximumSize = new System.Drawing.Size(840, 512);
121 this.MinimizeBox = false;
122 this.MinimumSize = new System.Drawing.Size(840, 512);
123 this.Name = "SpectrogramForm";
124 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
125 this.Text = "HamBook: Spectrogram";
126 this.Activated += new System.EventHandler(this.SpectrogramForm_Activated);
127 this.Load += new System.EventHandler(this.SpectrogramForm_Load);
128 this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseClick);
129 this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseDown);
130 this.MouseEnter += new System.EventHandler(this.SpectrogramForm_MouseEnter);
131 this.MouseLeave += new System.EventHandler(this.SpectrogramForm_MouseLeave);
132 this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseMove);
133 this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.SpectrogramForm_MouseUp);
134 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
135 this.tableLayoutPanel1.ResumeLayout(false);
136 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
137 this.contextMenuStrip1.ResumeLayout(false);
138 this.ResumeLayout(false);
139  
140 }
141  
142 #endregion
143  
144 private System.Windows.Forms.PictureBox pictureBox1;
145 private System.Windows.Forms.Timer timer1;
146 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
147 private System.Windows.Forms.PictureBox pictureBox2;
148 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
149 private System.Windows.Forms.ToolStripMenuItem closeToolStripMenuItem;
150 }
151 }