개정판 e6782243
dev issue #000 : end
Change-Id: I1c163ca56e2d8d7a427c6ef0f058636cfa7a2996
DTI_PID/SPPIDConverter/ConverterDocking.Designer.cs | ||
---|---|---|
28 | 28 |
/// </summary> |
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
|
32 | 31 |
DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl)); |
33 | 32 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDocking)); |
34 | 33 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
... | ... | |
86 | 85 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
87 | 86 |
this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); |
88 | 87 |
this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem(); |
89 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
|
|
88 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(); |
|
90 | 89 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
91 | 90 |
this.layoutControl1.SuspendLayout(); |
92 | 91 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
... | ... | |
169 | 168 |
// btnUploadDrawingAttribute |
170 | 169 |
// |
171 | 170 |
this.btnUploadDrawingAttribute.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnUploadDrawingAttribute.ImageOptions.Image"))); |
172 |
this.btnUploadDrawingAttribute.Location = new System.Drawing.Point(24, 434);
|
|
171 |
this.btnUploadDrawingAttribute.Location = new System.Drawing.Point(24, 428);
|
|
173 | 172 |
this.btnUploadDrawingAttribute.Name = "btnUploadDrawingAttribute"; |
174 | 173 |
this.btnUploadDrawingAttribute.Size = new System.Drawing.Size(186, 36); |
175 | 174 |
this.btnUploadDrawingAttribute.StyleController = this.layoutControl1; |
... | ... | |
180 | 179 |
// btnExportPDF |
181 | 180 |
// |
182 | 181 |
this.btnExportPDF.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnExportPDF.ImageOptions.SvgImage"))); |
183 |
this.btnExportPDF.Location = new System.Drawing.Point(24, 394);
|
|
182 |
this.btnExportPDF.Location = new System.Drawing.Point(24, 388);
|
|
184 | 183 |
this.btnExportPDF.Name = "btnExportPDF"; |
185 | 184 |
this.btnExportPDF.Size = new System.Drawing.Size(186, 36); |
186 | 185 |
this.btnExportPDF.StyleController = this.layoutControl1; |
... | ... | |
190 | 189 |
// |
191 | 190 |
// btnGetDrawingSize |
192 | 191 |
// |
193 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 218);
|
|
192 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 214);
|
|
194 | 193 |
this.btnGetDrawingSize.Name = "btnGetDrawingSize"; |
195 | 194 |
this.btnGetDrawingSize.Size = new System.Drawing.Size(186, 22); |
196 | 195 |
this.btnGetDrawingSize.StyleController = this.layoutControl1; |
... | ... | |
200 | 199 |
// |
201 | 200 |
// textEditDrawingY |
202 | 201 |
// |
203 |
this.textEditDrawingY.Location = new System.Drawing.Point(119, 194);
|
|
202 |
this.textEditDrawingY.Location = new System.Drawing.Point(119, 190);
|
|
204 | 203 |
this.textEditDrawingY.Name = "textEditDrawingY"; |
205 | 204 |
this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
206 | 205 |
this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
... | ... | |
210 | 209 |
// |
211 | 210 |
// textEditDrawingX |
212 | 211 |
// |
213 |
this.textEditDrawingX.Location = new System.Drawing.Point(119, 170);
|
|
212 |
this.textEditDrawingX.Location = new System.Drawing.Point(119, 166);
|
|
214 | 213 |
this.textEditDrawingX.Name = "textEditDrawingX"; |
215 | 214 |
this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
216 | 215 |
this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
... | ... | |
220 | 219 |
// |
221 | 220 |
// btnSegmentBreak |
222 | 221 |
// |
223 |
this.btnSegmentBreak.Location = new System.Drawing.Point(24, 888);
|
|
222 |
this.btnSegmentBreak.Location = new System.Drawing.Point(24, 886);
|
|
224 | 223 |
this.btnSegmentBreak.Name = "btnSegmentBreak"; |
225 | 224 |
this.btnSegmentBreak.Size = new System.Drawing.Size(186, 22); |
226 | 225 |
this.btnSegmentBreak.StyleController = this.layoutControl1; |
... | ... | |
230 | 229 |
// |
231 | 230 |
// btnPipeRunBreak |
232 | 231 |
// |
233 |
this.btnPipeRunBreak.Location = new System.Drawing.Point(24, 914);
|
|
232 |
this.btnPipeRunBreak.Location = new System.Drawing.Point(24, 912);
|
|
234 | 233 |
this.btnPipeRunBreak.Name = "btnPipeRunBreak"; |
235 | 234 |
this.btnPipeRunBreak.Size = new System.Drawing.Size(186, 22); |
236 | 235 |
this.btnPipeRunBreak.StyleController = this.layoutControl1; |
... | ... | |
240 | 239 |
// |
241 | 240 |
// btnCreateStreamBreak |
242 | 241 |
// |
243 |
this.btnCreateStreamBreak.Location = new System.Drawing.Point(24, 814);
|
|
242 |
this.btnCreateStreamBreak.Location = new System.Drawing.Point(24, 812);
|
|
244 | 243 |
this.btnCreateStreamBreak.Name = "btnCreateStreamBreak"; |
245 | 244 |
this.btnCreateStreamBreak.Size = new System.Drawing.Size(186, 22); |
246 | 245 |
this.btnCreateStreamBreak.StyleController = this.layoutControl1; |
... | ... | |
250 | 249 |
// |
251 | 250 |
// btnOPC |
252 | 251 |
// |
253 |
this.btnOPC.Location = new System.Drawing.Point(24, 788);
|
|
252 |
this.btnOPC.Location = new System.Drawing.Point(24, 786);
|
|
254 | 253 |
this.btnOPC.Name = "btnOPC"; |
255 | 254 |
this.btnOPC.Size = new System.Drawing.Size(186, 22); |
256 | 255 |
this.btnOPC.StyleController = this.layoutControl1; |
... | ... | |
260 | 259 |
// |
261 | 260 |
// textEdit2 |
262 | 261 |
// |
263 |
this.textEdit2.Location = new System.Drawing.Point(119, 864);
|
|
262 |
this.textEdit2.Location = new System.Drawing.Point(119, 862);
|
|
264 | 263 |
this.textEdit2.Name = "textEdit2"; |
265 | 264 |
this.textEdit2.Size = new System.Drawing.Size(91, 20); |
266 | 265 |
this.textEdit2.StyleController = this.layoutControl1; |
... | ... | |
269 | 268 |
// textEdit1 |
270 | 269 |
// |
271 | 270 |
this.textEdit1.EditValue = ""; |
272 |
this.textEdit1.Location = new System.Drawing.Point(119, 840);
|
|
271 |
this.textEdit1.Location = new System.Drawing.Point(119, 838);
|
|
273 | 272 |
this.textEdit1.Name = "textEdit1"; |
274 | 273 |
this.textEdit1.Size = new System.Drawing.Size(91, 20); |
275 | 274 |
this.textEdit1.StyleController = this.layoutControl1; |
... | ... | |
277 | 276 |
// |
278 | 277 |
// btnLinkOPCTest |
279 | 278 |
// |
280 |
this.btnLinkOPCTest.Location = new System.Drawing.Point(24, 736);
|
|
279 |
this.btnLinkOPCTest.Location = new System.Drawing.Point(24, 734);
|
|
281 | 280 |
this.btnLinkOPCTest.Name = "btnLinkOPCTest"; |
282 | 281 |
this.btnLinkOPCTest.Size = new System.Drawing.Size(186, 22); |
283 | 282 |
this.btnLinkOPCTest.StyleController = this.layoutControl1; |
... | ... | |
287 | 286 |
// |
288 | 287 |
// toggleSwitchSnapGrid |
289 | 288 |
// |
290 |
this.toggleSwitchSnapGrid.Location = new System.Drawing.Point(36, 570);
|
|
289 |
this.toggleSwitchSnapGrid.Location = new System.Drawing.Point(36, 560);
|
|
291 | 290 |
this.toggleSwitchSnapGrid.Name = "toggleSwitchSnapGrid"; |
292 | 291 |
this.toggleSwitchSnapGrid.Properties.OffText = "Off"; |
293 | 292 |
this.toggleSwitchSnapGrid.Properties.OnText = "On"; |
294 |
this.toggleSwitchSnapGrid.Size = new System.Drawing.Size(162, 19);
|
|
293 |
this.toggleSwitchSnapGrid.Size = new System.Drawing.Size(162, 25);
|
|
295 | 294 |
this.toggleSwitchSnapGrid.StyleController = this.layoutControl1; |
296 | 295 |
this.toggleSwitchSnapGrid.TabIndex = 16; |
297 | 296 |
this.toggleSwitchSnapGrid.Toggled += new System.EventHandler(this.toggleSwitchSnapGrid_Toggled); |
298 | 297 |
// |
299 | 298 |
// labelControl2 |
300 | 299 |
// |
301 |
this.labelControl2.Location = new System.Drawing.Point(36, 638);
|
|
300 |
this.labelControl2.Location = new System.Drawing.Point(36, 632);
|
|
302 | 301 |
this.labelControl2.Name = "labelControl2"; |
303 | 302 |
this.labelControl2.Size = new System.Drawing.Size(106, 14); |
304 | 303 |
this.labelControl2.StyleController = this.layoutControl1; |
... | ... | |
307 | 306 |
// |
308 | 307 |
// toggleSwitchMoveSymbol |
309 | 308 |
// |
310 |
this.toggleSwitchMoveSymbol.Location = new System.Drawing.Point(36, 656);
|
|
309 |
this.toggleSwitchMoveSymbol.Location = new System.Drawing.Point(36, 650);
|
|
311 | 310 |
this.toggleSwitchMoveSymbol.Name = "toggleSwitchMoveSymbol"; |
312 | 311 |
this.toggleSwitchMoveSymbol.Properties.OffText = "Off"; |
313 | 312 |
this.toggleSwitchMoveSymbol.Properties.OnText = "On"; |
314 |
this.toggleSwitchMoveSymbol.Size = new System.Drawing.Size(162, 19);
|
|
313 |
this.toggleSwitchMoveSymbol.Size = new System.Drawing.Size(162, 25);
|
|
315 | 314 |
this.toggleSwitchMoveSymbol.StyleController = this.layoutControl1; |
316 | 315 |
this.toggleSwitchMoveSymbol.TabIndex = 14; |
317 | 316 |
this.toggleSwitchMoveSymbol.Toggled += new System.EventHandler(this.toggleSwitchMoveSymbol_Toggled); |
... | ... | |
319 | 318 |
// btnSpecBreakRelocation |
320 | 319 |
// |
321 | 320 |
this.btnSpecBreakRelocation.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.newrecurringappointment; |
322 |
this.btnSpecBreakRelocation.Location = new System.Drawing.Point(24, 354);
|
|
321 |
this.btnSpecBreakRelocation.Location = new System.Drawing.Point(24, 348);
|
|
323 | 322 |
this.btnSpecBreakRelocation.Name = "btnSpecBreakRelocation"; |
324 | 323 |
this.btnSpecBreakRelocation.Size = new System.Drawing.Size(186, 36); |
325 | 324 |
this.btnSpecBreakRelocation.StyleController = this.layoutControl1; |
... | ... | |
334 | 333 |
0, |
335 | 334 |
0, |
336 | 335 |
0}); |
337 |
this.spinEditSymmetry.Location = new System.Drawing.Point(119, 289);
|
|
336 |
this.spinEditSymmetry.Location = new System.Drawing.Point(119, 283);
|
|
338 | 337 |
this.spinEditSymmetry.Name = "spinEditSymmetry"; |
339 | 338 |
this.spinEditSymmetry.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
340 | 339 |
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
... | ... | |
355 | 354 |
// btnSymmetry |
356 | 355 |
// |
357 | 356 |
this.btnSymmetry.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.productquickcomparisons; |
358 |
this.btnSymmetry.Location = new System.Drawing.Point(24, 313);
|
|
357 |
this.btnSymmetry.Location = new System.Drawing.Point(24, 307);
|
|
359 | 358 |
this.btnSymmetry.Name = "btnSymmetry"; |
360 | 359 |
this.btnSymmetry.Size = new System.Drawing.Size(186, 36); |
361 | 360 |
this.btnSymmetry.StyleController = this.layoutControl1; |
... | ... | |
365 | 364 |
// |
366 | 365 |
// labelControl1 |
367 | 366 |
// |
368 |
this.labelControl1.Location = new System.Drawing.Point(36, 552);
|
|
367 |
this.labelControl1.Location = new System.Drawing.Point(36, 542);
|
|
369 | 368 |
this.labelControl1.Name = "labelControl1"; |
370 | 369 |
this.labelControl1.Size = new System.Drawing.Size(81, 14); |
371 | 370 |
this.labelControl1.StyleController = this.layoutControl1; |
... | ... | |
375 | 374 |
// btnLinkOPC |
376 | 375 |
// |
377 | 376 |
this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage"))); |
378 |
this.btnLinkOPC.Location = new System.Drawing.Point(24, 85);
|
|
377 |
this.btnLinkOPC.Location = new System.Drawing.Point(24, 83);
|
|
379 | 378 |
this.btnLinkOPC.Name = "btnLinkOPC"; |
380 | 379 |
this.btnLinkOPC.Size = new System.Drawing.Size(186, 36); |
381 | 380 |
this.btnLinkOPC.StyleController = this.layoutControl1; |
... | ... | |
385 | 384 |
// |
386 | 385 |
// simpleButton1 |
387 | 386 |
// |
388 |
this.simpleButton1.Location = new System.Drawing.Point(24, 762);
|
|
387 |
this.simpleButton1.Location = new System.Drawing.Point(24, 760);
|
|
389 | 388 |
this.simpleButton1.Name = "simpleButton1"; |
390 | 389 |
this.simpleButton1.Size = new System.Drawing.Size(186, 22); |
391 | 390 |
this.simpleButton1.StyleController = this.layoutControl1; |
... | ... | |
396 | 395 |
// btnSPPIDConverter |
397 | 396 |
// |
398 | 397 |
this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage"))); |
399 |
this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
|
|
398 |
this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 43);
|
|
400 | 399 |
this.btnSPPIDConverter.Name = "btnSPPIDConverter"; |
401 | 400 |
this.btnSPPIDConverter.Size = new System.Drawing.Size(186, 36); |
402 | 401 |
this.btnSPPIDConverter.StyleController = this.layoutControl1; |
... | ... | |
416 | 415 |
this.layoutControlGroup1, |
417 | 416 |
this.layoutControlGroupDrawingSize}); |
418 | 417 |
this.Root.Name = "Root"; |
419 |
this.Root.Size = new System.Drawing.Size(234, 970);
|
|
418 |
this.Root.Size = new System.Drawing.Size(234, 968);
|
|
420 | 419 |
this.Root.TextVisible = false; |
421 | 420 |
// |
422 | 421 |
// emptySpaceItem1 |
423 | 422 |
// |
424 | 423 |
this.emptySpaceItem1.AllowHotTrack = false; |
425 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 940);
|
|
424 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 938);
|
|
426 | 425 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
427 | 426 |
this.emptySpaceItem1.Size = new System.Drawing.Size(214, 10); |
428 | 427 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
... | ... | |
434 | 433 |
this.layoutControlItem6}); |
435 | 434 |
this.layoutControlGroupConverter.Location = new System.Drawing.Point(0, 0); |
436 | 435 |
this.layoutControlGroupConverter.Name = "layoutControlGroupConverter"; |
437 |
this.layoutControlGroupConverter.Size = new System.Drawing.Size(214, 125);
|
|
436 |
this.layoutControlGroupConverter.Size = new System.Drawing.Size(214, 123);
|
|
438 | 437 |
this.layoutControlGroupConverter.Text = "Converter"; |
439 | 438 |
// |
440 | 439 |
// layoutControlItem1 |
... | ... | |
464 | 463 |
this.simpleSeparator1, |
465 | 464 |
this.layoutControlItem21, |
466 | 465 |
this.layoutControlItem22}); |
467 |
this.layoutControlGroupUtils.Location = new System.Drawing.Point(0, 244);
|
|
466 |
this.layoutControlGroupUtils.Location = new System.Drawing.Point(0, 240);
|
|
468 | 467 |
this.layoutControlGroupUtils.Name = "layoutControlGroupUtils"; |
469 |
this.layoutControlGroupUtils.Size = new System.Drawing.Size(214, 230);
|
|
468 |
this.layoutControlGroupUtils.Size = new System.Drawing.Size(214, 228);
|
|
470 | 469 |
this.layoutControlGroupUtils.Text = "SPPID Utils"; |
471 | 470 |
// |
472 | 471 |
// layoutControlItem8 |
... | ... | |
526 | 525 |
this.layoutControlGroupShortCut.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
527 | 526 |
this.layoutControlGroup5, |
528 | 527 |
this.layoutControlGroup6}); |
529 |
this.layoutControlGroupShortCut.Location = new System.Drawing.Point(0, 474);
|
|
528 |
this.layoutControlGroupShortCut.Location = new System.Drawing.Point(0, 468);
|
|
530 | 529 |
this.layoutControlGroupShortCut.Name = "layoutControlGroupShortCut"; |
531 |
this.layoutControlGroupShortCut.Size = new System.Drawing.Size(214, 217);
|
|
530 |
this.layoutControlGroupShortCut.Size = new System.Drawing.Size(214, 223);
|
|
532 | 531 |
this.layoutControlGroupShortCut.Text = "Keyboard Shortcut"; |
533 | 532 |
// |
534 | 533 |
// layoutControlGroup5 |
... | ... | |
539 | 538 |
this.layoutControlItem13}); |
540 | 539 |
this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0); |
541 | 540 |
this.layoutControlGroup5.Name = "layoutControlGroup5"; |
542 |
this.layoutControlGroup5.Size = new System.Drawing.Size(190, 86);
|
|
541 |
this.layoutControlGroup5.Size = new System.Drawing.Size(190, 90);
|
|
543 | 542 |
this.layoutControlGroup5.Text = "Snap Grid"; |
544 | 543 |
// |
545 | 544 |
// layoutControlItem7 |
... | ... | |
556 | 555 |
this.layoutControlItem13.Control = this.toggleSwitchSnapGrid; |
557 | 556 |
this.layoutControlItem13.Location = new System.Drawing.Point(0, 18); |
558 | 557 |
this.layoutControlItem13.Name = "layoutControlItem13"; |
559 |
this.layoutControlItem13.Size = new System.Drawing.Size(166, 23);
|
|
558 |
this.layoutControlItem13.Size = new System.Drawing.Size(166, 29);
|
|
560 | 559 |
this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0); |
561 | 560 |
this.layoutControlItem13.TextVisible = false; |
562 | 561 |
// |
... | ... | |
565 | 564 |
this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
566 | 565 |
this.layoutControlItem12, |
567 | 566 |
this.layoutControlItem11}); |
568 |
this.layoutControlGroup6.Location = new System.Drawing.Point(0, 86);
|
|
567 |
this.layoutControlGroup6.Location = new System.Drawing.Point(0, 90);
|
|
569 | 568 |
this.layoutControlGroup6.Name = "layoutControlGroup6"; |
570 |
this.layoutControlGroup6.Size = new System.Drawing.Size(190, 86);
|
|
569 |
this.layoutControlGroup6.Size = new System.Drawing.Size(190, 90);
|
|
571 | 570 |
this.layoutControlGroup6.Text = "Move Symbol (Selected)"; |
572 | 571 |
// |
573 | 572 |
// layoutControlItem12 |
... | ... | |
584 | 583 |
this.layoutControlItem11.Control = this.toggleSwitchMoveSymbol; |
585 | 584 |
this.layoutControlItem11.Location = new System.Drawing.Point(0, 18); |
586 | 585 |
this.layoutControlItem11.Name = "layoutControlItem11"; |
587 |
this.layoutControlItem11.Size = new System.Drawing.Size(166, 23);
|
|
586 |
this.layoutControlItem11.Size = new System.Drawing.Size(166, 29);
|
|
588 | 587 |
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0); |
589 | 588 |
this.layoutControlItem11.TextVisible = false; |
590 | 589 |
// |
... | ... | |
601 | 600 |
this.layoutControlItem17}); |
602 | 601 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 691); |
603 | 602 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
604 |
this.layoutControlGroup1.Size = new System.Drawing.Size(214, 249);
|
|
603 |
this.layoutControlGroup1.Size = new System.Drawing.Size(214, 247);
|
|
605 | 604 |
this.layoutControlGroup1.Text = "Test Source"; |
606 | 605 |
// |
607 | 606 |
// layoutControlItem3 |
... | ... | |
683 | 682 |
this.layoutControlItem4, |
684 | 683 |
this.layoutControlItem19, |
685 | 684 |
this.layoutControlItem20}); |
686 |
this.layoutControlGroupDrawingSize.Location = new System.Drawing.Point(0, 125);
|
|
685 |
this.layoutControlGroupDrawingSize.Location = new System.Drawing.Point(0, 123);
|
|
687 | 686 |
this.layoutControlGroupDrawingSize.Name = "layoutControlGroupDrawingSize"; |
688 |
this.layoutControlGroupDrawingSize.Size = new System.Drawing.Size(214, 119);
|
|
687 |
this.layoutControlGroupDrawingSize.Size = new System.Drawing.Size(214, 117);
|
|
689 | 688 |
this.layoutControlGroupDrawingSize.Text = "Drawing Size"; |
690 | 689 |
// |
691 | 690 |
// layoutControlItem4 |
... | ... | |
717 | 716 |
// |
718 | 717 |
// defaultLookAndFeel |
719 | 718 |
// |
720 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
|
|
719 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2016 Colorful";
|
|
721 | 720 |
// |
722 | 721 |
// ConverterDocking |
723 | 722 |
// |
내보내기 Unified diff