hytos / ID2.Manager / ID2.Manager.Compare / Forms / ExceptLayer.Designer.cs @ 98fdb329
이력 | 보기 | 이력해설 | 다운로드 (7.53 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 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExceptLayer)); |
||
34 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
||
35 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
||
36 | this.radButtonOK = new Telerik.WinControls.UI.RadButton(); |
||
37 | this.radButtonCancel = new Telerik.WinControls.UI.RadButton(); |
||
38 | this.radGridViewExceptLayer = new Telerik.WinControls.UI.RadGridView(); |
||
39 | this.tableLayoutPanel1.SuspendLayout(); |
||
40 | this.tableLayoutPanel2.SuspendLayout(); |
||
41 | ((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).BeginInit(); |
||
42 | ((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).BeginInit(); |
||
43 | ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).BeginInit(); |
||
44 | ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).BeginInit(); |
||
45 | ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); |
||
46 | this.SuspendLayout(); |
||
47 | // |
||
48 | // tableLayoutPanel1 |
||
49 | // |
||
50 | this.tableLayoutPanel1.ColumnCount = 1; |
||
51 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
52 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
||
53 | this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); |
||
54 | this.tableLayoutPanel1.Controls.Add(this.radGridViewExceptLayer, 0, 0); |
||
55 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
56 | this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
||
57 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
||
58 | this.tableLayoutPanel1.RowCount = 2; |
||
59 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
60 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
||
61 | this.tableLayoutPanel1.Size = new System.Drawing.Size(281, 304); |
||
62 | this.tableLayoutPanel1.TabIndex = 0; |
||
63 | // |
||
64 | // tableLayoutPanel2 |
||
65 | // |
||
66 | this.tableLayoutPanel2.ColumnCount = 3; |
||
67 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
68 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
||
69 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F)); |
||
70 | this.tableLayoutPanel2.Controls.Add(this.radButtonOK, 1, 0); |
||
71 | this.tableLayoutPanel2.Controls.Add(this.radButtonCancel, 2, 0); |
||
72 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
||
73 | this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 267); |
||
74 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
||
75 | this.tableLayoutPanel2.RowCount = 1; |
||
76 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
||
77 | this.tableLayoutPanel2.Size = new System.Drawing.Size(275, 34); |
||
78 | this.tableLayoutPanel2.TabIndex = 0; |
||
79 | // |
||
80 | // radButtonOK |
||
81 | // |
||
82 | this.radButtonOK.Dock = System.Windows.Forms.DockStyle.Fill; |
||
83 | this.radButtonOK.Location = new System.Drawing.Point(118, 3); |
||
84 | this.radButtonOK.Name = "radButtonOK"; |
||
85 | this.radButtonOK.Size = new System.Drawing.Size(74, 28); |
||
86 | this.radButtonOK.TabIndex = 0; |
||
87 | this.radButtonOK.Text = "OK"; |
||
88 | // |
||
89 | // radButtonCancel |
||
90 | // |
||
91 | this.radButtonCancel.Dock = System.Windows.Forms.DockStyle.Fill; |
||
92 | this.radButtonCancel.Location = new System.Drawing.Point(198, 3); |
||
93 | this.radButtonCancel.Name = "radButtonCancel"; |
||
94 | this.radButtonCancel.Size = new System.Drawing.Size(74, 28); |
||
95 | this.radButtonCancel.TabIndex = 1; |
||
96 | this.radButtonCancel.Text = "Cancel"; |
||
97 | // |
||
98 | // radGridViewExceptLayer |
||
99 | // |
||
100 | this.radGridViewExceptLayer.Dock = System.Windows.Forms.DockStyle.Fill; |
||
101 | this.radGridViewExceptLayer.Location = new System.Drawing.Point(3, 3); |
||
102 | // |
||
103 | // |
||
104 | // |
||
105 | this.radGridViewExceptLayer.MasterTemplate.ViewDefinition = tableViewDefinition1; |
||
106 | this.radGridViewExceptLayer.Name = "radGridViewExceptLayer"; |
||
107 | this.radGridViewExceptLayer.Size = new System.Drawing.Size(275, 258); |
||
108 | this.radGridViewExceptLayer.TabIndex = 1; |
||
109 | // |
||
110 | // ExceptLayer |
||
111 | // |
||
112 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
113 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
114 | this.ClientSize = new System.Drawing.Size(281, 304); |
||
115 | this.Controls.Add(this.tableLayoutPanel1); |
||
116 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
||
117 | this.MaximizeBox = false; |
||
118 | this.MinimizeBox = false; |
||
119 | this.Name = "ExceptLayer"; |
||
120 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
||
121 | this.Text = "Except Layers"; |
||
122 | this.tableLayoutPanel1.ResumeLayout(false); |
||
123 | this.tableLayoutPanel2.ResumeLayout(false); |
||
124 | ((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).EndInit(); |
||
125 | ((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).EndInit(); |
||
126 | ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).EndInit(); |
||
127 | ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).EndInit(); |
||
128 | ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); |
||
129 | this.ResumeLayout(false); |
||
130 | |||
131 | } |
||
132 | |||
133 | #endregion |
||
134 | |||
135 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
||
136 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
||
137 | private Telerik.WinControls.UI.RadButton radButtonOK; |
||
138 | private Telerik.WinControls.UI.RadButton radButtonCancel; |
||
139 | private Telerik.WinControls.UI.RadGridView radGridViewExceptLayer; |
||
140 | } |
||
141 | } |