프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter_CustomCommand / MappingForm.Designer.cs @ 7edc8b5f

이력 | 보기 | 이력해설 | 다운로드 (8.77 KB)

1
namespace CustomCommand
2
{
3
    partial class MappingForm
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

    
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22

    
23
        #region Windows Form Designer generated code
24

    
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            this.btnOK = new System.Windows.Forms.Button();
32
            this.btnCancel = new System.Windows.Forms.Button();
33
            this.dgvSymbolMapping = new System.Windows.Forms.DataGridView();
34
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
35
            this.tabControl1 = new System.Windows.Forms.TabControl();
36
            this.tabPageSymbol = new System.Windows.Forms.TabPage();
37
            this.tabPageAttribute = new System.Windows.Forms.TabPage();
38
            this.dgvAttributeMapping = new System.Windows.Forms.DataGridView();
39
            ((System.ComponentModel.ISupportInitialize)(this.dgvSymbolMapping)).BeginInit();
40
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
41
            this.splitContainer1.Panel1.SuspendLayout();
42
            this.splitContainer1.Panel2.SuspendLayout();
43
            this.splitContainer1.SuspendLayout();
44
            this.tabControl1.SuspendLayout();
45
            this.tabPageSymbol.SuspendLayout();
46
            this.tabPageAttribute.SuspendLayout();
47
            ((System.ComponentModel.ISupportInitialize)(this.dgvAttributeMapping)).BeginInit();
48
            this.SuspendLayout();
49
            // 
50
            // btnOK
51
            // 
52
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
53
            this.btnOK.Location = new System.Drawing.Point(956, 3);
54
            this.btnOK.Name = "btnOK";
55
            this.btnOK.Size = new System.Drawing.Size(75, 23);
56
            this.btnOK.TabIndex = 0;
57
            this.btnOK.Text = "OK";
58
            this.btnOK.UseVisualStyleBackColor = true;
59
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
60
            // 
61
            // btnCancel
62
            // 
63
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
64
            this.btnCancel.Location = new System.Drawing.Point(1037, 3);
65
            this.btnCancel.Name = "btnCancel";
66
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
67
            this.btnCancel.TabIndex = 1;
68
            this.btnCancel.Text = "Cancel";
69
            this.btnCancel.UseVisualStyleBackColor = true;
70
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
71
            // 
72
            // dgvSymbolMapping
73
            // 
74
            this.dgvSymbolMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
75
            this.dgvSymbolMapping.Dock = System.Windows.Forms.DockStyle.Fill;
76
            this.dgvSymbolMapping.Location = new System.Drawing.Point(3, 3);
77
            this.dgvSymbolMapping.Name = "dgvSymbolMapping";
78
            this.dgvSymbolMapping.RowTemplate.Height = 23;
79
            this.dgvSymbolMapping.Size = new System.Drawing.Size(1101, 608);
80
            this.dgvSymbolMapping.TabIndex = 2;
81
            // 
82
            // splitContainer1
83
            // 
84
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
85
            this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
86
            this.splitContainer1.IsSplitterFixed = true;
87
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
88
            this.splitContainer1.Name = "splitContainer1";
89
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
90
            // 
91
            // splitContainer1.Panel1
92
            // 
93
            this.splitContainer1.Panel1.Controls.Add(this.tabControl1);
94
            // 
95
            // splitContainer1.Panel2
96
            // 
97
            this.splitContainer1.Panel2.Controls.Add(this.btnOK);
98
            this.splitContainer1.Panel2.Controls.Add(this.btnCancel);
99
            this.splitContainer1.Size = new System.Drawing.Size(1115, 673);
100
            this.splitContainer1.SplitterDistance = 640;
101
            this.splitContainer1.TabIndex = 3;
102
            // 
103
            // tabControl1
104
            // 
105
            this.tabControl1.Controls.Add(this.tabPageSymbol);
106
            this.tabControl1.Controls.Add(this.tabPageAttribute);
107
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
108
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
109
            this.tabControl1.Name = "tabControl1";
110
            this.tabControl1.SelectedIndex = 0;
111
            this.tabControl1.Size = new System.Drawing.Size(1115, 640);
112
            this.tabControl1.TabIndex = 3;
113
            // 
114
            // tabPageSymbol
115
            // 
116
            this.tabPageSymbol.Controls.Add(this.dgvSymbolMapping);
117
            this.tabPageSymbol.Location = new System.Drawing.Point(4, 22);
118
            this.tabPageSymbol.Name = "tabPageSymbol";
119
            this.tabPageSymbol.Padding = new System.Windows.Forms.Padding(3);
120
            this.tabPageSymbol.Size = new System.Drawing.Size(1107, 614);
121
            this.tabPageSymbol.TabIndex = 0;
122
            this.tabPageSymbol.Text = "Symbol";
123
            this.tabPageSymbol.UseVisualStyleBackColor = true;
124
            // 
125
            // tabPageAttribute
126
            // 
127
            this.tabPageAttribute.Controls.Add(this.dgvAttributeMapping);
128
            this.tabPageAttribute.Location = new System.Drawing.Point(4, 22);
129
            this.tabPageAttribute.Name = "tabPageAttribute";
130
            this.tabPageAttribute.Padding = new System.Windows.Forms.Padding(3);
131
            this.tabPageAttribute.Size = new System.Drawing.Size(864, 492);
132
            this.tabPageAttribute.TabIndex = 1;
133
            this.tabPageAttribute.Text = "Attribute";
134
            this.tabPageAttribute.UseVisualStyleBackColor = true;
135
            // 
136
            // dgvAttributeMapping
137
            // 
138
            this.dgvAttributeMapping.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
139
            this.dgvAttributeMapping.Dock = System.Windows.Forms.DockStyle.Fill;
140
            this.dgvAttributeMapping.Location = new System.Drawing.Point(3, 3);
141
            this.dgvAttributeMapping.Name = "dgvAttributeMapping";
142
            this.dgvAttributeMapping.RowTemplate.Height = 23;
143
            this.dgvAttributeMapping.Size = new System.Drawing.Size(858, 486);
144
            this.dgvAttributeMapping.TabIndex = 0;
145
            // 
146
            // MappingForm
147
            // 
148
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
149
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
150
            this.ClientSize = new System.Drawing.Size(1115, 673);
151
            this.Controls.Add(this.splitContainer1);
152
            this.Name = "MappingForm";
153
            this.Text = "MappingForm";
154
            this.Load += new System.EventHandler(this.MappingForm_Load);
155
            ((System.ComponentModel.ISupportInitialize)(this.dgvSymbolMapping)).EndInit();
156
            this.splitContainer1.Panel1.ResumeLayout(false);
157
            this.splitContainer1.Panel2.ResumeLayout(false);
158
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
159
            this.splitContainer1.ResumeLayout(false);
160
            this.tabControl1.ResumeLayout(false);
161
            this.tabPageSymbol.ResumeLayout(false);
162
            this.tabPageAttribute.ResumeLayout(false);
163
            ((System.ComponentModel.ISupportInitialize)(this.dgvAttributeMapping)).EndInit();
164
            this.ResumeLayout(false);
165

    
166
        }
167

    
168
        #endregion
169

    
170
        private System.Windows.Forms.Button btnOK;
171
        private System.Windows.Forms.Button btnCancel;
172
        private System.Windows.Forms.DataGridView dgvSymbolMapping;
173
        private System.Windows.Forms.SplitContainer splitContainer1;
174
        private System.Windows.Forms.TabControl tabControl1;
175
        private System.Windows.Forms.TabPage tabPageSymbol;
176
        private System.Windows.Forms.TabPage tabPageAttribute;
177
        private System.Windows.Forms.DataGridView dgvAttributeMapping;
178
    }
179
}
클립보드 이미지 추가 (최대 크기: 500 MB)