개정판 7890825c
dev issue #1227 : Mapping 화면 개발
Change-Id: Idb7d0945c28f1e4a1c539a14437caebd7c130e86
DTI_PID/APIDConverter/Form/MappingForm.Designer.cs | ||
---|---|---|
31 | 31 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
32 | 32 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
33 | 33 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
34 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
|
35 |
this.tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup(); |
|
36 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
37 |
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); |
|
38 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
39 |
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); |
|
40 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
41 |
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); |
|
42 |
this.gridControl1 = new DevExpress.XtraGrid.GridControl(); |
|
43 |
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
|
44 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
45 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
46 |
this.treeList1 = new DevExpress.XtraTreeList.TreeList(); |
|
47 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
48 |
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
49 |
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
|
34 | 50 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
35 | 51 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
52 |
this.layoutControl1.SuspendLayout(); |
|
36 | 53 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
54 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
|
55 |
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).BeginInit(); |
|
56 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
|
57 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
|
58 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
|
59 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); |
|
60 |
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); |
|
61 |
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); |
|
62 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
|
63 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
|
64 |
((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit(); |
|
65 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
|
66 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); |
|
67 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
|
37 | 68 |
this.SuspendLayout(); |
38 | 69 |
// |
39 | 70 |
// ribbonControl |
... | ... | |
48 | 79 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
49 | 80 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
50 | 81 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
51 |
this.ribbonControl.Size = new System.Drawing.Size(808, 32);
|
|
82 |
this.ribbonControl.Size = new System.Drawing.Size(979, 32);
|
|
52 | 83 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
53 | 84 |
// |
54 | 85 |
// layoutControl1 |
55 | 86 |
// |
87 |
this.layoutControl1.Controls.Add(this.treeList1); |
|
88 |
this.layoutControl1.Controls.Add(this.gridControl1); |
|
89 |
this.layoutControl1.Controls.Add(this.simpleButton3); |
|
90 |
this.layoutControl1.Controls.Add(this.simpleButton2); |
|
56 | 91 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
57 | 92 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
58 | 93 |
this.layoutControl1.Name = "layoutControl1"; |
59 | 94 |
this.layoutControl1.Root = this.Root; |
60 |
this.layoutControl1.Size = new System.Drawing.Size(808, 497);
|
|
95 |
this.layoutControl1.Size = new System.Drawing.Size(979, 597);
|
|
61 | 96 |
this.layoutControl1.TabIndex = 1; |
62 | 97 |
this.layoutControl1.Text = "layoutControl1"; |
63 | 98 |
// |
... | ... | |
65 | 100 |
// |
66 | 101 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
67 | 102 |
this.Root.GroupBordersVisible = false; |
103 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
104 |
this.emptySpaceItem1, |
|
105 |
this.tabbedControlGroup1, |
|
106 |
this.layoutControlItem2, |
|
107 |
this.layoutControlItem3, |
|
108 |
this.splitterItem1, |
|
109 |
this.layoutControlGroup3, |
|
110 |
this.emptySpaceItem2}); |
|
68 | 111 |
this.Root.Name = "Root"; |
69 |
this.Root.Size = new System.Drawing.Size(808, 497);
|
|
112 |
this.Root.Size = new System.Drawing.Size(979, 597);
|
|
70 | 113 |
this.Root.TextVisible = false; |
71 | 114 |
// |
115 |
// emptySpaceItem1 |
|
116 |
// |
|
117 |
this.emptySpaceItem1.AllowHotTrack = false; |
|
118 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 551); |
|
119 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
|
120 |
this.emptySpaceItem1.Size = new System.Drawing.Size(742, 26); |
|
121 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
|
122 |
// |
|
123 |
// tabbedControlGroup1 |
|
124 |
// |
|
125 |
this.tabbedControlGroup1.Location = new System.Drawing.Point(0, 0); |
|
126 |
this.tabbedControlGroup1.Name = "tabbedControlGroup1"; |
|
127 |
this.tabbedControlGroup1.SelectedTabPage = this.layoutControlGroup1; |
|
128 |
this.tabbedControlGroup1.Size = new System.Drawing.Size(707, 551); |
|
129 |
this.tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
130 |
this.layoutControlGroup1, |
|
131 |
this.layoutControlGroup2}); |
|
132 |
// |
|
133 |
// layoutControlGroup1 |
|
134 |
// |
|
135 |
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
136 |
this.layoutControlItem4}); |
|
137 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
|
138 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
|
139 |
this.layoutControlGroup1.Size = new System.Drawing.Size(683, 503); |
|
140 |
// |
|
141 |
// simpleButton2 |
|
142 |
// |
|
143 |
this.simpleButton2.Location = new System.Drawing.Point(754, 563); |
|
144 |
this.simpleButton2.Name = "simpleButton2"; |
|
145 |
this.simpleButton2.Size = new System.Drawing.Size(97, 22); |
|
146 |
this.simpleButton2.StyleController = this.layoutControl1; |
|
147 |
this.simpleButton2.TabIndex = 5; |
|
148 |
this.simpleButton2.Text = "simpleButton2"; |
|
149 |
// |
|
150 |
// layoutControlItem2 |
|
151 |
// |
|
152 |
this.layoutControlItem2.Control = this.simpleButton2; |
|
153 |
this.layoutControlItem2.Location = new System.Drawing.Point(742, 551); |
|
154 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
|
155 |
this.layoutControlItem2.Size = new System.Drawing.Size(101, 26); |
|
156 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
|
157 |
this.layoutControlItem2.TextVisible = false; |
|
158 |
// |
|
159 |
// simpleButton3 |
|
160 |
// |
|
161 |
this.simpleButton3.Location = new System.Drawing.Point(872, 563); |
|
162 |
this.simpleButton3.Name = "simpleButton3"; |
|
163 |
this.simpleButton3.Size = new System.Drawing.Size(95, 22); |
|
164 |
this.simpleButton3.StyleController = this.layoutControl1; |
|
165 |
this.simpleButton3.TabIndex = 6; |
|
166 |
this.simpleButton3.Text = "simpleButton3"; |
|
167 |
// |
|
168 |
// layoutControlItem3 |
|
169 |
// |
|
170 |
this.layoutControlItem3.Control = this.simpleButton3; |
|
171 |
this.layoutControlItem3.Location = new System.Drawing.Point(860, 551); |
|
172 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
|
173 |
this.layoutControlItem3.Size = new System.Drawing.Size(99, 26); |
|
174 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
|
175 |
this.layoutControlItem3.TextVisible = false; |
|
176 |
// |
|
177 |
// splitterItem1 |
|
178 |
// |
|
179 |
this.splitterItem1.AllowHotTrack = true; |
|
180 |
this.splitterItem1.Location = new System.Drawing.Point(707, 0); |
|
181 |
this.splitterItem1.Name = "splitterItem1"; |
|
182 |
this.splitterItem1.Size = new System.Drawing.Size(12, 551); |
|
183 |
// |
|
184 |
// gridControl1 |
|
185 |
// |
|
186 |
this.gridControl1.Location = new System.Drawing.Point(24, 48); |
|
187 |
this.gridControl1.MainView = this.gridView1; |
|
188 |
this.gridControl1.MenuManager = this.ribbonControl; |
|
189 |
this.gridControl1.Name = "gridControl1"; |
|
190 |
this.gridControl1.Size = new System.Drawing.Size(679, 499); |
|
191 |
this.gridControl1.TabIndex = 7; |
|
192 |
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
|
193 |
this.gridView1}); |
|
194 |
// |
|
195 |
// gridView1 |
|
196 |
// |
|
197 |
this.gridView1.GridControl = this.gridControl1; |
|
198 |
this.gridView1.Name = "gridView1"; |
|
199 |
// |
|
200 |
// layoutControlItem4 |
|
201 |
// |
|
202 |
this.layoutControlItem4.Control = this.gridControl1; |
|
203 |
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0); |
|
204 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
|
205 |
this.layoutControlItem4.Size = new System.Drawing.Size(683, 503); |
|
206 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
|
207 |
this.layoutControlItem4.TextVisible = false; |
|
208 |
// |
|
209 |
// layoutControlGroup2 |
|
210 |
// |
|
211 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
|
212 |
this.layoutControlGroup2.Name = "layoutControlGroup2"; |
|
213 |
this.layoutControlGroup2.Size = new System.Drawing.Size(683, 503); |
|
214 |
// |
|
215 |
// treeList1 |
|
216 |
// |
|
217 |
this.treeList1.Cursor = System.Windows.Forms.Cursors.Default; |
|
218 |
this.treeList1.Location = new System.Drawing.Point(743, 43); |
|
219 |
this.treeList1.Name = "treeList1"; |
|
220 |
this.treeList1.Size = new System.Drawing.Size(212, 504); |
|
221 |
this.treeList1.TabIndex = 8; |
|
222 |
// |
|
223 |
// layoutControlItem1 |
|
224 |
// |
|
225 |
this.layoutControlItem1.Control = this.treeList1; |
|
226 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
|
227 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
|
228 |
this.layoutControlItem1.Size = new System.Drawing.Size(216, 508); |
|
229 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
|
230 |
this.layoutControlItem1.TextVisible = false; |
|
231 |
// |
|
232 |
// layoutControlGroup3 |
|
233 |
// |
|
234 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
235 |
this.layoutControlItem1}); |
|
236 |
this.layoutControlGroup3.Location = new System.Drawing.Point(719, 0); |
|
237 |
this.layoutControlGroup3.Name = "layoutControlGroup3"; |
|
238 |
this.layoutControlGroup3.Size = new System.Drawing.Size(240, 551); |
|
239 |
// |
|
240 |
// emptySpaceItem2 |
|
241 |
// |
|
242 |
this.emptySpaceItem2.AllowHotTrack = false; |
|
243 |
this.emptySpaceItem2.Location = new System.Drawing.Point(843, 551); |
|
244 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
|
245 |
this.emptySpaceItem2.Size = new System.Drawing.Size(17, 26); |
|
246 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
|
247 |
// |
|
72 | 248 |
// MappingForm |
73 | 249 |
// |
74 | 250 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
75 | 251 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
76 |
this.ClientSize = new System.Drawing.Size(808, 529);
|
|
252 |
this.ClientSize = new System.Drawing.Size(979, 629);
|
|
77 | 253 |
this.Controls.Add(this.layoutControl1); |
78 | 254 |
this.Controls.Add(this.ribbonControl); |
79 | 255 |
this.Name = "MappingForm"; |
... | ... | |
83 | 259 |
this.Load += new System.EventHandler(this.MappingForm_Load); |
84 | 260 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
85 | 261 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
262 |
this.layoutControl1.ResumeLayout(false); |
|
86 | 263 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
264 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
|
265 |
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup1)).EndInit(); |
|
266 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
|
267 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
|
268 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
|
269 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); |
|
270 |
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); |
|
271 |
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); |
|
272 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
|
273 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
|
274 |
((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit(); |
|
275 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
|
276 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
|
277 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
|
87 | 278 |
this.ResumeLayout(false); |
88 | 279 |
this.PerformLayout(); |
89 | 280 |
|
... | ... | |
94 | 285 |
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
95 | 286 |
private DevExpress.XtraLayout.LayoutControl layoutControl1; |
96 | 287 |
private DevExpress.XtraLayout.LayoutControlGroup Root; |
288 |
private DevExpress.XtraTreeList.TreeList treeList1; |
|
289 |
private DevExpress.XtraGrid.GridControl gridControl1; |
|
290 |
private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
|
291 |
private DevExpress.XtraEditors.SimpleButton simpleButton3; |
|
292 |
private DevExpress.XtraEditors.SimpleButton simpleButton2; |
|
293 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
|
294 |
private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1; |
|
295 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
|
296 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
|
297 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
|
298 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
|
299 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
|
300 |
private DevExpress.XtraLayout.SplitterItem splitterItem1; |
|
301 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; |
|
302 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
|
303 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
|
97 | 304 |
} |
98 | 305 |
} |
내보내기 Unified diff