개정판 8e8155e2
issue #000:
Change-Id: Ia175f2605f51f5da285cb40ac6ba830d1bfce253
DTI_PID/ID2PSN/Form/MainForm.Designer.cs | ||
---|---|---|
58 | 58 |
this.btnValveGroupItemsSetting = new DevExpress.XtraEditors.SimpleButton(); |
59 | 59 |
this.btnEquipment = new DevExpress.XtraEditors.SimpleButton(); |
60 | 60 |
this.btnHistory = new DevExpress.XtraEditors.SimpleButton(); |
61 |
this.MultiwaySetting = new DevExpress.XtraEditors.SimpleButton(); |
|
62 | 61 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
63 | 62 |
this.layoutControlGroupMain = new DevExpress.XtraLayout.LayoutControlGroup(); |
64 | 63 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
... | ... | |
71 | 70 |
this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); |
72 | 71 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
73 | 72 |
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
74 |
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
75 | 73 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
76 | 74 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
77 | 75 |
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
... | ... | |
113 | 111 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); |
114 | 112 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
115 | 113 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); |
116 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit(); |
|
117 | 114 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
118 | 115 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
119 | 116 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
... | ... | |
166 | 163 |
this.layoutControl1.Controls.Add(this.btnValveGroupItemsSetting); |
167 | 164 |
this.layoutControl1.Controls.Add(this.btnEquipment); |
168 | 165 |
this.layoutControl1.Controls.Add(this.btnHistory); |
169 |
this.layoutControl1.Controls.Add(this.MultiwaySetting); |
|
170 | 166 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
171 | 167 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
172 | 168 |
this.layoutControl1.Name = "layoutControl1"; |
... | ... | |
382 | 378 |
// |
383 | 379 |
// PBSSetting |
384 | 380 |
// |
385 |
this.PBSSetting.Location = new System.Drawing.Point(24, 277);
|
|
381 |
this.PBSSetting.Location = new System.Drawing.Point(24, 251);
|
|
386 | 382 |
this.PBSSetting.Name = "PBSSetting"; |
387 | 383 |
this.PBSSetting.Size = new System.Drawing.Size(233, 22); |
388 | 384 |
this.PBSSetting.StyleController = this.layoutControl1; |
... | ... | |
421 | 417 |
this.btnHistory.Text = "View Revision History"; |
422 | 418 |
this.btnHistory.Click += new System.EventHandler(this.btnHistory_Click); |
423 | 419 |
// |
424 |
// MultiwaySetting |
|
425 |
// |
|
426 |
this.MultiwaySetting.Location = new System.Drawing.Point(24, 251); |
|
427 |
this.MultiwaySetting.Name = "MultiwaySetting"; |
|
428 |
this.MultiwaySetting.Size = new System.Drawing.Size(233, 22); |
|
429 |
this.MultiwaySetting.StyleController = this.layoutControl1; |
|
430 |
this.MultiwaySetting.TabIndex = 27; |
|
431 |
this.MultiwaySetting.Text = "Tie-In Setting"; |
|
432 |
this.MultiwaySetting.Click += new System.EventHandler(this.MultiwaySetting_Click); |
|
433 |
// |
|
434 | 420 |
// Root |
435 | 421 |
// |
436 | 422 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
... | ... | |
457 | 443 |
this.layoutControlItem15, |
458 | 444 |
this.layoutControlItem16, |
459 | 445 |
this.layoutControlItem7, |
460 |
this.layoutControlItem8, |
|
461 |
this.layoutControlItem10}); |
|
446 |
this.layoutControlItem8}); |
|
462 | 447 |
this.layoutControlGroupMain.Location = new System.Drawing.Point(0, 0); |
463 | 448 |
this.layoutControlGroupMain.Name = "layoutControlGroupMain"; |
464 | 449 |
this.layoutControlGroupMain.Size = new System.Drawing.Size(261, 631); |
... | ... | |
485 | 470 |
// emptySpaceItem1 |
486 | 471 |
// |
487 | 472 |
this.emptySpaceItem1.AllowHotTrack = false; |
488 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 260);
|
|
473 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 234);
|
|
489 | 474 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
490 |
this.emptySpaceItem1.Size = new System.Drawing.Size(237, 328);
|
|
475 |
this.emptySpaceItem1.Size = new System.Drawing.Size(237, 354);
|
|
491 | 476 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
492 | 477 |
// |
493 | 478 |
// layoutControlItem5 |
... | ... | |
529 | 514 |
// layoutControlItem16 |
530 | 515 |
// |
531 | 516 |
this.layoutControlItem16.Control = this.PBSSetting; |
532 |
this.layoutControlItem16.Location = new System.Drawing.Point(0, 234);
|
|
517 |
this.layoutControlItem16.Location = new System.Drawing.Point(0, 208);
|
|
533 | 518 |
this.layoutControlItem16.Name = "layoutControlItem16"; |
534 | 519 |
this.layoutControlItem16.Size = new System.Drawing.Size(237, 26); |
535 | 520 |
this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0); |
... | ... | |
555 | 540 |
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0); |
556 | 541 |
this.layoutControlItem8.TextVisible = false; |
557 | 542 |
// |
558 |
// layoutControlItem10 |
|
559 |
// |
|
560 |
this.layoutControlItem10.Control = this.MultiwaySetting; |
|
561 |
this.layoutControlItem10.Location = new System.Drawing.Point(0, 208); |
|
562 |
this.layoutControlItem10.Name = "layoutControlItem10"; |
|
563 |
this.layoutControlItem10.Size = new System.Drawing.Size(237, 26); |
|
564 |
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0); |
|
565 |
this.layoutControlItem10.TextVisible = false; |
|
566 |
// |
|
567 | 543 |
// layoutControlGroup2 |
568 | 544 |
// |
569 | 545 |
this.layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
... | ... | |
730 | 706 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); |
731 | 707 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
732 | 708 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); |
733 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit(); |
|
734 | 709 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
735 | 710 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
736 | 711 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
... | ... | |
805 | 780 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
806 | 781 |
private DevExpress.XtraEditors.SimpleButton btnHistory; |
807 | 782 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17; |
808 |
private DevExpress.XtraEditors.SimpleButton MultiwaySetting; |
|
809 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; |
|
810 | 783 |
} |
811 | 784 |
} |
812 | 785 |
|
내보내기 Unified diff