hytos / ID2.Manager / ID2.Manager.Compare / Forms / ExceptLayer.Designer.cs @ 2ade1e61
이력 | 보기 | 이력해설 | 다운로드 (18.9 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 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExceptLayer)); |
36 |
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
37 |
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
38 |
this.radButtonOK = new Telerik.WinControls.UI.RadButton(); |
39 |
this.radButtonCancel = new Telerik.WinControls.UI.RadButton(); |
40 |
this.radPageViewOption = new Telerik.WinControls.UI.RadPageView(); |
41 |
this.radPageViewPageExceptLayer = new Telerik.WinControls.UI.RadPageViewPage(); |
42 |
this.radGridViewExceptLayer = new Telerik.WinControls.UI.RadGridView(); |
43 |
this.radPageViewPageLineLayer = new Telerik.WinControls.UI.RadPageViewPage(); |
44 |
this.radGridViewLineLayer = new Telerik.WinControls.UI.RadGridView(); |
45 |
this.radPageViewPageTolerance = new Telerik.WinControls.UI.RadPageViewPage(); |
46 |
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
47 |
this.radLabel1 = new Telerik.WinControls.UI.RadLabel(); |
48 |
this.radSpinEditorLengthToleranceRatio = new Telerik.WinControls.UI.RadSpinEditor(); |
49 |
this.radLabel2 = new Telerik.WinControls.UI.RadLabel(); |
50 |
this.radSpinEditorArrowMaxLength = new Telerik.WinControls.UI.RadSpinEditor(); |
51 |
this.tableLayoutPanel1.SuspendLayout(); |
52 |
this.tableLayoutPanel2.SuspendLayout(); |
53 |
((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).BeginInit(); |
54 |
((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).BeginInit(); |
55 |
((System.ComponentModel.ISupportInitialize)(this.radPageViewOption)).BeginInit(); |
56 |
this.radPageViewOption.SuspendLayout(); |
57 |
this.radPageViewPageExceptLayer.SuspendLayout(); |
58 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).BeginInit(); |
59 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).BeginInit(); |
60 |
this.radPageViewPageLineLayer.SuspendLayout(); |
61 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer)).BeginInit(); |
62 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer.MasterTemplate)).BeginInit(); |
63 |
this.radPageViewPageTolerance.SuspendLayout(); |
64 |
this.tableLayoutPanel3.SuspendLayout(); |
65 |
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit(); |
66 |
((System.ComponentModel.ISupportInitialize)(this.radSpinEditorLengthToleranceRatio)).BeginInit(); |
67 |
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit(); |
68 |
((System.ComponentModel.ISupportInitialize)(this.radSpinEditorArrowMaxLength)).BeginInit(); |
69 |
((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); |
70 |
this.SuspendLayout(); |
71 |
// |
72 |
// tableLayoutPanel1 |
73 |
// |
74 |
this.tableLayoutPanel1.ColumnCount = 1; |
75 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
76 |
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
77 |
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); |
78 |
this.tableLayoutPanel1.Controls.Add(this.radPageViewOption, 0, 0); |
79 |
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
80 |
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
81 |
this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
82 |
this.tableLayoutPanel1.RowCount = 2; |
83 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
84 |
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
85 |
this.tableLayoutPanel1.Size = new System.Drawing.Size(281, 304); |
86 |
this.tableLayoutPanel1.TabIndex = 0; |
87 |
// |
88 |
// tableLayoutPanel2 |
89 |
// |
90 |
this.tableLayoutPanel2.ColumnCount = 3; |
91 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
92 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
93 |
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
94 |
this.tableLayoutPanel2.Controls.Add(this.radButtonOK, 1, 0); |
95 |
this.tableLayoutPanel2.Controls.Add(this.radButtonCancel, 2, 0); |
96 |
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
97 |
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 267); |
98 |
this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
99 |
this.tableLayoutPanel2.RowCount = 1; |
100 |
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
101 |
this.tableLayoutPanel2.Size = new System.Drawing.Size(275, 34); |
102 |
this.tableLayoutPanel2.TabIndex = 0; |
103 |
// |
104 |
// radButtonOK |
105 |
// |
106 |
this.radButtonOK.Dock = System.Windows.Forms.DockStyle.Fill; |
107 |
this.radButtonOK.Location = new System.Drawing.Point(118, 3); |
108 |
this.radButtonOK.Name = "radButtonOK"; |
109 |
this.radButtonOK.Size = new System.Drawing.Size(74, 28); |
110 |
this.radButtonOK.TabIndex = 0; |
111 |
this.radButtonOK.Text = "OK"; |
112 |
// |
113 |
// radButtonCancel |
114 |
// |
115 |
this.radButtonCancel.Dock = System.Windows.Forms.DockStyle.Fill; |
116 |
this.radButtonCancel.Location = new System.Drawing.Point(198, 3); |
117 |
this.radButtonCancel.Name = "radButtonCancel"; |
118 |
this.radButtonCancel.Size = new System.Drawing.Size(74, 28); |
119 |
this.radButtonCancel.TabIndex = 1; |
120 |
this.radButtonCancel.Text = "Cancel"; |
121 |
// |
122 |
// radPageViewOption |
123 |
// |
124 |
this.radPageViewOption.Controls.Add(this.radPageViewPageExceptLayer); |
125 |
this.radPageViewOption.Controls.Add(this.radPageViewPageLineLayer); |
126 |
this.radPageViewOption.Controls.Add(this.radPageViewPageTolerance); |
127 |
this.radPageViewOption.Dock = System.Windows.Forms.DockStyle.Fill; |
128 |
this.radPageViewOption.Location = new System.Drawing.Point(3, 3); |
129 |
this.radPageViewOption.Name = "radPageViewOption"; |
130 |
this.radPageViewOption.SelectedPage = this.radPageViewPageTolerance; |
131 |
this.radPageViewOption.Size = new System.Drawing.Size(275, 258); |
132 |
this.radPageViewOption.TabIndex = 1; |
133 |
// |
134 |
// radPageViewPageExceptLayer |
135 |
// |
136 |
this.radPageViewPageExceptLayer.Controls.Add(this.radGridViewExceptLayer); |
137 |
this.radPageViewPageExceptLayer.ItemSize = new System.Drawing.SizeF(78F, 28F); |
138 |
this.radPageViewPageExceptLayer.Location = new System.Drawing.Point(10, 37); |
139 |
this.radPageViewPageExceptLayer.Name = "radPageViewPageExceptLayer"; |
140 |
this.radPageViewPageExceptLayer.Size = new System.Drawing.Size(254, 210); |
141 |
this.radPageViewPageExceptLayer.Text = "Except Layer"; |
142 |
// |
143 |
// radGridViewExceptLayer |
144 |
// |
145 |
this.radGridViewExceptLayer.Dock = System.Windows.Forms.DockStyle.Fill; |
146 |
this.radGridViewExceptLayer.Location = new System.Drawing.Point(0, 0); |
147 |
// |
148 |
// |
149 |
// |
150 |
this.radGridViewExceptLayer.MasterTemplate.ViewDefinition = tableViewDefinition1; |
151 |
this.radGridViewExceptLayer.Name = "radGridViewExceptLayer"; |
152 |
this.radGridViewExceptLayer.Size = new System.Drawing.Size(254, 210); |
153 |
this.radGridViewExceptLayer.TabIndex = 0; |
154 |
// |
155 |
// radPageViewPageLineLayer |
156 |
// |
157 |
this.radPageViewPageLineLayer.Controls.Add(this.radGridViewLineLayer); |
158 |
this.radPageViewPageLineLayer.ItemSize = new System.Drawing.SizeF(66F, 28F); |
159 |
this.radPageViewPageLineLayer.Location = new System.Drawing.Point(10, 37); |
160 |
this.radPageViewPageLineLayer.Name = "radPageViewPageLineLayer"; |
161 |
this.radPageViewPageLineLayer.Size = new System.Drawing.Size(254, 210); |
162 |
this.radPageViewPageLineLayer.Text = "Line Layer"; |
163 |
// |
164 |
// radGridViewLineLayer |
165 |
// |
166 |
this.radGridViewLineLayer.Dock = System.Windows.Forms.DockStyle.Fill; |
167 |
this.radGridViewLineLayer.Location = new System.Drawing.Point(0, 0); |
168 |
// |
169 |
// |
170 |
// |
171 |
gridViewTextBoxColumn1.FieldName = "Name"; |
172 |
gridViewTextBoxColumn1.HeaderText = "Name"; |
173 |
gridViewTextBoxColumn1.Name = "columnName"; |
174 |
this.radGridViewLineLayer.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] { |
175 |
gridViewTextBoxColumn1}); |
176 |
this.radGridViewLineLayer.MasterTemplate.ViewDefinition = tableViewDefinition2; |
177 |
this.radGridViewLineLayer.Name = "radGridViewLineLayer"; |
178 |
this.radGridViewLineLayer.Size = new System.Drawing.Size(254, 210); |
179 |
this.radGridViewLineLayer.TabIndex = 0; |
180 |
// |
181 |
// radPageViewPageTolerance |
182 |
// |
183 |
this.radPageViewPageTolerance.Controls.Add(this.tableLayoutPanel3); |
184 |
this.radPageViewPageTolerance.ItemSize = new System.Drawing.SizeF(65F, 28F); |
185 |
this.radPageViewPageTolerance.Location = new System.Drawing.Point(10, 37); |
186 |
this.radPageViewPageTolerance.Name = "radPageViewPageTolerance"; |
187 |
this.radPageViewPageTolerance.Size = new System.Drawing.Size(254, 210); |
188 |
this.radPageViewPageTolerance.Text = "Tolerance"; |
189 |
// |
190 |
// tableLayoutPanel3 |
191 |
// |
192 |
this.tableLayoutPanel3.ColumnCount = 2; |
193 |
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
194 |
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
195 |
this.tableLayoutPanel3.Controls.Add(this.radLabel1, 0, 0); |
196 |
this.tableLayoutPanel3.Controls.Add(this.radSpinEditorLengthToleranceRatio, 1, 0); |
197 |
this.tableLayoutPanel3.Controls.Add(this.radLabel2, 0, 1); |
198 |
this.tableLayoutPanel3.Controls.Add(this.radSpinEditorArrowMaxLength, 1, 1); |
199 |
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; |
200 |
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0); |
201 |
this.tableLayoutPanel3.Name = "tableLayoutPanel3"; |
202 |
this.tableLayoutPanel3.RowCount = 3; |
203 |
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
204 |
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); |
205 |
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
206 |
this.tableLayoutPanel3.Size = new System.Drawing.Size(254, 210); |
207 |
this.tableLayoutPanel3.TabIndex = 0; |
208 |
// |
209 |
// radLabel1 |
210 |
// |
211 |
this.radLabel1.Anchor = System.Windows.Forms.AnchorStyles.Left; |
212 |
this.radLabel1.Location = new System.Drawing.Point(3, 6); |
213 |
this.radLabel1.Name = "radLabel1"; |
214 |
this.radLabel1.Size = new System.Drawing.Size(121, 18); |
215 |
this.radLabel1.TabIndex = 0; |
216 |
this.radLabel1.Text = "Length Tolerance Ratio"; |
217 |
// |
218 |
// radSpinEditorLengthToleranceRatio |
219 |
// |
220 |
this.radSpinEditorLengthToleranceRatio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
221 |
this.radSpinEditorLengthToleranceRatio.DecimalPlaces = 1; |
222 |
this.radSpinEditorLengthToleranceRatio.Increment = new decimal(new int[] { |
223 |
1, |
224 |
0, |
225 |
0, |
226 |
65536}); |
227 |
this.radSpinEditorLengthToleranceRatio.Location = new System.Drawing.Point(130, 5); |
228 |
this.radSpinEditorLengthToleranceRatio.Maximum = new decimal(new int[] { |
229 |
1, |
230 |
0, |
231 |
0, |
232 |
0}); |
233 |
this.radSpinEditorLengthToleranceRatio.Name = "radSpinEditorLengthToleranceRatio"; |
234 |
this.radSpinEditorLengthToleranceRatio.NullableValue = new decimal(new int[] { |
235 |
1, |
236 |
0, |
237 |
0, |
238 |
65536}); |
239 |
this.radSpinEditorLengthToleranceRatio.Size = new System.Drawing.Size(121, 20); |
240 |
this.radSpinEditorLengthToleranceRatio.TabIndex = 1; |
241 |
this.radSpinEditorLengthToleranceRatio.Value = new decimal(new int[] { |
242 |
1, |
243 |
0, |
244 |
0, |
245 |
65536}); |
246 |
// |
247 |
// radLabel2 |
248 |
// |
249 |
this.radLabel2.Anchor = System.Windows.Forms.AnchorStyles.Left; |
250 |
this.radLabel2.Location = new System.Drawing.Point(3, 36); |
251 |
this.radLabel2.Name = "radLabel2"; |
252 |
this.radLabel2.Size = new System.Drawing.Size(98, 18); |
253 |
this.radLabel2.TabIndex = 2; |
254 |
this.radLabel2.Text = "Max Arrow Length"; |
255 |
// |
256 |
// radSpinEditorArrowMaxLength |
257 |
// |
258 |
this.radSpinEditorArrowMaxLength.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
259 |
this.radSpinEditorArrowMaxLength.Location = new System.Drawing.Point(130, 35); |
260 |
this.radSpinEditorArrowMaxLength.Name = "radSpinEditorArrowMaxLength"; |
261 |
this.radSpinEditorArrowMaxLength.NullableValue = new decimal(new int[] { |
262 |
2, |
263 |
0, |
264 |
0, |
265 |
0}); |
266 |
this.radSpinEditorArrowMaxLength.Size = new System.Drawing.Size(121, 20); |
267 |
this.radSpinEditorArrowMaxLength.TabIndex = 3; |
268 |
this.radSpinEditorArrowMaxLength.Value = new decimal(new int[] { |
269 |
2, |
270 |
0, |
271 |
0, |
272 |
0}); |
273 |
// |
274 |
// ExceptLayer |
275 |
// |
276 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
277 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
278 |
this.ClientSize = new System.Drawing.Size(281, 304); |
279 |
this.Controls.Add(this.tableLayoutPanel1); |
280 |
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
281 |
this.MaximizeBox = false; |
282 |
this.MinimizeBox = false; |
283 |
this.Name = "ExceptLayer"; |
284 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
285 |
this.Text = "Layers"; |
286 |
this.tableLayoutPanel1.ResumeLayout(false); |
287 |
this.tableLayoutPanel2.ResumeLayout(false); |
288 |
((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).EndInit(); |
289 |
((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).EndInit(); |
290 |
((System.ComponentModel.ISupportInitialize)(this.radPageViewOption)).EndInit(); |
291 |
this.radPageViewOption.ResumeLayout(false); |
292 |
this.radPageViewPageExceptLayer.ResumeLayout(false); |
293 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).EndInit(); |
294 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).EndInit(); |
295 |
this.radPageViewPageLineLayer.ResumeLayout(false); |
296 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer.MasterTemplate)).EndInit(); |
297 |
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer)).EndInit(); |
298 |
this.radPageViewPageTolerance.ResumeLayout(false); |
299 |
this.tableLayoutPanel3.ResumeLayout(false); |
300 |
this.tableLayoutPanel3.PerformLayout(); |
301 |
((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit(); |
302 |
((System.ComponentModel.ISupportInitialize)(this.radSpinEditorLengthToleranceRatio)).EndInit(); |
303 |
((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit(); |
304 |
((System.ComponentModel.ISupportInitialize)(this.radSpinEditorArrowMaxLength)).EndInit(); |
305 |
((System.ComponentModel.ISupportInitialize)(this)).EndInit(); |
306 |
this.ResumeLayout(false); |
307 |
|
308 |
} |
309 |
|
310 |
#endregion |
311 |
|
312 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
313 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
314 |
private Telerik.WinControls.UI.RadButton radButtonOK; |
315 |
private Telerik.WinControls.UI.RadButton radButtonCancel; |
316 |
private Telerik.WinControls.UI.RadPageView radPageViewOption; |
317 |
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageExceptLayer; |
318 |
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageLineLayer; |
319 |
private Telerik.WinControls.UI.RadGridView radGridViewExceptLayer; |
320 |
private Telerik.WinControls.UI.RadGridView radGridViewLineLayer; |
321 |
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageTolerance; |
322 |
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; |
323 |
private Telerik.WinControls.UI.RadLabel radLabel1; |
324 |
private Telerik.WinControls.UI.RadSpinEditor radSpinEditorLengthToleranceRatio; |
325 |
private Telerik.WinControls.UI.RadLabel radLabel2; |
326 |
private Telerik.WinControls.UI.RadSpinEditor radSpinEditorArrowMaxLength; |
327 |
} |
328 |
} |