개정판 d327a608
dev issue #1223 : project info 정리 및 converter form 개발
Change-Id: I3e9d87f2f2218a1c1ace702e9f62b8d08beb2e2d
DTI_PID/APIDConverter/Form/APIDConverter.Designer.cs | ||
---|---|---|
43 | 43 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
44 | 44 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
45 | 45 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 |
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); |
|
47 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
48 |
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
|
46 | 49 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
47 | 50 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
48 | 51 |
this.layoutControl1.SuspendLayout(); |
... | ... | |
54 | 57 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
55 | 58 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
56 | 59 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
60 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
|
61 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
|
57 | 62 |
this.SuspendLayout(); |
58 | 63 |
// |
59 | 64 |
// ribbonControl |
... | ... | |
77 | 82 |
// |
78 | 83 |
// layoutControl1 |
79 | 84 |
// |
85 |
this.layoutControl1.Controls.Add(this.btnRefresh); |
|
80 | 86 |
this.layoutControl1.Controls.Add(this.btnRun); |
81 | 87 |
this.layoutControl1.Controls.Add(this.gridControlConverter); |
82 | 88 |
this.layoutControl1.Controls.Add(this.btnLoadFile); |
... | ... | |
144 | 150 |
this.layoutControlItem2, |
145 | 151 |
this.layoutControlItem1, |
146 | 152 |
this.emptySpaceItem1, |
147 |
this.layoutControlItem3}); |
|
153 |
this.layoutControlItem3, |
|
154 |
this.layoutControlItem4, |
|
155 |
this.emptySpaceItem2}); |
|
148 | 156 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
149 | 157 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
150 | 158 |
this.layoutControlGroup1.Size = new System.Drawing.Size(836, 417); |
... | ... | |
174 | 182 |
// emptySpaceItem1 |
175 | 183 |
// |
176 | 184 |
this.emptySpaceItem1.AllowHotTrack = false; |
177 |
this.emptySpaceItem1.Location = new System.Drawing.Point(114, 0);
|
|
185 |
this.emptySpaceItem1.Location = new System.Drawing.Point(235, 0);
|
|
178 | 186 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
179 |
this.emptySpaceItem1.Size = new System.Drawing.Size(615, 40);
|
|
187 |
this.emptySpaceItem1.Size = new System.Drawing.Size(494, 40);
|
|
180 | 188 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
181 | 189 |
// |
182 | 190 |
// layoutControlItem3 |
... | ... | |
191 | 199 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
192 | 200 |
this.layoutControlItem3.TextVisible = false; |
193 | 201 |
// |
202 |
// btnRefresh |
|
203 |
// |
|
204 |
this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage"))); |
|
205 |
this.btnRefresh.Location = new System.Drawing.Point(156, 58); |
|
206 |
this.btnRefresh.Name = "btnRefresh"; |
|
207 |
this.btnRefresh.Size = new System.Drawing.Size(99, 36); |
|
208 |
this.btnRefresh.StyleController = this.layoutControl1; |
|
209 |
this.btnRefresh.TabIndex = 7; |
|
210 |
this.btnRefresh.Text = " Refresh "; |
|
211 |
// |
|
212 |
// layoutControlItem4 |
|
213 |
// |
|
214 |
this.layoutControlItem4.Control = this.btnRefresh; |
|
215 |
this.layoutControlItem4.Location = new System.Drawing.Point(132, 0); |
|
216 |
this.layoutControlItem4.MaxSize = new System.Drawing.Size(103, 40); |
|
217 |
this.layoutControlItem4.MinSize = new System.Drawing.Size(103, 40); |
|
218 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
|
219 |
this.layoutControlItem4.Size = new System.Drawing.Size(103, 40); |
|
220 |
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
221 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
|
222 |
this.layoutControlItem4.TextVisible = false; |
|
223 |
// |
|
224 |
// emptySpaceItem2 |
|
225 |
// |
|
226 |
this.emptySpaceItem2.AllowHotTrack = false; |
|
227 |
this.emptySpaceItem2.Location = new System.Drawing.Point(114, 0); |
|
228 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
|
229 |
this.emptySpaceItem2.Size = new System.Drawing.Size(18, 40); |
|
230 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
|
231 |
// |
|
194 | 232 |
// APIDConverter |
195 | 233 |
// |
196 | 234 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
... | ... | |
214 | 252 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
215 | 253 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
216 | 254 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
255 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
|
256 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
|
217 | 257 |
this.ResumeLayout(false); |
218 | 258 |
this.PerformLayout(); |
219 | 259 |
|
... | ... | |
233 | 273 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
234 | 274 |
private DevExpress.XtraEditors.SimpleButton btnRun; |
235 | 275 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
276 |
private DevExpress.XtraEditors.SimpleButton btnRefresh; |
|
277 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
|
278 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
|
236 | 279 |
} |
237 | 280 |
} |
내보내기 Unified diff