개정판 284fa2c9
issue #000:
Change-Id: I6a600a1d1869b65f32f28368718a9fc357738a86
DTI_PID/ID2PSN/Form/PBSSetting.Designer.cs | ||
---|---|---|
83 | 83 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
84 | 84 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
85 | 85 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
86 |
this.ribbonControl.Size = new System.Drawing.Size(302, 32);
|
|
86 |
this.ribbonControl.Size = new System.Drawing.Size(310, 32);
|
|
87 | 87 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
88 | 88 |
// |
89 | 89 |
// layoutControl1 |
... | ... | |
99 | 99 |
this.layoutControl1.Name = "layoutControl1"; |
100 | 100 |
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(488, 408, 650, 400); |
101 | 101 |
this.layoutControl1.Root = this.Root; |
102 |
this.layoutControl1.Size = new System.Drawing.Size(302, 244);
|
|
102 |
this.layoutControl1.Size = new System.Drawing.Size(310, 248);
|
|
103 | 103 |
this.layoutControl1.TabIndex = 1; |
104 | 104 |
this.layoutControl1.Text = "layoutControl1"; |
105 | 105 |
// |
... | ... | |
117 | 117 |
new DevExpress.XtraEditors.Controls.RadioGroupItem("Drawing No", "Drawing No"), |
118 | 118 |
new DevExpress.XtraEditors.Controls.RadioGroupItem("Unit Area", "Unit Area"), |
119 | 119 |
new DevExpress.XtraEditors.Controls.RadioGroupItem("No selection (Empty PBS)", "No selection (Empty PBS)")}); |
120 |
this.radioGroupPBS1.Size = new System.Drawing.Size(254, 85);
|
|
120 |
this.radioGroupPBS1.Size = new System.Drawing.Size(262, 85);
|
|
121 | 121 |
this.radioGroupPBS1.StyleController = this.layoutControl1; |
122 | 122 |
this.radioGroupPBS1.TabIndex = 19; |
123 | 123 |
this.radioGroupPBS1.SelectedIndexChanged += new System.EventHandler(this.radioGroupPBS_SelectedIndexChanged); |
... | ... | |
125 | 125 |
// btnClose |
126 | 126 |
// |
127 | 127 |
this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image"))); |
128 |
this.btnClose.Location = new System.Drawing.Point(220, 192);
|
|
128 |
this.btnClose.Location = new System.Drawing.Point(228, 192);
|
|
129 | 129 |
this.btnClose.Name = "btnClose"; |
130 | 130 |
this.btnClose.Size = new System.Drawing.Size(70, 36); |
131 | 131 |
this.btnClose.StyleController = this.layoutControl1; |
... | ... | |
136 | 136 |
// btnSave |
137 | 137 |
// |
138 | 138 |
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image"))); |
139 |
this.btnSave.Location = new System.Drawing.Point(128, 192);
|
|
139 |
this.btnSave.Location = new System.Drawing.Point(136, 192);
|
|
140 | 140 |
this.btnSave.Name = "btnSave"; |
141 | 141 |
this.btnSave.Size = new System.Drawing.Size(68, 36); |
142 | 142 |
this.btnSave.StyleController = this.layoutControl1; |
... | ... | |
150 | 150 |
this.comboBoxEditPBSAttr.Name = "comboBoxEditPBSAttr"; |
151 | 151 |
this.comboBoxEditPBSAttr.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
152 | 152 |
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
153 |
this.comboBoxEditPBSAttr.Size = new System.Drawing.Size(194, 20);
|
|
153 |
this.comboBoxEditPBSAttr.Size = new System.Drawing.Size(202, 20);
|
|
154 | 154 |
this.comboBoxEditPBSAttr.StyleController = this.layoutControl1; |
155 | 155 |
this.comboBoxEditPBSAttr.TabIndex = 14; |
156 | 156 |
// |
... | ... | |
175 | 175 |
0, |
176 | 176 |
0, |
177 | 177 |
0}); |
178 |
this.spinEditStart.Size = new System.Drawing.Size(76, 20);
|
|
178 |
this.spinEditStart.Size = new System.Drawing.Size(80, 20);
|
|
179 | 179 |
this.spinEditStart.StyleController = this.layoutControl1; |
180 | 180 |
this.spinEditStart.TabIndex = 17; |
181 | 181 |
// |
... | ... | |
186 | 186 |
0, |
187 | 187 |
0, |
188 | 188 |
0}); |
189 |
this.spinEditEnd.Location = new System.Drawing.Point(224, 156);
|
|
189 |
this.spinEditEnd.Location = new System.Drawing.Point(228, 156);
|
|
190 | 190 |
this.spinEditEnd.Name = "spinEditEnd"; |
191 | 191 |
this.spinEditEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
192 | 192 |
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
... | ... | |
200 | 200 |
0, |
201 | 201 |
0, |
202 | 202 |
0}); |
203 |
this.spinEditEnd.Size = new System.Drawing.Size(54, 20);
|
|
203 |
this.spinEditEnd.Size = new System.Drawing.Size(58, 20);
|
|
204 | 204 |
this.spinEditEnd.StyleController = this.layoutControl1; |
205 | 205 |
this.spinEditEnd.TabIndex = 18; |
206 | 206 |
// |
... | ... | |
215 | 215 |
this.emptySpaceItem2, |
216 | 216 |
this.layoutControlGroup2}); |
217 | 217 |
this.Root.Name = "Root"; |
218 |
this.Root.Size = new System.Drawing.Size(302, 244);
|
|
218 |
this.Root.Size = new System.Drawing.Size(310, 248);
|
|
219 | 219 |
this.Root.TextVisible = false; |
220 | 220 |
// |
221 | 221 |
// emptySpaceItem3 |
... | ... | |
223 | 223 |
this.emptySpaceItem3.AllowHotTrack = false; |
224 | 224 |
this.emptySpaceItem3.Location = new System.Drawing.Point(0, 180); |
225 | 225 |
this.emptySpaceItem3.Name = "emptySpaceItem3"; |
226 |
this.emptySpaceItem3.Size = new System.Drawing.Size(116, 44);
|
|
226 |
this.emptySpaceItem3.Size = new System.Drawing.Size(124, 48);
|
|
227 | 227 |
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); |
228 | 228 |
// |
229 | 229 |
// layoutControlItem4 |
230 | 230 |
// |
231 | 231 |
this.layoutControlItem4.Control = this.btnSave; |
232 |
this.layoutControlItem4.Location = new System.Drawing.Point(116, 180);
|
|
232 |
this.layoutControlItem4.Location = new System.Drawing.Point(124, 180);
|
|
233 | 233 |
this.layoutControlItem4.MaxSize = new System.Drawing.Size(72, 40); |
234 | 234 |
this.layoutControlItem4.MinSize = new System.Drawing.Size(72, 40); |
235 | 235 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
236 |
this.layoutControlItem4.Size = new System.Drawing.Size(72, 44);
|
|
236 |
this.layoutControlItem4.Size = new System.Drawing.Size(72, 48);
|
|
237 | 237 |
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
238 | 238 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
239 | 239 |
this.layoutControlItem4.TextVisible = false; |
... | ... | |
241 | 241 |
// layoutControlItem5 |
242 | 242 |
// |
243 | 243 |
this.layoutControlItem5.Control = this.btnClose; |
244 |
this.layoutControlItem5.Location = new System.Drawing.Point(208, 180);
|
|
244 |
this.layoutControlItem5.Location = new System.Drawing.Point(216, 180);
|
|
245 | 245 |
this.layoutControlItem5.MaxSize = new System.Drawing.Size(74, 40); |
246 | 246 |
this.layoutControlItem5.MinSize = new System.Drawing.Size(74, 40); |
247 | 247 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
248 |
this.layoutControlItem5.Size = new System.Drawing.Size(74, 44);
|
|
248 |
this.layoutControlItem5.Size = new System.Drawing.Size(74, 48);
|
|
249 | 249 |
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
250 | 250 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
251 | 251 |
this.layoutControlItem5.TextVisible = false; |
... | ... | |
253 | 253 |
// emptySpaceItem2 |
254 | 254 |
// |
255 | 255 |
this.emptySpaceItem2.AllowHotTrack = false; |
256 |
this.emptySpaceItem2.Location = new System.Drawing.Point(188, 180);
|
|
256 |
this.emptySpaceItem2.Location = new System.Drawing.Point(196, 180);
|
|
257 | 257 |
this.emptySpaceItem2.MaxSize = new System.Drawing.Size(20, 40); |
258 | 258 |
this.emptySpaceItem2.MinSize = new System.Drawing.Size(20, 40); |
259 | 259 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
260 |
this.emptySpaceItem2.Size = new System.Drawing.Size(20, 44);
|
|
260 |
this.emptySpaceItem2.Size = new System.Drawing.Size(20, 48);
|
|
261 | 261 |
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
262 | 262 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
263 | 263 |
// |
... | ... | |
271 | 271 |
this.layoutControlItem1}); |
272 | 272 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
273 | 273 |
this.layoutControlGroup2.Name = "layoutControlGroup2"; |
274 |
this.layoutControlGroup2.Size = new System.Drawing.Size(282, 180);
|
|
274 |
this.layoutControlGroup2.Size = new System.Drawing.Size(290, 180);
|
|
275 | 275 |
this.layoutControlGroup2.Text = "PBS "; |
276 | 276 |
// |
277 | 277 |
// layoutControlItemPBSAttribute |
... | ... | |
280 | 280 |
this.layoutControlItemPBSAttribute.CustomizationFormText = "Attr Name"; |
281 | 281 |
this.layoutControlItemPBSAttribute.Location = new System.Drawing.Point(0, 89); |
282 | 282 |
this.layoutControlItemPBSAttribute.Name = "layoutControlItemPBSAttribute"; |
283 |
this.layoutControlItemPBSAttribute.Size = new System.Drawing.Size(258, 24);
|
|
283 |
this.layoutControlItemPBSAttribute.Size = new System.Drawing.Size(266, 24);
|
|
284 | 284 |
this.layoutControlItemPBSAttribute.Text = "Attr Name"; |
285 | 285 |
this.layoutControlItemPBSAttribute.TextSize = new System.Drawing.Size(57, 14); |
286 | 286 |
// |
... | ... | |
290 | 290 |
this.layoutControlItemStart.CustomizationFormText = "From"; |
291 | 291 |
this.layoutControlItemStart.Location = new System.Drawing.Point(0, 113); |
292 | 292 |
this.layoutControlItemStart.Name = "layoutControlItemStart"; |
293 |
this.layoutControlItemStart.Size = new System.Drawing.Size(140, 24);
|
|
293 |
this.layoutControlItemStart.Size = new System.Drawing.Size(144, 24);
|
|
294 | 294 |
this.layoutControlItemStart.Text = "From"; |
295 | 295 |
this.layoutControlItemStart.TextSize = new System.Drawing.Size(57, 14); |
296 | 296 |
// |
... | ... | |
298 | 298 |
// |
299 | 299 |
this.layoutControlItemEnd.Control = this.spinEditEnd; |
300 | 300 |
this.layoutControlItemEnd.CustomizationFormText = "To"; |
301 |
this.layoutControlItemEnd.Location = new System.Drawing.Point(140, 113);
|
|
301 |
this.layoutControlItemEnd.Location = new System.Drawing.Point(144, 113);
|
|
302 | 302 |
this.layoutControlItemEnd.Name = "layoutControlItemEnd"; |
303 |
this.layoutControlItemEnd.Size = new System.Drawing.Size(118, 24);
|
|
303 |
this.layoutControlItemEnd.Size = new System.Drawing.Size(122, 24);
|
|
304 | 304 |
this.layoutControlItemEnd.Text = "To"; |
305 | 305 |
this.layoutControlItemEnd.TextSize = new System.Drawing.Size(57, 14); |
306 | 306 |
// |
... | ... | |
309 | 309 |
this.layoutControlItem1.Control = this.radioGroupPBS1; |
310 | 310 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
311 | 311 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
312 |
this.layoutControlItem1.Size = new System.Drawing.Size(258, 89);
|
|
312 |
this.layoutControlItem1.Size = new System.Drawing.Size(266, 89);
|
|
313 | 313 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
314 | 314 |
this.layoutControlItem1.TextVisible = false; |
315 | 315 |
// |
... | ... | |
341 | 341 |
// |
342 | 342 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
343 | 343 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
344 |
this.ClientSize = new System.Drawing.Size(302, 276);
|
|
344 |
this.ClientSize = new System.Drawing.Size(310, 280);
|
|
345 | 345 |
this.Controls.Add(this.layoutControl1); |
346 | 346 |
this.Controls.Add(this.ribbonControl); |
347 | 347 |
this.Name = "PBSSetting"; |
내보내기 Unified diff