개정판 528aa878
issue #000:
Change-Id: Ic8f1e38180006cb65ceddb57a845c9b24955b69e
DTI_PID/ID2PSN/Form/DBSettingForm.Designer.cs | ||
---|---|---|
99 | 99 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
100 | 100 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
101 | 101 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
102 |
this.ribbonControl.Size = new System.Drawing.Size(392, 32);
|
|
102 |
this.ribbonControl.Size = new System.Drawing.Size(400, 32);
|
|
103 | 103 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
104 | 104 |
// |
105 | 105 |
// layoutControl1 |
... | ... | |
118 | 118 |
this.layoutControl1.Name = "layoutControl1"; |
119 | 119 |
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(963, 307, 650, 400); |
120 | 120 |
this.layoutControl1.Root = this.Root; |
121 |
this.layoutControl1.Size = new System.Drawing.Size(392, 266);
|
|
121 |
this.layoutControl1.Size = new System.Drawing.Size(400, 270);
|
|
122 | 122 |
this.layoutControl1.TabIndex = 1; |
123 | 123 |
this.layoutControl1.Text = "layoutControl1"; |
124 | 124 |
// |
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(310, 218);
|
|
128 |
this.btnClose.Location = new System.Drawing.Point(318, 218);
|
|
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(218, 218);
|
|
139 |
this.btnSave.Location = new System.Drawing.Point(226, 218);
|
|
140 | 140 |
this.btnSave.Name = "btnSave"; |
141 | 141 |
this.btnSave.Size = new System.Drawing.Size(68, 36); |
142 | 142 |
this.btnSave.StyleController = this.layoutControl1; |
... | ... | |
163 | 163 |
this.txHost.Location = new System.Drawing.Point(89, 84); |
164 | 164 |
this.txHost.MenuManager = this.ribbonControl; |
165 | 165 |
this.txHost.Name = "txHost"; |
166 |
this.txHost.Size = new System.Drawing.Size(279, 20);
|
|
166 |
this.txHost.Size = new System.Drawing.Size(287, 20);
|
|
167 | 167 |
this.txHost.StyleController = this.layoutControl1; |
168 | 168 |
this.txHost.TabIndex = 8; |
169 | 169 |
// |
... | ... | |
172 | 172 |
this.txDBName.Location = new System.Drawing.Point(89, 108); |
173 | 173 |
this.txDBName.MenuManager = this.ribbonControl; |
174 | 174 |
this.txDBName.Name = "txDBName"; |
175 |
this.txDBName.Size = new System.Drawing.Size(279, 20);
|
|
175 |
this.txDBName.Size = new System.Drawing.Size(287, 20);
|
|
176 | 176 |
this.txDBName.StyleController = this.layoutControl1; |
177 | 177 |
this.txDBName.TabIndex = 9; |
178 | 178 |
// |
... | ... | |
181 | 181 |
this.txUser.Location = new System.Drawing.Point(89, 132); |
182 | 182 |
this.txUser.MenuManager = this.ribbonControl; |
183 | 183 |
this.txUser.Name = "txUser"; |
184 |
this.txUser.Size = new System.Drawing.Size(279, 20);
|
|
184 |
this.txUser.Size = new System.Drawing.Size(287, 20);
|
|
185 | 185 |
this.txUser.StyleController = this.layoutControl1; |
186 | 186 |
this.txUser.TabIndex = 10; |
187 | 187 |
// |
... | ... | |
190 | 190 |
this.txPassword.Location = new System.Drawing.Point(89, 156); |
191 | 191 |
this.txPassword.MenuManager = this.ribbonControl; |
192 | 192 |
this.txPassword.Name = "txPassword"; |
193 |
this.txPassword.Size = new System.Drawing.Size(279, 20);
|
|
193 |
this.txPassword.Size = new System.Drawing.Size(287, 20);
|
|
194 | 194 |
this.txPassword.StyleController = this.layoutControl1; |
195 | 195 |
this.txPassword.TabIndex = 11; |
196 | 196 |
// |
197 | 197 |
// btnFolder |
198 | 198 |
// |
199 |
this.btnFolder.Location = new System.Drawing.Point(339, 180);
|
|
199 |
this.btnFolder.Location = new System.Drawing.Point(346, 180);
|
|
200 | 200 |
this.btnFolder.Name = "btnFolder"; |
201 |
this.btnFolder.Size = new System.Drawing.Size(29, 22);
|
|
201 |
this.btnFolder.Size = new System.Drawing.Size(30, 22);
|
|
202 | 202 |
this.btnFolder.StyleController = this.layoutControl1; |
203 | 203 |
this.btnFolder.TabIndex = 12; |
204 | 204 |
this.btnFolder.Text = "..."; |
... | ... | |
209 | 209 |
this.txID2Filepath.Location = new System.Drawing.Point(89, 180); |
210 | 210 |
this.txID2Filepath.MenuManager = this.ribbonControl; |
211 | 211 |
this.txID2Filepath.Name = "txID2Filepath"; |
212 |
this.txID2Filepath.Size = new System.Drawing.Size(246, 20);
|
|
212 |
this.txID2Filepath.Size = new System.Drawing.Size(253, 20);
|
|
213 | 213 |
this.txID2Filepath.StyleController = this.layoutControl1; |
214 | 214 |
this.txID2Filepath.TabIndex = 13; |
215 | 215 |
// |
... | ... | |
224 | 224 |
this.layoutControlGroup1, |
225 | 225 |
this.emptySpaceItem1}); |
226 | 226 |
this.Root.Name = "Root"; |
227 |
this.Root.Size = new System.Drawing.Size(392, 266);
|
|
227 |
this.Root.Size = new System.Drawing.Size(400, 270);
|
|
228 | 228 |
this.Root.TextVisible = false; |
229 | 229 |
// |
230 | 230 |
// layoutControlItem4 |
231 | 231 |
// |
232 | 232 |
this.layoutControlItem4.Control = this.btnSave; |
233 |
this.layoutControlItem4.Location = new System.Drawing.Point(206, 206);
|
|
233 |
this.layoutControlItem4.Location = new System.Drawing.Point(214, 206);
|
|
234 | 234 |
this.layoutControlItem4.MaxSize = new System.Drawing.Size(72, 40); |
235 | 235 |
this.layoutControlItem4.MinSize = new System.Drawing.Size(72, 40); |
236 | 236 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
237 |
this.layoutControlItem4.Size = new System.Drawing.Size(72, 40);
|
|
237 |
this.layoutControlItem4.Size = new System.Drawing.Size(72, 44);
|
|
238 | 238 |
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
239 | 239 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
240 | 240 |
this.layoutControlItem4.TextVisible = false; |
... | ... | |
242 | 242 |
// layoutControlItem5 |
243 | 243 |
// |
244 | 244 |
this.layoutControlItem5.Control = this.btnClose; |
245 |
this.layoutControlItem5.Location = new System.Drawing.Point(298, 206);
|
|
245 |
this.layoutControlItem5.Location = new System.Drawing.Point(306, 206);
|
|
246 | 246 |
this.layoutControlItem5.MaxSize = new System.Drawing.Size(74, 40); |
247 | 247 |
this.layoutControlItem5.MinSize = new System.Drawing.Size(74, 40); |
248 | 248 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
249 |
this.layoutControlItem5.Size = new System.Drawing.Size(74, 40);
|
|
249 |
this.layoutControlItem5.Size = new System.Drawing.Size(74, 44);
|
|
250 | 250 |
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
251 | 251 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
252 | 252 |
this.layoutControlItem5.TextVisible = false; |
... | ... | |
254 | 254 |
// emptySpaceItem2 |
255 | 255 |
// |
256 | 256 |
this.emptySpaceItem2.AllowHotTrack = false; |
257 |
this.emptySpaceItem2.Location = new System.Drawing.Point(278, 206);
|
|
257 |
this.emptySpaceItem2.Location = new System.Drawing.Point(286, 206);
|
|
258 | 258 |
this.emptySpaceItem2.MaxSize = new System.Drawing.Size(20, 40); |
259 | 259 |
this.emptySpaceItem2.MinSize = new System.Drawing.Size(20, 40); |
260 | 260 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
261 |
this.emptySpaceItem2.Size = new System.Drawing.Size(20, 40);
|
|
261 |
this.emptySpaceItem2.Size = new System.Drawing.Size(20, 44);
|
|
262 | 262 |
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
263 | 263 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
264 | 264 |
// |
... | ... | |
270 | 270 |
this.group1}); |
271 | 271 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
272 | 272 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
273 |
this.layoutControlGroup1.Size = new System.Drawing.Size(372, 206);
|
|
273 |
this.layoutControlGroup1.Size = new System.Drawing.Size(380, 206);
|
|
274 | 274 |
this.layoutControlGroup1.Text = "DB "; |
275 | 275 |
// |
276 | 276 |
// layoutControlItem1 |
... | ... | |
280 | 280 |
this.layoutControlItem1.MaxSize = new System.Drawing.Size(334, 41); |
281 | 281 |
this.layoutControlItem1.MinSize = new System.Drawing.Size(334, 41); |
282 | 282 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
283 |
this.layoutControlItem1.Size = new System.Drawing.Size(348, 41);
|
|
283 |
this.layoutControlItem1.Size = new System.Drawing.Size(356, 41);
|
|
284 | 284 |
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
285 | 285 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
286 | 286 |
this.layoutControlItem1.TextVisible = false; |
... | ... | |
293 | 293 |
this.lcID2FilePath}); |
294 | 294 |
this.group2.Location = new System.Drawing.Point(0, 137); |
295 | 295 |
this.group2.Name = "group2"; |
296 |
this.group2.Size = new System.Drawing.Size(348, 26);
|
|
296 |
this.group2.Size = new System.Drawing.Size(356, 26);
|
|
297 | 297 |
this.group2.TextVisible = false; |
298 | 298 |
// |
299 | 299 |
// layoutControlItem2 |
300 | 300 |
// |
301 | 301 |
this.layoutControlItem2.Control = this.btnFolder; |
302 |
this.layoutControlItem2.Location = new System.Drawing.Point(315, 0);
|
|
302 |
this.layoutControlItem2.Location = new System.Drawing.Point(322, 0);
|
|
303 | 303 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
304 |
this.layoutControlItem2.Size = new System.Drawing.Size(33, 26);
|
|
304 |
this.layoutControlItem2.Size = new System.Drawing.Size(34, 26);
|
|
305 | 305 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
306 | 306 |
this.layoutControlItem2.TextVisible = false; |
307 | 307 |
// |
... | ... | |
310 | 310 |
this.lcID2FilePath.Control = this.txID2Filepath; |
311 | 311 |
this.lcID2FilePath.Location = new System.Drawing.Point(0, 0); |
312 | 312 |
this.lcID2FilePath.Name = "lcID2FilePath"; |
313 |
this.lcID2FilePath.Size = new System.Drawing.Size(315, 26);
|
|
313 |
this.lcID2FilePath.Size = new System.Drawing.Size(322, 26);
|
|
314 | 314 |
this.lcID2FilePath.Text = "ID2 Project"; |
315 | 315 |
this.lcID2FilePath.TextSize = new System.Drawing.Size(62, 14); |
316 | 316 |
// |
... | ... | |
325 | 325 |
this.lcUser}); |
326 | 326 |
this.group1.Location = new System.Drawing.Point(0, 41); |
327 | 327 |
this.group1.Name = "group1"; |
328 |
this.group1.Size = new System.Drawing.Size(348, 96);
|
|
328 |
this.group1.Size = new System.Drawing.Size(356, 96);
|
|
329 | 329 |
this.group1.Text = "layoutControlGroup1"; |
330 | 330 |
this.group1.TextVisible = false; |
331 | 331 |
// |
... | ... | |
334 | 334 |
this.lcPassword.Control = this.txPassword; |
335 | 335 |
this.lcPassword.Location = new System.Drawing.Point(0, 72); |
336 | 336 |
this.lcPassword.Name = "lcPassword"; |
337 |
this.lcPassword.Size = new System.Drawing.Size(348, 24);
|
|
337 |
this.lcPassword.Size = new System.Drawing.Size(356, 24);
|
|
338 | 338 |
this.lcPassword.Text = "Password"; |
339 | 339 |
this.lcPassword.TextSize = new System.Drawing.Size(62, 14); |
340 | 340 |
// |
... | ... | |
343 | 343 |
this.lcHost.Control = this.txHost; |
344 | 344 |
this.lcHost.Location = new System.Drawing.Point(0, 0); |
345 | 345 |
this.lcHost.Name = "lcHost"; |
346 |
this.lcHost.Size = new System.Drawing.Size(348, 24);
|
|
346 |
this.lcHost.Size = new System.Drawing.Size(356, 24);
|
|
347 | 347 |
this.lcHost.Text = "Host"; |
348 | 348 |
this.lcHost.TextLocation = DevExpress.Utils.Locations.Left; |
349 | 349 |
this.lcHost.TextSize = new System.Drawing.Size(62, 14); |
... | ... | |
353 | 353 |
this.lcDBName.Control = this.txDBName; |
354 | 354 |
this.lcDBName.Location = new System.Drawing.Point(0, 24); |
355 | 355 |
this.lcDBName.Name = "lcDBName"; |
356 |
this.lcDBName.Size = new System.Drawing.Size(348, 24);
|
|
356 |
this.lcDBName.Size = new System.Drawing.Size(356, 24);
|
|
357 | 357 |
this.lcDBName.Text = "DB Name"; |
358 | 358 |
this.lcDBName.TextSize = new System.Drawing.Size(62, 14); |
359 | 359 |
// |
... | ... | |
362 | 362 |
this.lcUser.Control = this.txUser; |
363 | 363 |
this.lcUser.Location = new System.Drawing.Point(0, 48); |
364 | 364 |
this.lcUser.Name = "lcUser"; |
365 |
this.lcUser.Size = new System.Drawing.Size(348, 24);
|
|
365 |
this.lcUser.Size = new System.Drawing.Size(356, 24);
|
|
366 | 366 |
this.lcUser.Text = "User"; |
367 | 367 |
this.lcUser.TextSize = new System.Drawing.Size(62, 14); |
368 | 368 |
// |
... | ... | |
372 | 372 |
this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem3"; |
373 | 373 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 206); |
374 | 374 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
375 |
this.emptySpaceItem1.Size = new System.Drawing.Size(206, 40);
|
|
375 |
this.emptySpaceItem1.Size = new System.Drawing.Size(214, 44);
|
|
376 | 376 |
this.emptySpaceItem1.Text = "emptySpaceItem3"; |
377 | 377 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
378 | 378 |
// |
... | ... | |
380 | 380 |
// |
381 | 381 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
382 | 382 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
383 |
this.ClientSize = new System.Drawing.Size(392, 298);
|
|
383 |
this.ClientSize = new System.Drawing.Size(400, 302);
|
|
384 | 384 |
this.Controls.Add(this.layoutControl1); |
385 | 385 |
this.Controls.Add(this.ribbonControl); |
386 | 386 |
this.Name = "DBSettingForm"; |
DTI_PID/ID2PSN/Form/EquipmentNoPocketSetting.Designer.cs | ||
---|---|---|
74 | 74 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
75 | 75 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
76 | 76 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
77 |
this.ribbonControl.Size = new System.Drawing.Size(639, 32);
|
|
77 |
this.ribbonControl.Size = new System.Drawing.Size(647, 32);
|
|
78 | 78 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
79 | 79 |
// |
80 | 80 |
// layoutControl1 |
... | ... | |
88 | 88 |
this.layoutControl1.Name = "layoutControl1"; |
89 | 89 |
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(488, 408, 650, 400); |
90 | 90 |
this.layoutControl1.Root = this.Root; |
91 |
this.layoutControl1.Size = new System.Drawing.Size(639, 647);
|
|
91 |
this.layoutControl1.Size = new System.Drawing.Size(647, 651);
|
|
92 | 92 |
this.layoutControl1.TabIndex = 1; |
93 | 93 |
this.layoutControl1.Text = "layoutControl1"; |
94 | 94 |
// |
... | ... | |
98 | 98 |
this.gridEquipment.MainView = this.gridViewEquipment; |
99 | 99 |
this.gridEquipment.MenuManager = this.ribbonControl; |
100 | 100 |
this.gridEquipment.Name = "gridEquipment"; |
101 |
this.gridEquipment.Size = new System.Drawing.Size(591, 514);
|
|
101 |
this.gridEquipment.Size = new System.Drawing.Size(599, 518);
|
|
102 | 102 |
this.gridEquipment.TabIndex = 4; |
103 | 103 |
this.gridEquipment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
104 | 104 |
this.gridViewEquipment}); |
... | ... | |
112 | 112 |
// btnClose |
113 | 113 |
// |
114 | 114 |
this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image"))); |
115 |
this.btnClose.Location = new System.Drawing.Point(557, 599);
|
|
115 |
this.btnClose.Location = new System.Drawing.Point(565, 603);
|
|
116 | 116 |
this.btnClose.Name = "btnClose"; |
117 | 117 |
this.btnClose.Size = new System.Drawing.Size(70, 36); |
118 | 118 |
this.btnClose.StyleController = this.layoutControl1; |
... | ... | |
123 | 123 |
// btnSave |
124 | 124 |
// |
125 | 125 |
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image"))); |
126 |
this.btnSave.Location = new System.Drawing.Point(465, 599);
|
|
126 |
this.btnSave.Location = new System.Drawing.Point(473, 603);
|
|
127 | 127 |
this.btnSave.Name = "btnSave"; |
128 | 128 |
this.btnSave.Size = new System.Drawing.Size(68, 36); |
129 | 129 |
this.btnSave.StyleController = this.layoutControl1; |
... | ... | |
133 | 133 |
// |
134 | 134 |
// btnAddValveGroup |
135 | 135 |
// |
136 |
this.btnAddValveGroup.Location = new System.Drawing.Point(484, 43);
|
|
136 |
this.btnAddValveGroup.Location = new System.Drawing.Point(490, 43);
|
|
137 | 137 |
this.btnAddValveGroup.Name = "btnAddValveGroup"; |
138 |
this.btnAddValveGroup.Size = new System.Drawing.Size(131, 22);
|
|
138 |
this.btnAddValveGroup.Size = new System.Drawing.Size(133, 22);
|
|
139 | 139 |
this.btnAddValveGroup.StyleController = this.layoutControl1; |
140 | 140 |
this.btnAddValveGroup.TabIndex = 2; |
141 | 141 |
this.btnAddValveGroup.Text = " Add Equipment"; |
... | ... | |
152 | 152 |
this.emptySpaceItem2, |
153 | 153 |
this.layoutControlGroup2}); |
154 | 154 |
this.Root.Name = "Root"; |
155 |
this.Root.Size = new System.Drawing.Size(639, 647);
|
|
155 |
this.Root.Size = new System.Drawing.Size(647, 651);
|
|
156 | 156 |
this.Root.TextVisible = false; |
157 | 157 |
// |
158 | 158 |
// emptySpaceItem3 |
159 | 159 |
// |
160 | 160 |
this.emptySpaceItem3.AllowHotTrack = false; |
161 |
this.emptySpaceItem3.Location = new System.Drawing.Point(0, 587);
|
|
161 |
this.emptySpaceItem3.Location = new System.Drawing.Point(0, 591);
|
|
162 | 162 |
this.emptySpaceItem3.Name = "emptySpaceItem3"; |
163 |
this.emptySpaceItem3.Size = new System.Drawing.Size(453, 40);
|
|
163 |
this.emptySpaceItem3.Size = new System.Drawing.Size(461, 40);
|
|
164 | 164 |
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); |
165 | 165 |
// |
166 | 166 |
// layoutControlItem4 |
167 | 167 |
// |
168 | 168 |
this.layoutControlItem4.Control = this.btnSave; |
169 |
this.layoutControlItem4.Location = new System.Drawing.Point(453, 587);
|
|
169 |
this.layoutControlItem4.Location = new System.Drawing.Point(461, 591);
|
|
170 | 170 |
this.layoutControlItem4.MaxSize = new System.Drawing.Size(72, 40); |
171 | 171 |
this.layoutControlItem4.MinSize = new System.Drawing.Size(72, 40); |
172 | 172 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
... | ... | |
178 | 178 |
// layoutControlItem5 |
179 | 179 |
// |
180 | 180 |
this.layoutControlItem5.Control = this.btnClose; |
181 |
this.layoutControlItem5.Location = new System.Drawing.Point(545, 587);
|
|
181 |
this.layoutControlItem5.Location = new System.Drawing.Point(553, 591);
|
|
182 | 182 |
this.layoutControlItem5.MaxSize = new System.Drawing.Size(74, 40); |
183 | 183 |
this.layoutControlItem5.MinSize = new System.Drawing.Size(74, 40); |
184 | 184 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
... | ... | |
190 | 190 |
// emptySpaceItem2 |
191 | 191 |
// |
192 | 192 |
this.emptySpaceItem2.AllowHotTrack = false; |
193 |
this.emptySpaceItem2.Location = new System.Drawing.Point(525, 587);
|
|
193 |
this.emptySpaceItem2.Location = new System.Drawing.Point(533, 591);
|
|
194 | 194 |
this.emptySpaceItem2.MaxSize = new System.Drawing.Size(20, 40); |
195 | 195 |
this.emptySpaceItem2.MinSize = new System.Drawing.Size(20, 40); |
196 | 196 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
... | ... | |
207 | 207 |
this.emptySpaceItem1}); |
208 | 208 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
209 | 209 |
this.layoutControlGroup2.Name = "layoutControlGroup2"; |
210 |
this.layoutControlGroup2.Size = new System.Drawing.Size(619, 587);
|
|
210 |
this.layoutControlGroup2.Size = new System.Drawing.Size(627, 591);
|
|
211 | 211 |
this.layoutControlGroup2.Text = "Equipment No Pocket Items"; |
212 | 212 |
// |
213 | 213 |
// layoutControlItem6 |
... | ... | |
215 | 215 |
this.layoutControlItem6.Control = this.gridEquipment; |
216 | 216 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 26); |
217 | 217 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
218 |
this.layoutControlItem6.Size = new System.Drawing.Size(595, 518);
|
|
218 |
this.layoutControlItem6.Size = new System.Drawing.Size(603, 522);
|
|
219 | 219 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
220 | 220 |
this.layoutControlItem6.TextVisible = false; |
221 | 221 |
// |
222 | 222 |
// layoutControlItem3 |
223 | 223 |
// |
224 | 224 |
this.layoutControlItem3.Control = this.btnAddValveGroup; |
225 |
this.layoutControlItem3.Location = new System.Drawing.Point(460, 0);
|
|
225 |
this.layoutControlItem3.Location = new System.Drawing.Point(466, 0);
|
|
226 | 226 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
227 |
this.layoutControlItem3.Size = new System.Drawing.Size(135, 26);
|
|
227 |
this.layoutControlItem3.Size = new System.Drawing.Size(137, 26);
|
|
228 | 228 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
229 | 229 |
this.layoutControlItem3.TextVisible = false; |
230 | 230 |
// |
... | ... | |
233 | 233 |
this.emptySpaceItem1.AllowHotTrack = false; |
234 | 234 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0); |
235 | 235 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
236 |
this.emptySpaceItem1.Size = new System.Drawing.Size(460, 26);
|
|
236 |
this.emptySpaceItem1.Size = new System.Drawing.Size(466, 26);
|
|
237 | 237 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
238 | 238 |
// |
239 | 239 |
// EquipmentNoPocketSetting |
240 | 240 |
// |
241 | 241 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
242 | 242 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
243 |
this.ClientSize = new System.Drawing.Size(639, 679);
|
|
243 |
this.ClientSize = new System.Drawing.Size(647, 683);
|
|
244 | 244 |
this.Controls.Add(this.layoutControl1); |
245 | 245 |
this.Controls.Add(this.ribbonControl); |
246 | 246 |
this.Name = "EquipmentNoPocketSetting"; |
DTI_PID/ID2PSN/Form/MainForm.Designer.cs | ||
---|---|---|
170 | 170 |
// |
171 | 171 |
// btnSaveAs |
172 | 172 |
// |
173 |
this.btnSaveAs.ImageOptions.Image = global::ID2PSN.Properties.Resources.saveto_32x32;
|
|
173 |
this.btnSaveAs.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSaveAs.ImageOptions.Image")));
|
|
174 | 174 |
this.btnSaveAs.Location = new System.Drawing.Point(24, 834); |
175 | 175 |
this.btnSaveAs.Name = "btnSaveAs"; |
176 | 176 |
this.btnSaveAs.Size = new System.Drawing.Size(233, 36); |
... | ... | |
353 | 353 |
// |
354 | 354 |
// btnReset |
355 | 355 |
// |
356 |
this.btnReset.ImageOptions.Image = global::ID2PSN.Properties.Resources.reset_32x32;
|
|
356 |
this.btnReset.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnReset.ImageOptions.Image")));
|
|
357 | 357 |
this.btnReset.Location = new System.Drawing.Point(1499, 834); |
358 | 358 |
this.btnReset.Name = "btnReset"; |
359 | 359 |
this.btnReset.Size = new System.Drawing.Size(78, 36); |
DTI_PID/ID2PSN/Form/MainForm.resx | ||
---|---|---|
118 | 118 |
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> |
119 | 119 |
</resheader> |
120 | 120 |
<metadata name="defaultLookAndFeel.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
121 |
<value>17, 56</value>
|
|
121 |
<value>197, 17</value>
|
|
122 | 122 |
</metadata> |
123 |
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
|
124 |
<data name="btnSaveAs.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
|
125 |
<value> |
|
126 |
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 |
|
169 |
</value> |
|
170 |
</data> |
|
123 | 171 |
<assembly alias="DevExpress.Data.v19.1" name="DevExpress.Data.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
124 | 172 |
<data name="btnExportPSN.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v19.1" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
125 | 173 |
<value> |
... | ... | |
141 | 189 |
IGZpbGw9IiMwMzlDMjMiIGNsYXNzPSJHcmVlbiIgLz4NCiAgPC9nPg0KPC9zdmc+Cw== |
142 | 190 |
</value> |
143 | 191 |
</data> |
144 |
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
|
145 | 192 |
<data name="btnSave.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
146 | 193 |
<value> |
147 | 194 |
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAt0RVh0VGl0 |
... | ... | |
233 | 280 |
/Ix9FP//MSTpv2J38/BO1NSOAAAAAElFTkSuQmCC |
234 | 281 |
</value> |
235 | 282 |
</data> |
283 |
<data name="btnReset.ImageOptions.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
|
284 |
<value> |
|
285 |
iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m |
|
286 |
dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAARdEVYdFRpdGxlAFJlc2V0O1VuZG87E4EW/wAAAYVJ |
|
287 |
REFUWEfFlj1Ow2AMhnsAJK7ThRtwBE7ACEtZGBCH4BSd4SbdOAADUyW24KdKqtfG6ceHqDM8Uuz4tZ18 |
|
288 |
v6thGBYldVaSOitJnZU44/rptcXa2BhbY2fsR3jGxztiMu0BrQfOyAQjV8aL8WkMDYghFs2PXFoPnGEB |
|
289 |
j1Fg3Bp8YVbsFGjQunxaD5xhAQi1iQfjy4jJfwtacnQ1ADRB91nxN+POYKwvR3jGx7sYT47jn9B64IxR |
|
290 |
MPER7Hfj3rgwjl8U4B0xxKqW4TjMCa0HzhBBhIQ3Riw4B7GxCSamqwfOCAKFr4pFWqDRHKyOtdYDZwSB |
|
291 |
8mzEAi0YjjgnNloPnBGCI9kSbcHE1BxbrQfOCMEZvU2wOlS/03rgjBA8R08TLFHV7rUeOMMC/pvFG+ge |
|
292 |
AuBUUxETSZP20D0JgSNVRSylU7vfHH9ahsBvi8du2UY0wbap4rKteIKDI94BSMhXnfUwUhY5jiPlF5IM |
|
293 |
ui+7ks1RdiltwVif71q+BKmzktRZSeqsY1h9A4ZDkwafEbAVAAAAAElFTkSuQmCC |
|
294 |
</value> |
|
295 |
</data> |
|
236 | 296 |
<metadata name="contextMenuPSN.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
237 |
<value>17, 95</value>
|
|
297 |
<value>359, 17</value>
|
|
238 | 298 |
</metadata> |
239 | 299 |
<metadata name="sqLiteCommandBuilder1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
240 |
<value>17, 134</value>
|
|
300 |
<value>507, 17</value>
|
|
241 | 301 |
</metadata> |
242 | 302 |
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
243 | 303 |
<value>48</value> |
DTI_PID/ID2PSN/Form/PriorityForm.Designer.cs | ||
---|---|---|
228 | 228 |
// |
229 | 229 |
this.xtraTabPagePipingMaterialsClass.Controls.Add(this.gridControlPipingMaterialsClass); |
230 | 230 |
this.xtraTabPagePipingMaterialsClass.Name = "xtraTabPagePipingMaterialsClass"; |
231 |
this.xtraTabPagePipingMaterialsClass.Size = new System.Drawing.Size(580, 549);
|
|
231 |
this.xtraTabPagePipingMaterialsClass.Size = new System.Drawing.Size(592, 556);
|
|
232 | 232 |
this.xtraTabPagePipingMaterialsClass.Text = "Piping Materials Class"; |
233 | 233 |
// |
234 | 234 |
// gridControlPipingMaterialsClass |
... | ... | |
238 | 238 |
this.gridControlPipingMaterialsClass.MainView = this.gridViewPipingMaterialsClass; |
239 | 239 |
this.gridControlPipingMaterialsClass.MenuManager = this.ribbonControl; |
240 | 240 |
this.gridControlPipingMaterialsClass.Name = "gridControlPipingMaterialsClass"; |
241 |
this.gridControlPipingMaterialsClass.Size = new System.Drawing.Size(580, 549);
|
|
241 |
this.gridControlPipingMaterialsClass.Size = new System.Drawing.Size(592, 556);
|
|
242 | 242 |
this.gridControlPipingMaterialsClass.TabIndex = 0; |
243 | 243 |
this.gridControlPipingMaterialsClass.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
244 | 244 |
this.gridViewPipingMaterialsClass}); |
... | ... | |
253 | 253 |
// |
254 | 254 |
this.xtraInsulationPurpose.Controls.Add(this.gridControlInsulationPurpose); |
255 | 255 |
this.xtraInsulationPurpose.Name = "xtraInsulationPurpose"; |
256 |
this.xtraInsulationPurpose.Size = new System.Drawing.Size(580, 549);
|
|
256 |
this.xtraInsulationPurpose.Size = new System.Drawing.Size(592, 556);
|
|
257 | 257 |
this.xtraInsulationPurpose.Text = "Insulation Purpose"; |
258 | 258 |
// |
259 | 259 |
// gridControlInsulationPurpose |
... | ... | |
263 | 263 |
this.gridControlInsulationPurpose.MainView = this.gridViewInsulationPurpose; |
264 | 264 |
this.gridControlInsulationPurpose.MenuManager = this.ribbonControl; |
265 | 265 |
this.gridControlInsulationPurpose.Name = "gridControlInsulationPurpose"; |
266 |
this.gridControlInsulationPurpose.Size = new System.Drawing.Size(580, 549);
|
|
266 |
this.gridControlInsulationPurpose.Size = new System.Drawing.Size(592, 556);
|
|
267 | 267 |
this.gridControlInsulationPurpose.TabIndex = 1; |
268 | 268 |
this.gridControlInsulationPurpose.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
269 | 269 |
this.gridViewInsulationPurpose}); |
DTI_PID/ID2PSN/Form/TopologyRuleForm.Designer.cs | ||
---|---|---|
82 | 82 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
83 | 83 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
84 | 84 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
85 |
this.ribbonControl.Size = new System.Drawing.Size(419, 27);
|
|
85 |
this.ribbonControl.Size = new System.Drawing.Size(419, 32);
|
|
86 | 86 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
87 | 87 |
// |
88 | 88 |
// layoutControl1 |
... | ... | |
94 | 94 |
this.layoutControl1.Controls.Add(this.DownBtn); |
95 | 95 |
this.layoutControl1.Controls.Add(this.DelBtn); |
96 | 96 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
97 |
this.layoutControl1.Location = new System.Drawing.Point(0, 27);
|
|
97 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32);
|
|
98 | 98 |
this.layoutControl1.Name = "layoutControl1"; |
99 | 99 |
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(642, 278, 650, 400); |
100 | 100 |
this.layoutControl1.OptionsView.UseDefaultDragAndDropRendering = false; |
101 | 101 |
this.layoutControl1.Root = this.Root; |
102 |
this.layoutControl1.Size = new System.Drawing.Size(419, 506);
|
|
102 |
this.layoutControl1.Size = new System.Drawing.Size(419, 501);
|
|
103 | 103 |
this.layoutControl1.TabIndex = 1; |
104 | 104 |
this.layoutControl1.Text = "layoutControl1"; |
105 | 105 |
// |
... | ... | |
109 | 109 |
this.gridControlRule.MainView = this.gridViewRule; |
110 | 110 |
this.gridControlRule.MenuManager = this.ribbonControl; |
111 | 111 |
this.gridControlRule.Name = "gridControlRule"; |
112 |
this.gridControlRule.Size = new System.Drawing.Size(395, 416);
|
|
112 |
this.gridControlRule.Size = new System.Drawing.Size(395, 411);
|
|
113 | 113 |
this.gridControlRule.TabIndex = 2; |
114 | 114 |
this.gridControlRule.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
115 | 115 |
this.gridViewRule}); |
... | ... | |
124 | 124 |
// btnClose |
125 | 125 |
// |
126 | 126 |
this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image"))); |
127 |
this.btnClose.Location = new System.Drawing.Point(337, 458);
|
|
127 |
this.btnClose.Location = new System.Drawing.Point(337, 453);
|
|
128 | 128 |
this.btnClose.Name = "btnClose"; |
129 | 129 |
this.btnClose.Size = new System.Drawing.Size(70, 36); |
130 | 130 |
this.btnClose.StyleController = this.layoutControl1; |
... | ... | |
135 | 135 |
// btnSave |
136 | 136 |
// |
137 | 137 |
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image"))); |
138 |
this.btnSave.Location = new System.Drawing.Point(245, 458);
|
|
138 |
this.btnSave.Location = new System.Drawing.Point(245, 453);
|
|
139 | 139 |
this.btnSave.Name = "btnSave"; |
140 | 140 |
this.btnSave.Size = new System.Drawing.Size(68, 36); |
141 | 141 |
this.btnSave.StyleController = this.layoutControl1; |
... | ... | |
190 | 190 |
this.emptySpaceItem5, |
191 | 191 |
this.layoutControlItem6}); |
192 | 192 |
this.Root.Name = "Root"; |
193 |
this.Root.Size = new System.Drawing.Size(419, 506);
|
|
193 |
this.Root.Size = new System.Drawing.Size(419, 501);
|
|
194 | 194 |
this.Root.TextVisible = false; |
195 | 195 |
// |
196 | 196 |
// layoutControlItem1 |
... | ... | |
198 | 198 |
this.layoutControlItem1.Control = this.gridControlRule; |
199 | 199 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 26); |
200 | 200 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
201 |
this.layoutControlItem1.Size = new System.Drawing.Size(399, 420);
|
|
201 |
this.layoutControlItem1.Size = new System.Drawing.Size(399, 415);
|
|
202 | 202 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
203 | 203 |
this.layoutControlItem1.TextVisible = false; |
204 | 204 |
// |
205 | 205 |
// layoutControlItem2 |
206 | 206 |
// |
207 | 207 |
this.layoutControlItem2.Control = this.btnSave; |
208 |
this.layoutControlItem2.Location = new System.Drawing.Point(233, 446);
|
|
208 |
this.layoutControlItem2.Location = new System.Drawing.Point(233, 441);
|
|
209 | 209 |
this.layoutControlItem2.MaxSize = new System.Drawing.Size(72, 40); |
210 | 210 |
this.layoutControlItem2.MinSize = new System.Drawing.Size(72, 40); |
211 | 211 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
... | ... | |
217 | 217 |
// layoutControlItem3 |
218 | 218 |
// |
219 | 219 |
this.layoutControlItem3.Control = this.btnClose; |
220 |
this.layoutControlItem3.Location = new System.Drawing.Point(325, 446);
|
|
220 |
this.layoutControlItem3.Location = new System.Drawing.Point(325, 441);
|
|
221 | 221 |
this.layoutControlItem3.MaxSize = new System.Drawing.Size(74, 40); |
222 | 222 |
this.layoutControlItem3.MinSize = new System.Drawing.Size(74, 40); |
223 | 223 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
... | ... | |
229 | 229 |
// emptySpaceItem1 |
230 | 230 |
// |
231 | 231 |
this.emptySpaceItem1.AllowHotTrack = false; |
232 |
this.emptySpaceItem1.Location = new System.Drawing.Point(305, 446);
|
|
232 |
this.emptySpaceItem1.Location = new System.Drawing.Point(305, 441);
|
|
233 | 233 |
this.emptySpaceItem1.MaxSize = new System.Drawing.Size(20, 40); |
234 | 234 |
this.emptySpaceItem1.MinSize = new System.Drawing.Size(20, 40); |
235 | 235 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
... | ... | |
240 | 240 |
// emptySpaceItem2 |
241 | 241 |
// |
242 | 242 |
this.emptySpaceItem2.AllowHotTrack = false; |
243 |
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 446);
|
|
243 |
this.emptySpaceItem2.Location = new System.Drawing.Point(0, 441);
|
|
244 | 244 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
245 | 245 |
this.emptySpaceItem2.Size = new System.Drawing.Size(233, 40); |
246 | 246 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
DTI_PID/ID2PSN/PSN.cs | ||
---|---|---|
1230 | 1230 |
|
1231 | 1231 |
PSNItem.StartType = GetPSNType(firstItem, true); |
1232 | 1232 |
PSNItem.EndType = GetPSNType(lastItem, false); |
1233 |
|
|
1233 | 1234 |
} |
1234 | 1235 |
|
1235 | 1236 |
PSNType GetPSNType(Item item, bool bFirst = true) |
내보내기 Unified diff