프로젝트

일반

사용자정보

통계
| 개정판:

hytos / ID2.Manager / ID2.Manager / Forms / ExceptLayer.Designer.cs @ 52093c79

이력 | 보기 | 이력해설 | 다운로드 (7.53 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
            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.radGridViewExceptLayer = new Telerik.WinControls.UI.RadGridView();
37
            this.radButtonOK = new Telerik.WinControls.UI.RadButton();
38
            this.radButtonCancel = new Telerik.WinControls.UI.RadButton();
39
            this.tableLayoutPanel1.SuspendLayout();
40
            this.tableLayoutPanel2.SuspendLayout();
41
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).BeginInit();
42
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer.MasterTemplate)).BeginInit();
43
            ((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).BeginInit();
44
            ((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).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, 162);
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, 125);
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
            // radGridViewExceptLayer
81
            // 
82
            this.radGridViewExceptLayer.Dock = System.Windows.Forms.DockStyle.Fill;
83
            this.radGridViewExceptLayer.Location = new System.Drawing.Point(3, 3);
84
            // 
85
            // 
86
            // 
87
            this.radGridViewExceptLayer.MasterTemplate.ViewDefinition = tableViewDefinition1;
88
            this.radGridViewExceptLayer.Name = "radGridViewExceptLayer";
89
            this.radGridViewExceptLayer.Size = new System.Drawing.Size(275, 116);
90
            this.radGridViewExceptLayer.TabIndex = 1;
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
            // 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, 162);
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.radGridViewExceptLayer.MasterTemplate)).EndInit();
125
            ((System.ComponentModel.ISupportInitialize)(this.radGridViewExceptLayer)).EndInit();
126
            ((System.ComponentModel.ISupportInitialize)(this.radButtonOK)).EndInit();
127
            ((System.ComponentModel.ISupportInitialize)(this.radButtonCancel)).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
}
클립보드 이미지 추가 (최대 크기: 500 MB)