Subversion Repositories group.electronics

Rev

Go to most recent revision | Details | 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();
29
            this.txtRot0 = new System.Windows.Forms.TextBox();
30
            this.txtRot1 = new System.Windows.Forms.TextBox();
31
            this.panel2 = new System.Windows.Forms.Panel();
32
            this.cmdClose = new System.Windows.Forms.Button();
33
            this.cmdUpdate = new System.Windows.Forms.Button();
34
            this.cmdSend0 = new System.Windows.Forms.Button();
35
            this.txtSend0 = new System.Windows.Forms.TextBox();
36
            this.txtSend1 = new System.Windows.Forms.TextBox();
37
            this.cmdSend1 = new System.Windows.Forms.Button();
38
            this.cmdSwap0 = new System.Windows.Forms.CheckBox();
39
            this.cmdFlip0 = new System.Windows.Forms.CheckBox();
40
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
41
            this.freq3 = new NITNavComm.SevenSegmentArray();
42
            this.freq2 = new NITNavComm.SevenSegmentArray();
43
            this.freq1 = new NITNavComm.SevenSegmentArray();
44
            this.freq0 = new NITNavComm.SevenSegmentArray();
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
            // 
85
            // txtRot0
86
            // 
87
            this.txtRot0.Location = new System.Drawing.Point(262, 82);
88
            this.txtRot0.Name = "txtRot0";
89
            this.txtRot0.ReadOnly = true;
90
            this.txtRot0.Size = new System.Drawing.Size(32, 20);
91
            this.txtRot0.TabIndex = 12;
92
            this.txtRot0.TabStop = false;
93
            // 
94
            // txtRot1
95
            // 
96
            this.txtRot1.Location = new System.Drawing.Point(612, 82);
97
            this.txtRot1.Name = "txtRot1";
98
            this.txtRot1.ReadOnly = true;
99
            this.txtRot1.Size = new System.Drawing.Size(32, 20);
100
            this.txtRot1.TabIndex = 13;
101
            this.txtRot1.TabStop = false;
102
            // 
103
            // panel2
104
            // 
105
            this.panel2.Controls.Add(this.cmdUpdate);
106
            this.panel2.Controls.Add(this.cmdClose);
107
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
108
            this.panel2.Location = new System.Drawing.Point(3, 199);
109
            this.panel2.Name = "panel2";
110
            this.panel2.Size = new System.Drawing.Size(677, 34);
111
            this.panel2.TabIndex = 1;
112
            // 
113
            // cmdClose
114
            // 
115
            this.cmdClose.Location = new System.Drawing.Point(593, 4);
116
            this.cmdClose.Name = "cmdClose";
117
            this.cmdClose.Size = new System.Drawing.Size(75, 23);
118
            this.cmdClose.TabIndex = 0;
119
            this.cmdClose.Text = "Close";
120
            this.cmdClose.UseVisualStyleBackColor = true;
121
            this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
122
            // 
123
            // cmdUpdate
124
            // 
125
            this.cmdUpdate.Location = new System.Drawing.Point(512, 4);
126
            this.cmdUpdate.Name = "cmdUpdate";
127
            this.cmdUpdate.Size = new System.Drawing.Size(75, 23);
128
            this.cmdUpdate.TabIndex = 1;
129
            this.cmdUpdate.Text = "Update";
130
            this.cmdUpdate.UseVisualStyleBackColor = true;
131
            this.cmdUpdate.Click += new System.EventHandler(this.cmdUpdate_Click);
132
            // 
133
            // cmdSend0
134
            // 
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);
142
            // 
143
            // txtSend0
144
            // 
145
            this.txtSend0.Location = new System.Drawing.Point(9, 82);
146
            this.txtSend0.Name = "txtSend0";
147
            this.txtSend0.Size = new System.Drawing.Size(63, 20);
148
            this.txtSend0.TabIndex = 1;
149
            // 
150
            // txtSend1
151
            // 
152
            this.txtSend1.Location = new System.Drawing.Point(351, 82);
153
            this.txtSend1.Name = "txtSend1";
154
            this.txtSend1.Size = new System.Drawing.Size(63, 20);
155
            this.txtSend1.TabIndex = 5;
156
            // 
157
            // cmdSend1
158
            // 
159
            this.cmdSend1.Location = new System.Drawing.Point(421, 81);
160
            this.cmdSend1.Name = "cmdSend1";
161
            this.cmdSend1.Size = new System.Drawing.Size(43, 23);
162
            this.cmdSend1.TabIndex = 6;
163
            this.cmdSend1.Text = "Send";
164
            this.cmdSend1.UseVisualStyleBackColor = true;
165
            this.cmdSend1.Click += new System.EventHandler(this.cmdSend1_Click);
166
            // 
167
            // cmdSwap0
168
            // 
169
            this.cmdSwap0.Appearance = System.Windows.Forms.Appearance.Button;
170
            this.cmdSwap0.AutoSize = true;
171
            this.cmdSwap0.Location = new System.Drawing.Point(230, 81);
172
            this.cmdSwap0.Name = "cmdSwap0";
173
            this.cmdSwap0.Size = new System.Drawing.Size(26, 23);
174
            this.cmdSwap0.TabIndex = 3;
175
            this.cmdSwap0.Text = "...";
176
            this.cmdSwap0.UseVisualStyleBackColor = true;
177
            this.cmdSwap0.CheckedChanged += new System.EventHandler(this.cmdSwap0_CheckedChanged);
178
            this.cmdSwap0.Click += new System.EventHandler(this.cmdSwap0_Click);
179
            // 
180
            // cmdFlip0
181
            // 
182
            this.cmdFlip0.Appearance = System.Windows.Forms.Appearance.Button;
183
            this.cmdFlip0.AutoSize = true;
184
            this.cmdFlip0.Location = new System.Drawing.Point(300, 81);
185
            this.cmdFlip0.Name = "cmdFlip0";
186
            this.cmdFlip0.Size = new System.Drawing.Size(26, 23);
187
            this.cmdFlip0.TabIndex = 4;
188
            this.cmdFlip0.Text = "...";
189
            this.cmdFlip0.UseVisualStyleBackColor = true;
190
            // 
191
            // inputTimer
192
            // 
193
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
194
            // 
195
            // freq3
196
            // 
197
            this.freq3.ArrayCount = 5;
198
            this.freq3.ColorBackground = System.Drawing.Color.Black;
199
            this.freq3.ColorDark = System.Drawing.Color.DimGray;
200
            this.freq3.ColorLight = System.Drawing.Color.Red;
201
            this.freq3.DecimalShow = true;
202
            this.freq3.ElementPadding = new System.Windows.Forms.Padding(4);
203
            this.freq3.ElementWidth = 10;
204
            this.freq3.ItalicFactor = 0F;
205
            this.freq3.Location = new System.Drawing.Point(512, 4);
206
            this.freq3.Name = "freq3";
207
            this.freq3.Size = new System.Drawing.Size(155, 36);
208
            this.freq3.TabIndex = 2;
209
            this.freq3.TabStop = false;
210
            this.freq3.Value = null;
211
            // 
212
            // freq2
213
            // 
214
            this.freq2.ArrayCount = 5;
215
            this.freq2.ColorBackground = System.Drawing.Color.Black;
216
            this.freq2.ColorDark = System.Drawing.Color.DimGray;
217
            this.freq2.ColorLight = System.Drawing.Color.Red;
218
            this.freq2.DecimalShow = true;
219
            this.freq2.ElementPadding = new System.Windows.Forms.Padding(4);
220
            this.freq2.ElementWidth = 10;
221
            this.freq2.ItalicFactor = 0F;
222
            this.freq2.Location = new System.Drawing.Point(351, 4);
223
            this.freq2.Name = "freq2";
224
            this.freq2.Size = new System.Drawing.Size(155, 36);
225
            this.freq2.TabIndex = 2;
226
            this.freq2.TabStop = false;
227
            this.freq2.Value = null;
228
            // 
229
            // freq1
230
            // 
231
            this.freq1.ArrayCount = 5;
232
            this.freq1.ColorBackground = System.Drawing.Color.Black;
233
            this.freq1.ColorDark = System.Drawing.Color.DimGray;
234
            this.freq1.ColorLight = System.Drawing.Color.Red;
235
            this.freq1.DecimalShow = true;
236
            this.freq1.ElementPadding = new System.Windows.Forms.Padding(4);
237
            this.freq1.ElementWidth = 10;
238
            this.freq1.ItalicFactor = 0F;
239
            this.freq1.Location = new System.Drawing.Point(171, 4);
240
            this.freq1.Name = "freq1";
241
            this.freq1.Size = new System.Drawing.Size(155, 36);
242
            this.freq1.TabIndex = 1;
243
            this.freq1.TabStop = false;
244
            this.freq1.Value = null;
245
            // 
246
            // freq0
247
            // 
248
            this.freq0.ArrayCount = 5;
249
            this.freq0.ColorBackground = System.Drawing.Color.Black;
250
            this.freq0.ColorDark = System.Drawing.Color.DimGray;
251
            this.freq0.ColorLight = System.Drawing.Color.Red;
252
            this.freq0.DecimalShow = true;
253
            this.freq0.ElementPadding = new System.Windows.Forms.Padding(4);
254
            this.freq0.ElementWidth = 10;
255
            this.freq0.ItalicFactor = 0F;
256
            this.freq0.Location = new System.Drawing.Point(10, 4);
257
            this.freq0.Name = "freq0";
258
            this.freq0.Size = new System.Drawing.Size(155, 36);
259
            this.freq0.TabIndex = 0;
260
            this.freq0.TabStop = false;
261
            this.freq0.Value = null;
262
            // 
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
}