개정판 b427ebf9
issue #504: 프로젝트 설정 기능 - Debug 모드일때 테스트 버튼을 보이도록 수정
Change-Id: I1940daebe7e995636a339d3e74994ea3a3f94133
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.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton(); |
|
35 | 36 |
this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton(); |
36 | 37 |
this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit(); |
37 | 38 |
this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit(); |
... | ... | |
46 | 47 |
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
47 | 48 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
48 | 49 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
49 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
50 |
this.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton(); |
|
51 | 50 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
51 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
52 | 52 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
53 | 53 |
this.layoutControl1.SuspendLayout(); |
54 | 54 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
... | ... | |
85 | 85 |
this.layoutControl1.TabIndex = 0; |
86 | 86 |
this.layoutControl1.Text = "layoutControl1"; |
87 | 87 |
// |
88 |
// btnLinkOPC |
|
89 |
// |
|
90 |
this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage"))); |
|
91 |
this.btnLinkOPC.Location = new System.Drawing.Point(24, 85); |
|
92 |
this.btnLinkOPC.Name = "btnLinkOPC"; |
|
93 |
this.btnLinkOPC.Size = new System.Drawing.Size(152, 36); |
|
94 |
this.btnLinkOPC.StyleController = this.layoutControl1; |
|
95 |
this.btnLinkOPC.TabIndex = 9; |
|
96 |
this.btnLinkOPC.Text = "Link OPC"; |
|
97 |
this.btnLinkOPC.Click += new System.EventHandler(this.btnLinkOPC_Click); |
|
98 |
// |
|
88 | 99 |
// btnGetDrawingSize |
89 | 100 |
// |
90 | 101 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170); |
... | ... | |
125 | 136 |
this.simpleButton1.StyleController = this.layoutControl1; |
126 | 137 |
this.simpleButton1.TabIndex = 5; |
127 | 138 |
this.simpleButton1.Text = "simpleButton1"; |
128 |
this.simpleButton1.Visible = false; |
|
129 | 139 |
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); |
130 | 140 |
// |
131 | 141 |
// btnSPPIDConverter |
... | ... | |
168 | 178 |
this.layoutControlItem2.Size = new System.Drawing.Size(180, 26); |
169 | 179 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
170 | 180 |
this.layoutControlItem2.TextVisible = false; |
181 |
this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization; |
|
171 | 182 |
// |
172 | 183 |
// layoutControlGroup1 |
173 | 184 |
// |
... | ... | |
226 | 237 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
227 | 238 |
this.layoutControlItem1.TextVisible = false; |
228 | 239 |
// |
229 |
// defaultLookAndFeel |
|
230 |
// |
|
231 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
|
232 |
// |
|
233 |
// btnLinkOPC |
|
234 |
// |
|
235 |
this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage"))); |
|
236 |
this.btnLinkOPC.Location = new System.Drawing.Point(24, 85); |
|
237 |
this.btnLinkOPC.Name = "btnLinkOPC"; |
|
238 |
this.btnLinkOPC.Size = new System.Drawing.Size(152, 36); |
|
239 |
this.btnLinkOPC.StyleController = this.layoutControl1; |
|
240 |
this.btnLinkOPC.TabIndex = 9; |
|
241 |
this.btnLinkOPC.Text = "Link OPC"; |
|
242 |
this.btnLinkOPC.Click += new System.EventHandler(this.btnLinkOPC_Click); |
|
243 |
// |
|
244 | 240 |
// layoutControlItem6 |
245 | 241 |
// |
246 | 242 |
this.layoutControlItem6.Control = this.btnLinkOPC; |
... | ... | |
250 | 246 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
251 | 247 |
this.layoutControlItem6.TextVisible = false; |
252 | 248 |
// |
249 |
// defaultLookAndFeel |
|
250 |
// |
|
251 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
|
252 |
// |
|
253 | 253 |
// ConverterDocking |
254 | 254 |
// |
255 | 255 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
... | ... | |
257 | 257 |
this.Controls.Add(this.layoutControl1); |
258 | 258 |
this.Name = "ConverterDocking"; |
259 | 259 |
this.Size = new System.Drawing.Size(200, 500); |
260 |
this.Load += new System.EventHandler(this.ConverterDocking_Load); |
|
260 | 261 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
261 | 262 |
this.layoutControl1.ResumeLayout(false); |
262 | 263 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit(); |
... | ... | |
282 | 283 |
private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter; |
283 | 284 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
284 | 285 |
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
285 |
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
286 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
286 |
public DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
287 |
public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
287 | 288 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
288 | 289 |
private DevExpress.XtraEditors.TextEdit textEditDrawingY; |
289 | 290 |
private DevExpress.XtraEditors.TextEdit textEditDrawingX; |
내보내기 Unified diff