1
|
namespace AVEVA.PID.CustomizationUtility
|
2
|
{
|
3
|
partial class APIDConverterExplorer
|
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
|
this.components = new System.ComponentModel.Container();
|
32
|
DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl));
|
33
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverterExplorer));
|
34
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
35
|
this.btnOpenConverter = new DevExpress.XtraEditors.SimpleButton();
|
36
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
37
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
38
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
39
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
40
|
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
|
41
|
this.textDrawingX = new DevExpress.XtraEditors.TextEdit();
|
42
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
43
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
44
|
this.btnDrawingSize = new DevExpress.XtraEditors.SimpleButton();
|
45
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
46
|
this.textDrawingY = new DevExpress.XtraEditors.TextEdit();
|
47
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
48
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
49
|
this.layoutControl1.SuspendLayout();
|
50
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
51
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
52
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
53
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
54
|
((System.ComponentModel.ISupportInitialize)(this.textDrawingX.Properties)).BeginInit();
|
55
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
56
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
57
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
58
|
((System.ComponentModel.ISupportInitialize)(this.textDrawingY.Properties)).BeginInit();
|
59
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
60
|
this.SuspendLayout();
|
61
|
//
|
62
|
// splashScreenManager
|
63
|
//
|
64
|
splashScreenManager.ClosingDelay = 500;
|
65
|
//
|
66
|
// layoutControl1
|
67
|
//
|
68
|
this.layoutControl1.Controls.Add(this.textDrawingY);
|
69
|
this.layoutControl1.Controls.Add(this.btnDrawingSize);
|
70
|
this.layoutControl1.Controls.Add(this.textDrawingX);
|
71
|
this.layoutControl1.Controls.Add(this.btnOpenConverter);
|
72
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
73
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
74
|
this.layoutControl1.Name = "layoutControl1";
|
75
|
this.layoutControl1.Root = this.Root;
|
76
|
this.layoutControl1.Size = new System.Drawing.Size(232, 560);
|
77
|
this.layoutControl1.TabIndex = 0;
|
78
|
this.layoutControl1.Text = "layoutControl1";
|
79
|
//
|
80
|
// btnOpenConverter
|
81
|
//
|
82
|
this.btnOpenConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnOpenConverter.ImageOptions.SvgImage")));
|
83
|
this.btnOpenConverter.Location = new System.Drawing.Point(24, 45);
|
84
|
this.btnOpenConverter.Name = "btnOpenConverter";
|
85
|
this.btnOpenConverter.Size = new System.Drawing.Size(184, 36);
|
86
|
this.btnOpenConverter.StyleController = this.layoutControl1;
|
87
|
this.btnOpenConverter.TabIndex = 4;
|
88
|
this.btnOpenConverter.Text = "Open Converter";
|
89
|
this.btnOpenConverter.Click += new System.EventHandler(this.btnOpenConverter_Click);
|
90
|
//
|
91
|
// Root
|
92
|
//
|
93
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
94
|
this.Root.GroupBordersVisible = false;
|
95
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
96
|
this.emptySpaceItem1,
|
97
|
this.layoutControlGroup1,
|
98
|
this.layoutControlGroup2});
|
99
|
this.Root.Name = "Root";
|
100
|
this.Root.Size = new System.Drawing.Size(232, 560);
|
101
|
this.Root.TextVisible = false;
|
102
|
//
|
103
|
// emptySpaceItem1
|
104
|
//
|
105
|
this.emptySpaceItem1.AllowHotTrack = false;
|
106
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 204);
|
107
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
108
|
this.emptySpaceItem1.Size = new System.Drawing.Size(212, 336);
|
109
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
110
|
//
|
111
|
// layoutControlGroup1
|
112
|
//
|
113
|
this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Card;
|
114
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
115
|
this.layoutControlItem1});
|
116
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
117
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
118
|
this.layoutControlGroup1.Size = new System.Drawing.Size(212, 85);
|
119
|
this.layoutControlGroup1.Text = "APID Converter";
|
120
|
//
|
121
|
// layoutControlItem1
|
122
|
//
|
123
|
this.layoutControlItem1.Control = this.btnOpenConverter;
|
124
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
125
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
126
|
this.layoutControlItem1.Size = new System.Drawing.Size(188, 40);
|
127
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
128
|
this.layoutControlItem1.TextVisible = false;
|
129
|
//
|
130
|
// defaultLookAndFeel
|
131
|
//
|
132
|
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
|
133
|
//
|
134
|
// textDrawingX
|
135
|
//
|
136
|
this.textDrawingX.Location = new System.Drawing.Point(63, 156);
|
137
|
this.textDrawingX.Name = "textDrawingX";
|
138
|
this.textDrawingX.Size = new System.Drawing.Size(145, 20);
|
139
|
this.textDrawingX.StyleController = this.layoutControl1;
|
140
|
this.textDrawingX.TabIndex = 5;
|
141
|
//
|
142
|
// layoutControlItem2
|
143
|
//
|
144
|
this.layoutControlItem2.Control = this.textDrawingX;
|
145
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
|
146
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
147
|
this.layoutControlItem2.Size = new System.Drawing.Size(188, 24);
|
148
|
this.layoutControlItem2.Text = "Width";
|
149
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(36, 14);
|
150
|
//
|
151
|
// layoutControlGroup2
|
152
|
//
|
153
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
154
|
this.layoutControlItem2,
|
155
|
this.layoutControlItem3,
|
156
|
this.layoutControlItem4});
|
157
|
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 85);
|
158
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
159
|
this.layoutControlGroup2.Size = new System.Drawing.Size(212, 119);
|
160
|
this.layoutControlGroup2.Text = "Drawing Size Setting";
|
161
|
//
|
162
|
// btnDrawingSize
|
163
|
//
|
164
|
this.btnDrawingSize.Location = new System.Drawing.Point(24, 130);
|
165
|
this.btnDrawingSize.Name = "btnDrawingSize";
|
166
|
this.btnDrawingSize.Size = new System.Drawing.Size(184, 22);
|
167
|
this.btnDrawingSize.StyleController = this.layoutControl1;
|
168
|
this.btnDrawingSize.TabIndex = 6;
|
169
|
this.btnDrawingSize.Text = "Get Drawing Size";
|
170
|
this.btnDrawingSize.Click += new System.EventHandler(this.btnDrawingSize_Click);
|
171
|
//
|
172
|
// layoutControlItem3
|
173
|
//
|
174
|
this.layoutControlItem3.Control = this.btnDrawingSize;
|
175
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
|
176
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
177
|
this.layoutControlItem3.Size = new System.Drawing.Size(188, 26);
|
178
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
|
179
|
this.layoutControlItem3.TextVisible = false;
|
180
|
//
|
181
|
// textDrawingY
|
182
|
//
|
183
|
this.textDrawingY.Location = new System.Drawing.Point(63, 180);
|
184
|
this.textDrawingY.Name = "textDrawingY";
|
185
|
this.textDrawingY.Size = new System.Drawing.Size(145, 20);
|
186
|
this.textDrawingY.StyleController = this.layoutControl1;
|
187
|
this.textDrawingY.TabIndex = 7;
|
188
|
//
|
189
|
// layoutControlItem4
|
190
|
//
|
191
|
this.layoutControlItem4.Control = this.textDrawingY;
|
192
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 50);
|
193
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
194
|
this.layoutControlItem4.Size = new System.Drawing.Size(188, 24);
|
195
|
this.layoutControlItem4.Text = "Height";
|
196
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(36, 14);
|
197
|
//
|
198
|
// APIDConverterExplorer
|
199
|
//
|
200
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
201
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
202
|
this.Controls.Add(this.layoutControl1);
|
203
|
this.Name = "APIDConverterExplorer";
|
204
|
this.Size = new System.Drawing.Size(232, 560);
|
205
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
206
|
this.layoutControl1.ResumeLayout(false);
|
207
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
208
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
209
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
210
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
211
|
((System.ComponentModel.ISupportInitialize)(this.textDrawingX.Properties)).EndInit();
|
212
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
213
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
214
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
215
|
((System.ComponentModel.ISupportInitialize)(this.textDrawingY.Properties)).EndInit();
|
216
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
217
|
this.ResumeLayout(false);
|
218
|
|
219
|
}
|
220
|
|
221
|
#endregion
|
222
|
|
223
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
224
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
225
|
private DevExpress.XtraEditors.SimpleButton btnOpenConverter;
|
226
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
227
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
228
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
229
|
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
|
230
|
private DevExpress.XtraEditors.TextEdit textDrawingY;
|
231
|
private DevExpress.XtraEditors.SimpleButton btnDrawingSize;
|
232
|
private DevExpress.XtraEditors.TextEdit textDrawingX;
|
233
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
234
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
235
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
236
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
237
|
}
|
238
|
}
|