hytos / ID2.Manager / ID2.Manager.Compare / Forms / ExceptLayer.Designer.cs @ 353b7f9f
이력 | 보기 | 이력해설 | 다운로드 (21.3 KB)
1 |
|
---|---|
2 |
namespace ID2.Manager.Forms |
3 |
{ |
4 |
partial class ExceptLayer |
5 |
{ |
6 |
/// <summary> |
7 |
/// Required designer variable. |
8 |
/// </summary> |
9 |
private System.ComponentModel.IContainer components = null; |
10 |
|
11 |
/// <summary> |
12 |
/// Clean up any resources being used. |
13 |
/// </summary> |
14 |
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
15 |
protected override void Dispose(bool disposing) |
16 |
{ |
17 |
if (disposing && (components != null)) |
18 |
{ |
19 |
components.Dispose(); |
20 |
} |
21 |
base.Dispose(disposing); |
22 |
} |
23 |
|
24 |
#region Windows Form Designer generated code |
25 |
|
26 |
/// <summary> |
27 |
/// Required method for Designer support - do not modify |
28 |
/// the contents of this method with the code editor. |
29 |
/// </summary> |
30 |
private void InitializeComponent() |
31 |
{ |
32 |
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition(); |
33 |
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn(); |
34 |
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = new Telerik.WinControls.UI.TableViewDefinition(); |
35 |
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition3 = new Telerik.WinControls.UI.TableViewDefinition(); |
36 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExceptLayer)); |
37 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
38 |
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
39 |
this.radButtonOK = new Telerik.WinControls.UI.RadButton(); |
40 |
this.radButtonCancel = new Telerik.WinControls.UI.RadButton(); |
41 |
this.radPageViewOption = new Telerik.WinControls.UI.RadPageView(); |
42 |
this.radPageViewPageExceptLayer = new Telerik.WinControls.UI.RadPageViewPage(); |
43 |
this.radGridViewExceptLayer = new Telerik.WinControls.UI.RadGridView(); |
44 |
this.radPageViewPageLineLayer = new Telerik.WinControls.UI.RadPageViewPage(); |
45 |
this.radGridViewLineLayer = new Telerik.WinControls.UI.RadGridView(); |
46 |
this.radPageViewPageTolerance = new Telerik.WinControls.UI.RadPageViewPage(); |
47 |
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
48 |
this.radLabel1 = new Telerik.WinControls.UI.RadLabel(); |
49 |
this.radSpinEditorLengthToleranceRatio = new Telerik.WinControls.UI.RadSpinEditor(); |
50 |
this.radLabel2 = new Telerik.WinControls.UI.RadLabel(); |
51 |
this.radSpinEditorArrowMaxLength = new Telerik.WinControls.UI.RadSpinEditor(); |
52 |
this.radPageViewPageSpecialCharacter = new Telerik.WinControls.UI.RadPageViewPage(); |
53 |
this.radGridViewSpecialCharacter = new Telerik.WinControls.UI.RadGridView(); |
54 |
this.tableLayoutPanel1.SuspendLayout(); |
55 |
this.tableLayoutPanel2.SuspendLayout(); |
56 |
((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).BeginInit(); |
57 |
((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).BeginInit(); |
58 |
((System.ComponentModel.ISupportInitialize)(this.radPageViewOption)).BeginInit(); |
59 |
this.radPageViewOption.SuspendLayout(); |
60 |
this.radPageViewPageExceptLayer.SuspendLayout(); |
61 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).BeginInit(); |
62 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).BeginInit(); |
63 |
this.radPageViewPageLineLayer.SuspendLayout(); |
64 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer)).BeginInit(); |
65 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer.MasterTemplate)).BeginInit(); |
66 |
this.radPageViewPageTolerance.SuspendLayout(); |
67 |
this.tableLayoutPanel3.SuspendLayout(); |
68 |
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit(); |
69 |
((System.ComponentModel.ISupportInitialize)(this.radSpinEditorLengthToleranceRatio)).BeginInit(); |
70 |
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit(); |
71 |
((System.ComponentModel.ISupportInitialize)(this.radSpinEditorArrowMaxLength)).BeginInit(); |
72 |
this.radPageViewPageSpecialCharacter.SuspendLayout(); |
73 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewSpecialCharacter)).BeginInit(); |
74 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewSpecialCharacter.MasterTemplate)).BeginInit(); |
75 |
((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); |
76 |
this.SuspendLayout(); |
77 |
// |
78 |
// tableLayoutPanel1 |
79 |
// |
80 |
this.tableLayoutPanel1.ColumnCount = 1; |
81 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
82 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
83 |
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); |
84 |
this.tableLayoutPanel1.Controls.Add(this.radPageViewOption, 0, 0); |
85 |
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
86 |
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
87 |
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
88 |
this.tableLayoutPanel1.RowCount = 2; |
89 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
90 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
91 |
this.tableLayoutPanel1.Size = new System.Drawing.Size(369, 304); |
92 |
this.tableLayoutPanel1.TabIndex = 0; |
93 |
// |
94 |
// tableLayoutPanel2 |
95 |
// |
96 |
this.tableLayoutPanel2.ColumnCount = 3; |
97 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
98 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
99 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
100 |
this.tableLayoutPanel2.Controls.Add(this.radButtonOK, 1, 0); |
101 |
this.tableLayoutPanel2.Controls.Add(this.radButtonCancel, 2, 0); |
102 |
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
103 |
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 267); |
104 |
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
105 |
this.tableLayoutPanel2.RowCount = 1; |
106 |
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
107 |
this.tableLayoutPanel2.Size = new System.Drawing.Size(363, 34); |
108 |
this.tableLayoutPanel2.TabIndex = 0; |
109 |
// |
110 |
// radButtonOK |
111 |
// |
112 |
this.radButtonOK.Dock = System.Windows.Forms.DockStyle.Fill; |
113 |
this.radButtonOK.Location = new System.Drawing.Point(206, 3); |
114 |
this.radButtonOK.Name = "radButtonOK"; |
115 |
this.radButtonOK.Size = new System.Drawing.Size(74, 28); |
116 |
this.radButtonOK.TabIndex = 0; |
117 |
this.radButtonOK.Text = "OK"; |
118 |
// |
119 |
// radButtonCancel |
120 |
// |
121 |
this.radButtonCancel.Dock = System.Windows.Forms.DockStyle.Fill; |
122 |
this.radButtonCancel.Location = new System.Drawing.Point(286, 3); |
123 |
this.radButtonCancel.Name = "radButtonCancel"; |
124 |
this.radButtonCancel.Size = new System.Drawing.Size(74, 28); |
125 |
this.radButtonCancel.TabIndex = 1; |
126 |
this.radButtonCancel.Text = "Cancel"; |
127 |
// |
128 |
// radPageViewOption |
129 |
// |
130 |
this.radPageViewOption.Controls.Add(this.radPageViewPageExceptLayer); |
131 |
this.radPageViewOption.Controls.Add(this.radPageViewPageLineLayer); |
132 |
this.radPageViewOption.Controls.Add(this.radPageViewPageTolerance); |
133 |
this.radPageViewOption.Controls.Add(this.radPageViewPageSpecialCharacter); |
134 |
this.radPageViewOption.DefaultPage = this.radPageViewPageExceptLayer; |
135 |
this.radPageViewOption.Dock = System.Windows.Forms.DockStyle.Fill; |
136 |
this.radPageViewOption.Location = new System.Drawing.Point(3, 3); |
137 |
this.radPageViewOption.Name = "radPageViewOption"; |
138 |
this.radPageViewOption.SelectedPage = this.radPageViewPageExceptLayer; |
139 |
this.radPageViewOption.Size = new System.Drawing.Size(363, 258); |
140 |
this.radPageViewOption.TabIndex = 1; |
141 |
// |
142 |
// radPageViewPageExceptLayer |
143 |
// |
144 |
this.radPageViewPageExceptLayer.Controls.Add(this.radGridViewExceptLayer); |
145 |
this.radPageViewPageExceptLayer.ItemSize = new System.Drawing.SizeF(78F, 28F); |
146 |
this.radPageViewPageExceptLayer.Location = new System.Drawing.Point(10, 37); |
147 |
this.radPageViewPageExceptLayer.Name = "radPageViewPageExceptLayer"; |
148 |
this.radPageViewPageExceptLayer.Size = new System.Drawing.Size(342, 210); |
149 |
this.radPageViewPageExceptLayer.Text = "Except Layer"; |
150 |
// |
151 |
// radGridViewExceptLayer |
152 |
// |
153 |
this.radGridViewExceptLayer.Dock = System.Windows.Forms.DockStyle.Fill; |
154 |
this.radGridViewExceptLayer.Location = new System.Drawing.Point(0, 0); |
155 |
// |
156 |
// |
157 |
// |
158 |
this.radGridViewExceptLayer.MasterTemplate.ViewDefinition = tableViewDefinition1; |
159 |
this.radGridViewExceptLayer.Name = "radGridViewExceptLayer"; |
160 |
this.radGridViewExceptLayer.Size = new System.Drawing.Size(342, 210); |
161 |
this.radGridViewExceptLayer.TabIndex = 0; |
162 |
// |
163 |
// radPageViewPageLineLayer |
164 |
// |
165 |
this.radPageViewPageLineLayer.Controls.Add(this.radGridViewLineLayer); |
166 |
this.radPageViewPageLineLayer.ItemSize = new System.Drawing.SizeF(66F, 28F); |
167 |
this.radPageViewPageLineLayer.Location = new System.Drawing.Point(10, 37); |
168 |
this.radPageViewPageLineLayer.Name = "radPageViewPageLineLayer"; |
169 |
this.radPageViewPageLineLayer.Size = new System.Drawing.Size(342, 210); |
170 |
this.radPageViewPageLineLayer.Text = "Line Layer"; |
171 |
// |
172 |
// radGridViewLineLayer |
173 |
// |
174 |
this.radGridViewLineLayer.Dock = System.Windows.Forms.DockStyle.Fill; |
175 |
this.radGridViewLineLayer.Location = new System.Drawing.Point(0, 0); |
176 |
// |
177 |
// |
178 |
// |
179 |
gridViewTextBoxColumn1.FieldName = "Name"; |
180 |
gridViewTextBoxColumn1.HeaderText = "Name"; |
181 |
gridViewTextBoxColumn1.Name = "columnName"; |
182 |
this.radGridViewLineLayer.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] { |
183 |
gridViewTextBoxColumn1}); |
184 |
this.radGridViewLineLayer.MasterTemplate.ViewDefinition = tableViewDefinition2; |
185 |
this.radGridViewLineLayer.Name = "radGridViewLineLayer"; |
186 |
this.radGridViewLineLayer.Size = new System.Drawing.Size(342, 210); |
187 |
this.radGridViewLineLayer.TabIndex = 0; |
188 |
// |
189 |
// radPageViewPageTolerance |
190 |
// |
191 |
this.radPageViewPageTolerance.Controls.Add(this.tableLayoutPanel3); |
192 |
this.radPageViewPageTolerance.ItemSize = new System.Drawing.SizeF(65F, 28F); |
193 |
this.radPageViewPageTolerance.Location = new System.Drawing.Point(10, 37); |
194 |
this.radPageViewPageTolerance.Name = "radPageViewPageTolerance"; |
195 |
this.radPageViewPageTolerance.Size = new System.Drawing.Size(342, 210); |
196 |
this.radPageViewPageTolerance.Text = "Tolerance"; |
197 |
// |
198 |
// tableLayoutPanel3 |
199 |
// |
200 |
this.tableLayoutPanel3.ColumnCount = 2; |
201 |
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
202 |
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
203 |
this.tableLayoutPanel3.Controls.Add(this.radLabel1, 0, 0); |
204 |
this.tableLayoutPanel3.Controls.Add(this.radSpinEditorLengthToleranceRatio, 1, 0); |
205 |
this.tableLayoutPanel3.Controls.Add(this.radLabel2, 0, 1); |
206 |
this.tableLayoutPanel3.Controls.Add(this.radSpinEditorArrowMaxLength, 1, 1); |
207 |
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; |
208 |
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); |
209 |
this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
210 |
this.tableLayoutPanel3.RowCount = 3; |
211 |
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
212 |
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
213 |
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
214 |
this.tableLayoutPanel3.Size = new System.Drawing.Size(342, 210); |
215 |
this.tableLayoutPanel3.TabIndex = 0; |
216 |
// |
217 |
// radLabel1 |
218 |
// |
219 |
this.radLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left; |
220 |
this.radLabel1.Location = new System.Drawing.Point(3, 6); |
221 |
this.radLabel1.Name = "radLabel1"; |
222 |
this.radLabel1.Size = new System.Drawing.Size(121, 18); |
223 |
this.radLabel1.TabIndex = 0; |
224 |
this.radLabel1.Text = "Length Tolerance Ratio"; |
225 |
// |
226 |
// radSpinEditorLengthToleranceRatio |
227 |
// |
228 |
this.radSpinEditorLengthToleranceRatio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
229 |
this.radSpinEditorLengthToleranceRatio.DecimalPlaces = 1; |
230 |
this.radSpinEditorLengthToleranceRatio.Increment = new decimal(new int[] { |
231 |
1, |
232 |
0, |
233 |
0, |
234 |
65536}); |
235 |
this.radSpinEditorLengthToleranceRatio.Location = new System.Drawing.Point(174, 5); |
236 |
this.radSpinEditorLengthToleranceRatio.Maximum = new decimal(new int[] { |
237 |
1, |
238 |
0, |
239 |
0, |
240 |
0}); |
241 |
this.radSpinEditorLengthToleranceRatio.Name = "radSpinEditorLengthToleranceRatio"; |
242 |
this.radSpinEditorLengthToleranceRatio.NullableValue = new decimal(new int[] { |
243 |
1, |
244 |
0, |
245 |
0, |
246 |
65536}); |
247 |
this.radSpinEditorLengthToleranceRatio.Size = new System.Drawing.Size(165, 20); |
248 |
this.radSpinEditorLengthToleranceRatio.TabIndex = 1; |
249 |
this.radSpinEditorLengthToleranceRatio.Value = new decimal(new int[] { |
250 |
1, |
251 |
0, |
252 |
0, |
253 |
65536}); |
254 |
// |
255 |
// radLabel2 |
256 |
// |
257 |
this.radLabel2.Anchor = System.Windows.Forms.AnchorStyles.Left; |
258 |
this.radLabel2.Location = new System.Drawing.Point(3, 36); |
259 |
this.radLabel2.Name = "radLabel2"; |
260 |
this.radLabel2.Size = new System.Drawing.Size(98, 18); |
261 |
this.radLabel2.TabIndex = 2; |
262 |
this.radLabel2.Text = "Max Arrow Length"; |
263 |
// |
264 |
// radSpinEditorArrowMaxLength |
265 |
// |
266 |
this.radSpinEditorArrowMaxLength.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
267 |
this.radSpinEditorArrowMaxLength.Location = new System.Drawing.Point(174, 35); |
268 |
this.radSpinEditorArrowMaxLength.Name = "radSpinEditorArrowMaxLength"; |
269 |
this.radSpinEditorArrowMaxLength.NullableValue = new decimal(new int[] { |
270 |
2, |
271 |
0, |
272 |
0, |
273 |
0}); |
274 |
this.radSpinEditorArrowMaxLength.Size = new System.Drawing.Size(165, 20); |
275 |
this.radSpinEditorArrowMaxLength.TabIndex = 3; |
276 |
this.radSpinEditorArrowMaxLength.Value = new decimal(new int[] { |
277 |
2, |
278 |
0, |
279 |
0, |
280 |
0}); |
281 |
// |
282 |
// radPageViewPageSpecialCharacter |
283 |
// |
284 |
this.radPageViewPageSpecialCharacter.Controls.Add(this.radGridViewSpecialCharacter); |
285 |
this.radPageViewPageSpecialCharacter.ItemSize = new System.Drawing.SizeF(102F, 28F); |
286 |
this.radPageViewPageSpecialCharacter.Location = new System.Drawing.Point(10, 37); |
287 |
this.radPageViewPageSpecialCharacter.Name = "radPageViewPageSpecialCharacter"; |
288 |
this.radPageViewPageSpecialCharacter.Size = new System.Drawing.Size(342, 210); |
289 |
this.radPageViewPageSpecialCharacter.Text = "Special Character"; |
290 |
// |
291 |
// radGridViewSpecialCharacter |
292 |
// |
293 |
this.radGridViewSpecialCharacter.Dock = System.Windows.Forms.DockStyle.Fill; |
294 |
this.radGridViewSpecialCharacter.Location = new System.Drawing.Point(0, 0); |
295 |
// |
296 |
// |
297 |
// |
298 |
this.radGridViewSpecialCharacter.MasterTemplate.ViewDefinition = tableViewDefinition3; |
299 |
this.radGridViewSpecialCharacter.Name = "radGridViewSpecialCharacter"; |
300 |
this.radGridViewSpecialCharacter.Size = new System.Drawing.Size(342, 210); |
301 |
this.radGridViewSpecialCharacter.TabIndex = 0; |
302 |
// |
303 |
// ExceptLayer |
304 |
// |
305 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
306 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
307 |
this.ClientSize = new System.Drawing.Size(369, 304); |
308 |
this.Controls.Add(this.tableLayoutPanel1); |
309 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
310 |
this.MaximizeBox = false; |
311 |
this.MinimizeBox = false; |
312 |
this.Name = "ExceptLayer"; |
313 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
314 |
this.Text = "Configuration"; |
315 |
this.tableLayoutPanel1.ResumeLayout(false); |
316 |
this.tableLayoutPanel2.ResumeLayout(false); |
317 |
((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).EndInit(); |
318 |
((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).EndInit(); |
319 |
((System.ComponentModel.ISupportInitialize)(this.radPageViewOption)).EndInit(); |
320 |
this.radPageViewOption.ResumeLayout(false); |
321 |
this.radPageViewPageExceptLayer.ResumeLayout(false); |
322 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).EndInit(); |
323 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).EndInit(); |
324 |
this.radPageViewPageLineLayer.ResumeLayout(false); |
325 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer.MasterTemplate)).EndInit(); |
326 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer)).EndInit(); |
327 |
this.radPageViewPageTolerance.ResumeLayout(false); |
328 |
this.tableLayoutPanel3.ResumeLayout(false); |
329 |
this.tableLayoutPanel3.PerformLayout(); |
330 |
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit(); |
331 |
((System.ComponentModel.ISupportInitialize)(this.radSpinEditorLengthToleranceRatio)).EndInit(); |
332 |
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit(); |
333 |
((System.ComponentModel.ISupportInitialize)(this.radSpinEditorArrowMaxLength)).EndInit(); |
334 |
this.radPageViewPageSpecialCharacter.ResumeLayout(false); |
335 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewSpecialCharacter.MasterTemplate)).EndInit(); |
336 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewSpecialCharacter)).EndInit(); |
337 |
((System.ComponentModel.ISupportInitialize)(this)).EndInit(); |
338 |
this.ResumeLayout(false); |
339 |
|
340 |
} |
341 |
|
342 |
#endregion |
343 |
|
344 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
345 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
346 |
private Telerik.WinControls.UI.RadButton radButtonOK; |
347 |
private Telerik.WinControls.UI.RadButton radButtonCancel; |
348 |
private Telerik.WinControls.UI.RadPageView radPageViewOption; |
349 |
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageExceptLayer; |
350 |
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageLineLayer; |
351 |
private Telerik.WinControls.UI.RadGridView radGridViewExceptLayer; |
352 |
private Telerik.WinControls.UI.RadGridView radGridViewLineLayer; |
353 |
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageTolerance; |
354 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; |
355 |
private Telerik.WinControls.UI.RadLabel radLabel1; |
356 |
private Telerik.WinControls.UI.RadSpinEditor radSpinEditorLengthToleranceRatio; |
357 |
private Telerik.WinControls.UI.RadLabel radLabel2; |
358 |
private Telerik.WinControls.UI.RadSpinEditor radSpinEditorArrowMaxLength; |
359 |
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageSpecialCharacter; |
360 |
private Telerik.WinControls.UI.RadGridView radGridViewSpecialCharacter; |
361 |
} |
362 |
} |