개정판 69b7387a
dev issue #498 : OPC Button 추가 및 cs File 추가
Change-Id: I1b3a1cb59c69134d794fe7719b40ad5713060c72
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(); |
|
36 |
this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit(); |
|
37 |
this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit(); |
|
35 | 38 |
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); |
36 | 39 |
this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton(); |
37 | 40 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
38 | 41 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
39 | 42 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
40 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
41 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
42 |
this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit(); |
|
43 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
44 | 43 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
45 |
this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit();
|
|
44 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
46 | 45 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
47 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
48 |
this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton(); |
|
49 | 46 |
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
47 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
48 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
49 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
50 |
this.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton(); |
|
51 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
50 | 52 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
51 | 53 |
this.layoutControl1.SuspendLayout(); |
54 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
|
55 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit(); |
|
52 | 56 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
53 | 57 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
54 | 58 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
55 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
|
56 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit(); |
|
57 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
|
58 | 59 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
59 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit();
|
|
60 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
60 | 61 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
61 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
|
62 | 62 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
63 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
|
64 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
|
65 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
|
63 | 66 |
this.SuspendLayout(); |
64 | 67 |
// |
65 | 68 |
// splashScreenManager |
... | ... | |
68 | 71 |
// |
69 | 72 |
// layoutControl1 |
70 | 73 |
// |
74 |
this.layoutControl1.Controls.Add(this.btnLinkOPC); |
|
71 | 75 |
this.layoutControl1.Controls.Add(this.btnGetDrawingSize); |
72 | 76 |
this.layoutControl1.Controls.Add(this.textEditDrawingY); |
73 | 77 |
this.layoutControl1.Controls.Add(this.textEditDrawingX); |
... | ... | |
81 | 85 |
this.layoutControl1.TabIndex = 0; |
82 | 86 |
this.layoutControl1.Text = "layoutControl1"; |
83 | 87 |
// |
88 |
// btnGetDrawingSize |
|
89 |
// |
|
90 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170); |
|
91 |
this.btnGetDrawingSize.Name = "btnGetDrawingSize"; |
|
92 |
this.btnGetDrawingSize.Size = new System.Drawing.Size(152, 22); |
|
93 |
this.btnGetDrawingSize.StyleController = this.layoutControl1; |
|
94 |
this.btnGetDrawingSize.TabIndex = 8; |
|
95 |
this.btnGetDrawingSize.Text = "Get Drawing Size"; |
|
96 |
this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click); |
|
97 |
// |
|
98 |
// textEditDrawingY |
|
99 |
// |
|
100 |
this.textEditDrawingY.Location = new System.Drawing.Point(35, 220); |
|
101 |
this.textEditDrawingY.Name = "textEditDrawingY"; |
|
102 |
this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
|
103 |
this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
|
104 |
this.textEditDrawingY.Properties.ReadOnly = true; |
|
105 |
this.textEditDrawingY.Size = new System.Drawing.Size(141, 20); |
|
106 |
this.textEditDrawingY.StyleController = this.layoutControl1; |
|
107 |
this.textEditDrawingY.TabIndex = 7; |
|
108 |
// |
|
109 |
// textEditDrawingX |
|
110 |
// |
|
111 |
this.textEditDrawingX.Location = new System.Drawing.Point(35, 196); |
|
112 |
this.textEditDrawingX.Name = "textEditDrawingX"; |
|
113 |
this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
|
114 |
this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
|
115 |
this.textEditDrawingX.Properties.ReadOnly = true; |
|
116 |
this.textEditDrawingX.Size = new System.Drawing.Size(141, 20); |
|
117 |
this.textEditDrawingX.StyleController = this.layoutControl1; |
|
118 |
this.textEditDrawingX.TabIndex = 6; |
|
119 |
// |
|
84 | 120 |
// simpleButton1 |
85 | 121 |
// |
86 |
this.simpleButton1.Location = new System.Drawing.Point(12, 216);
|
|
122 |
this.simpleButton1.Location = new System.Drawing.Point(12, 256);
|
|
87 | 123 |
this.simpleButton1.Name = "simpleButton1"; |
88 | 124 |
this.simpleButton1.Size = new System.Drawing.Size(176, 22); |
89 | 125 |
this.simpleButton1.StyleController = this.layoutControl1; |
... | ... | |
119 | 155 |
// emptySpaceItem1 |
120 | 156 |
// |
121 | 157 |
this.emptySpaceItem1.AllowHotTrack = false; |
122 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 230);
|
|
158 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 270);
|
|
123 | 159 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
124 |
this.emptySpaceItem1.Size = new System.Drawing.Size(180, 250);
|
|
160 |
this.emptySpaceItem1.Size = new System.Drawing.Size(180, 210);
|
|
125 | 161 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
126 | 162 |
// |
127 | 163 |
// layoutControlItem2 |
128 | 164 |
// |
129 | 165 |
this.layoutControlItem2.Control = this.simpleButton1; |
130 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 204);
|
|
166 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 244);
|
|
131 | 167 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
132 | 168 |
this.layoutControlItem2.Size = new System.Drawing.Size(180, 26); |
133 | 169 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
134 | 170 |
this.layoutControlItem2.TextVisible = false; |
135 | 171 |
// |
136 |
// defaultLookAndFeel |
|
137 |
// |
|
138 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
|
139 |
// |
|
140 |
// layoutControlItem1 |
|
141 |
// |
|
142 |
this.layoutControlItem1.Control = this.btnSPPIDConverter; |
|
143 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
|
144 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
|
145 |
this.layoutControlItem1.Size = new System.Drawing.Size(156, 40); |
|
146 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
|
147 |
this.layoutControlItem1.TextVisible = false; |
|
148 |
// |
|
149 |
// textEditDrawingX |
|
150 |
// |
|
151 |
this.textEditDrawingX.Location = new System.Drawing.Point(35, 156); |
|
152 |
this.textEditDrawingX.Name = "textEditDrawingX"; |
|
153 |
this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
|
154 |
this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
|
155 |
this.textEditDrawingX.Properties.ReadOnly = true; |
|
156 |
this.textEditDrawingX.Size = new System.Drawing.Size(141, 20); |
|
157 |
this.textEditDrawingX.StyleController = this.layoutControl1; |
|
158 |
this.textEditDrawingX.TabIndex = 6; |
|
159 |
// |
|
160 |
// layoutControlItem3 |
|
161 |
// |
|
162 |
this.layoutControlItem3.Control = this.textEditDrawingX; |
|
163 |
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26); |
|
164 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
|
165 |
this.layoutControlItem3.Size = new System.Drawing.Size(156, 24); |
|
166 |
this.layoutControlItem3.Text = "X"; |
|
167 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(8, 14); |
|
168 |
// |
|
169 | 172 |
// layoutControlGroup1 |
170 | 173 |
// |
171 | 174 |
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
172 | 175 |
this.layoutControlItem3, |
173 | 176 |
this.layoutControlItem4, |
174 | 177 |
this.layoutControlItem5}); |
175 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 85);
|
|
178 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125);
|
|
176 | 179 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
177 | 180 |
this.layoutControlGroup1.Size = new System.Drawing.Size(180, 119); |
178 |
this.layoutControlGroup1.Text = "Drawing Size"; |
|
181 |
this.layoutControlGroup1.Text = "Drawing Size Setting";
|
|
179 | 182 |
// |
180 |
// textEditDrawingY
|
|
183 |
// layoutControlItem3
|
|
181 | 184 |
// |
182 |
this.textEditDrawingY.Location = new System.Drawing.Point(35, 180); |
|
183 |
this.textEditDrawingY.Name = "textEditDrawingY"; |
|
184 |
this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
|
185 |
this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
|
186 |
this.textEditDrawingY.Properties.ReadOnly = true; |
|
187 |
this.textEditDrawingY.Size = new System.Drawing.Size(141, 20); |
|
188 |
this.textEditDrawingY.StyleController = this.layoutControl1; |
|
189 |
this.textEditDrawingY.TabIndex = 7; |
|
185 |
this.layoutControlItem3.Control = this.textEditDrawingX; |
|
186 |
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26); |
|
187 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
|
188 |
this.layoutControlItem3.Size = new System.Drawing.Size(156, 24); |
|
189 |
this.layoutControlItem3.Text = "X"; |
|
190 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(8, 14); |
|
190 | 191 |
// |
191 | 192 |
// layoutControlItem4 |
192 | 193 |
// |
... | ... | |
197 | 198 |
this.layoutControlItem4.Text = "Y"; |
198 | 199 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(8, 14); |
199 | 200 |
// |
201 |
// layoutControlItem5 |
|
202 |
// |
|
203 |
this.layoutControlItem5.Control = this.btnGetDrawingSize; |
|
204 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
|
205 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
|
206 |
this.layoutControlItem5.Size = new System.Drawing.Size(156, 26); |
|
207 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
|
208 |
this.layoutControlItem5.TextVisible = false; |
|
209 |
// |
|
200 | 210 |
// layoutControlGroup2 |
201 | 211 |
// |
202 | 212 |
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
203 |
this.layoutControlItem1}); |
|
213 |
this.layoutControlItem1, |
|
214 |
this.layoutControlItem6}); |
|
204 | 215 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
205 | 216 |
this.layoutControlGroup2.Name = "layoutControlGroup2"; |
206 |
this.layoutControlGroup2.Size = new System.Drawing.Size(180, 85);
|
|
217 |
this.layoutControlGroup2.Size = new System.Drawing.Size(180, 125);
|
|
207 | 218 |
this.layoutControlGroup2.Text = "Converter"; |
208 | 219 |
// |
209 |
// btnGetDrawingSize
|
|
220 |
// layoutControlItem1
|
|
210 | 221 |
// |
211 |
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 130); |
|
212 |
this.btnGetDrawingSize.Name = "btnGetDrawingSize"; |
|
213 |
this.btnGetDrawingSize.Size = new System.Drawing.Size(152, 22); |
|
214 |
this.btnGetDrawingSize.StyleController = this.layoutControl1; |
|
215 |
this.btnGetDrawingSize.TabIndex = 8; |
|
216 |
this.btnGetDrawingSize.Text = "Get Drawing Size"; |
|
217 |
this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click); |
|
222 |
this.layoutControlItem1.Control = this.btnSPPIDConverter; |
|
223 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
|
224 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
|
225 |
this.layoutControlItem1.Size = new System.Drawing.Size(156, 40); |
|
226 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
|
227 |
this.layoutControlItem1.TextVisible = false; |
|
218 | 228 |
// |
219 |
// layoutControlItem5
|
|
229 |
// defaultLookAndFeel
|
|
220 | 230 |
// |
221 |
this.layoutControlItem5.Control = this.btnGetDrawingSize; |
|
222 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
|
223 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
|
224 |
this.layoutControlItem5.Size = new System.Drawing.Size(156, 26); |
|
225 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
|
226 |
this.layoutControlItem5.TextVisible = false; |
|
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 |
// layoutControlItem6 |
|
245 |
// |
|
246 |
this.layoutControlItem6.Control = this.btnLinkOPC; |
|
247 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 40); |
|
248 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
|
249 |
this.layoutControlItem6.Size = new System.Drawing.Size(156, 40); |
|
250 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
|
251 |
this.layoutControlItem6.TextVisible = false; |
|
227 | 252 |
// |
228 | 253 |
// ConverterDocking |
229 | 254 |
// |
... | ... | |
234 | 259 |
this.Size = new System.Drawing.Size(200, 500); |
235 | 260 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
236 | 261 |
this.layoutControl1.ResumeLayout(false); |
262 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit(); |
|
263 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit(); |
|
237 | 264 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
238 | 265 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
239 | 266 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
240 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
|
241 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit(); |
|
242 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
|
243 | 267 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
244 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
|
|
268 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
245 | 269 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
246 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
|
247 | 270 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
271 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
|
272 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
|
273 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
|
248 | 274 |
this.ResumeLayout(false); |
249 | 275 |
|
250 | 276 |
} |
... | ... | |
267 | 293 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
268 | 294 |
private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize; |
269 | 295 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
296 |
private DevExpress.XtraEditors.SimpleButton btnLinkOPC; |
|
297 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
|
270 | 298 |
} |
271 | 299 |
} |
내보내기 Unified diff