HamBook – Blame information for rev 15

Subversion Repositories:
Rev:
Rev Author Line No. Line
15 office 1 namespace HamBook
2 {
3 partial class MemoryOrganizerForm
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryOrganizerForm));
19 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
20 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
21 this.button1 = new System.Windows.Forms.Button();
22 this.button2 = new System.Windows.Forms.Button();
23 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
24 this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
25 this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
26 this.dataGridView1 = new HamBook.Utilities.Controls.DoubleBufferedDataGridView();
27 this.LocationColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
28 this.FrequencyColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
29 this.ClarifierDirectionColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
30 this.ClarifierOffsetColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
31 this.ClarColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
32 this.ModeColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
33 this.CtcssColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
34 this.PhaseColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
35 this.TagColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
36 this.TextColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
37 this.tableLayoutPanel1.SuspendLayout();
38 this.tableLayoutPanel2.SuspendLayout();
39 this.statusStrip1.SuspendLayout();
40 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
41 this.SuspendLayout();
42 //
43 // tableLayoutPanel1
44 //
45 this.tableLayoutPanel1.ColumnCount = 1;
46 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
47 this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
48 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
49 this.tableLayoutPanel1.Controls.Add(this.statusStrip1, 0, 2);
50 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
51 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
52 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
53 this.tableLayoutPanel1.RowCount = 3;
54 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
55 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
56 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
57 this.tableLayoutPanel1.Size = new System.Drawing.Size(1101, 455);
58 this.tableLayoutPanel1.TabIndex = 1;
59 //
60 // tableLayoutPanel2
61 //
62 this.tableLayoutPanel2.ColumnCount = 3;
63 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
64 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
65 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
66 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0);
67 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
68 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
69 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 398);
70 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
71 this.tableLayoutPanel2.RowCount = 1;
72 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
73 this.tableLayoutPanel2.Size = new System.Drawing.Size(1095, 34);
74 this.tableLayoutPanel2.TabIndex = 1;
75 //
76 // button1
77 //
78 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
79 this.button1.Location = new System.Drawing.Point(938, 5);
80 this.button1.Name = "button1";
81 this.button1.Size = new System.Drawing.Size(74, 23);
82 this.button1.TabIndex = 0;
83 this.button1.Text = "Read";
84 this.button1.UseVisualStyleBackColor = true;
85 this.button1.Click += new System.EventHandler(this.button1_Click);
86 //
87 // button2
88 //
89 this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
90 this.button2.Location = new System.Drawing.Point(1018, 5);
91 this.button2.Name = "button2";
92 this.button2.Size = new System.Drawing.Size(74, 23);
93 this.button2.TabIndex = 1;
94 this.button2.Text = "Write";
95 this.button2.UseVisualStyleBackColor = true;
96 this.button2.Click += new System.EventHandler(this.button2_Click);
97 //
98 // statusStrip1
99 //
100 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
101 this.toolStripProgressBar1,
102 this.toolStripStatusLabel1});
103 this.statusStrip1.Location = new System.Drawing.Point(0, 435);
104 this.statusStrip1.Name = "statusStrip1";
105 this.statusStrip1.Size = new System.Drawing.Size(1101, 20);
106 this.statusStrip1.TabIndex = 2;
107 this.statusStrip1.Text = "statusStrip1";
108 //
109 // toolStripProgressBar1
110 //
111 this.toolStripProgressBar1.Name = "toolStripProgressBar1";
112 this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 14);
113 //
114 // toolStripStatusLabel1
115 //
116 this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
117 this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 15);
118 this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
119 //
120 // dataGridView1
121 //
122 this.dataGridView1.AllowUserToAddRows = false;
123 this.dataGridView1.AllowUserToDeleteRows = false;
124 this.dataGridView1.AllowUserToResizeRows = false;
125 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
126 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
127 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
128 this.LocationColumn,
129 this.FrequencyColumn,
130 this.ClarifierDirectionColumn,
131 this.ClarifierOffsetColumn,
132 this.ClarColumn,
133 this.ModeColumn,
134 this.CtcssColumn,
135 this.PhaseColumn,
136 this.TagColumn,
137 this.TextColumn});
138 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
139 this.dataGridView1.DoubleBuffered = true;
140 this.dataGridView1.Location = new System.Drawing.Point(3, 3);
141 this.dataGridView1.Name = "dataGridView1";
142 this.dataGridView1.RowHeadersVisible = false;
143 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
144 this.dataGridView1.Size = new System.Drawing.Size(1095, 389);
145 this.dataGridView1.TabIndex = 0;
146 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
147 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick);
148 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
149 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp);
150 this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
151 this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
152 this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
153 //
154 // LocationColumn
155 //
156 this.LocationColumn.HeaderText = "Location";
157 this.LocationColumn.Name = "LocationColumn";
158 this.LocationColumn.ReadOnly = true;
159 //
160 // FrequencyColumn
161 //
162 this.FrequencyColumn.HeaderText = "Frequency";
163 this.FrequencyColumn.Name = "FrequencyColumn";
164 //
165 // ClarifierDirectionColumn
166 //
167 this.ClarifierDirectionColumn.HeaderText = "Clarifier";
168 this.ClarifierDirectionColumn.Items.AddRange(new object[] {
169 "+",
170 "-"});
171 this.ClarifierDirectionColumn.Name = "ClarifierDirectionColumn";
172 //
173 // ClarifierOffsetColumn
174 //
175 this.ClarifierOffsetColumn.HeaderText = "Offset";
176 this.ClarifierOffsetColumn.Name = "ClarifierOffsetColumn";
177 //
178 // ClarColumn
179 //
180 this.ClarColumn.HeaderText = "Clar";
181 this.ClarColumn.Name = "ClarColumn";
182 this.ClarColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
183 //
184 // ModeColumn
185 //
186 this.ModeColumn.HeaderText = "Mode";
187 this.ModeColumn.Items.AddRange(new object[] {
188 "LSB",
189 "USB",
190 "CW",
191 "FM",
192 "AM",
193 "RTTY-LSB",
194 "CW-R",
195 "DATA-LSB",
196 "RTTY-USB",
197 "FM-N",
198 "DATA-USB",
199 "AM-N"});
200 this.ModeColumn.Name = "ModeColumn";
201 //
202 // CtcssColumn
203 //
204 this.CtcssColumn.HeaderText = "CTCSS";
205 this.CtcssColumn.Items.AddRange(new object[] {
206 "Off",
207 "Enc/Dec",
208 "Enc"});
209 this.CtcssColumn.Name = "CtcssColumn";
210 //
211 // PhaseColumn
212 //
213 this.PhaseColumn.HeaderText = "Phase";
214 this.PhaseColumn.Items.AddRange(new object[] {
215 "Simplex",
216 "Plus Shift",
217 "Minus Shift"});
218 this.PhaseColumn.Name = "PhaseColumn";
219 //
220 // TagColumn
221 //
222 this.TagColumn.HeaderText = "Tag";
223 this.TagColumn.Name = "TagColumn";
224 this.TagColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
225 //
226 // TextColumn
227 //
228 this.TextColumn.HeaderText = "Text";
229 this.TextColumn.Name = "TextColumn";
230 //
231 // MemoryOrganizerForm
232 //
233 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
234 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
235 this.ClientSize = new System.Drawing.Size(1101, 455);
236 this.Controls.Add(this.tableLayoutPanel1);
237 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
238 this.Name = "MemoryOrganizerForm";
239 this.Text = "HamBook: Memory Organizer";
240 this.Load += new System.EventHandler(this.MemoryOrganizerForm_Load);
241 this.tableLayoutPanel1.ResumeLayout(false);
242 this.tableLayoutPanel1.PerformLayout();
243 this.tableLayoutPanel2.ResumeLayout(false);
244 this.statusStrip1.ResumeLayout(false);
245 this.statusStrip1.PerformLayout();
246 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
247 this.ResumeLayout(false);
248  
249 }
250  
251 #endregion
252  
253 private HamBook.Utilities.Controls.DoubleBufferedDataGridView dataGridView1;
254 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
255 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
256 private System.Windows.Forms.Button button1;
257 private System.Windows.Forms.Button button2;
258 private System.Windows.Forms.StatusStrip statusStrip1;
259 private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
260 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
261 private System.Windows.Forms.DataGridViewTextBoxColumn LocationColumn;
262 private System.Windows.Forms.DataGridViewTextBoxColumn FrequencyColumn;
263 private System.Windows.Forms.DataGridViewComboBoxColumn ClarifierDirectionColumn;
264 private System.Windows.Forms.DataGridViewTextBoxColumn ClarifierOffsetColumn;
265 private System.Windows.Forms.DataGridViewCheckBoxColumn ClarColumn;
266 private System.Windows.Forms.DataGridViewComboBoxColumn ModeColumn;
267 private System.Windows.Forms.DataGridViewComboBoxColumn CtcssColumn;
268 private System.Windows.Forms.DataGridViewComboBoxColumn PhaseColumn;
269 private System.Windows.Forms.DataGridViewCheckBoxColumn TagColumn;
270 private System.Windows.Forms.DataGridViewTextBoxColumn TextColumn;
271 }
272 }