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