프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager.Compare / Forms / ExceptLayer.Designer.cs @ 1620ca9c

이력 | 보기 | 이력해설 | 다운로드 (21.3 KB)

1 13a36357 humkyung

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 288ed615 humkyung
            Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
34
            Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = new Telerik.WinControls.UI.TableViewDefinition();
35 353b7f9f humkyung
            Telerik.WinControls.UI.TableViewDefinition tableViewDefinition3 = new Telerik.WinControls.UI.TableViewDefinition();
36 13a36357 humkyung
            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 288ed615 humkyung
            this.radPageViewOption = new Telerik.WinControls.UI.RadPageView();
42
            this.radPageViewPageExceptLayer = new Telerik.WinControls.UI.RadPageViewPage();
43 13a36357 humkyung
            this.radGridViewExceptLayer = new Telerik.WinControls.UI.RadGridView();
44 c4ba621d humkyung
            this.radPageViewPageLineLayer = new Telerik.WinControls.UI.RadPageViewPage();
45 288ed615 humkyung
            this.radGridViewLineLayer = new Telerik.WinControls.UI.RadGridView();
46 c4ba621d humkyung
            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 51b9a24a humkyung
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
51
            this.radSpinEditorArrowMaxLength = new Telerik.WinControls.UI.RadSpinEditor();
52 353b7f9f humkyung
            this.radPageViewPageSpecialCharacter = new Telerik.WinControls.UI.RadPageViewPage();
53
            this.radGridViewSpecialCharacter = new Telerik.WinControls.UI.RadGridView();
54 13a36357 humkyung
            this.tableLayoutPanel1.SuspendLayout();
55
            this.tableLayoutPanel2.SuspendLayout();
56
            ((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).BeginInit();
57
            ((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).BeginInit();
58 288ed615 humkyung
            ((System.ComponentModel.ISupportInitialize)(this.radPageViewOption)).BeginInit();
59
            this.radPageViewOption.SuspendLayout();
60
            this.radPageViewPageExceptLayer.SuspendLayout();
61 13a36357 humkyung
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).BeginInit();
62
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).BeginInit();
63 c4ba621d humkyung
            this.radPageViewPageLineLayer.SuspendLayout();
64 288ed615 humkyung
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer)).BeginInit();
65
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer.MasterTemplate)).BeginInit();
66 c4ba621d humkyung
            this.radPageViewPageTolerance.SuspendLayout();
67
            this.tableLayoutPanel3.SuspendLayout();
68
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
69
            ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorLengthToleranceRatio)).BeginInit();
70 51b9a24a humkyung
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
71
            ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorArrowMaxLength)).BeginInit();
72 353b7f9f humkyung
            this.radPageViewPageSpecialCharacter.SuspendLayout();
73
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewSpecialCharacter)).BeginInit();
74
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewSpecialCharacter.MasterTemplate)).BeginInit();
75 13a36357 humkyung
            ((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 288ed615 humkyung
            this.tableLayoutPanel1.Controls.Add(this.radPageViewOption, 0, 0);
85 13a36357 humkyung
            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 353b7f9f humkyung
            this.tableLayoutPanel1.Size = new System.Drawing.Size(369, 304);
92 13a36357 humkyung
            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 353b7f9f humkyung
            this.tableLayoutPanel2.Size = new System.Drawing.Size(363, 34);
108 13a36357 humkyung
            this.tableLayoutPanel2.TabIndex = 0;
109
            // 
110
            // radButtonOK
111
            // 
112
            this.radButtonOK.Dock = System.Windows.Forms.DockStyle.Fill;
113 353b7f9f humkyung
            this.radButtonOK.Location = new System.Drawing.Point(206, 3);
114 13a36357 humkyung
            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 353b7f9f humkyung
            this.radButtonCancel.Location = new System.Drawing.Point(286, 3);
123 13a36357 humkyung
            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 288ed615 humkyung
            // radPageViewOption
129
            // 
130
            this.radPageViewOption.Controls.Add(this.radPageViewPageExceptLayer);
131
            this.radPageViewOption.Controls.Add(this.radPageViewPageLineLayer);
132 c4ba621d humkyung
            this.radPageViewOption.Controls.Add(this.radPageViewPageTolerance);
133 353b7f9f humkyung
            this.radPageViewOption.Controls.Add(this.radPageViewPageSpecialCharacter);
134
            this.radPageViewOption.DefaultPage = this.radPageViewPageExceptLayer;
135 288ed615 humkyung
            this.radPageViewOption.Dock = System.Windows.Forms.DockStyle.Fill;
136
            this.radPageViewOption.Location = new System.Drawing.Point(3, 3);
137
            this.radPageViewOption.Name = "radPageViewOption";
138 353b7f9f humkyung
            this.radPageViewOption.SelectedPage = this.radPageViewPageExceptLayer;
139
            this.radPageViewOption.Size = new System.Drawing.Size(363, 258);
140 288ed615 humkyung
            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 353b7f9f humkyung
            this.radPageViewPageExceptLayer.Size = new System.Drawing.Size(342, 210);
149 288ed615 humkyung
            this.radPageViewPageExceptLayer.Text = "Except Layer";
150
            // 
151 13a36357 humkyung
            // radGridViewExceptLayer
152
            // 
153
            this.radGridViewExceptLayer.Dock = System.Windows.Forms.DockStyle.Fill;
154 288ed615 humkyung
            this.radGridViewExceptLayer.Location = new System.Drawing.Point(0, 0);
155 13a36357 humkyung
            // 
156
            // 
157
            // 
158
            this.radGridViewExceptLayer.MasterTemplate.ViewDefinition = tableViewDefinition1;
159
            this.radGridViewExceptLayer.Name = "radGridViewExceptLayer";
160 353b7f9f humkyung
            this.radGridViewExceptLayer.Size = new System.Drawing.Size(342, 210);
161 288ed615 humkyung
            this.radGridViewExceptLayer.TabIndex = 0;
162
            // 
163 c4ba621d humkyung
            // 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 353b7f9f humkyung
            this.radPageViewPageLineLayer.Size = new System.Drawing.Size(342, 210);
170 c4ba621d humkyung
            this.radPageViewPageLineLayer.Text = "Line Layer";
171
            // 
172 288ed615 humkyung
            // 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 353b7f9f humkyung
            this.radGridViewLineLayer.Size = new System.Drawing.Size(342, 210);
187 288ed615 humkyung
            this.radGridViewLineLayer.TabIndex = 0;
188 13a36357 humkyung
            // 
189 c4ba621d humkyung
            // 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 353b7f9f humkyung
            this.radPageViewPageTolerance.Size = new System.Drawing.Size(342, 210);
196 c4ba621d humkyung
            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 51b9a24a humkyung
            this.tableLayoutPanel3.Controls.Add(this.radLabel2, 0, 1);
206
            this.tableLayoutPanel3.Controls.Add(this.radSpinEditorArrowMaxLength, 1, 1);
207 c4ba621d humkyung
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
208
            this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
209
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
210 51b9a24a humkyung
            this.tableLayoutPanel3.RowCount = 3;
211
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
212 c4ba621d humkyung
            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 353b7f9f humkyung
            this.tableLayoutPanel3.Size = new System.Drawing.Size(342, 210);
215 c4ba621d humkyung
            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 353b7f9f humkyung
            this.radSpinEditorLengthToleranceRatio.Location = new System.Drawing.Point(174, 5);
236 c4ba621d humkyung
            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 353b7f9f humkyung
            this.radSpinEditorLengthToleranceRatio.Size = new System.Drawing.Size(165, 20);
248 c4ba621d humkyung
            this.radSpinEditorLengthToleranceRatio.TabIndex = 1;
249
            this.radSpinEditorLengthToleranceRatio.Value = new decimal(new int[] {
250
            1,
251
            0,
252
            0,
253
            65536});
254
            // 
255 51b9a24a humkyung
            // 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 353b7f9f humkyung
            this.radSpinEditorArrowMaxLength.Location = new System.Drawing.Point(174, 35);
268 51b9a24a humkyung
            this.radSpinEditorArrowMaxLength.Name = "radSpinEditorArrowMaxLength";
269
            this.radSpinEditorArrowMaxLength.NullableValue = new decimal(new int[] {
270
            2,
271
            0,
272
            0,
273
            0});
274 353b7f9f humkyung
            this.radSpinEditorArrowMaxLength.Size = new System.Drawing.Size(165, 20);
275 51b9a24a humkyung
            this.radSpinEditorArrowMaxLength.TabIndex = 3;
276
            this.radSpinEditorArrowMaxLength.Value = new decimal(new int[] {
277
            2,
278
            0,
279
            0,
280
            0});
281
            // 
282 353b7f9f humkyung
            // 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 13a36357 humkyung
            // ExceptLayer
304
            // 
305
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
306
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
307 353b7f9f humkyung
            this.ClientSize = new System.Drawing.Size(369, 304);
308 13a36357 humkyung
            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 353b7f9f humkyung
            this.Text = "Configuration";
315 13a36357 humkyung
            this.tableLayoutPanel1.ResumeLayout(false);
316
            this.tableLayoutPanel2.ResumeLayout(false);
317
            ((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).EndInit();
318
            ((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).EndInit();
319 288ed615 humkyung
            ((System.ComponentModel.ISupportInitialize)(this.radPageViewOption)).EndInit();
320
            this.radPageViewOption.ResumeLayout(false);
321
            this.radPageViewPageExceptLayer.ResumeLayout(false);
322 13a36357 humkyung
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).EndInit();
323
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).EndInit();
324 c4ba621d humkyung
            this.radPageViewPageLineLayer.ResumeLayout(false);
325 288ed615 humkyung
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer.MasterTemplate)).EndInit();
326
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer)).EndInit();
327 c4ba621d humkyung
            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 51b9a24a humkyung
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
333
            ((System.ComponentModel.ISupportInitialize)(this.radSpinEditorArrowMaxLength)).EndInit();
334 353b7f9f humkyung
            this.radPageViewPageSpecialCharacter.ResumeLayout(false);
335
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewSpecialCharacter.MasterTemplate)).EndInit();
336
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewSpecialCharacter)).EndInit();
337 13a36357 humkyung
            ((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 288ed615 humkyung
        private Telerik.WinControls.UI.RadPageView radPageViewOption;
349
        private Telerik.WinControls.UI.RadPageViewPage radPageViewPageExceptLayer;
350
        private Telerik.WinControls.UI.RadPageViewPage radPageViewPageLineLayer;
351 13a36357 humkyung
        private Telerik.WinControls.UI.RadGridView radGridViewExceptLayer;
352 288ed615 humkyung
        private Telerik.WinControls.UI.RadGridView radGridViewLineLayer;
353 c4ba621d humkyung
        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 51b9a24a humkyung
        private Telerik.WinControls.UI.RadLabel radLabel2;
358
        private Telerik.WinControls.UI.RadSpinEditor radSpinEditorArrowMaxLength;
359 353b7f9f humkyung
        private Telerik.WinControls.UI.RadPageViewPage radPageViewPageSpecialCharacter;
360
        private Telerik.WinControls.UI.RadGridView radGridViewSpecialCharacter;
361 13a36357 humkyung
    }
362
}
클립보드 이미지 추가 (최대 크기: 500 MB)