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