| Line 24... |
Line 24... |
| 24 |
/// </summary>
|
24 |
/// </summary>
|
| 25 |
private void InitializeComponent() {
|
25 |
private void InitializeComponent() {
|
| 26 |
this.components = new System.ComponentModel.Container();
|
26 |
this.components = new System.ComponentModel.Container();
|
| 27 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
27 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
| 28 |
this.panel1 = new System.Windows.Forms.Panel();
|
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();
|
29 |
this.cmdFlip0 = new System.Windows.Forms.CheckBox();
|
| 33 |
this.cmdUpdate = new System.Windows.Forms.Button();
|
- |
|
| 34 |
this.cmdSend0 = new System.Windows.Forms.Button();
|
- |
|
| 35 |
this.txtSend0 = new System.Windows.Forms.TextBox();
|
30 |
this.cmdSwap0 = new System.Windows.Forms.CheckBox();
|
| 36 |
this.txtSend1 = new System.Windows.Forms.TextBox();
|
31 |
this.txtSend1 = new System.Windows.Forms.TextBox();
|
| 37 |
this.cmdSend1 = new System.Windows.Forms.Button();
|
32 |
this.cmdSend1 = new System.Windows.Forms.Button();
|
| 38 |
this.cmdSwap0 = new System.Windows.Forms.CheckBox();
|
33 |
this.txtSend0 = new System.Windows.Forms.TextBox();
|
| 39 |
this.cmdFlip0 = new System.Windows.Forms.CheckBox();
|
34 |
this.cmdSend0 = new System.Windows.Forms.Button();
|
| - |
|
35 |
this.txtRot1 = new System.Windows.Forms.TextBox();
|
| 40 |
this.inputTimer = new System.Windows.Forms.Timer(this.components);
|
36 |
this.txtRot0 = new System.Windows.Forms.TextBox();
|
| 41 |
this.freq3 = new NITNavComm.SevenSegmentArray();
|
37 |
this.freq3 = new NITNavComm.SevenSegmentArray();
|
| 42 |
this.freq2 = new NITNavComm.SevenSegmentArray();
|
38 |
this.freq2 = new NITNavComm.SevenSegmentArray();
|
| 43 |
this.freq1 = new NITNavComm.SevenSegmentArray();
|
39 |
this.freq1 = new NITNavComm.SevenSegmentArray();
|
| 44 |
this.freq0 = new NITNavComm.SevenSegmentArray();
|
40 |
this.freq0 = new NITNavComm.SevenSegmentArray();
|
| - |
|
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);
|
| 45 |
this.tableLayoutPanel1.SuspendLayout();
|
45 |
this.tableLayoutPanel1.SuspendLayout();
|
| 46 |
this.panel1.SuspendLayout();
|
46 |
this.panel1.SuspendLayout();
|
| 47 |
this.panel2.SuspendLayout();
|
47 |
this.panel2.SuspendLayout();
|
| 48 |
this.SuspendLayout();
|
48 |
this.SuspendLayout();
|
| 49 |
//
|
49 |
//
|
| Line 80... |
Line 80... |
| 80 |
this.panel1.Location = new System.Drawing.Point(3, 3);
|
80 |
this.panel1.Location = new System.Drawing.Point(3, 3);
|
| 81 |
this.panel1.Name = "panel1";
|
81 |
this.panel1.Name = "panel1";
|
| 82 |
this.panel1.Size = new System.Drawing.Size(677, 190);
|
82 |
this.panel1.Size = new System.Drawing.Size(677, 190);
|
| 83 |
this.panel1.TabIndex = 0;
|
83 |
this.panel1.TabIndex = 0;
|
| 84 |
//
|
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
|
85 |
// cmdFlip0
|
| 134 |
//
|
86 |
//
|
| - |
|
87 |
this.cmdFlip0.Appearance = System.Windows.Forms.Appearance.Button;
|
| - |
|
88 |
this.cmdFlip0.AutoSize = true;
|
| 135 |
this.cmdSend0.Location = new System.Drawing.Point(79, 81);
|
89 |
this.cmdFlip0.Location = new System.Drawing.Point(300, 81);
|
| 136 |
this.cmdSend0.Name = "cmdSend0";
|
90 |
this.cmdFlip0.Name = "cmdFlip0";
|
| 137 |
this.cmdSend0.Size = new System.Drawing.Size(43, 23);
|
91 |
this.cmdFlip0.Size = new System.Drawing.Size(26, 23);
|
| 138 |
this.cmdSend0.TabIndex = 2;
|
92 |
this.cmdFlip0.TabIndex = 4;
|
| 139 |
this.cmdSend0.Text = "Send";
|
93 |
this.cmdFlip0.Text = "...";
|
| 140 |
this.cmdSend0.UseVisualStyleBackColor = true;
|
94 |
this.cmdFlip0.UseVisualStyleBackColor = true;
|
| 141 |
this.cmdSend0.Click += new System.EventHandler(this.cmdSend0_Click);
|
- |
|
| 142 |
//
|
95 |
//
|
| 143 |
// txtSend0
|
96 |
// cmdSwap0
|
| 144 |
//
|
97 |
//
|
| - |
|
98 |
this.cmdSwap0.Appearance = System.Windows.Forms.Appearance.Button;
|
| - |
|
99 |
this.cmdSwap0.AutoSize = true;
|
| 145 |
this.txtSend0.Location = new System.Drawing.Point(9, 82);
|
100 |
this.cmdSwap0.Location = new System.Drawing.Point(230, 81);
|
| 146 |
this.txtSend0.Name = "txtSend0";
|
101 |
this.cmdSwap0.Name = "cmdSwap0";
|
| 147 |
this.txtSend0.Size = new System.Drawing.Size(63, 20);
|
102 |
this.cmdSwap0.Size = new System.Drawing.Size(26, 23);
|
| 148 |
this.txtSend0.TabIndex = 1;
|
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);
|
| 149 |
//
|
108 |
//
|
| 150 |
// txtSend1
|
109 |
// txtSend1
|
| 151 |
//
|
110 |
//
|
| 152 |
this.txtSend1.Location = new System.Drawing.Point(351, 82);
|
111 |
this.txtSend1.Location = new System.Drawing.Point(351, 82);
|
| 153 |
this.txtSend1.Name = "txtSend1";
|
112 |
this.txtSend1.Name = "txtSend1";
|
| Line 162... |
Line 121... |
| 162 |
this.cmdSend1.TabIndex = 6;
|
121 |
this.cmdSend1.TabIndex = 6;
|
| 163 |
this.cmdSend1.Text = "Send";
|
122 |
this.cmdSend1.Text = "Send";
|
| 164 |
this.cmdSend1.UseVisualStyleBackColor = true;
|
123 |
this.cmdSend1.UseVisualStyleBackColor = true;
|
| 165 |
this.cmdSend1.Click += new System.EventHandler(this.cmdSend1_Click);
|
124 |
this.cmdSend1.Click += new System.EventHandler(this.cmdSend1_Click);
|
| 166 |
//
|
125 |
//
|
| 167 |
// cmdSwap0
|
126 |
// txtSend0
|
| 168 |
//
|
127 |
//
|
| 169 |
this.cmdSwap0.Appearance = System.Windows.Forms.Appearance.Button;
|
- |
|
| 170 |
this.cmdSwap0.AutoSize = true;
|
- |
|
| 171 |
this.cmdSwap0.Location = new System.Drawing.Point(230, 81);
|
128 |
this.txtSend0.Location = new System.Drawing.Point(9, 82);
|
| 172 |
this.cmdSwap0.Name = "cmdSwap0";
|
129 |
this.txtSend0.Name = "txtSend0";
|
| 173 |
this.cmdSwap0.Size = new System.Drawing.Size(26, 23);
|
130 |
this.txtSend0.Size = new System.Drawing.Size(63, 20);
|
| 174 |
this.cmdSwap0.TabIndex = 3;
|
131 |
this.txtSend0.TabIndex = 1;
|
| 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 |
//
|
132 |
//
|
| 180 |
// cmdFlip0
|
133 |
// cmdSend0
|
| 181 |
//
|
134 |
//
|
| 182 |
this.cmdFlip0.Appearance = System.Windows.Forms.Appearance.Button;
|
- |
|
| 183 |
this.cmdFlip0.AutoSize = true;
|
- |
|
| 184 |
this.cmdFlip0.Location = new System.Drawing.Point(300, 81);
|
135 |
this.cmdSend0.Location = new System.Drawing.Point(79, 81);
|
| 185 |
this.cmdFlip0.Name = "cmdFlip0";
|
136 |
this.cmdSend0.Name = "cmdSend0";
|
| 186 |
this.cmdFlip0.Size = new System.Drawing.Size(26, 23);
|
137 |
this.cmdSend0.Size = new System.Drawing.Size(43, 23);
|
| 187 |
this.cmdFlip0.TabIndex = 4;
|
138 |
this.cmdSend0.TabIndex = 2;
|
| 188 |
this.cmdFlip0.Text = "...";
|
139 |
this.cmdSend0.Text = "Send";
|
| 189 |
this.cmdFlip0.UseVisualStyleBackColor = true;
|
140 |
this.cmdSend0.UseVisualStyleBackColor = true;
|
| - |
|
141 |
this.cmdSend0.Click += new System.EventHandler(this.cmdSend0_Click);
|
| 190 |
//
|
142 |
//
|
| 191 |
// inputTimer
|
143 |
// txtRot1
|
| 192 |
//
|
144 |
//
|
| - |
|
145 |
this.txtRot1.Location = new System.Drawing.Point(612, 82);
|
| - |
|
146 |
this.txtRot1.Name = "txtRot1";
|
| - |
|
147 |
this.txtRot1.ReadOnly = true;
|
| 193 |
this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
|
148 |
this.txtRot1.Size = new System.Drawing.Size(32, 20);
|
| - |
|
149 |
this.txtRot1.TabIndex = 13;
|
| - |
|
150 |
this.txtRot1.TabStop = false;
|
| - |
|
151 |
//
|
| - |
|
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;
|
| 194 |
//
|
160 |
//
|
| 195 |
// freq3
|
161 |
// freq3
|
| 196 |
//
|
162 |
//
|
| 197 |
this.freq3.ArrayCount = 5;
|
163 |
this.freq3.ArrayCount = 5;
|
| 198 |
this.freq3.ColorBackground = System.Drawing.Color.Black;
|
164 |
this.freq3.ColorBackground = System.Drawing.Color.Black;
|
| Line 258... |
Line 224... |
| 258 |
this.freq0.Size = new System.Drawing.Size(155, 36);
|
224 |
this.freq0.Size = new System.Drawing.Size(155, 36);
|
| 259 |
this.freq0.TabIndex = 0;
|
225 |
this.freq0.TabIndex = 0;
|
| 260 |
this.freq0.TabStop = false;
|
226 |
this.freq0.TabStop = false;
|
| 261 |
this.freq0.Value = null;
|
227 |
this.freq0.Value = null;
|
| 262 |
//
|
228 |
//
|
| - |
|
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 |
//
|
| 263 |
// NITCommNavForm
|
263 |
// NITCommNavForm
|
| 264 |
//
|
264 |
//
|
| 265 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
265 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
| 266 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
266 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
| 267 |
this.ClientSize = new System.Drawing.Size(683, 236);
|
267 |
this.ClientSize = new System.Drawing.Size(683, 236);
|