hytos / DTI_PID / SPPIDConverter_AutoModeling / MainControl.Designer.cs @ baade5a4
이력 | 보기 | 이력해설 | 다운로드 (18.9 KB)
1 | f2151e28 | gaqhf | namespace SPPIDConverter_AutoModeling |
---|---|---|---|
2 | { |
||
3 | partial class MainControl |
||
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 | 6f3c8356 | gaqhf | Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn(); |
32 | Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn(); |
||
33 | Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn(); |
||
34 | a3857456 | gaqhf | Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition(); |
35 | baade5a4 | gaqhf | Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn(); |
36 | Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn(); |
||
37 | Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn(); |
||
38 | Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = new Telerik.WinControls.UI.TableViewDefinition(); |
||
39 | 1f9707e7 | 한규호 | this.panelMain = new System.Windows.Forms.Panel(); |
40 | d4be8715 | gaqhf | this.pageView = new Telerik.WinControls.UI.RadPageView(); |
41 | baade5a4 | gaqhf | this.telerikMetroBlueTheme = new Telerik.WinControls.Themes.TelerikMetroBlueTheme(); |
42 | this.materialBlueGreyTheme = new Telerik.WinControls.Themes.MaterialBlueGreyTheme(); |
||
43 | d4be8715 | gaqhf | this.pageConverter = new Telerik.WinControls.UI.RadPageViewPage(); |
44 | 6f3c8356 | gaqhf | this.radPanel2 = new Telerik.WinControls.UI.RadPanel(); |
45 | baade5a4 | gaqhf | this.gridViewDrawingList = new Telerik.WinControls.UI.RadGridView(); |
46 | 6f3c8356 | gaqhf | this.radPanel1 = new Telerik.WinControls.UI.RadPanel(); |
47 | 65efd126 | gaqhf | this.btnLoadFiles = new Telerik.WinControls.UI.RadButton(); |
48 | 6f3c8356 | gaqhf | this.btnRun = new Telerik.WinControls.UI.RadButton(); |
49 | d4be8715 | gaqhf | this.pageItemMapping = new Telerik.WinControls.UI.RadPageViewPage(); |
50 | 65efd126 | gaqhf | this.radPanel4 = new Telerik.WinControls.UI.RadPanel(); |
51 | baade5a4 | gaqhf | this.gridViewItemMapping = new Telerik.WinControls.UI.RadGridView(); |
52 | 65efd126 | gaqhf | this.radPanel3 = new Telerik.WinControls.UI.RadPanel(); |
53 | baade5a4 | gaqhf | this.radLabel1 = new Telerik.WinControls.UI.RadLabel(); |
54 | this.btnSitePath = new Telerik.WinControls.UI.RadBrowseEditor(); |
||
55 | d4be8715 | gaqhf | this.pageReport = new Telerik.WinControls.UI.RadPageViewPage(); |
56 | this.panelMain.SuspendLayout(); |
||
57 | ((System.ComponentModel.ISupportInitialize)(this.pageView)).BeginInit(); |
||
58 | this.pageView.SuspendLayout(); |
||
59 | 575ba06e | gaqhf | this.pageConverter.SuspendLayout(); |
60 | ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit(); |
||
61 | this.radPanel2.SuspendLayout(); |
||
62 | baade5a4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.gridViewDrawingList)).BeginInit(); |
63 | ((System.ComponentModel.ISupportInitialize)(this.gridViewDrawingList.MasterTemplate)).BeginInit(); |
||
64 | 6f3c8356 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit(); |
65 | this.radPanel1.SuspendLayout(); |
||
66 | 65efd126 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnLoadFiles)).BeginInit(); |
67 | 6f3c8356 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnRun)).BeginInit(); |
68 | 65efd126 | gaqhf | this.pageItemMapping.SuspendLayout(); |
69 | ((System.ComponentModel.ISupportInitialize)(this.radPanel4)).BeginInit(); |
||
70 | baade5a4 | gaqhf | this.radPanel4.SuspendLayout(); |
71 | ((System.ComponentModel.ISupportInitialize)(this.gridViewItemMapping)).BeginInit(); |
||
72 | ((System.ComponentModel.ISupportInitialize)(this.gridViewItemMapping.MasterTemplate)).BeginInit(); |
||
73 | 65efd126 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.radPanel3)).BeginInit(); |
74 | this.radPanel3.SuspendLayout(); |
||
75 | baade5a4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit(); |
76 | ((System.ComponentModel.ISupportInitialize)(this.btnSitePath)).BeginInit(); |
||
77 | f2151e28 | gaqhf | this.SuspendLayout(); |
78 | // |
||
79 | 1f9707e7 | 한규호 | // panelMain |
80 | // |
||
81 | d4be8715 | gaqhf | this.panelMain.Controls.Add(this.pageView); |
82 | 1f9707e7 | 한규호 | this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill; |
83 | this.panelMain.Location = new System.Drawing.Point(0, 0); |
||
84 | this.panelMain.Name = "panelMain"; |
||
85 | 6f3c8356 | gaqhf | this.panelMain.Size = new System.Drawing.Size(361, 634); |
86 | 1f9707e7 | 한규호 | this.panelMain.TabIndex = 0; |
87 | // |
||
88 | d4be8715 | gaqhf | // pageView |
89 | // |
||
90 | this.pageView.Controls.Add(this.pageConverter); |
||
91 | this.pageView.Controls.Add(this.pageItemMapping); |
||
92 | this.pageView.Controls.Add(this.pageReport); |
||
93 | this.pageView.Dock = System.Windows.Forms.DockStyle.Fill; |
||
94 | this.pageView.Location = new System.Drawing.Point(0, 0); |
||
95 | this.pageView.Name = "pageView"; |
||
96 | baade5a4 | gaqhf | this.pageView.SelectedPage = this.pageItemMapping; |
97 | 6f3c8356 | gaqhf | this.pageView.Size = new System.Drawing.Size(361, 634); |
98 | d4be8715 | gaqhf | this.pageView.TabIndex = 0; |
99 | this.pageView.ThemeName = "TelerikMetroBlue"; |
||
100 | ((Telerik.WinControls.UI.RadPageViewStripElement)(this.pageView.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None; |
||
101 | // |
||
102 | // pageConverter |
||
103 | // |
||
104 | 575ba06e | gaqhf | this.pageConverter.Controls.Add(this.radPanel2); |
105 | this.pageConverter.Controls.Add(this.radPanel1); |
||
106 | 65efd126 | gaqhf | this.pageConverter.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Convert; |
107 | this.pageConverter.ItemSize = new System.Drawing.SizeF(98F, 40F); |
||
108 | this.pageConverter.Location = new System.Drawing.Point(5, 46); |
||
109 | d4be8715 | gaqhf | this.pageConverter.Name = "pageConverter"; |
110 | 65efd126 | gaqhf | this.pageConverter.Size = new System.Drawing.Size(351, 583); |
111 | d4be8715 | gaqhf | this.pageConverter.Text = "Converter"; |
112 | // |
||
113 | 575ba06e | gaqhf | // radPanel2 |
114 | // |
||
115 | baade5a4 | gaqhf | this.radPanel2.Controls.Add(this.gridViewDrawingList); |
116 | 575ba06e | gaqhf | this.radPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
117 | this.radPanel2.Location = new System.Drawing.Point(0, 33); |
||
118 | this.radPanel2.Name = "radPanel2"; |
||
119 | 65efd126 | gaqhf | this.radPanel2.Size = new System.Drawing.Size(351, 550); |
120 | 575ba06e | gaqhf | this.radPanel2.TabIndex = 1; |
121 | this.radPanel2.Text = "radPanel2"; |
||
122 | this.radPanel2.ThemeName = "MaterialBlueGrey"; |
||
123 | // |
||
124 | baade5a4 | gaqhf | // gridViewDrawingList |
125 | 575ba06e | gaqhf | // |
126 | baade5a4 | gaqhf | this.gridViewDrawingList.Dock = System.Windows.Forms.DockStyle.Fill; |
127 | this.gridViewDrawingList.Location = new System.Drawing.Point(0, 0); |
||
128 | 575ba06e | gaqhf | // |
129 | // |
||
130 | // |
||
131 | baade5a4 | gaqhf | this.gridViewDrawingList.MasterTemplate.AllowAddNewRow = false; |
132 | this.gridViewDrawingList.MasterTemplate.AllowCellContextMenu = false; |
||
133 | this.gridViewDrawingList.MasterTemplate.AllowDeleteRow = false; |
||
134 | this.gridViewDrawingList.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill; |
||
135 | 6f3c8356 | gaqhf | gridViewCheckBoxColumn1.EnableHeaderCheckBox = true; |
136 | gridViewCheckBoxColumn1.HeaderCheckBoxAlignment = System.Drawing.ContentAlignment.MiddleCenter; |
||
137 | gridViewCheckBoxColumn1.HeaderText = ""; |
||
138 | gridViewCheckBoxColumn1.Name = "colCheckBox"; |
||
139 | gridViewCheckBoxColumn1.RowSpan = 100; |
||
140 | gridViewCheckBoxColumn1.Width = 41; |
||
141 | gridViewTextBoxColumn1.HeaderText = "Drawing Name"; |
||
142 | gridViewTextBoxColumn1.Name = "colDrawingName"; |
||
143 | gridViewTextBoxColumn1.RowSpan = 100; |
||
144 | 65efd126 | gaqhf | gridViewTextBoxColumn1.Width = 198; |
145 | 6f3c8356 | gaqhf | gridViewTextBoxColumn2.HeaderText = "Status"; |
146 | gridViewTextBoxColumn2.Name = "colStatus"; |
||
147 | gridViewTextBoxColumn2.RowSpan = 100; |
||
148 | 65efd126 | gaqhf | gridViewTextBoxColumn2.Width = 93; |
149 | baade5a4 | gaqhf | this.gridViewDrawingList.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] { |
150 | 6f3c8356 | gaqhf | gridViewCheckBoxColumn1, |
151 | gridViewTextBoxColumn1, |
||
152 | gridViewTextBoxColumn2}); |
||
153 | baade5a4 | gaqhf | this.gridViewDrawingList.MasterTemplate.EnableGrouping = false; |
154 | this.gridViewDrawingList.MasterTemplate.ViewDefinition = tableViewDefinition1; |
||
155 | this.gridViewDrawingList.Name = "gridViewDrawingList"; |
||
156 | this.gridViewDrawingList.Size = new System.Drawing.Size(351, 550); |
||
157 | this.gridViewDrawingList.TabIndex = 0; |
||
158 | this.gridViewDrawingList.ThemeName = "TelerikMetroBlue"; |
||
159 | 575ba06e | gaqhf | // |
160 | 6f3c8356 | gaqhf | // radPanel1 |
161 | 575ba06e | gaqhf | // |
162 | 65efd126 | gaqhf | this.radPanel1.Controls.Add(this.btnLoadFiles); |
163 | 6f3c8356 | gaqhf | this.radPanel1.Controls.Add(this.btnRun); |
164 | this.radPanel1.Dock = System.Windows.Forms.DockStyle.Top; |
||
165 | this.radPanel1.Location = new System.Drawing.Point(0, 0); |
||
166 | this.radPanel1.Name = "radPanel1"; |
||
167 | this.radPanel1.Size = new System.Drawing.Size(351, 33); |
||
168 | this.radPanel1.TabIndex = 0; |
||
169 | this.radPanel1.ThemeName = "MaterialBlueGrey"; |
||
170 | 575ba06e | gaqhf | // |
171 | 65efd126 | gaqhf | // btnLoadFiles |
172 | 575ba06e | gaqhf | // |
173 | 65efd126 | gaqhf | this.btnLoadFiles.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Open; |
174 | this.btnLoadFiles.Location = new System.Drawing.Point(0, 0); |
||
175 | this.btnLoadFiles.Name = "btnLoadFiles"; |
||
176 | this.btnLoadFiles.Size = new System.Drawing.Size(81, 26); |
||
177 | this.btnLoadFiles.TabIndex = 1; |
||
178 | this.btnLoadFiles.Text = "Load Files "; |
||
179 | this.btnLoadFiles.TextAlignment = System.Drawing.ContentAlignment.MiddleRight; |
||
180 | this.btnLoadFiles.ThemeName = "TelerikMetroBlue"; |
||
181 | 575ba06e | gaqhf | // |
182 | 6f3c8356 | gaqhf | // btnRun |
183 | // |
||
184 | this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
||
185 | 65efd126 | gaqhf | this.btnRun.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Start; |
186 | this.btnRun.Location = new System.Drawing.Point(303, 0); |
||
187 | 6f3c8356 | gaqhf | this.btnRun.Name = "btnRun"; |
188 | 65efd126 | gaqhf | this.btnRun.Size = new System.Drawing.Size(48, 26); |
189 | 6f3c8356 | gaqhf | this.btnRun.TabIndex = 0; |
190 | 65efd126 | gaqhf | this.btnRun.Text = "Run "; |
191 | this.btnRun.TextAlignment = System.Drawing.ContentAlignment.MiddleRight; |
||
192 | 6f3c8356 | gaqhf | this.btnRun.ThemeName = "TelerikMetroBlue"; |
193 | // |
||
194 | // pageItemMapping |
||
195 | // |
||
196 | 65efd126 | gaqhf | this.pageItemMapping.Controls.Add(this.radPanel4); |
197 | this.pageItemMapping.Controls.Add(this.radPanel3); |
||
198 | this.pageItemMapping.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.ItemMapping; |
||
199 | this.pageItemMapping.ItemSize = new System.Drawing.SizeF(122F, 40F); |
||
200 | this.pageItemMapping.Location = new System.Drawing.Point(5, 46); |
||
201 | 6f3c8356 | gaqhf | this.pageItemMapping.Name = "pageItemMapping"; |
202 | 65efd126 | gaqhf | this.pageItemMapping.Size = new System.Drawing.Size(351, 583); |
203 | 6f3c8356 | gaqhf | this.pageItemMapping.Text = "Item Mapping"; |
204 | // |
||
205 | 65efd126 | gaqhf | // radPanel4 |
206 | // |
||
207 | baade5a4 | gaqhf | this.radPanel4.Controls.Add(this.gridViewItemMapping); |
208 | 65efd126 | gaqhf | this.radPanel4.Dock = System.Windows.Forms.DockStyle.Fill; |
209 | this.radPanel4.Location = new System.Drawing.Point(0, 33); |
||
210 | this.radPanel4.Name = "radPanel4"; |
||
211 | this.radPanel4.Size = new System.Drawing.Size(351, 550); |
||
212 | this.radPanel4.TabIndex = 3; |
||
213 | this.radPanel4.ThemeName = "MaterialBlueGrey"; |
||
214 | // |
||
215 | baade5a4 | gaqhf | // gridViewItemMapping |
216 | // |
||
217 | this.gridViewItemMapping.Dock = System.Windows.Forms.DockStyle.Fill; |
||
218 | this.gridViewItemMapping.Location = new System.Drawing.Point(0, 0); |
||
219 | // |
||
220 | // |
||
221 | // |
||
222 | this.gridViewItemMapping.MasterTemplate.AllowAddNewRow = false; |
||
223 | this.gridViewItemMapping.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill; |
||
224 | gridViewTextBoxColumn3.HeaderText = "Item Name"; |
||
225 | gridViewTextBoxColumn3.Name = "colItemName"; |
||
226 | gridViewTextBoxColumn3.Width = 111; |
||
227 | gridViewTextBoxColumn4.HeaderText = "SPPID Name"; |
||
228 | gridViewTextBoxColumn4.Name = "colSPPIDName"; |
||
229 | gridViewTextBoxColumn4.Width = 111; |
||
230 | gridViewTextBoxColumn5.HeaderText = "SPPID Full Name Path"; |
||
231 | gridViewTextBoxColumn5.Name = "colSPPIDFullNamePath"; |
||
232 | gridViewTextBoxColumn5.Width = 110; |
||
233 | this.gridViewItemMapping.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] { |
||
234 | gridViewTextBoxColumn3, |
||
235 | gridViewTextBoxColumn4, |
||
236 | gridViewTextBoxColumn5}); |
||
237 | this.gridViewItemMapping.MasterTemplate.EnableGrouping = false; |
||
238 | this.gridViewItemMapping.MasterTemplate.ViewDefinition = tableViewDefinition2; |
||
239 | this.gridViewItemMapping.Name = "gridViewItemMapping"; |
||
240 | this.gridViewItemMapping.ShowGroupPanel = false; |
||
241 | this.gridViewItemMapping.Size = new System.Drawing.Size(351, 550); |
||
242 | this.gridViewItemMapping.TabIndex = 0; |
||
243 | this.gridViewItemMapping.ThemeName = "TelerikMetroBlue"; |
||
244 | // |
||
245 | 65efd126 | gaqhf | // radPanel3 |
246 | // |
||
247 | baade5a4 | gaqhf | this.radPanel3.Controls.Add(this.radLabel1); |
248 | this.radPanel3.Controls.Add(this.btnSitePath); |
||
249 | 65efd126 | gaqhf | this.radPanel3.Dock = System.Windows.Forms.DockStyle.Top; |
250 | this.radPanel3.Location = new System.Drawing.Point(0, 0); |
||
251 | this.radPanel3.Name = "radPanel3"; |
||
252 | this.radPanel3.Size = new System.Drawing.Size(351, 33); |
||
253 | this.radPanel3.TabIndex = 1; |
||
254 | this.radPanel3.ThemeName = "MaterialBlueGrey"; |
||
255 | // |
||
256 | baade5a4 | gaqhf | // radLabel1 |
257 | 65efd126 | gaqhf | // |
258 | baade5a4 | gaqhf | this.radLabel1.Location = new System.Drawing.Point(0, 3); |
259 | this.radLabel1.Name = "radLabel1"; |
||
260 | this.radLabel1.Size = new System.Drawing.Size(74, 18); |
||
261 | this.radLabel1.TabIndex = 3; |
||
262 | this.radLabel1.Text = "Symbol Path :"; |
||
263 | this.radLabel1.ThemeName = "ControlDefault"; |
||
264 | // |
||
265 | // btnSitePath |
||
266 | // |
||
267 | this.btnSitePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
||
268 | | System.Windows.Forms.AnchorStyles.Right))); |
||
269 | this.btnSitePath.DialogType = Telerik.WinControls.UI.BrowseEditorDialogType.FolderBrowseDialog; |
||
270 | this.btnSitePath.Location = new System.Drawing.Point(80, 0); |
||
271 | this.btnSitePath.Name = "btnSitePath"; |
||
272 | this.btnSitePath.Size = new System.Drawing.Size(271, 24); |
||
273 | this.btnSitePath.TabIndex = 2; |
||
274 | this.btnSitePath.ThemeName = "TelerikMetroBlue"; |
||
275 | 65efd126 | gaqhf | // |
276 | 6f3c8356 | gaqhf | // pageReport |
277 | // |
||
278 | baade5a4 | gaqhf | this.pageReport.Enabled = false; |
279 | 65efd126 | gaqhf | this.pageReport.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Report; |
280 | this.pageReport.ItemSize = new System.Drawing.SizeF(81F, 40F); |
||
281 | this.pageReport.Location = new System.Drawing.Point(5, 46); |
||
282 | 6f3c8356 | gaqhf | this.pageReport.Name = "pageReport"; |
283 | 65efd126 | gaqhf | this.pageReport.Size = new System.Drawing.Size(351, 583); |
284 | 6f3c8356 | gaqhf | this.pageReport.Text = "Report"; |
285 | // |
||
286 | f2151e28 | gaqhf | // MainControl |
287 | // |
||
288 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
289 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
290 | 1f9707e7 | 한규호 | this.Controls.Add(this.panelMain); |
291 | f2151e28 | gaqhf | this.Name = "MainControl"; |
292 | 6f3c8356 | gaqhf | this.Size = new System.Drawing.Size(361, 634); |
293 | d4be8715 | gaqhf | this.panelMain.ResumeLayout(false); |
294 | ((System.ComponentModel.ISupportInitialize)(this.pageView)).EndInit(); |
||
295 | this.pageView.ResumeLayout(false); |
||
296 | 575ba06e | gaqhf | this.pageConverter.ResumeLayout(false); |
297 | ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit(); |
||
298 | this.radPanel2.ResumeLayout(false); |
||
299 | baade5a4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.gridViewDrawingList.MasterTemplate)).EndInit(); |
300 | ((System.ComponentModel.ISupportInitialize)(this.gridViewDrawingList)).EndInit(); |
||
301 | 6f3c8356 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit(); |
302 | this.radPanel1.ResumeLayout(false); |
||
303 | 65efd126 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnLoadFiles)).EndInit(); |
304 | 6f3c8356 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnRun)).EndInit(); |
305 | 65efd126 | gaqhf | this.pageItemMapping.ResumeLayout(false); |
306 | ((System.ComponentModel.ISupportInitialize)(this.radPanel4)).EndInit(); |
||
307 | baade5a4 | gaqhf | this.radPanel4.ResumeLayout(false); |
308 | ((System.ComponentModel.ISupportInitialize)(this.gridViewItemMapping.MasterTemplate)).EndInit(); |
||
309 | ((System.ComponentModel.ISupportInitialize)(this.gridViewItemMapping)).EndInit(); |
||
310 | 65efd126 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.radPanel3)).EndInit(); |
311 | this.radPanel3.ResumeLayout(false); |
||
312 | baade5a4 | gaqhf | this.radPanel3.PerformLayout(); |
313 | ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit(); |
||
314 | ((System.ComponentModel.ISupportInitialize)(this.btnSitePath)).EndInit(); |
||
315 | f2151e28 | gaqhf | this.ResumeLayout(false); |
316 | |||
317 | } |
||
318 | |||
319 | #endregion |
||
320 | 1f9707e7 | 한규호 | |
321 | private System.Windows.Forms.Panel panelMain; |
||
322 | d4be8715 | gaqhf | private Telerik.WinControls.UI.RadPageView pageView; |
323 | private Telerik.WinControls.UI.RadPageViewPage pageConverter; |
||
324 | private Telerik.WinControls.UI.RadPageViewPage pageItemMapping; |
||
325 | private Telerik.WinControls.UI.RadPageViewPage pageReport; |
||
326 | private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme; |
||
327 | private Telerik.WinControls.Themes.MaterialBlueGreyTheme materialBlueGreyTheme; |
||
328 | 575ba06e | gaqhf | private Telerik.WinControls.UI.RadPanel radPanel2; |
329 | private Telerik.WinControls.UI.RadPanel radPanel1; |
||
330 | baade5a4 | gaqhf | private Telerik.WinControls.UI.RadGridView gridViewDrawingList; |
331 | 65efd126 | gaqhf | private Telerik.WinControls.UI.RadButton btnLoadFiles; |
332 | 575ba06e | gaqhf | private Telerik.WinControls.UI.RadButton btnRun; |
333 | 65efd126 | gaqhf | private Telerik.WinControls.UI.RadPanel radPanel4; |
334 | private Telerik.WinControls.UI.RadPanel radPanel3; |
||
335 | baade5a4 | gaqhf | private Telerik.WinControls.UI.RadLabel radLabel1; |
336 | private Telerik.WinControls.UI.RadBrowseEditor btnSitePath; |
||
337 | private Telerik.WinControls.UI.RadGridView gridViewItemMapping; |
||
338 | f2151e28 | gaqhf | } |
339 | } |