개정판 65efd126
dev issue #826 : add Resource
DTI_PID/SPPIDConverter_AutoModeling/MainControl.Designer.cs | ||
---|---|---|
38 | 38 |
this.radPanel2 = new Telerik.WinControls.UI.RadPanel(); |
39 | 39 |
this.gridViewFileList = new Telerik.WinControls.UI.RadGridView(); |
40 | 40 |
this.radPanel1 = new Telerik.WinControls.UI.RadPanel(); |
41 |
this.btnLoadFile = new Telerik.WinControls.UI.RadButton(); |
|
41 |
this.btnLoadFiles = new Telerik.WinControls.UI.RadButton();
|
|
42 | 42 |
this.btnRun = new Telerik.WinControls.UI.RadButton(); |
43 | 43 |
this.pageItemMapping = new Telerik.WinControls.UI.RadPageViewPage(); |
44 |
this.radPanel4 = new Telerik.WinControls.UI.RadPanel(); |
|
45 |
this.radPanel3 = new Telerik.WinControls.UI.RadPanel(); |
|
46 |
this.radButton2 = new Telerik.WinControls.UI.RadButton(); |
|
44 | 47 |
this.pageReport = new Telerik.WinControls.UI.RadPageViewPage(); |
45 | 48 |
this.telerikMetroBlueTheme = new Telerik.WinControls.Themes.TelerikMetroBlueTheme(); |
46 | 49 |
this.materialBlueGreyTheme = new Telerik.WinControls.Themes.MaterialBlueGreyTheme(); |
50 |
this.radButton1 = new Telerik.WinControls.UI.RadButton(); |
|
47 | 51 |
this.panelMain.SuspendLayout(); |
48 | 52 |
((System.ComponentModel.ISupportInitialize)(this.pageView)).BeginInit(); |
49 | 53 |
this.pageView.SuspendLayout(); |
... | ... | |
54 | 58 |
((System.ComponentModel.ISupportInitialize)(this.gridViewFileList.MasterTemplate)).BeginInit(); |
55 | 59 |
((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit(); |
56 | 60 |
this.radPanel1.SuspendLayout(); |
57 |
((System.ComponentModel.ISupportInitialize)(this.btnLoadFile)).BeginInit(); |
|
61 |
((System.ComponentModel.ISupportInitialize)(this.btnLoadFiles)).BeginInit();
|
|
58 | 62 |
((System.ComponentModel.ISupportInitialize)(this.btnRun)).BeginInit(); |
63 |
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(); |
|
59 | 69 |
this.SuspendLayout(); |
60 | 70 |
// |
61 | 71 |
// panelMain |
... | ... | |
85 | 95 |
// |
86 | 96 |
this.pageConverter.Controls.Add(this.radPanel2); |
87 | 97 |
this.pageConverter.Controls.Add(this.radPanel1); |
88 |
this.pageConverter.ItemSize = new System.Drawing.SizeF(66F, 25F); |
|
89 |
this.pageConverter.Location = new System.Drawing.Point(5, 31); |
|
98 |
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); |
|
90 | 101 |
this.pageConverter.Name = "pageConverter"; |
91 |
this.pageConverter.Size = new System.Drawing.Size(351, 598);
|
|
102 |
this.pageConverter.Size = new System.Drawing.Size(351, 583);
|
|
92 | 103 |
this.pageConverter.Text = "Converter"; |
93 | 104 |
// |
94 | 105 |
// radPanel2 |
... | ... | |
97 | 108 |
this.radPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
98 | 109 |
this.radPanel2.Location = new System.Drawing.Point(0, 33); |
99 | 110 |
this.radPanel2.Name = "radPanel2"; |
100 |
this.radPanel2.Size = new System.Drawing.Size(351, 565);
|
|
111 |
this.radPanel2.Size = new System.Drawing.Size(351, 550);
|
|
101 | 112 |
this.radPanel2.TabIndex = 1; |
102 | 113 |
this.radPanel2.Text = "radPanel2"; |
103 | 114 |
this.radPanel2.ThemeName = "MaterialBlueGrey"; |
... | ... | |
122 | 133 |
gridViewTextBoxColumn1.HeaderText = "Drawing Name"; |
123 | 134 |
gridViewTextBoxColumn1.Name = "colDrawingName"; |
124 | 135 |
gridViewTextBoxColumn1.RowSpan = 100; |
125 |
gridViewTextBoxColumn1.Width = 196;
|
|
136 |
gridViewTextBoxColumn1.Width = 198;
|
|
126 | 137 |
gridViewTextBoxColumn2.HeaderText = "Status"; |
127 | 138 |
gridViewTextBoxColumn2.Name = "colStatus"; |
128 | 139 |
gridViewTextBoxColumn2.RowSpan = 100; |
129 |
gridViewTextBoxColumn2.Width = 92;
|
|
140 |
gridViewTextBoxColumn2.Width = 93;
|
|
130 | 141 |
this.gridViewFileList.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] { |
131 | 142 |
gridViewCheckBoxColumn1, |
132 | 143 |
gridViewTextBoxColumn1, |
... | ... | |
134 | 145 |
this.gridViewFileList.MasterTemplate.EnableGrouping = false; |
135 | 146 |
this.gridViewFileList.MasterTemplate.ViewDefinition = tableViewDefinition1; |
136 | 147 |
this.gridViewFileList.Name = "gridViewFileList"; |
137 |
this.gridViewFileList.Size = new System.Drawing.Size(351, 565);
|
|
148 |
this.gridViewFileList.Size = new System.Drawing.Size(351, 550);
|
|
138 | 149 |
this.gridViewFileList.TabIndex = 0; |
139 | 150 |
this.gridViewFileList.ThemeName = "TelerikMetroBlue"; |
140 | 151 |
// |
141 | 152 |
// radPanel1 |
142 | 153 |
// |
143 |
this.radPanel1.Controls.Add(this.btnLoadFile); |
|
154 |
this.radPanel1.Controls.Add(this.btnLoadFiles);
|
|
144 | 155 |
this.radPanel1.Controls.Add(this.btnRun); |
145 | 156 |
this.radPanel1.Dock = System.Windows.Forms.DockStyle.Top; |
146 | 157 |
this.radPanel1.Location = new System.Drawing.Point(0, 0); |
... | ... | |
149 | 160 |
this.radPanel1.TabIndex = 0; |
150 | 161 |
this.radPanel1.ThemeName = "MaterialBlueGrey"; |
151 | 162 |
// |
152 |
// btnLoadFile |
|
163 |
// btnLoadFiles
|
|
153 | 164 |
// |
154 |
this.btnLoadFile.Location = new System.Drawing.Point(0, 0); |
|
155 |
this.btnLoadFile.Name = "btnLoadFile"; |
|
156 |
this.btnLoadFile.Size = new System.Drawing.Size(94, 26); |
|
157 |
this.btnLoadFile.TabIndex = 1; |
|
158 |
this.btnLoadFile.Text = "Load File"; |
|
159 |
this.btnLoadFile.ThemeName = "TelerikMetroBlue"; |
|
165 |
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"; |
|
160 | 173 |
// |
161 | 174 |
// btnRun |
162 | 175 |
// |
163 | 176 |
this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
164 |
this.btnRun.Location = new System.Drawing.Point(257, 0); |
|
177 |
this.btnRun.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Start; |
|
178 |
this.btnRun.Location = new System.Drawing.Point(303, 0); |
|
165 | 179 |
this.btnRun.Name = "btnRun"; |
166 |
this.btnRun.Size = new System.Drawing.Size(94, 26);
|
|
180 |
this.btnRun.Size = new System.Drawing.Size(48, 26);
|
|
167 | 181 |
this.btnRun.TabIndex = 0; |
168 |
this.btnRun.Text = "Run"; |
|
182 |
this.btnRun.Text = "Run "; |
|
183 |
this.btnRun.TextAlignment = System.Drawing.ContentAlignment.MiddleRight; |
|
169 | 184 |
this.btnRun.ThemeName = "TelerikMetroBlue"; |
170 | 185 |
// |
171 | 186 |
// pageItemMapping |
172 | 187 |
// |
173 |
this.pageItemMapping.ItemSize = new System.Drawing.SizeF(90F, 25F); |
|
174 |
this.pageItemMapping.Location = new System.Drawing.Point(5, 31); |
|
188 |
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); |
|
175 | 193 |
this.pageItemMapping.Name = "pageItemMapping"; |
176 |
this.pageItemMapping.Size = new System.Drawing.Size(394, 598);
|
|
194 |
this.pageItemMapping.Size = new System.Drawing.Size(351, 583);
|
|
177 | 195 |
this.pageItemMapping.Text = "Item Mapping"; |
178 | 196 |
// |
197 |
// 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 |
// |
|
179 | 230 |
// pageReport |
180 | 231 |
// |
181 |
this.pageReport.ItemSize = new System.Drawing.SizeF(49F, 25F); |
|
182 |
this.pageReport.Location = new System.Drawing.Point(5, 31); |
|
232 |
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); |
|
183 | 235 |
this.pageReport.Name = "pageReport"; |
184 |
this.pageReport.Size = new System.Drawing.Size(394, 598);
|
|
236 |
this.pageReport.Size = new System.Drawing.Size(351, 583);
|
|
185 | 237 |
this.pageReport.Text = "Report"; |
186 | 238 |
// |
239 |
// 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 |
// |
|
187 | 250 |
// MainControl |
188 | 251 |
// |
189 | 252 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
... | ... | |
201 | 264 |
((System.ComponentModel.ISupportInitialize)(this.gridViewFileList)).EndInit(); |
202 | 265 |
((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit(); |
203 | 266 |
this.radPanel1.ResumeLayout(false); |
204 |
((System.ComponentModel.ISupportInitialize)(this.btnLoadFile)).EndInit(); |
|
267 |
((System.ComponentModel.ISupportInitialize)(this.btnLoadFiles)).EndInit();
|
|
205 | 268 |
((System.ComponentModel.ISupportInitialize)(this.btnRun)).EndInit(); |
269 |
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(); |
|
206 | 275 |
this.ResumeLayout(false); |
207 | 276 | |
208 | 277 |
} |
... | ... | |
219 | 288 |
private Telerik.WinControls.UI.RadPanel radPanel2; |
220 | 289 |
private Telerik.WinControls.UI.RadPanel radPanel1; |
221 | 290 |
private Telerik.WinControls.UI.RadGridView gridViewFileList; |
222 |
private Telerik.WinControls.UI.RadButton btnLoadFile; |
|
291 |
private Telerik.WinControls.UI.RadButton btnLoadFiles;
|
|
223 | 292 |
private Telerik.WinControls.UI.RadButton btnRun; |
293 |
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; |
|
224 | 297 |
} |
225 | 298 |
} |
내보내기 Unified diff