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