개정판 41afada5
dev issue #000 : add export pdf
Change-Id: If34d70481f0cfc918959b07fa7007a029589a544
DTI_PID/SPPIDConverter/ConverterDocking.Designer.cs | ||
---|---|---|
32 | 32 |
DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl)); |
33 | 33 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDocking)); |
34 | 34 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
35 |
this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton(); |
|
35 | 36 |
this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit(); |
36 | 37 |
this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit(); |
37 | 38 |
this.btnSegmentBreak = new DevExpress.XtraEditors.SimpleButton(); |
... | ... | |
80 | 81 |
this.layoutControlGroupDrawingSize = new DevExpress.XtraLayout.LayoutControlGroup(); |
81 | 82 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
82 | 83 |
this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); |
83 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
84 |
this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton(); |
|
85 | 84 |
this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem(); |
85 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
86 |
this.btnExportPDF = new DevExpress.XtraEditors.SimpleButton(); |
|
87 |
this.layoutControlItem21 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
86 | 88 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
87 | 89 |
this.layoutControl1.SuspendLayout(); |
88 | 90 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
... | ... | |
122 | 124 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
123 | 125 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit(); |
124 | 126 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit(); |
127 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).BeginInit(); |
|
125 | 128 |
this.SuspendLayout(); |
126 | 129 |
// |
127 | 130 |
// splashScreenManager |
... | ... | |
130 | 133 |
// |
131 | 134 |
// layoutControl1 |
132 | 135 |
// |
136 |
this.layoutControl1.Controls.Add(this.btnExportPDF); |
|
133 | 137 |
this.layoutControl1.Controls.Add(this.btnGetDrawingSize); |
134 | 138 |
this.layoutControl1.Controls.Add(this.textEditDrawingY); |
135 | 139 |
this.layoutControl1.Controls.Add(this.textEditDrawingX); |
... | ... | |
158 | 162 |
this.layoutControl1.TabIndex = 0; |
159 | 163 |
this.layoutControl1.Text = "layoutControl1"; |
160 | 164 |
// |
165 |
// btnGetDrawingSize |
|
166 |
// |
|
167 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 218); |
|
168 |
this.btnGetDrawingSize.Name = "btnGetDrawingSize"; |
|
169 |
this.btnGetDrawingSize.Size = new System.Drawing.Size(185, 22); |
|
170 |
this.btnGetDrawingSize.StyleController = this.layoutControl1; |
|
171 |
this.btnGetDrawingSize.TabIndex = 27; |
|
172 |
this.btnGetDrawingSize.Text = "Get Drawing Size"; |
|
173 |
this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click); |
|
174 |
// |
|
161 | 175 |
// textEditDrawingY |
162 | 176 |
// |
163 | 177 |
this.textEditDrawingY.Location = new System.Drawing.Point(119, 194); |
... | ... | |
180 | 194 |
// |
181 | 195 |
// btnSegmentBreak |
182 | 196 |
// |
183 |
this.btnSegmentBreak.Location = new System.Drawing.Point(24, 808);
|
|
197 |
this.btnSegmentBreak.Location = new System.Drawing.Point(24, 848);
|
|
184 | 198 |
this.btnSegmentBreak.Name = "btnSegmentBreak"; |
185 | 199 |
this.btnSegmentBreak.Size = new System.Drawing.Size(185, 22); |
186 | 200 |
this.btnSegmentBreak.StyleController = this.layoutControl1; |
... | ... | |
190 | 204 |
// |
191 | 205 |
// btnPipeRunBreak |
192 | 206 |
// |
193 |
this.btnPipeRunBreak.Location = new System.Drawing.Point(24, 834);
|
|
207 |
this.btnPipeRunBreak.Location = new System.Drawing.Point(24, 874);
|
|
194 | 208 |
this.btnPipeRunBreak.Name = "btnPipeRunBreak"; |
195 | 209 |
this.btnPipeRunBreak.Size = new System.Drawing.Size(185, 22); |
196 | 210 |
this.btnPipeRunBreak.StyleController = this.layoutControl1; |
... | ... | |
200 | 214 |
// |
201 | 215 |
// btnCreateStreamBreak |
202 | 216 |
// |
203 |
this.btnCreateStreamBreak.Location = new System.Drawing.Point(24, 734);
|
|
217 |
this.btnCreateStreamBreak.Location = new System.Drawing.Point(24, 774);
|
|
204 | 218 |
this.btnCreateStreamBreak.Name = "btnCreateStreamBreak"; |
205 | 219 |
this.btnCreateStreamBreak.Size = new System.Drawing.Size(185, 22); |
206 | 220 |
this.btnCreateStreamBreak.StyleController = this.layoutControl1; |
... | ... | |
210 | 224 |
// |
211 | 225 |
// btnOPC |
212 | 226 |
// |
213 |
this.btnOPC.Location = new System.Drawing.Point(24, 708);
|
|
227 |
this.btnOPC.Location = new System.Drawing.Point(24, 748);
|
|
214 | 228 |
this.btnOPC.Name = "btnOPC"; |
215 | 229 |
this.btnOPC.Size = new System.Drawing.Size(185, 22); |
216 | 230 |
this.btnOPC.StyleController = this.layoutControl1; |
... | ... | |
220 | 234 |
// |
221 | 235 |
// textEdit2 |
222 | 236 |
// |
223 |
this.textEdit2.Location = new System.Drawing.Point(119, 784);
|
|
237 |
this.textEdit2.Location = new System.Drawing.Point(119, 824);
|
|
224 | 238 |
this.textEdit2.Name = "textEdit2"; |
225 | 239 |
this.textEdit2.Size = new System.Drawing.Size(90, 20); |
226 | 240 |
this.textEdit2.StyleController = this.layoutControl1; |
... | ... | |
229 | 243 |
// textEdit1 |
230 | 244 |
// |
231 | 245 |
this.textEdit1.EditValue = ""; |
232 |
this.textEdit1.Location = new System.Drawing.Point(119, 760);
|
|
246 |
this.textEdit1.Location = new System.Drawing.Point(119, 800);
|
|
233 | 247 |
this.textEdit1.Name = "textEdit1"; |
234 | 248 |
this.textEdit1.Size = new System.Drawing.Size(90, 20); |
235 | 249 |
this.textEdit1.StyleController = this.layoutControl1; |
... | ... | |
237 | 251 |
// |
238 | 252 |
// btnLinkOPCTest |
239 | 253 |
// |
240 |
this.btnLinkOPCTest.Location = new System.Drawing.Point(24, 656);
|
|
254 |
this.btnLinkOPCTest.Location = new System.Drawing.Point(24, 696);
|
|
241 | 255 |
this.btnLinkOPCTest.Name = "btnLinkOPCTest"; |
242 | 256 |
this.btnLinkOPCTest.Size = new System.Drawing.Size(185, 22); |
243 | 257 |
this.btnLinkOPCTest.StyleController = this.layoutControl1; |
... | ... | |
247 | 261 |
// |
248 | 262 |
// toggleSwitchSnapGrid |
249 | 263 |
// |
250 |
this.toggleSwitchSnapGrid.Location = new System.Drawing.Point(36, 490);
|
|
264 |
this.toggleSwitchSnapGrid.Location = new System.Drawing.Point(36, 530);
|
|
251 | 265 |
this.toggleSwitchSnapGrid.Name = "toggleSwitchSnapGrid"; |
252 | 266 |
this.toggleSwitchSnapGrid.Properties.OffText = "Off"; |
253 | 267 |
this.toggleSwitchSnapGrid.Properties.OnText = "On"; |
... | ... | |
258 | 272 |
// |
259 | 273 |
// labelControl2 |
260 | 274 |
// |
261 |
this.labelControl2.Location = new System.Drawing.Point(36, 558);
|
|
275 |
this.labelControl2.Location = new System.Drawing.Point(36, 598);
|
|
262 | 276 |
this.labelControl2.Name = "labelControl2"; |
263 | 277 |
this.labelControl2.Size = new System.Drawing.Size(106, 14); |
264 | 278 |
this.labelControl2.StyleController = this.layoutControl1; |
... | ... | |
267 | 281 |
// |
268 | 282 |
// toggleSwitchMoveSymbol |
269 | 283 |
// |
270 |
this.toggleSwitchMoveSymbol.Location = new System.Drawing.Point(36, 576);
|
|
284 |
this.toggleSwitchMoveSymbol.Location = new System.Drawing.Point(36, 616);
|
|
271 | 285 |
this.toggleSwitchMoveSymbol.Name = "toggleSwitchMoveSymbol"; |
272 | 286 |
this.toggleSwitchMoveSymbol.Properties.OffText = "Off"; |
273 | 287 |
this.toggleSwitchMoveSymbol.Properties.OnText = "On"; |
... | ... | |
325 | 339 |
// |
326 | 340 |
// labelControl1 |
327 | 341 |
// |
328 |
this.labelControl1.Location = new System.Drawing.Point(36, 472);
|
|
342 |
this.labelControl1.Location = new System.Drawing.Point(36, 512);
|
|
329 | 343 |
this.labelControl1.Name = "labelControl1"; |
330 | 344 |
this.labelControl1.Size = new System.Drawing.Size(81, 14); |
331 | 345 |
this.labelControl1.StyleController = this.layoutControl1; |
... | ... | |
345 | 359 |
// |
346 | 360 |
// simpleButton1 |
347 | 361 |
// |
348 |
this.simpleButton1.Location = new System.Drawing.Point(24, 682);
|
|
362 |
this.simpleButton1.Location = new System.Drawing.Point(24, 722);
|
|
349 | 363 |
this.simpleButton1.Name = "simpleButton1"; |
350 | 364 |
this.simpleButton1.Size = new System.Drawing.Size(185, 22); |
351 | 365 |
this.simpleButton1.StyleController = this.layoutControl1; |
... | ... | |
376 | 390 |
this.layoutControlGroup1, |
377 | 391 |
this.layoutControlGroupDrawingSize}); |
378 | 392 |
this.Root.Name = "Root"; |
379 |
this.Root.Size = new System.Drawing.Size(233, 890);
|
|
393 |
this.Root.Size = new System.Drawing.Size(233, 930);
|
|
380 | 394 |
this.Root.TextVisible = false; |
381 | 395 |
// |
382 | 396 |
// emptySpaceItem1 |
383 | 397 |
// |
384 | 398 |
this.emptySpaceItem1.AllowHotTrack = false; |
385 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 860);
|
|
399 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 900);
|
|
386 | 400 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
387 | 401 |
this.emptySpaceItem1.Size = new System.Drawing.Size(213, 10); |
388 | 402 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
... | ... | |
421 | 435 |
this.layoutControlItem8, |
422 | 436 |
this.layoutControlItem9, |
423 | 437 |
this.layoutControlItem10, |
424 |
this.simpleSeparator1}); |
|
438 |
this.simpleSeparator1, |
|
439 |
this.layoutControlItem21}); |
|
425 | 440 |
this.layoutControlGroupUtils.Location = new System.Drawing.Point(0, 244); |
426 | 441 |
this.layoutControlGroupUtils.Name = "layoutControlGroupUtils"; |
427 |
this.layoutControlGroupUtils.Size = new System.Drawing.Size(213, 150);
|
|
442 |
this.layoutControlGroupUtils.Size = new System.Drawing.Size(213, 190);
|
|
428 | 443 |
this.layoutControlGroupUtils.Text = "SPPID Utils"; |
429 | 444 |
// |
430 | 445 |
// layoutControlItem8 |
... | ... | |
466 | 481 |
this.layoutControlGroupShortCut.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
467 | 482 |
this.layoutControlGroup5, |
468 | 483 |
this.layoutControlGroup6}); |
469 |
this.layoutControlGroupShortCut.Location = new System.Drawing.Point(0, 394);
|
|
484 |
this.layoutControlGroupShortCut.Location = new System.Drawing.Point(0, 434);
|
|
470 | 485 |
this.layoutControlGroupShortCut.Name = "layoutControlGroupShortCut"; |
471 | 486 |
this.layoutControlGroupShortCut.Size = new System.Drawing.Size(213, 217); |
472 | 487 |
this.layoutControlGroupShortCut.Text = "Keyboard Shortcut"; |
... | ... | |
539 | 554 |
this.layoutControlItem14, |
540 | 555 |
this.layoutControlItem18, |
541 | 556 |
this.layoutControlItem17}); |
542 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 611);
|
|
557 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 651);
|
|
543 | 558 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
544 | 559 |
this.layoutControlGroup1.Size = new System.Drawing.Size(213, 249); |
545 | 560 |
this.layoutControlGroup1.Text = "Test Source"; |
... | ... | |
646 | 661 |
this.layoutControlItem19.Text = "Y"; |
647 | 662 |
this.layoutControlItem19.TextSize = new System.Drawing.Size(92, 14); |
648 | 663 |
// |
649 |
// defaultLookAndFeel |
|
650 |
// |
|
651 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
|
652 |
// |
|
653 |
// btnGetDrawingSize |
|
654 |
// |
|
655 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 218); |
|
656 |
this.btnGetDrawingSize.Name = "btnGetDrawingSize"; |
|
657 |
this.btnGetDrawingSize.Size = new System.Drawing.Size(185, 22); |
|
658 |
this.btnGetDrawingSize.StyleController = this.layoutControl1; |
|
659 |
this.btnGetDrawingSize.TabIndex = 27; |
|
660 |
this.btnGetDrawingSize.Text = "Get Drawing Size"; |
|
661 |
this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click); |
|
662 |
// |
|
663 | 664 |
// layoutControlItem20 |
664 | 665 |
// |
665 | 666 |
this.layoutControlItem20.Control = this.btnGetDrawingSize; |
... | ... | |
669 | 670 |
this.layoutControlItem20.TextSize = new System.Drawing.Size(0, 0); |
670 | 671 |
this.layoutControlItem20.TextVisible = false; |
671 | 672 |
// |
673 |
// defaultLookAndFeel |
|
674 |
// |
|
675 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
|
676 |
// |
|
677 |
// btnExportPDF |
|
678 |
// |
|
679 |
this.btnExportPDF.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnExportPDF.ImageOptions.SvgImage"))); |
|
680 |
this.btnExportPDF.Location = new System.Drawing.Point(24, 394); |
|
681 |
this.btnExportPDF.Name = "btnExportPDF"; |
|
682 |
this.btnExportPDF.Size = new System.Drawing.Size(185, 36); |
|
683 |
this.btnExportPDF.StyleController = this.layoutControl1; |
|
684 |
this.btnExportPDF.TabIndex = 28; |
|
685 |
this.btnExportPDF.Text = "Export PDF"; |
|
686 |
this.btnExportPDF.Click += new System.EventHandler(this.btnExportPDF_Click); |
|
687 |
// |
|
688 |
// layoutControlItem21 |
|
689 |
// |
|
690 |
this.layoutControlItem21.Control = this.btnExportPDF; |
|
691 |
this.layoutControlItem21.Location = new System.Drawing.Point(0, 105); |
|
692 |
this.layoutControlItem21.Name = "layoutControlItem21"; |
|
693 |
this.layoutControlItem21.Size = new System.Drawing.Size(189, 40); |
|
694 |
this.layoutControlItem21.TextSize = new System.Drawing.Size(0, 0); |
|
695 |
this.layoutControlItem21.TextVisible = false; |
|
696 |
// |
|
672 | 697 |
// ConverterDocking |
673 | 698 |
// |
674 | 699 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
... | ... | |
715 | 740 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
716 | 741 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit(); |
717 | 742 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit(); |
743 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem21)).EndInit(); |
|
718 | 744 |
this.ResumeLayout(false); |
719 | 745 |
|
720 | 746 |
} |
... | ... | |
773 | 799 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19; |
774 | 800 |
private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize; |
775 | 801 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20; |
802 |
private DevExpress.XtraEditors.SimpleButton btnExportPDF; |
|
803 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem21; |
|
776 | 804 |
} |
777 | 805 |
} |
내보내기 Unified diff