hytos / DTI_PID / SPPIDConverter_CustomCommand / MappingForm.Designer.cs @ d5a7b262
이력 | 보기 | 이력해설 | 다운로드 (8.8 KB)
1 | 91502a9b | gaqhf | 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 | 8c37691c | gaqhf | this.dgvSymbolMapping = new System.Windows.Forms.DataGridView(); |
34 | 91502a9b | gaqhf | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
35 | 8c37691c | gaqhf | 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 | 91502a9b | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
41 | this.splitContainer1.Panel1.SuspendLayout(); |
||
42 | this.splitContainer1.Panel2.SuspendLayout(); |
||
43 | this.splitContainer1.SuspendLayout(); |
||
44 | 8c37691c | gaqhf | this.tabControl1.SuspendLayout(); |
45 | this.tabPageSymbol.SuspendLayout(); |
||
46 | this.tabPageAttribute.SuspendLayout(); |
||
47 | ((System.ComponentModel.ISupportInitialize)(this.dgvAttributeMapping)).BeginInit(); |
||
48 | 91502a9b | gaqhf | 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 | 8c37691c | gaqhf | this.btnOK.Location = new System.Drawing.Point(956, 3); |
54 | 91502a9b | gaqhf | 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 | 8c37691c | gaqhf | this.btnCancel.Location = new System.Drawing.Point(1037, 3); |
65 | 91502a9b | gaqhf | 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 | 8c37691c | gaqhf | // dgvSymbolMapping |
73 | 91502a9b | gaqhf | // |
74 | 8c37691c | gaqhf | 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 | 91502a9b | gaqhf | // |
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 | 8c37691c | gaqhf | this.splitContainer1.Panel1.Controls.Add(this.tabControl1); |
94 | 91502a9b | gaqhf | // |
95 | // splitContainer1.Panel2 |
||
96 | // |
||
97 | this.splitContainer1.Panel2.Controls.Add(this.btnOK); |
||
98 | this.splitContainer1.Panel2.Controls.Add(this.btnCancel); |
||
99 | 8c37691c | gaqhf | this.splitContainer1.Size = new System.Drawing.Size(1115, 673); |
100 | this.splitContainer1.SplitterDistance = 640; |
||
101 | 91502a9b | gaqhf | this.splitContainer1.TabIndex = 3; |
102 | // |
||
103 | 8c37691c | gaqhf | // 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 | 3e235028 | gaqhf | this.tabPageAttribute.Size = new System.Drawing.Size(1107, 614); |
132 | 8c37691c | gaqhf | 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 | 3e235028 | gaqhf | this.dgvAttributeMapping.Size = new System.Drawing.Size(1101, 608); |
144 | 8c37691c | gaqhf | this.dgvAttributeMapping.TabIndex = 0; |
145 | // |
||
146 | 91502a9b | gaqhf | // MappingForm |
147 | // |
||
148 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
149 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
150 | 8c37691c | gaqhf | this.ClientSize = new System.Drawing.Size(1115, 673); |
151 | 91502a9b | gaqhf | this.Controls.Add(this.splitContainer1); |
152 | this.Name = "MappingForm"; |
||
153 | 3e235028 | gaqhf | this.ShowIcon = false; |
154 | this.Text = "Mapping"; |
||
155 | 91502a9b | gaqhf | this.Load += new System.EventHandler(this.MappingForm_Load); |
156 | 8c37691c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.dgvSymbolMapping)).EndInit(); |
157 | 91502a9b | gaqhf | this.splitContainer1.Panel1.ResumeLayout(false); |
158 | this.splitContainer1.Panel2.ResumeLayout(false); |
||
159 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
||
160 | this.splitContainer1.ResumeLayout(false); |
||
161 | 8c37691c | gaqhf | this.tabControl1.ResumeLayout(false); |
162 | this.tabPageSymbol.ResumeLayout(false); |
||
163 | this.tabPageAttribute.ResumeLayout(false); |
||
164 | ((System.ComponentModel.ISupportInitialize)(this.dgvAttributeMapping)).EndInit(); |
||
165 | 91502a9b | gaqhf | this.ResumeLayout(false); |
166 | |||
167 | } |
||
168 | |||
169 | #endregion |
||
170 | |||
171 | private System.Windows.Forms.Button btnOK; |
||
172 | private System.Windows.Forms.Button btnCancel; |
||
173 | 8c37691c | gaqhf | private System.Windows.Forms.DataGridView dgvSymbolMapping; |
174 | 91502a9b | gaqhf | private System.Windows.Forms.SplitContainer splitContainer1; |
175 | 8c37691c | gaqhf | private System.Windows.Forms.TabControl tabControl1; |
176 | private System.Windows.Forms.TabPage tabPageSymbol; |
||
177 | private System.Windows.Forms.TabPage tabPageAttribute; |
||
178 | private System.Windows.Forms.DataGridView dgvAttributeMapping; |
||
179 | 91502a9b | gaqhf | } |
180 | } |