Subversion Repositories group.electronics

Rev

Rev 142 | Rev 148 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
139 pfowler 1
namespace NITNavComm {
2
    partial class NITCommNavForm {
3
        /// <summary>
4
        /// Required designer variable.
5
        /// </summary>
6
        private System.ComponentModel.IContainer components = null;
7
 
8
        /// <summary>
9
        /// Clean up any resources being used.
10
        /// </summary>
11
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12
        protected override void Dispose(bool disposing) {
13
            if (disposing && (components != null)) {
14
                components.Dispose();
15
            }
16
            base.Dispose(disposing);
17
        }
18
 
19
        #region Windows Form Designer generated code
20
 
21
        /// <summary>
22
        /// Required method for Designer support - do not modify
23
        /// the contents of this method with the code editor.
24
        /// </summary>
25
        private void InitializeComponent() {
26
            this.components = new System.ComponentModel.Container();
27
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
28
            this.panel1 = new System.Windows.Forms.Panel();
142 pfowler 29
            this.cmdFlip0 = new System.Windows.Forms.CheckBox();
30
            this.cmdSwap0 = new System.Windows.Forms.CheckBox();
139 pfowler 31
            this.txtSend1 = new System.Windows.Forms.TextBox();
32
            this.cmdSend1 = new System.Windows.Forms.Button();
142 pfowler 33
            this.txtSend0 = new System.Windows.Forms.TextBox();
34
            this.cmdSend0 = new System.Windows.Forms.Button();
35
            this.txtRot1 = new System.Windows.Forms.TextBox();
36
            this.txtRot0 = new System.Windows.Forms.TextBox();
139 pfowler 37
            this.freq3 = new NITNavComm.SevenSegmentArray();
38
            this.freq2 = new NITNavComm.SevenSegmentArray();
39
            this.freq1 = new NITNavComm.SevenSegmentArray();
40
            this.freq0 = new NITNavComm.SevenSegmentArray();
142 pfowler 41
            this.panel2 = new System.Windows.Forms.Panel();
42
            this.cmdUpdate = new System.Windows.Forms.Button();
43
            this.cmdClose = new System.Windows.Forms.Button();
44
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
139 pfowler 45
            this.tableLayoutPanel1.SuspendLayout();
46
            this.panel1.SuspendLayout();
47
            this.panel2.SuspendLayout();
48
            this.SuspendLayout();
49
            // 
50
            // tableLayoutPanel1
51
            // 
52
            this.tableLayoutPanel1.ColumnCount = 1;
53
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
54
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
55
            this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
56
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
57
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
58
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
59
            this.tableLayoutPanel1.RowCount = 2;
60
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
61
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
62
            this.tableLayoutPanel1.Size = new System.Drawing.Size(683, 236);
63
            this.tableLayoutPanel1.TabIndex = 0;
64
            // 
65
            // panel1
66
            // 
67
            this.panel1.Controls.Add(this.cmdFlip0);
68
            this.panel1.Controls.Add(this.cmdSwap0);
69
            this.panel1.Controls.Add(this.txtSend1);
70
            this.panel1.Controls.Add(this.cmdSend1);
71
            this.panel1.Controls.Add(this.txtSend0);
72
            this.panel1.Controls.Add(this.cmdSend0);
73
            this.panel1.Controls.Add(this.txtRot1);
74
            this.panel1.Controls.Add(this.txtRot0);
75
            this.panel1.Controls.Add(this.freq3);
76
            this.panel1.Controls.Add(this.freq2);
77
            this.panel1.Controls.Add(this.freq1);
78
            this.panel1.Controls.Add(this.freq0);
79
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
80
            this.panel1.Location = new System.Drawing.Point(3, 3);
81
            this.panel1.Name = "panel1";
82
            this.panel1.Size = new System.Drawing.Size(677, 190);
83
            this.panel1.TabIndex = 0;
84
            // 
142 pfowler 85
            // cmdFlip0
139 pfowler 86
            // 
142 pfowler 87
            this.cmdFlip0.Appearance = System.Windows.Forms.Appearance.Button;
88
            this.cmdFlip0.AutoSize = true;
89
            this.cmdFlip0.Location = new System.Drawing.Point(300, 81);
90
            this.cmdFlip0.Name = "cmdFlip0";
91
            this.cmdFlip0.Size = new System.Drawing.Size(26, 23);
92
            this.cmdFlip0.TabIndex = 4;
93
            this.cmdFlip0.Text = "...";
94
            this.cmdFlip0.UseVisualStyleBackColor = true;
139 pfowler 95
            // 
142 pfowler 96
            // cmdSwap0
139 pfowler 97
            // 
142 pfowler 98
            this.cmdSwap0.Appearance = System.Windows.Forms.Appearance.Button;
99
            this.cmdSwap0.AutoSize = true;
100
            this.cmdSwap0.Location = new System.Drawing.Point(230, 81);
101
            this.cmdSwap0.Name = "cmdSwap0";
102
            this.cmdSwap0.Size = new System.Drawing.Size(26, 23);
103
            this.cmdSwap0.TabIndex = 3;
104
            this.cmdSwap0.Text = "...";
105
            this.cmdSwap0.UseVisualStyleBackColor = true;
106
            this.cmdSwap0.CheckedChanged += new System.EventHandler(this.cmdSwap0_CheckedChanged);
107
            this.cmdSwap0.Click += new System.EventHandler(this.cmdSwap0_Click);
139 pfowler 108
            // 
109
            // txtSend1
110
            // 
111
            this.txtSend1.Location = new System.Drawing.Point(351, 82);
112
            this.txtSend1.Name = "txtSend1";
113
            this.txtSend1.Size = new System.Drawing.Size(63, 20);
114
            this.txtSend1.TabIndex = 5;
115
            // 
116
            // cmdSend1
117
            // 
118
            this.cmdSend1.Location = new System.Drawing.Point(421, 81);
119
            this.cmdSend1.Name = "cmdSend1";
120
            this.cmdSend1.Size = new System.Drawing.Size(43, 23);
121
            this.cmdSend1.TabIndex = 6;
122
            this.cmdSend1.Text = "Send";
123
            this.cmdSend1.UseVisualStyleBackColor = true;
124
            this.cmdSend1.Click += new System.EventHandler(this.cmdSend1_Click);
125
            // 
142 pfowler 126
            // txtSend0
139 pfowler 127
            // 
142 pfowler 128
            this.txtSend0.Location = new System.Drawing.Point(9, 82);
129
            this.txtSend0.Name = "txtSend0";
130
            this.txtSend0.Size = new System.Drawing.Size(63, 20);
131
            this.txtSend0.TabIndex = 1;
139 pfowler 132
            // 
142 pfowler 133
            // cmdSend0
139 pfowler 134
            // 
142 pfowler 135
            this.cmdSend0.Location = new System.Drawing.Point(79, 81);
136
            this.cmdSend0.Name = "cmdSend0";
137
            this.cmdSend0.Size = new System.Drawing.Size(43, 23);
138
            this.cmdSend0.TabIndex = 2;
139
            this.cmdSend0.Text = "Send";
140
            this.cmdSend0.UseVisualStyleBackColor = true;
141
            this.cmdSend0.Click += new System.EventHandler(this.cmdSend0_Click);
139 pfowler 142
            // 
142 pfowler 143
            // txtRot1
139 pfowler 144
            // 
142 pfowler 145
            this.txtRot1.Location = new System.Drawing.Point(612, 82);
146
            this.txtRot1.Name = "txtRot1";
147
            this.txtRot1.ReadOnly = true;
148
            this.txtRot1.Size = new System.Drawing.Size(32, 20);
149
            this.txtRot1.TabIndex = 13;
150
            this.txtRot1.TabStop = false;
139 pfowler 151
            // 
142 pfowler 152
            // txtRot0
153
            // 
154
            this.txtRot0.Location = new System.Drawing.Point(262, 82);
155
            this.txtRot0.Name = "txtRot0";
156
            this.txtRot0.ReadOnly = true;
157
            this.txtRot0.Size = new System.Drawing.Size(32, 20);
158
            this.txtRot0.TabIndex = 12;
159
            this.txtRot0.TabStop = false;
160
            // 
139 pfowler 161
            // freq3
162
            // 
163
            this.freq3.ArrayCount = 5;
164
            this.freq3.ColorBackground = System.Drawing.Color.Black;
165
            this.freq3.ColorDark = System.Drawing.Color.DimGray;
166
            this.freq3.ColorLight = System.Drawing.Color.Red;
167
            this.freq3.DecimalShow = true;
168
            this.freq3.ElementPadding = new System.Windows.Forms.Padding(4);
169
            this.freq3.ElementWidth = 10;
170
            this.freq3.ItalicFactor = 0F;
171
            this.freq3.Location = new System.Drawing.Point(512, 4);
172
            this.freq3.Name = "freq3";
173
            this.freq3.Size = new System.Drawing.Size(155, 36);
174
            this.freq3.TabIndex = 2;
175
            this.freq3.TabStop = false;
176
            this.freq3.Value = null;
177
            // 
178
            // freq2
179
            // 
180
            this.freq2.ArrayCount = 5;
181
            this.freq2.ColorBackground = System.Drawing.Color.Black;
182
            this.freq2.ColorDark = System.Drawing.Color.DimGray;
183
            this.freq2.ColorLight = System.Drawing.Color.Red;
184
            this.freq2.DecimalShow = true;
185
            this.freq2.ElementPadding = new System.Windows.Forms.Padding(4);
186
            this.freq2.ElementWidth = 10;
187
            this.freq2.ItalicFactor = 0F;
188
            this.freq2.Location = new System.Drawing.Point(351, 4);
189
            this.freq2.Name = "freq2";
190
            this.freq2.Size = new System.Drawing.Size(155, 36);
191
            this.freq2.TabIndex = 2;
192
            this.freq2.TabStop = false;
193
            this.freq2.Value = null;
194
            // 
195
            // freq1
196
            // 
197
            this.freq1.ArrayCount = 5;
198
            this.freq1.ColorBackground = System.Drawing.Color.Black;
199
            this.freq1.ColorDark = System.Drawing.Color.DimGray;
200
            this.freq1.ColorLight = System.Drawing.Color.Red;
201
            this.freq1.DecimalShow = true;
202
            this.freq1.ElementPadding = new System.Windows.Forms.Padding(4);
203
            this.freq1.ElementWidth = 10;
204
            this.freq1.ItalicFactor = 0F;
205
            this.freq1.Location = new System.Drawing.Point(171, 4);
206
            this.freq1.Name = "freq1";
207
            this.freq1.Size = new System.Drawing.Size(155, 36);
208
            this.freq1.TabIndex = 1;
209
            this.freq1.TabStop = false;
210
            this.freq1.Value = null;
211
            // 
212
            // freq0
213
            // 
214
            this.freq0.ArrayCount = 5;
215
            this.freq0.ColorBackground = System.Drawing.Color.Black;
216
            this.freq0.ColorDark = System.Drawing.Color.DimGray;
217
            this.freq0.ColorLight = System.Drawing.Color.Red;
218
            this.freq0.DecimalShow = true;
219
            this.freq0.ElementPadding = new System.Windows.Forms.Padding(4);
220
            this.freq0.ElementWidth = 10;
221
            this.freq0.ItalicFactor = 0F;
222
            this.freq0.Location = new System.Drawing.Point(10, 4);
223
            this.freq0.Name = "freq0";
224
            this.freq0.Size = new System.Drawing.Size(155, 36);
225
            this.freq0.TabIndex = 0;
226
            this.freq0.TabStop = false;
227
            this.freq0.Value = null;
228
            // 
142 pfowler 229
            // panel2
230
            // 
231
            this.panel2.Controls.Add(this.cmdUpdate);
232
            this.panel2.Controls.Add(this.cmdClose);
233
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
234
            this.panel2.Location = new System.Drawing.Point(3, 199);
235
            this.panel2.Name = "panel2";
236
            this.panel2.Size = new System.Drawing.Size(677, 34);
237
            this.panel2.TabIndex = 1;
238
            // 
239
            // cmdUpdate
240
            // 
241
            this.cmdUpdate.Location = new System.Drawing.Point(512, 4);
242
            this.cmdUpdate.Name = "cmdUpdate";
243
            this.cmdUpdate.Size = new System.Drawing.Size(75, 23);
244
            this.cmdUpdate.TabIndex = 1;
245
            this.cmdUpdate.Text = "Update";
246
            this.cmdUpdate.UseVisualStyleBackColor = true;
247
            this.cmdUpdate.Click += new System.EventHandler(this.cmdUpdate_Click);
248
            // 
249
            // cmdClose
250
            // 
251
            this.cmdClose.Location = new System.Drawing.Point(593, 4);
252
            this.cmdClose.Name = "cmdClose";
253
            this.cmdClose.Size = new System.Drawing.Size(75, 23);
254
            this.cmdClose.TabIndex = 0;
255
            this.cmdClose.Text = "Close";
256
            this.cmdClose.UseVisualStyleBackColor = true;
257
            this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
258
            // 
259
            // inputTimer
260
            // 
261
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
262
            // 
139 pfowler 263
            // NITCommNavForm
264
            // 
265
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
266
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
267
            this.ClientSize = new System.Drawing.Size(683, 236);
268
            this.Controls.Add(this.tableLayoutPanel1);
269
            this.Name = "NITCommNavForm";
270
            this.Text = "NITCommNavForm";
271
            this.tableLayoutPanel1.ResumeLayout(false);
272
            this.panel1.ResumeLayout(false);
273
            this.panel1.PerformLayout();
274
            this.panel2.ResumeLayout(false);
275
            this.ResumeLayout(false);
276
 
277
        }
278
 
279
        #endregion
280
 
281
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
282
        private System.Windows.Forms.Panel panel1;
283
        private System.Windows.Forms.TextBox txtRot1;
284
        private System.Windows.Forms.TextBox txtRot0;
285
        private SevenSegmentArray freq3;
286
        private SevenSegmentArray freq2;
287
        private SevenSegmentArray freq1;
288
        private SevenSegmentArray freq0;
289
        private System.Windows.Forms.Panel panel2;
290
        private System.Windows.Forms.Button cmdClose;
291
        private System.Windows.Forms.Button cmdUpdate;
292
        private System.Windows.Forms.TextBox txtSend1;
293
        private System.Windows.Forms.Button cmdSend1;
294
        private System.Windows.Forms.TextBox txtSend0;
295
        private System.Windows.Forms.Button cmdSend0;
296
        private System.Windows.Forms.CheckBox cmdSwap0;
297
        private System.Windows.Forms.CheckBox cmdFlip0;
298
        private System.Windows.Forms.Timer inputTimer;
299
    }
300
}