hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ 7c3cdd0b
이력 | 보기 | 이력해설 | 다운로드 (8.07 KB)
1 | 65881d60 | gaqhf | namespace Converter.SPPID.Wrapper |
---|---|---|---|
2 | { |
||
3 | partial class ConverterDocking |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// 필수 디자이너 변수입니다. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | /// <summary> |
||
11 | /// 사용 중인 모든 리소스를 정리합니다. |
||
12 | /// </summary> |
||
13 | /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param> |
||
14 | protected override void Dispose(bool disposing) |
||
15 | { |
||
16 | if (disposing && (components != null)) |
||
17 | { |
||
18 | components.Dispose(); |
||
19 | } |
||
20 | base.Dispose(disposing); |
||
21 | } |
||
22 | |||
23 | #region 구성 요소 디자이너에서 생성한 코드 |
||
24 | |||
25 | /// <summary> |
||
26 | /// 디자이너 지원에 필요한 메서드입니다. |
||
27 | /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. |
||
28 | /// </summary> |
||
29 | private void InitializeComponent() |
||
30 | { |
||
31 | d19ae675 | gaqhf | this.components = new System.ComponentModel.Container(); |
32 | e3e2d41f | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDocking)); |
33 | ca214bc3 | gaqhf | DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl)); |
34 | 65881d60 | gaqhf | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
35 | ca214bc3 | gaqhf | this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); |
36 | e3e2d41f | gaqhf | this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton(); |
37 | 65881d60 | gaqhf | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
38 | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
39 | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
40 | 1ba9c671 | gaqhf | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
41 | ca214bc3 | gaqhf | this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
42 | 65881d60 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
43 | this.layoutControl1.SuspendLayout(); |
||
44 | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
||
45 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
||
46 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
||
47 | 1ba9c671 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
48 | 65881d60 | gaqhf | this.SuspendLayout(); |
49 | // |
||
50 | // layoutControl1 |
||
51 | // |
||
52 | 1ba9c671 | gaqhf | this.layoutControl1.Controls.Add(this.simpleButton1); |
53 | e3e2d41f | gaqhf | this.layoutControl1.Controls.Add(this.btnSPPIDConverter); |
54 | 65881d60 | gaqhf | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
55 | this.layoutControl1.Location = new System.Drawing.Point(0, 0); |
||
56 | this.layoutControl1.Name = "layoutControl1"; |
||
57 | this.layoutControl1.Root = this.Root; |
||
58 | this.layoutControl1.Size = new System.Drawing.Size(150, 300); |
||
59 | this.layoutControl1.TabIndex = 0; |
||
60 | this.layoutControl1.Text = "layoutControl1"; |
||
61 | // |
||
62 | ca214bc3 | gaqhf | // simpleButton1 |
63 | // |
||
64 | this.simpleButton1.Location = new System.Drawing.Point(12, 52); |
||
65 | this.simpleButton1.Name = "simpleButton1"; |
||
66 | this.simpleButton1.Size = new System.Drawing.Size(126, 22); |
||
67 | this.simpleButton1.StyleController = this.layoutControl1; |
||
68 | this.simpleButton1.TabIndex = 5; |
||
69 | this.simpleButton1.Text = "simpleButton1"; |
||
70 | this.simpleButton1.Visible = false; |
||
71 | this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); |
||
72 | // |
||
73 | e3e2d41f | gaqhf | // btnSPPIDConverter |
74 | // |
||
75 | d19ae675 | gaqhf | this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage"))); |
76 | e3e2d41f | gaqhf | this.btnSPPIDConverter.Location = new System.Drawing.Point(12, 12); |
77 | this.btnSPPIDConverter.Name = "btnSPPIDConverter"; |
||
78 | this.btnSPPIDConverter.Size = new System.Drawing.Size(126, 36); |
||
79 | this.btnSPPIDConverter.StyleController = this.layoutControl1; |
||
80 | this.btnSPPIDConverter.TabIndex = 4; |
||
81 | this.btnSPPIDConverter.Text = "Converter"; |
||
82 | this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click); |
||
83 | // |
||
84 | 65881d60 | gaqhf | // Root |
85 | // |
||
86 | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
||
87 | this.Root.GroupBordersVisible = false; |
||
88 | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
89 | this.layoutControlItem1, |
||
90 | 1ba9c671 | gaqhf | this.emptySpaceItem1, |
91 | this.layoutControlItem2}); |
||
92 | 65881d60 | gaqhf | this.Root.Name = "Root"; |
93 | this.Root.Size = new System.Drawing.Size(150, 300); |
||
94 | this.Root.TextVisible = false; |
||
95 | // |
||
96 | // layoutControlItem1 |
||
97 | // |
||
98 | e3e2d41f | gaqhf | this.layoutControlItem1.Control = this.btnSPPIDConverter; |
99 | 65881d60 | gaqhf | this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
100 | this.layoutControlItem1.Name = "layoutControlItem1"; |
||
101 | e3e2d41f | gaqhf | this.layoutControlItem1.Size = new System.Drawing.Size(130, 40); |
102 | 65881d60 | gaqhf | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
103 | this.layoutControlItem1.TextVisible = false; |
||
104 | // |
||
105 | // emptySpaceItem1 |
||
106 | // |
||
107 | this.emptySpaceItem1.AllowHotTrack = false; |
||
108 | 1ba9c671 | gaqhf | this.emptySpaceItem1.Location = new System.Drawing.Point(0, 66); |
109 | 65881d60 | gaqhf | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
110 | 1ba9c671 | gaqhf | this.emptySpaceItem1.Size = new System.Drawing.Size(130, 214); |
111 | 65881d60 | gaqhf | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
112 | // |
||
113 | 1ba9c671 | gaqhf | // layoutControlItem2 |
114 | // |
||
115 | this.layoutControlItem2.Control = this.simpleButton1; |
||
116 | this.layoutControlItem2.Location = new System.Drawing.Point(0, 40); |
||
117 | this.layoutControlItem2.Name = "layoutControlItem2"; |
||
118 | this.layoutControlItem2.Size = new System.Drawing.Size(130, 26); |
||
119 | this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
||
120 | this.layoutControlItem2.TextVisible = false; |
||
121 | // |
||
122 | ca214bc3 | gaqhf | // defaultLookAndFeel |
123 | // |
||
124 | this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
||
125 | // |
||
126 | // splashScreenManager |
||
127 | // |
||
128 | splashScreenManager.ClosingDelay = 500; |
||
129 | // |
||
130 | 65881d60 | gaqhf | // ConverterDocking |
131 | // |
||
132 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
133 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
134 | this.Controls.Add(this.layoutControl1); |
||
135 | this.Name = "ConverterDocking"; |
||
136 | this.Size = new System.Drawing.Size(150, 300); |
||
137 | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
||
138 | this.layoutControl1.ResumeLayout(false); |
||
139 | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
||
140 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
||
141 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
||
142 | 1ba9c671 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
143 | 65881d60 | gaqhf | this.ResumeLayout(false); |
144 | |||
145 | } |
||
146 | |||
147 | #endregion |
||
148 | |||
149 | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
||
150 | private DevExpress.XtraLayout.LayoutControlGroup Root; |
||
151 | e3e2d41f | gaqhf | private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter; |
152 | 65881d60 | gaqhf | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
153 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
||
154 | d19ae675 | gaqhf | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
155 | 1ba9c671 | gaqhf | private DevExpress.XtraEditors.SimpleButton simpleButton1; |
156 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
||
157 | 65881d60 | gaqhf | } |
158 | } |