Subversion Repositories group.electronics

Rev

Rev 156 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 157
Line 215... Line 215...
215
            // 
215
            // 
216
            this.led7.Color = System.Drawing.Color.Red;
216
            this.led7.Color = System.Drawing.Color.Red;
217
            this.led7.Flash = false;
217
            this.led7.Flash = false;
218
            this.led7.Location = new System.Drawing.Point(323, 26);
218
            this.led7.Location = new System.Drawing.Point(323, 26);
219
            this.led7.Name = "led7";
219
            this.led7.Name = "led7";
220
            this.led7.On = true;
220
            this.led7.On = false;
221
            this.led7.Size = new System.Drawing.Size(17, 17);
221
            this.led7.Size = new System.Drawing.Size(17, 17);
222
            this.led7.TabIndex = 14;
222
            this.led7.TabIndex = 14;
223
            this.led7.Click += new System.EventHandler(this.led7_Click);
223
            this.led7.Click += new System.EventHandler(this.led7_Click);
224
            // 
224
            // 
225
            // led6
225
            // led6
226
            // 
226
            // 
227
            this.led6.Color = System.Drawing.Color.Red;
227
            this.led6.Color = System.Drawing.Color.Red;
228
            this.led6.Flash = false;
228
            this.led6.Flash = false;
229
            this.led6.Location = new System.Drawing.Point(281, 26);
229
            this.led6.Location = new System.Drawing.Point(281, 26);
230
            this.led6.Name = "led6";
230
            this.led6.Name = "led6";
231
            this.led6.On = true;
231
            this.led6.On = false;
232
            this.led6.Size = new System.Drawing.Size(17, 17);
232
            this.led6.Size = new System.Drawing.Size(17, 17);
233
            this.led6.TabIndex = 12;
233
            this.led6.TabIndex = 12;
234
            this.led6.Click += new System.EventHandler(this.led6_Click);
234
            this.led6.Click += new System.EventHandler(this.led6_Click);
235
            // 
235
            // 
236
            // led5
236
            // led5
237
            // 
237
            // 
238
            this.led5.Color = System.Drawing.Color.Red;
238
            this.led5.Color = System.Drawing.Color.Red;
239
            this.led5.Flash = false;
239
            this.led5.Flash = false;
240
            this.led5.Location = new System.Drawing.Point(241, 26);
240
            this.led5.Location = new System.Drawing.Point(241, 26);
241
            this.led5.Name = "led5";
241
            this.led5.Name = "led5";
242
            this.led5.On = true;
242
            this.led5.On = false;
243
            this.led5.Size = new System.Drawing.Size(17, 17);
243
            this.led5.Size = new System.Drawing.Size(17, 17);
244
            this.led5.TabIndex = 10;
244
            this.led5.TabIndex = 10;
245
            this.led5.Click += new System.EventHandler(this.led5_Click);
245
            this.led5.Click += new System.EventHandler(this.led5_Click);
246
            // 
246
            // 
247
            // led4
247
            // led4
248
            // 
248
            // 
249
            this.led4.Color = System.Drawing.Color.Red;
249
            this.led4.Color = System.Drawing.Color.Red;
250
            this.led4.Flash = false;
250
            this.led4.Flash = false;
251
            this.led4.Location = new System.Drawing.Point(200, 26);
251
            this.led4.Location = new System.Drawing.Point(200, 26);
252
            this.led4.Name = "led4";
252
            this.led4.Name = "led4";
253
            this.led4.On = true;
253
            this.led4.On = false;
254
            this.led4.Size = new System.Drawing.Size(17, 17);
254
            this.led4.Size = new System.Drawing.Size(17, 17);
255
            this.led4.TabIndex = 8;
255
            this.led4.TabIndex = 8;
256
            this.led4.Click += new System.EventHandler(this.led4_Click);
256
            this.led4.Click += new System.EventHandler(this.led4_Click);
257
            // 
257
            // 
258
            // led3
258
            // led3
259
            // 
259
            // 
260
            this.led3.Color = System.Drawing.Color.Red;
260
            this.led3.Color = System.Drawing.Color.Red;
261
            this.led3.Flash = false;
261
            this.led3.Flash = false;
262
            this.led3.Location = new System.Drawing.Point(159, 26);
262
            this.led3.Location = new System.Drawing.Point(159, 26);
263
            this.led3.Name = "led3";
263
            this.led3.Name = "led3";
264
            this.led3.On = true;
264
            this.led3.On = false;
265
            this.led3.Size = new System.Drawing.Size(17, 17);
265
            this.led3.Size = new System.Drawing.Size(17, 17);
266
            this.led3.TabIndex = 6;
266
            this.led3.TabIndex = 6;
267
            this.led3.Click += new System.EventHandler(this.led3_Click);
267
            this.led3.Click += new System.EventHandler(this.led3_Click);
268
            // 
268
            // 
269
            // led2
269
            // led2
270
            // 
270
            // 
271
            this.led2.Color = System.Drawing.Color.Red;
271
            this.led2.Color = System.Drawing.Color.Red;
272
            this.led2.Flash = false;
272
            this.led2.Flash = false;
273
            this.led2.Location = new System.Drawing.Point(118, 26);
273
            this.led2.Location = new System.Drawing.Point(118, 26);
274
            this.led2.Name = "led2";
274
            this.led2.Name = "led2";
275
            this.led2.On = true;
275
            this.led2.On = false;
276
            this.led2.Size = new System.Drawing.Size(17, 17);
276
            this.led2.Size = new System.Drawing.Size(17, 17);
277
            this.led2.TabIndex = 4;
277
            this.led2.TabIndex = 4;
278
            this.led2.Click += new System.EventHandler(this.led2_Click);
278
            this.led2.Click += new System.EventHandler(this.led2_Click);
279
            // 
279
            // 
280
            // led1
280
            // led1
281
            // 
281
            // 
282
            this.led1.Color = System.Drawing.Color.Red;
282
            this.led1.Color = System.Drawing.Color.Red;
283
            this.led1.Flash = false;
283
            this.led1.Flash = false;
284
            this.led1.Location = new System.Drawing.Point(77, 26);
284
            this.led1.Location = new System.Drawing.Point(77, 26);
285
            this.led1.Name = "led1";
285
            this.led1.Name = "led1";
286
            this.led1.On = true;
286
            this.led1.On = false;
287
            this.led1.Size = new System.Drawing.Size(17, 17);
287
            this.led1.Size = new System.Drawing.Size(17, 17);
288
            this.led1.TabIndex = 1;
288
            this.led1.TabIndex = 1;
289
            this.led1.Click += new System.EventHandler(this.led1_Click);
289
            this.led1.Click += new System.EventHandler(this.led1_Click);
290
            // 
290
            // 
291
            // led0
291
            // led0
292
            // 
292
            // 
293
            this.led0.Color = System.Drawing.Color.Red;
293
            this.led0.Color = System.Drawing.Color.Red;
294
            this.led0.Flash = false;
294
            this.led0.Flash = false;
295
            this.led0.Location = new System.Drawing.Point(36, 26);
295
            this.led0.Location = new System.Drawing.Point(36, 26);
296
            this.led0.Name = "led0";
296
            this.led0.Name = "led0";
297
            this.led0.On = true;
297
            this.led0.On = false;
298
            this.led0.Size = new System.Drawing.Size(17, 17);
298
            this.led0.Size = new System.Drawing.Size(17, 17);
299
            this.led0.TabIndex = 0;
299
            this.led0.TabIndex = 0;
300
            this.led0.Click += new System.EventHandler(this.led0_Click);
300
            this.led0.Click += new System.EventHandler(this.led0_Click);
301
            // 
301
            // 
302
            // NITAudioSelForm
302
            // NITAudioSelForm