tx
8 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
namespace TProduct.WinFrmUI.TestBench
{
    partial class SetSingleBenchMonitorPointInoCtrl
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
 
        #region Component Designer generated code
 
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SetSingleBenchMonitorPointInoCtrl));
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.check在实时曲线界面中显示 = new DevExpress.XtraEditors.CheckEdit();
            this.textEditIStationID = new DevExpress.XtraEditors.TextEdit();
            this.textEditTag = new DevExpress.XtraEditors.TextEdit();
            this.imageComboBoxDtype = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.checkEdit是否可以出现负值 = new DevExpress.XtraEditors.CheckEdit();
            this.spinEditSumCalcCoeff = new DevExpress.XtraEditors.SpinEdit();
            this.spinEditDataLength = new DevExpress.XtraEditors.SpinEdit();
            this.checkEditDispInPanel = new DevExpress.XtraEditors.CheckEdit();
            this.imgComUserStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.imgComMonitorType = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.txtName = new DevExpress.XtraEditors.TextEdit();
            this.txtProperty = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtSortCode = new DevExpress.XtraEditors.SpinEdit();
            this.comboBoxSource = new DevExpress.XtraEditors.ImageComboBoxEdit();
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlGroup数字量 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem7 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleLabelItem数据修正 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleLabelItem5 = new DevExpress.XtraLayout.SimpleLabelItem();
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
            this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.emptySpaceItem6 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem();
            this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.check在实时曲线界面中显示.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditIStationID.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditTag.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageComboBoxDtype.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit是否可以出现负值.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEditSumCalcCoeff.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEditDataLength.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEditDispInPanel.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgComUserStatus.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgComMonitorType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtProperty.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSortCode.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxSource.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup数字量)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem数据修正)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit();
            this.SuspendLayout();
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.check在实时曲线界面中显示);
            this.layoutControl1.Controls.Add(this.textEditIStationID);
            this.layoutControl1.Controls.Add(this.textEditTag);
            this.layoutControl1.Controls.Add(this.imageComboBoxDtype);
            this.layoutControl1.Controls.Add(this.checkEdit是否可以出现负值);
            this.layoutControl1.Controls.Add(this.spinEditSumCalcCoeff);
            this.layoutControl1.Controls.Add(this.spinEditDataLength);
            this.layoutControl1.Controls.Add(this.checkEditDispInPanel);
            this.layoutControl1.Controls.Add(this.imgComUserStatus);
            this.layoutControl1.Controls.Add(this.imgComMonitorType);
            this.layoutControl1.Controls.Add(this.txtName);
            this.layoutControl1.Controls.Add(this.txtProperty);
            this.layoutControl1.Controls.Add(this.txtSortCode);
            this.layoutControl1.Controls.Add(this.comboBoxSource);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1095, 263, 650, 400);
            this.layoutControl1.Root = this.Root;
            this.layoutControl1.Size = new System.Drawing.Size(653, 383);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // check在实时曲线界面中显示
            // 
            this.check在实时曲线界面中显示.Location = new System.Drawing.Point(429, 170);
            this.check在实时曲线界面中显示.Name = "check在实时曲线界面中显示";
            this.check在实时曲线界面中显示.Properties.Caption = "在实时曲线界面中显示";
            this.check在实时曲线界面中显示.Size = new System.Drawing.Size(222, 20);
            this.check在实时曲线界面中显示.StyleController = this.layoutControl1;
            this.check在实时曲线界面中显示.TabIndex = 33;
            // 
            // textEditIStationID
            // 
            this.textEditIStationID.Location = new System.Drawing.Point(66, 30);
            this.textEditIStationID.MinimumSize = new System.Drawing.Size(0, 24);
            this.textEditIStationID.Name = "textEditIStationID";
            this.textEditIStationID.Size = new System.Drawing.Size(371, 24);
            this.textEditIStationID.StyleController = this.layoutControl1;
            this.textEditIStationID.TabIndex = 32;
            // 
            // textEditTag
            // 
            this.textEditTag.Location = new System.Drawing.Point(373, 142);
            this.textEditTag.MinimumSize = new System.Drawing.Size(0, 24);
            this.textEditTag.Name = "textEditTag";
            this.textEditTag.Size = new System.Drawing.Size(124, 24);
            this.textEditTag.StyleController = this.layoutControl1;
            this.textEditTag.TabIndex = 31;
            // 
            // imageComboBoxDtype
            // 
            this.imageComboBoxDtype.EditValue = 0;
            this.imageComboBoxDtype.Location = new System.Drawing.Point(47, 227);
            this.imageComboBoxDtype.MinimumSize = new System.Drawing.Size(0, 24);
            this.imageComboBoxDtype.Name = "imageComboBoxDtype";
            this.imageComboBoxDtype.Properties.Appearance.Options.UseTextOptions = true;
            this.imageComboBoxDtype.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.imageComboBoxDtype.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.imageComboBoxDtype.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("真实值", 0, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("模拟量值", 1, -1)});
            this.imageComboBoxDtype.Size = new System.Drawing.Size(103, 24);
            this.imageComboBoxDtype.StyleController = this.layoutControl1;
            this.imageComboBoxDtype.TabIndex = 30;
            this.imageComboBoxDtype.SelectedIndexChanged += new System.EventHandler(this.imageComboBoxDtype_SelectedIndexChanged);
            // 
            // checkEdit是否可以出现负值
            // 
            this.checkEdit是否可以出现负值.Location = new System.Drawing.Point(2, 170);
            this.checkEdit是否可以出现负值.Name = "checkEdit是否可以出现负值";
            this.checkEdit是否可以出现负值.Properties.Caption = "是否可以出现负值";
            this.checkEdit是否可以出现负值.Size = new System.Drawing.Size(197, 20);
            this.checkEdit是否可以出现负值.StyleController = this.layoutControl1;
            this.checkEdit是否可以出现负值.TabIndex = 29;
            // 
            // spinEditSumCalcCoeff
            // 
            this.spinEditSumCalcCoeff.EditValue = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.spinEditSumCalcCoeff.Location = new System.Drawing.Point(66, 142);
            this.spinEditSumCalcCoeff.MinimumSize = new System.Drawing.Size(0, 24);
            this.spinEditSumCalcCoeff.Name = "spinEditSumCalcCoeff";
            this.spinEditSumCalcCoeff.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.spinEditSumCalcCoeff.Size = new System.Drawing.Size(133, 24);
            this.spinEditSumCalcCoeff.StyleController = this.layoutControl1;
            this.spinEditSumCalcCoeff.TabIndex = 28;
            // 
            // spinEditDataLength
            // 
            this.spinEditDataLength.EditValue = new decimal(new int[] {
            4,
            0,
            0,
            0});
            this.spinEditDataLength.Location = new System.Drawing.Point(211, 227);
            this.spinEditDataLength.MinimumSize = new System.Drawing.Size(0, 24);
            this.spinEditDataLength.Name = "spinEditDataLength";
            this.spinEditDataLength.Properties.Appearance.Options.UseTextOptions = true;
            this.spinEditDataLength.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.spinEditDataLength.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.spinEditDataLength.Size = new System.Drawing.Size(119, 24);
            this.spinEditDataLength.StyleController = this.layoutControl1;
            this.spinEditDataLength.TabIndex = 26;
            // 
            // checkEditDispInPanel
            // 
            this.checkEditDispInPanel.EditValue = true;
            this.checkEditDispInPanel.Location = new System.Drawing.Point(203, 170);
            this.checkEditDispInPanel.Name = "checkEditDispInPanel";
            this.checkEditDispInPanel.Properties.Caption = "是否在仪表盘中显示";
            this.checkEditDispInPanel.Size = new System.Drawing.Size(222, 20);
            this.checkEditDispInPanel.StyleController = this.layoutControl1;
            this.checkEditDispInPanel.TabIndex = 21;
            // 
            // imgComUserStatus
            // 
            this.imgComUserStatus.Location = new System.Drawing.Point(66, 114);
            this.imgComUserStatus.MinimumSize = new System.Drawing.Size(0, 24);
            this.imgComUserStatus.Name = "imgComUserStatus";
            this.imgComUserStatus.Properties.Appearance.Options.UseTextOptions = true;
            this.imgComUserStatus.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.imgComUserStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.imgComUserStatus.Size = new System.Drawing.Size(133, 24);
            this.imgComUserStatus.StyleController = this.layoutControl1;
            this.imgComUserStatus.TabIndex = 19;
            // 
            // imgComMonitorType
            // 
            this.imgComMonitorType.Location = new System.Drawing.Point(66, 86);
            this.imgComMonitorType.MinimumSize = new System.Drawing.Size(0, 24);
            this.imgComMonitorType.Name = "imgComMonitorType";
            this.imgComMonitorType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.imgComMonitorType.Size = new System.Drawing.Size(239, 24);
            this.imgComMonitorType.StyleController = this.layoutControl1;
            this.imgComMonitorType.TabIndex = 10;
            this.imgComMonitorType.SelectedValueChanged += new System.EventHandler(this.imgComMonitorType_SelectedValueChanged);
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(66, 2);
            this.txtName.MinimumSize = new System.Drawing.Size(0, 24);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(371, 24);
            this.txtName.StyleController = this.layoutControl1;
            this.txtName.TabIndex = 4;
            // 
            // txtProperty
            // 
            this.txtProperty.Location = new System.Drawing.Point(373, 86);
            this.txtProperty.MinimumSize = new System.Drawing.Size(0, 24);
            this.txtProperty.Name = "txtProperty";
            this.txtProperty.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtProperty.Size = new System.Drawing.Size(124, 24);
            this.txtProperty.StyleController = this.layoutControl1;
            this.txtProperty.TabIndex = 5;
            // 
            // txtSortCode
            // 
            this.txtSortCode.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.txtSortCode.Location = new System.Drawing.Point(373, 114);
            this.txtSortCode.MinimumSize = new System.Drawing.Size(0, 24);
            this.txtSortCode.Name = "txtSortCode";
            this.txtSortCode.Properties.Appearance.Options.UseTextOptions = true;
            this.txtSortCode.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.txtSortCode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.txtSortCode.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
            this.txtSortCode.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            this.txtSortCode.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
            this.txtSortCode.Properties.MaskSettings.Set("mask", "d");
            this.txtSortCode.Size = new System.Drawing.Size(124, 24);
            this.txtSortCode.StyleController = this.layoutControl1;
            this.txtSortCode.TabIndex = 20;
            // 
            // comboBoxSource
            // 
            this.comboBoxSource.Location = new System.Drawing.Point(66, 58);
            this.comboBoxSource.MinimumSize = new System.Drawing.Size(0, 24);
            this.comboBoxSource.Name = "comboBoxSource";
            this.comboBoxSource.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxSource.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("未知", 0, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("模拟量", 1, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("数字量", 2, -1),
            new DevExpress.XtraEditors.Controls.ImageComboBoxItem("额定参数", "4", -1)});
            this.comboBoxSource.Size = new System.Drawing.Size(239, 24);
            this.comboBoxSource.StyleController = this.layoutControl1;
            this.comboBoxSource.TabIndex = 22;
            this.comboBoxSource.SelectedIndexChanged += new System.EventHandler(this.comboBoxSource_SelectedIndexChanged);
            // 
            // Root
            // 
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.Root.GroupBordersVisible = false;
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem7,
            this.layoutControlItem1,
            this.layoutControlItem2,
            this.layoutControlGroup数字量,
            this.emptySpaceItem4,
            this.layoutControlItem6,
            this.simpleLabelItem数据修正,
            this.layoutControlItem8,
            this.layoutControlItem10,
            this.layoutControlItem9,
            this.layoutControlItem11,
            this.simpleLabelItem1,
            this.layoutControlItem5,
            this.simpleLabelItem2,
            this.emptySpaceItem2,
            this.emptySpaceItem3,
            this.layoutControlItem19,
            this.simpleLabelItem5,
            this.layoutControlItem18,
            this.emptySpaceItem5,
            this.emptySpaceItem6,
            this.layoutControlItem20});
            this.Root.Name = "Root";
            this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.Root.Size = new System.Drawing.Size(653, 383);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem7.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem7.Control = this.imgComMonitorType;
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 84);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(307, 28);
            this.layoutControlItem7.Text = "测点类型:";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(52, 14);
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem1.Control = this.txtName;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(439, 28);
            this.layoutControlItem1.Text = "名称:";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(52, 14);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem2.Control = this.txtProperty;
            this.layoutControlItem2.Location = new System.Drawing.Point(307, 84);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(192, 28);
            this.layoutControlItem2.Text = "特性:";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(52, 14);
            // 
            // layoutControlGroup数字量
            // 
            this.layoutControlGroup数字量.CustomizationFormText = "数字量 ";
            this.layoutControlGroup数字量.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem15,
            this.layoutControlItem17,
            this.emptySpaceItem7});
            this.layoutControlGroup数字量.Location = new System.Drawing.Point(0, 192);
            this.layoutControlGroup数字量.Name = "layoutControlGroup数字量";
            this.layoutControlGroup数字量.Size = new System.Drawing.Size(653, 73);
            this.layoutControlGroup数字量.Text = "数字量(十六进制0x开始)";
            // 
            // layoutControlItem15
            // 
            this.layoutControlItem15.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem15.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem15.Control = this.spinEditDataLength;
            this.layoutControlItem15.Location = new System.Drawing.Point(140, 0);
            this.layoutControlItem15.Name = "layoutControlItem15";
            this.layoutControlItem15.Size = new System.Drawing.Size(180, 28);
            this.layoutControlItem15.Text = "数据长度:";
            this.layoutControlItem15.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem15.TextSize = new System.Drawing.Size(52, 14);
            this.layoutControlItem15.TextToControlDistance = 5;
            // 
            // layoutControlItem17
            // 
            this.layoutControlItem17.Control = this.imageComboBoxDtype;
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem17.Name = "layoutControlItem17";
            this.layoutControlItem17.Size = new System.Drawing.Size(140, 28);
            this.layoutControlItem17.Text = "类型:";
            this.layoutControlItem17.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItem17.TextSize = new System.Drawing.Size(28, 14);
            this.layoutControlItem17.TextToControlDistance = 5;
            // 
            // emptySpaceItem7
            // 
            this.emptySpaceItem7.AllowHotTrack = false;
            this.emptySpaceItem7.Location = new System.Drawing.Point(320, 0);
            this.emptySpaceItem7.Name = "emptySpaceItem7";
            this.emptySpaceItem7.Size = new System.Drawing.Size(309, 28);
            this.emptySpaceItem7.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem4
            // 
            this.emptySpaceItem4.AllowHotTrack = false;
            this.emptySpaceItem4.Location = new System.Drawing.Point(0, 265);
            this.emptySpaceItem4.Name = "emptySpaceItem4";
            this.emptySpaceItem4.Size = new System.Drawing.Size(653, 118);
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.checkEdit是否可以出现负值;
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 168);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(201, 24);
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextVisible = false;
            // 
            // simpleLabelItem数据修正
            // 
            this.simpleLabelItem数据修正.AllowHotTrack = false;
            this.simpleLabelItem数据修正.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleLabelItem数据修正.ImageOptions.Image")));
            this.simpleLabelItem数据修正.Location = new System.Drawing.Point(439, 0);
            this.simpleLabelItem数据修正.Name = "simpleLabelItem数据修正";
            this.simpleLabelItem数据修正.Size = new System.Drawing.Size(214, 28);
            this.simpleLabelItem数据修正.Text = "数据无需修正";
            this.simpleLabelItem数据修正.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.simpleLabelItem数据修正.TextSize = new System.Drawing.Size(93, 16);
            this.simpleLabelItem数据修正.Click += new System.EventHandler(this.simpleLabelItem数据修正_Click);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem8.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem8.Control = this.imgComUserStatus;
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 112);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(201, 28);
            this.layoutControlItem8.Text = "使用状态:";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(52, 14);
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.checkEditDispInPanel;
            this.layoutControlItem10.Location = new System.Drawing.Point(201, 168);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Size = new System.Drawing.Size(226, 24);
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem10.TextVisible = false;
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem9.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem9.Control = this.txtSortCode;
            this.layoutControlItem9.Location = new System.Drawing.Point(307, 112);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Size = new System.Drawing.Size(192, 28);
            this.layoutControlItem9.Text = "排序码:";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(52, 14);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem11.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem11.Control = this.comboBoxSource;
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 56);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.Size = new System.Drawing.Size(307, 28);
            this.layoutControlItem11.Text = "数据来源:";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(52, 14);
            // 
            // simpleLabelItem1
            // 
            this.simpleLabelItem1.AllowHotTrack = false;
            this.simpleLabelItem1.Location = new System.Drawing.Point(307, 56);
            this.simpleLabelItem1.Name = "simpleLabelItem1";
            this.simpleLabelItem1.Size = new System.Drawing.Size(346, 28);
            this.simpleLabelItem1.Text = "<<-- 请确认数据类型";
            this.simpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
            this.simpleLabelItem1.TextSize = new System.Drawing.Size(50, 20);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem5.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem5.Control = this.spinEditSumCalcCoeff;
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 140);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(201, 28);
            this.layoutControlItem5.Text = "累加符号:";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(52, 14);
            // 
            // simpleLabelItem2
            // 
            this.simpleLabelItem2.AllowHotTrack = false;
            this.simpleLabelItem2.Location = new System.Drawing.Point(201, 140);
            this.simpleLabelItem2.Name = "simpleLabelItem2";
            this.simpleLabelItem2.Size = new System.Drawing.Size(106, 28);
            this.simpleLabelItem2.Text = "多个流量计时使用";
            this.simpleLabelItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.simpleLabelItem2.TextSize = new System.Drawing.Size(96, 14);
            // 
            // emptySpaceItem2
            // 
            this.emptySpaceItem2.AllowHotTrack = false;
            this.emptySpaceItem2.Location = new System.Drawing.Point(499, 112);
            this.emptySpaceItem2.Name = "emptySpaceItem2";
            this.emptySpaceItem2.Size = new System.Drawing.Size(154, 28);
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem3
            // 
            this.emptySpaceItem3.AllowHotTrack = false;
            this.emptySpaceItem3.Location = new System.Drawing.Point(201, 112);
            this.emptySpaceItem3.Name = "emptySpaceItem3";
            this.emptySpaceItem3.Size = new System.Drawing.Size(106, 28);
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem19
            // 
            this.layoutControlItem19.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem19.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem19.Control = this.textEditIStationID;
            this.layoutControlItem19.Location = new System.Drawing.Point(0, 28);
            this.layoutControlItem19.Name = "layoutControlItem19";
            this.layoutControlItem19.Size = new System.Drawing.Size(439, 28);
            this.layoutControlItem19.Text = "外部ID:";
            this.layoutControlItem19.TextSize = new System.Drawing.Size(52, 14);
            // 
            // simpleLabelItem5
            // 
            this.simpleLabelItem5.AllowHotTrack = false;
            this.simpleLabelItem5.Location = new System.Drawing.Point(439, 28);
            this.simpleLabelItem5.Name = "simpleLabelItem5";
            this.simpleLabelItem5.Size = new System.Drawing.Size(214, 28);
            this.simpleLabelItem5.Text = "(系统对接时,外部系统ID)";
            this.simpleLabelItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.simpleLabelItem5.TextSize = new System.Drawing.Size(134, 14);
            // 
            // layoutControlItem18
            // 
            this.layoutControlItem18.AppearanceItemCaption.Options.UseTextOptions = true;
            this.layoutControlItem18.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.layoutControlItem18.Control = this.textEditTag;
            this.layoutControlItem18.Location = new System.Drawing.Point(307, 140);
            this.layoutControlItem18.Name = "layoutControlItem18";
            this.layoutControlItem18.Size = new System.Drawing.Size(192, 28);
            this.layoutControlItem18.Text = "Tag:";
            this.layoutControlItem18.TextSize = new System.Drawing.Size(52, 14);
            // 
            // emptySpaceItem5
            // 
            this.emptySpaceItem5.AllowHotTrack = false;
            this.emptySpaceItem5.Location = new System.Drawing.Point(499, 84);
            this.emptySpaceItem5.Name = "emptySpaceItem5";
            this.emptySpaceItem5.Size = new System.Drawing.Size(154, 28);
            this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
            // 
            // emptySpaceItem6
            // 
            this.emptySpaceItem6.AllowHotTrack = false;
            this.emptySpaceItem6.Location = new System.Drawing.Point(499, 140);
            this.emptySpaceItem6.Name = "emptySpaceItem6";
            this.emptySpaceItem6.Size = new System.Drawing.Size(154, 28);
            this.emptySpaceItem6.TextSize = new System.Drawing.Size(0, 0);
            // 
            // layoutControlItem20
            // 
            this.layoutControlItem20.Control = this.check在实时曲线界面中显示;
            this.layoutControlItem20.Location = new System.Drawing.Point(427, 168);
            this.layoutControlItem20.Name = "layoutControlItem20";
            this.layoutControlItem20.Size = new System.Drawing.Size(226, 24);
            this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem20.TextVisible = false;
            // 
            // dxErrorProvider1
            // 
            this.dxErrorProvider1.ContainerControl = this;
            // 
            // SetSingleBenchMonitorPointInoCtrl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.layoutControl1);
            this.Name = "SetSingleBenchMonitorPointInoCtrl";
            this.Size = new System.Drawing.Size(653, 383);
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.check在实时曲线界面中显示.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditIStationID.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditTag.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageComboBoxDtype.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEdit是否可以出现负值.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEditSumCalcCoeff.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEditDataLength.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkEditDispInPanel.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgComUserStatus.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgComMonitorType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtProperty.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSortCode.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxSource.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup数字量)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem数据修正)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraEditors.TextEdit txtName;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraEditors.ImageComboBoxEdit imgComMonitorType;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
        private DevExpress.XtraEditors.ComboBoxEdit txtProperty;
        private DevExpress.XtraEditors.ImageComboBoxEdit imgComUserStatus;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
        private DevExpress.XtraEditors.CheckEdit checkEditDispInPanel;
        private DevExpress.XtraEditors.SpinEdit txtSortCode;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
        private DevExpress.XtraEditors.ImageComboBoxEdit comboBoxSource;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
        private DevExpress.XtraEditors.SpinEdit spinEditDataLength;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup数字量;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
        private DevExpress.XtraEditors.SpinEdit spinEditSumCalcCoeff;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
        private DevExpress.XtraEditors.CheckEdit checkEdit是否可以出现负值;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem数据修正;
        private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxDtype;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
        private DevExpress.XtraEditors.TextEdit textEditTag;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem5;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
        private DevExpress.XtraEditors.TextEdit textEditIStationID;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem6;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem7;
        private DevExpress.XtraEditors.CheckEdit check在实时曲线界面中显示;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
    }
}