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.radPageViewPageLineLayer = new Telerik.WinControls.UI.RadPageViewPage();
|
43
|
this.radGridViewExceptLayer = new Telerik.WinControls.UI.RadGridView();
|
44
|
this.radGridViewLineLayer = new Telerik.WinControls.UI.RadGridView();
|
45
|
this.tableLayoutPanel1.SuspendLayout();
|
46
|
this.tableLayoutPanel2.SuspendLayout();
|
47
|
((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).BeginInit();
|
48
|
((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).BeginInit();
|
49
|
((System.ComponentModel.ISupportInitialize)(this.radPageViewOption)).BeginInit();
|
50
|
this.radPageViewOption.SuspendLayout();
|
51
|
this.radPageViewPageExceptLayer.SuspendLayout();
|
52
|
this.radPageViewPageLineLayer.SuspendLayout();
|
53
|
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).BeginInit();
|
54
|
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).BeginInit();
|
55
|
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer)).BeginInit();
|
56
|
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer.MasterTemplate)).BeginInit();
|
57
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
58
|
this.SuspendLayout();
|
59
|
//
|
60
|
// tableLayoutPanel1
|
61
|
//
|
62
|
this.tableLayoutPanel1.ColumnCount = 1;
|
63
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
64
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
65
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
|
66
|
this.tableLayoutPanel1.Controls.Add(this.radPageViewOption, 0, 0);
|
67
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
68
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
69
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
70
|
this.tableLayoutPanel1.RowCount = 2;
|
71
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
72
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
73
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(281, 304);
|
74
|
this.tableLayoutPanel1.TabIndex = 0;
|
75
|
//
|
76
|
// tableLayoutPanel2
|
77
|
//
|
78
|
this.tableLayoutPanel2.ColumnCount = 3;
|
79
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
80
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
|
81
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
|
82
|
this.tableLayoutPanel2.Controls.Add(this.radButtonOK, 1, 0);
|
83
|
this.tableLayoutPanel2.Controls.Add(this.radButtonCancel, 2, 0);
|
84
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
85
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 267);
|
86
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
87
|
this.tableLayoutPanel2.RowCount = 1;
|
88
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
89
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(275, 34);
|
90
|
this.tableLayoutPanel2.TabIndex = 0;
|
91
|
//
|
92
|
// radButtonOK
|
93
|
//
|
94
|
this.radButtonOK.Dock = System.Windows.Forms.DockStyle.Fill;
|
95
|
this.radButtonOK.Location = new System.Drawing.Point(118, 3);
|
96
|
this.radButtonOK.Name = "radButtonOK";
|
97
|
this.radButtonOK.Size = new System.Drawing.Size(74, 28);
|
98
|
this.radButtonOK.TabIndex = 0;
|
99
|
this.radButtonOK.Text = "OK";
|
100
|
//
|
101
|
// radButtonCancel
|
102
|
//
|
103
|
this.radButtonCancel.Dock = System.Windows.Forms.DockStyle.Fill;
|
104
|
this.radButtonCancel.Location = new System.Drawing.Point(198, 3);
|
105
|
this.radButtonCancel.Name = "radButtonCancel";
|
106
|
this.radButtonCancel.Size = new System.Drawing.Size(74, 28);
|
107
|
this.radButtonCancel.TabIndex = 1;
|
108
|
this.radButtonCancel.Text = "Cancel";
|
109
|
//
|
110
|
// radPageViewOption
|
111
|
//
|
112
|
this.radPageViewOption.Controls.Add(this.radPageViewPageExceptLayer);
|
113
|
this.radPageViewOption.Controls.Add(this.radPageViewPageLineLayer);
|
114
|
this.radPageViewOption.Dock = System.Windows.Forms.DockStyle.Fill;
|
115
|
this.radPageViewOption.Location = new System.Drawing.Point(3, 3);
|
116
|
this.radPageViewOption.Name = "radPageViewOption";
|
117
|
this.radPageViewOption.SelectedPage = this.radPageViewPageExceptLayer;
|
118
|
this.radPageViewOption.Size = new System.Drawing.Size(275, 258);
|
119
|
this.radPageViewOption.TabIndex = 1;
|
120
|
//
|
121
|
// radPageViewPageExceptLayer
|
122
|
//
|
123
|
this.radPageViewPageExceptLayer.Controls.Add(this.radGridViewExceptLayer);
|
124
|
this.radPageViewPageExceptLayer.ItemSize = new System.Drawing.SizeF(78F, 28F);
|
125
|
this.radPageViewPageExceptLayer.Location = new System.Drawing.Point(10, 37);
|
126
|
this.radPageViewPageExceptLayer.Name = "radPageViewPageExceptLayer";
|
127
|
this.radPageViewPageExceptLayer.Size = new System.Drawing.Size(254, 210);
|
128
|
this.radPageViewPageExceptLayer.Text = "Except Layer";
|
129
|
//
|
130
|
// radPageViewPageLineLayer
|
131
|
//
|
132
|
this.radPageViewPageLineLayer.Controls.Add(this.radGridViewLineLayer);
|
133
|
this.radPageViewPageLineLayer.ItemSize = new System.Drawing.SizeF(66F, 28F);
|
134
|
this.radPageViewPageLineLayer.Location = new System.Drawing.Point(10, 37);
|
135
|
this.radPageViewPageLineLayer.Name = "radPageViewPageLineLayer";
|
136
|
this.radPageViewPageLineLayer.Size = new System.Drawing.Size(254, 210);
|
137
|
this.radPageViewPageLineLayer.Text = "Line Layer";
|
138
|
//
|
139
|
// radGridViewExceptLayer
|
140
|
//
|
141
|
this.radGridViewExceptLayer.Dock = System.Windows.Forms.DockStyle.Fill;
|
142
|
this.radGridViewExceptLayer.Location = new System.Drawing.Point(0, 0);
|
143
|
//
|
144
|
//
|
145
|
//
|
146
|
this.radGridViewExceptLayer.MasterTemplate.ViewDefinition = tableViewDefinition1;
|
147
|
this.radGridViewExceptLayer.Name = "radGridViewExceptLayer";
|
148
|
this.radGridViewExceptLayer.Size = new System.Drawing.Size(254, 210);
|
149
|
this.radGridViewExceptLayer.TabIndex = 0;
|
150
|
//
|
151
|
// radGridViewLineLayer
|
152
|
//
|
153
|
this.radGridViewLineLayer.Dock = System.Windows.Forms.DockStyle.Fill;
|
154
|
this.radGridViewLineLayer.Location = new System.Drawing.Point(0, 0);
|
155
|
//
|
156
|
//
|
157
|
//
|
158
|
gridViewTextBoxColumn1.FieldName = "Name";
|
159
|
gridViewTextBoxColumn1.HeaderText = "Name";
|
160
|
gridViewTextBoxColumn1.Name = "columnName";
|
161
|
this.radGridViewLineLayer.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
|
162
|
gridViewTextBoxColumn1});
|
163
|
this.radGridViewLineLayer.MasterTemplate.ViewDefinition = tableViewDefinition2;
|
164
|
this.radGridViewLineLayer.Name = "radGridViewLineLayer";
|
165
|
this.radGridViewLineLayer.Size = new System.Drawing.Size(254, 210);
|
166
|
this.radGridViewLineLayer.TabIndex = 0;
|
167
|
//
|
168
|
// ExceptLayer
|
169
|
//
|
170
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
171
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
172
|
this.ClientSize = new System.Drawing.Size(281, 304);
|
173
|
this.Controls.Add(this.tableLayoutPanel1);
|
174
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
175
|
this.MaximizeBox = false;
|
176
|
this.MinimizeBox = false;
|
177
|
this.Name = "ExceptLayer";
|
178
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
179
|
this.Text = "Layers";
|
180
|
this.tableLayoutPanel1.ResumeLayout(false);
|
181
|
this.tableLayoutPanel2.ResumeLayout(false);
|
182
|
((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).EndInit();
|
183
|
((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).EndInit();
|
184
|
((System.ComponentModel.ISupportInitialize)(this.radPageViewOption)).EndInit();
|
185
|
this.radPageViewOption.ResumeLayout(false);
|
186
|
this.radPageViewPageExceptLayer.ResumeLayout(false);
|
187
|
this.radPageViewPageLineLayer.ResumeLayout(false);
|
188
|
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).EndInit();
|
189
|
((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).EndInit();
|
190
|
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer.MasterTemplate)).EndInit();
|
191
|
((System.ComponentModel.ISupportInitialize)(this.radGridViewLineLayer)).EndInit();
|
192
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
193
|
this.ResumeLayout(false);
|
194
|
|
195
|
}
|
196
|
|
197
|
#endregion
|
198
|
|
199
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
200
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
201
|
private Telerik.WinControls.UI.RadButton radButtonOK;
|
202
|
private Telerik.WinControls.UI.RadButton radButtonCancel;
|
203
|
private Telerik.WinControls.UI.RadPageView radPageViewOption;
|
204
|
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageExceptLayer;
|
205
|
private Telerik.WinControls.UI.RadPageViewPage radPageViewPageLineLayer;
|
206
|
private Telerik.WinControls.UI.RadGridView radGridViewExceptLayer;
|
207
|
private Telerik.WinControls.UI.RadGridView radGridViewLineLayer;
|
208
|
}
|
209
|
}
|