개정판 0f06870b
dev issue #000 : fix ui
Change-Id: I9e73cc6e16412e5380d960f05b426f371cd953a8
DTI_PID/SPPIDConverter/ConverterDocking.Designer.cs | ||
---|---|---|
49 | 49 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
50 | 50 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
51 | 51 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
52 |
this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
|
53 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
54 |
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
52 | 55 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
53 | 56 |
this.layoutControl1.SuspendLayout(); |
54 | 57 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
... | ... | |
63 | 66 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
64 | 67 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
65 | 68 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
69 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
|
70 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); |
|
66 | 71 |
this.SuspendLayout(); |
67 | 72 |
// |
68 | 73 |
// splashScreenManager |
... | ... | |
71 | 76 |
// |
72 | 77 |
// layoutControl1 |
73 | 78 |
// |
79 |
this.layoutControl1.Controls.Add(this.labelControl1); |
|
74 | 80 |
this.layoutControl1.Controls.Add(this.btnLinkOPC); |
75 | 81 |
this.layoutControl1.Controls.Add(this.btnGetDrawingSize); |
76 | 82 |
this.layoutControl1.Controls.Add(this.textEditDrawingY); |
... | ... | |
81 | 87 |
this.layoutControl1.Location = new System.Drawing.Point(0, 0); |
82 | 88 |
this.layoutControl1.Name = "layoutControl1"; |
83 | 89 |
this.layoutControl1.Root = this.Root; |
84 |
this.layoutControl1.Size = new System.Drawing.Size(200, 500);
|
|
90 |
this.layoutControl1.Size = new System.Drawing.Size(244, 500);
|
|
85 | 91 |
this.layoutControl1.TabIndex = 0; |
86 | 92 |
this.layoutControl1.Text = "layoutControl1"; |
87 | 93 |
// |
... | ... | |
90 | 96 |
this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage"))); |
91 | 97 |
this.btnLinkOPC.Location = new System.Drawing.Point(24, 85); |
92 | 98 |
this.btnLinkOPC.Name = "btnLinkOPC"; |
93 |
this.btnLinkOPC.Size = new System.Drawing.Size(152, 36);
|
|
99 |
this.btnLinkOPC.Size = new System.Drawing.Size(196, 36);
|
|
94 | 100 |
this.btnLinkOPC.StyleController = this.layoutControl1; |
95 | 101 |
this.btnLinkOPC.TabIndex = 9; |
96 | 102 |
this.btnLinkOPC.Text = "Link OPC"; |
... | ... | |
100 | 106 |
// |
101 | 107 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170); |
102 | 108 |
this.btnGetDrawingSize.Name = "btnGetDrawingSize"; |
103 |
this.btnGetDrawingSize.Size = new System.Drawing.Size(152, 22);
|
|
109 |
this.btnGetDrawingSize.Size = new System.Drawing.Size(196, 22);
|
|
104 | 110 |
this.btnGetDrawingSize.StyleController = this.layoutControl1; |
105 | 111 |
this.btnGetDrawingSize.TabIndex = 8; |
106 | 112 |
this.btnGetDrawingSize.Text = "Get Drawing Size"; |
... | ... | |
113 | 119 |
this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
114 | 120 |
this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
115 | 121 |
this.textEditDrawingY.Properties.ReadOnly = true; |
116 |
this.textEditDrawingY.Size = new System.Drawing.Size(141, 20);
|
|
122 |
this.textEditDrawingY.Size = new System.Drawing.Size(185, 20);
|
|
117 | 123 |
this.textEditDrawingY.StyleController = this.layoutControl1; |
118 | 124 |
this.textEditDrawingY.TabIndex = 7; |
119 | 125 |
// |
... | ... | |
124 | 130 |
this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
125 | 131 |
this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
126 | 132 |
this.textEditDrawingX.Properties.ReadOnly = true; |
127 |
this.textEditDrawingX.Size = new System.Drawing.Size(141, 20);
|
|
133 |
this.textEditDrawingX.Size = new System.Drawing.Size(185, 20);
|
|
128 | 134 |
this.textEditDrawingX.StyleController = this.layoutControl1; |
129 | 135 |
this.textEditDrawingX.TabIndex = 6; |
130 | 136 |
// |
131 | 137 |
// simpleButton1 |
132 | 138 |
// |
133 |
this.simpleButton1.Location = new System.Drawing.Point(12, 256);
|
|
139 |
this.simpleButton1.Location = new System.Drawing.Point(12, 319);
|
|
134 | 140 |
this.simpleButton1.Name = "simpleButton1"; |
135 |
this.simpleButton1.Size = new System.Drawing.Size(176, 22);
|
|
141 |
this.simpleButton1.Size = new System.Drawing.Size(220, 22);
|
|
136 | 142 |
this.simpleButton1.StyleController = this.layoutControl1; |
137 | 143 |
this.simpleButton1.TabIndex = 5; |
138 | 144 |
this.simpleButton1.Text = "simpleButton1"; |
... | ... | |
143 | 149 |
this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage"))); |
144 | 150 |
this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45); |
145 | 151 |
this.btnSPPIDConverter.Name = "btnSPPIDConverter"; |
146 |
this.btnSPPIDConverter.Size = new System.Drawing.Size(152, 36);
|
|
152 |
this.btnSPPIDConverter.Size = new System.Drawing.Size(196, 36);
|
|
147 | 153 |
this.btnSPPIDConverter.StyleController = this.layoutControl1; |
148 | 154 |
this.btnSPPIDConverter.TabIndex = 4; |
149 | 155 |
this.btnSPPIDConverter.Text = "Open Converter"; |
... | ... | |
157 | 163 |
this.emptySpaceItem1, |
158 | 164 |
this.layoutControlItem2, |
159 | 165 |
this.layoutControlGroup1, |
160 |
this.layoutControlGroup2}); |
|
166 |
this.layoutControlGroup2, |
|
167 |
this.layoutControlGroup3}); |
|
161 | 168 |
this.Root.Name = "Root"; |
162 |
this.Root.Size = new System.Drawing.Size(200, 500);
|
|
169 |
this.Root.Size = new System.Drawing.Size(244, 500);
|
|
163 | 170 |
this.Root.TextVisible = false; |
164 | 171 |
// |
165 | 172 |
// emptySpaceItem1 |
166 | 173 |
// |
167 | 174 |
this.emptySpaceItem1.AllowHotTrack = false; |
168 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 270);
|
|
175 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 333);
|
|
169 | 176 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
170 |
this.emptySpaceItem1.Size = new System.Drawing.Size(180, 210);
|
|
177 |
this.emptySpaceItem1.Size = new System.Drawing.Size(224, 147);
|
|
171 | 178 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
172 | 179 |
// |
173 | 180 |
// layoutControlItem2 |
174 | 181 |
// |
175 | 182 |
this.layoutControlItem2.Control = this.simpleButton1; |
176 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 244);
|
|
183 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 307);
|
|
177 | 184 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
178 |
this.layoutControlItem2.Size = new System.Drawing.Size(180, 26);
|
|
185 |
this.layoutControlItem2.Size = new System.Drawing.Size(224, 26);
|
|
179 | 186 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
180 | 187 |
this.layoutControlItem2.TextVisible = false; |
181 | 188 |
this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization; |
... | ... | |
188 | 195 |
this.layoutControlItem5}); |
189 | 196 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125); |
190 | 197 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
191 |
this.layoutControlGroup1.Size = new System.Drawing.Size(180, 119);
|
|
198 |
this.layoutControlGroup1.Size = new System.Drawing.Size(224, 119);
|
|
192 | 199 |
this.layoutControlGroup1.Text = "Drawing Size Setting"; |
193 | 200 |
// |
194 | 201 |
// layoutControlItem3 |
... | ... | |
196 | 203 |
this.layoutControlItem3.Control = this.textEditDrawingX; |
197 | 204 |
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26); |
198 | 205 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
199 |
this.layoutControlItem3.Size = new System.Drawing.Size(156, 24);
|
|
206 |
this.layoutControlItem3.Size = new System.Drawing.Size(200, 24);
|
|
200 | 207 |
this.layoutControlItem3.Text = "X"; |
201 | 208 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(8, 14); |
202 | 209 |
// |
... | ... | |
205 | 212 |
this.layoutControlItem4.Control = this.textEditDrawingY; |
206 | 213 |
this.layoutControlItem4.Location = new System.Drawing.Point(0, 50); |
207 | 214 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
208 |
this.layoutControlItem4.Size = new System.Drawing.Size(156, 24);
|
|
215 |
this.layoutControlItem4.Size = new System.Drawing.Size(200, 24);
|
|
209 | 216 |
this.layoutControlItem4.Text = "Y"; |
210 | 217 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(8, 14); |
211 | 218 |
// |
... | ... | |
214 | 221 |
this.layoutControlItem5.Control = this.btnGetDrawingSize; |
215 | 222 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
216 | 223 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
217 |
this.layoutControlItem5.Size = new System.Drawing.Size(156, 26);
|
|
224 |
this.layoutControlItem5.Size = new System.Drawing.Size(200, 26);
|
|
218 | 225 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
219 | 226 |
this.layoutControlItem5.TextVisible = false; |
220 | 227 |
// |
... | ... | |
225 | 232 |
this.layoutControlItem6}); |
226 | 233 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
227 | 234 |
this.layoutControlGroup2.Name = "layoutControlGroup2"; |
228 |
this.layoutControlGroup2.Size = new System.Drawing.Size(180, 125);
|
|
235 |
this.layoutControlGroup2.Size = new System.Drawing.Size(224, 125);
|
|
229 | 236 |
this.layoutControlGroup2.Text = "Converter"; |
230 | 237 |
// |
231 | 238 |
// layoutControlItem1 |
... | ... | |
233 | 240 |
this.layoutControlItem1.Control = this.btnSPPIDConverter; |
234 | 241 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
235 | 242 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
236 |
this.layoutControlItem1.Size = new System.Drawing.Size(156, 40);
|
|
243 |
this.layoutControlItem1.Size = new System.Drawing.Size(200, 40);
|
|
237 | 244 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
238 | 245 |
this.layoutControlItem1.TextVisible = false; |
239 | 246 |
// |
... | ... | |
242 | 249 |
this.layoutControlItem6.Control = this.btnLinkOPC; |
243 | 250 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 40); |
244 | 251 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
245 |
this.layoutControlItem6.Size = new System.Drawing.Size(156, 40);
|
|
252 |
this.layoutControlItem6.Size = new System.Drawing.Size(200, 40);
|
|
246 | 253 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
247 | 254 |
this.layoutControlItem6.TextVisible = false; |
248 | 255 |
// |
... | ... | |
250 | 257 |
// |
251 | 258 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
252 | 259 |
// |
260 |
// labelControl1 |
|
261 |
// |
|
262 |
this.labelControl1.Location = new System.Drawing.Point(24, 289); |
|
263 |
this.labelControl1.Name = "labelControl1"; |
|
264 |
this.labelControl1.Size = new System.Drawing.Size(179, 14); |
|
265 |
this.labelControl1.StyleController = this.layoutControl1; |
|
266 |
this.labelControl1.TabIndex = 10; |
|
267 |
this.labelControl1.Text = "Snap Grid On/Off Key : Shift + A"; |
|
268 |
// |
|
269 |
// layoutControlItem7 |
|
270 |
// |
|
271 |
this.layoutControlItem7.Control = this.labelControl1; |
|
272 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
|
273 |
this.layoutControlItem7.Name = "layoutControlItem7"; |
|
274 |
this.layoutControlItem7.Size = new System.Drawing.Size(200, 18); |
|
275 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
|
276 |
this.layoutControlItem7.TextVisible = false; |
|
277 |
// |
|
278 |
// layoutControlGroup3 |
|
279 |
// |
|
280 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
281 |
this.layoutControlItem7}); |
|
282 |
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 244); |
|
283 |
this.layoutControlGroup3.Name = "layoutControlGroup3"; |
|
284 |
this.layoutControlGroup3.Size = new System.Drawing.Size(224, 63); |
|
285 |
this.layoutControlGroup3.Text = "SPPID Utils"; |
|
286 |
// |
|
253 | 287 |
// ConverterDocking |
254 | 288 |
// |
255 | 289 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
256 | 290 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
257 | 291 |
this.Controls.Add(this.layoutControl1); |
258 | 292 |
this.Name = "ConverterDocking"; |
259 |
this.Size = new System.Drawing.Size(200, 500);
|
|
293 |
this.Size = new System.Drawing.Size(244, 500);
|
|
260 | 294 |
this.Load += new System.EventHandler(this.ConverterDocking_Load); |
261 | 295 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
262 | 296 |
this.layoutControl1.ResumeLayout(false); |
... | ... | |
272 | 306 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
273 | 307 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
274 | 308 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
309 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
|
310 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
|
275 | 311 |
this.ResumeLayout(false); |
276 | 312 |
|
277 | 313 |
} |
... | ... | |
296 | 332 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
297 | 333 |
private DevExpress.XtraEditors.SimpleButton btnLinkOPC; |
298 | 334 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
335 |
private DevExpress.XtraEditors.LabelControl labelControl1; |
|
336 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; |
|
337 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
|
299 | 338 |
} |
300 | 339 |
} |
내보내기 Unified diff