개정판 a77303ca
dev issue #1227 : mapping ui
Change-Id: I9d7d32a36f6fbc20d70beba2825e4bce2d26c8ed
DTI_PID/APIDConverter/APIDConverterExplorer.Designer.cs | ||
---|---|---|
28 | 28 |
/// </summary> |
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
|
31 | 32 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverterExplorer)); |
32 | 33 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
33 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
34 | 34 |
this.btnOpenConverter = new DevExpress.XtraEditors.SimpleButton(); |
35 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
35 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
36 | 36 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
37 | 37 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
38 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
39 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
38 | 40 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
39 | 41 |
this.layoutControl1.SuspendLayout(); |
40 | 42 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
41 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
|
42 | 43 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
43 | 44 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
45 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
|
44 | 46 |
this.SuspendLayout(); |
45 | 47 |
// |
46 | 48 |
// layoutControl1 |
... | ... | |
54 | 56 |
this.layoutControl1.TabIndex = 0; |
55 | 57 |
this.layoutControl1.Text = "layoutControl1"; |
56 | 58 |
// |
57 |
// Root |
|
58 |
// |
|
59 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
|
60 |
this.Root.GroupBordersVisible = false; |
|
61 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
62 |
this.emptySpaceItem1, |
|
63 |
this.layoutControlGroup1}); |
|
64 |
this.Root.Name = "Root"; |
|
65 |
this.Root.Size = new System.Drawing.Size(232, 560); |
|
66 |
this.Root.TextVisible = false; |
|
67 |
// |
|
68 | 59 |
// btnOpenConverter |
69 | 60 |
// |
70 | 61 |
this.btnOpenConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnOpenConverter.ImageOptions.SvgImage"))); |
... | ... | |
76 | 67 |
this.btnOpenConverter.Text = "Open Converter"; |
77 | 68 |
this.btnOpenConverter.Click += new System.EventHandler(this.btnOpenConverter_Click); |
78 | 69 |
// |
79 |
// layoutControlItem1
|
|
70 |
// Root
|
|
80 | 71 |
// |
81 |
this.layoutControlItem1.Control = this.btnOpenConverter; |
|
82 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
|
83 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
|
84 |
this.layoutControlItem1.Size = new System.Drawing.Size(188, 40); |
|
85 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
|
86 |
this.layoutControlItem1.TextVisible = false; |
|
72 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
|
73 |
this.Root.GroupBordersVisible = false; |
|
74 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
75 |
this.emptySpaceItem1, |
|
76 |
this.layoutControlGroup1}); |
|
77 |
this.Root.Name = "Root"; |
|
78 |
this.Root.Size = new System.Drawing.Size(232, 560); |
|
79 |
this.Root.TextVisible = false; |
|
87 | 80 |
// |
88 | 81 |
// emptySpaceItem1 |
89 | 82 |
// |
... | ... | |
103 | 96 |
this.layoutControlGroup1.Size = new System.Drawing.Size(212, 85); |
104 | 97 |
this.layoutControlGroup1.Text = "APID Converter"; |
105 | 98 |
// |
99 |
// layoutControlItem1 |
|
100 |
// |
|
101 |
this.layoutControlItem1.Control = this.btnOpenConverter; |
|
102 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
|
103 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
|
104 |
this.layoutControlItem1.Size = new System.Drawing.Size(188, 40); |
|
105 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
|
106 |
this.layoutControlItem1.TextVisible = false; |
|
107 |
// |
|
108 |
// defaultLookAndFeel |
|
109 |
// |
|
110 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
|
111 |
// |
|
106 | 112 |
// APIDConverterExplorer |
107 | 113 |
// |
108 | 114 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
... | ... | |
113 | 119 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
114 | 120 |
this.layoutControl1.ResumeLayout(false); |
115 | 121 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
116 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
|
117 | 122 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
118 | 123 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
124 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
|
119 | 125 |
this.ResumeLayout(false); |
120 | 126 |
|
121 | 127 |
} |
... | ... | |
128 | 134 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
129 | 135 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
130 | 136 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
137 |
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
|
131 | 138 |
} |
132 | 139 |
} |
내보내기 Unified diff