hytos / DTI_PID / ID2PSN / Form / TieInSetting.Designer.cs @ 0d8516d2
이력 | 보기 | 이력해설 | 다운로드 (14.9 KB)
1 |
namespace ID2PSN |
---|---|
2 |
{ |
3 |
partial class TieInSetting |
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 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TieInSetting)); |
32 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
33 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
34 |
this.checkTieIn = new DevExpress.XtraEditors.CheckEdit(); |
35 |
this.btnClose = new DevExpress.XtraEditors.SimpleButton(); |
36 |
this.btnSave = new DevExpress.XtraEditors.SimpleButton(); |
37 |
this.comboBoxTieIn = new DevExpress.XtraEditors.ComboBoxEdit(); |
38 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
39 |
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); |
40 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
41 |
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
42 |
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
43 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
44 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
45 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
47 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
48 |
this.layoutControl1.SuspendLayout(); |
49 |
((System.ComponentModel.ISupportInitialize)(this.checkTieIn.Properties)).BeginInit(); |
50 |
((System.ComponentModel.ISupportInitialize)(this.comboBoxTieIn.Properties)).BeginInit(); |
51 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
52 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); |
53 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
54 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
55 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
56 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
57 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
58 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
59 |
this.SuspendLayout(); |
60 |
// |
61 |
// ribbonControl |
62 |
// |
63 |
this.ribbonControl.ExpandCollapseItem.Id = 0; |
64 |
this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
65 |
this.ribbonControl.ExpandCollapseItem, |
66 |
this.ribbonControl.SearchEditItem}); |
67 |
this.ribbonControl.Location = new System.Drawing.Point(0, 0); |
68 |
this.ribbonControl.MaxItemId = 1; |
69 |
this.ribbonControl.Name = "ribbonControl"; |
70 |
this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
71 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
72 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
73 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
74 |
this.ribbonControl.Size = new System.Drawing.Size(374, 32); |
75 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
76 |
// |
77 |
// layoutControl1 |
78 |
// |
79 |
this.layoutControl1.Controls.Add(this.checkTieIn); |
80 |
this.layoutControl1.Controls.Add(this.btnClose); |
81 |
this.layoutControl1.Controls.Add(this.btnSave); |
82 |
this.layoutControl1.Controls.Add(this.comboBoxTieIn); |
83 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
84 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
85 |
this.layoutControl1.Name = "layoutControl1"; |
86 |
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(488, 408, 650, 400); |
87 |
this.layoutControl1.Root = this.Root; |
88 |
this.layoutControl1.Size = new System.Drawing.Size(374, 159); |
89 |
this.layoutControl1.TabIndex = 1; |
90 |
this.layoutControl1.Text = "layoutControl1"; |
91 |
// |
92 |
// checkTieIn |
93 |
// |
94 |
this.checkTieIn.Location = new System.Drawing.Point(24, 43); |
95 |
this.checkTieIn.MenuManager = this.ribbonControl; |
96 |
this.checkTieIn.Name = "checkTieIn"; |
97 |
this.checkTieIn.Properties.Caption = "Use ID2 Attribute"; |
98 |
this.checkTieIn.Size = new System.Drawing.Size(326, 19); |
99 |
this.checkTieIn.StyleController = this.layoutControl1; |
100 |
this.checkTieIn.TabIndex = 12; |
101 |
this.checkTieIn.CheckedChanged += new System.EventHandler(this.check_CheckedChanged); |
102 |
// |
103 |
// btnClose |
104 |
// |
105 |
this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image"))); |
106 |
this.btnClose.Location = new System.Drawing.Point(292, 102); |
107 |
this.btnClose.Name = "btnClose"; |
108 |
this.btnClose.Size = new System.Drawing.Size(70, 36); |
109 |
this.btnClose.StyleController = this.layoutControl1; |
110 |
this.btnClose.TabIndex = 5; |
111 |
this.btnClose.Text = "Close"; |
112 |
this.btnClose.Click += new System.EventHandler(this.btnClose_Click); |
113 |
// |
114 |
// btnSave |
115 |
// |
116 |
this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image"))); |
117 |
this.btnSave.Location = new System.Drawing.Point(200, 102); |
118 |
this.btnSave.Name = "btnSave"; |
119 |
this.btnSave.Size = new System.Drawing.Size(68, 36); |
120 |
this.btnSave.StyleController = this.layoutControl1; |
121 |
this.btnSave.TabIndex = 6; |
122 |
this.btnSave.Text = "Save"; |
123 |
this.btnSave.Click += new System.EventHandler(this.btnSave_Click); |
124 |
// |
125 |
// comboBoxTieIn |
126 |
// |
127 |
this.comboBoxTieIn.Location = new System.Drawing.Point(84, 66); |
128 |
this.comboBoxTieIn.Name = "comboBoxTieIn"; |
129 |
this.comboBoxTieIn.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
130 |
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
131 |
this.comboBoxTieIn.Size = new System.Drawing.Size(266, 20); |
132 |
this.comboBoxTieIn.StyleController = this.layoutControl1; |
133 |
this.comboBoxTieIn.TabIndex = 10; |
134 |
// |
135 |
// Root |
136 |
// |
137 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
138 |
this.Root.GroupBordersVisible = false; |
139 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
140 |
this.emptySpaceItem3, |
141 |
this.layoutControlItem4, |
142 |
this.layoutControlItem5, |
143 |
this.emptySpaceItem2, |
144 |
this.layoutControlGroup2}); |
145 |
this.Root.Name = "Root"; |
146 |
this.Root.Size = new System.Drawing.Size(374, 159); |
147 |
this.Root.TextVisible = false; |
148 |
// |
149 |
// emptySpaceItem3 |
150 |
// |
151 |
this.emptySpaceItem3.AllowHotTrack = false; |
152 |
this.emptySpaceItem3.Location = new System.Drawing.Point(0, 90); |
153 |
this.emptySpaceItem3.Name = "emptySpaceItem3"; |
154 |
this.emptySpaceItem3.Size = new System.Drawing.Size(188, 49); |
155 |
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); |
156 |
// |
157 |
// layoutControlItem4 |
158 |
// |
159 |
this.layoutControlItem4.Control = this.btnSave; |
160 |
this.layoutControlItem4.Location = new System.Drawing.Point(188, 90); |
161 |
this.layoutControlItem4.MaxSize = new System.Drawing.Size(72, 40); |
162 |
this.layoutControlItem4.MinSize = new System.Drawing.Size(72, 40); |
163 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
164 |
this.layoutControlItem4.Size = new System.Drawing.Size(72, 49); |
165 |
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
166 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
167 |
this.layoutControlItem4.TextVisible = false; |
168 |
// |
169 |
// layoutControlItem5 |
170 |
// |
171 |
this.layoutControlItem5.Control = this.btnClose; |
172 |
this.layoutControlItem5.Location = new System.Drawing.Point(280, 90); |
173 |
this.layoutControlItem5.MaxSize = new System.Drawing.Size(74, 40); |
174 |
this.layoutControlItem5.MinSize = new System.Drawing.Size(74, 40); |
175 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
176 |
this.layoutControlItem5.Size = new System.Drawing.Size(74, 49); |
177 |
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
178 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
179 |
this.layoutControlItem5.TextVisible = false; |
180 |
// |
181 |
// emptySpaceItem2 |
182 |
// |
183 |
this.emptySpaceItem2.AllowHotTrack = false; |
184 |
this.emptySpaceItem2.Location = new System.Drawing.Point(260, 90); |
185 |
this.emptySpaceItem2.MaxSize = new System.Drawing.Size(20, 40); |
186 |
this.emptySpaceItem2.MinSize = new System.Drawing.Size(20, 40); |
187 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
188 |
this.emptySpaceItem2.Size = new System.Drawing.Size(20, 49); |
189 |
this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
190 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
191 |
// |
192 |
// layoutControlGroup2 |
193 |
// |
194 |
this.layoutControlGroup2.CustomizationFormText = "Tiein Item"; |
195 |
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
196 |
this.layoutControlItem7, |
197 |
this.layoutControlItem1}); |
198 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
199 |
this.layoutControlGroup2.Name = "layoutControlGroup2"; |
200 |
this.layoutControlGroup2.Size = new System.Drawing.Size(354, 90); |
201 |
this.layoutControlGroup2.Text = "Tie-In Item"; |
202 |
// |
203 |
// layoutControlItem7 |
204 |
// |
205 |
this.layoutControlItem7.Control = this.comboBoxTieIn; |
206 |
this.layoutControlItem7.CustomizationFormText = "Attr Name"; |
207 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 23); |
208 |
this.layoutControlItem7.Name = "layoutControlItem7"; |
209 |
this.layoutControlItem7.Size = new System.Drawing.Size(330, 24); |
210 |
this.layoutControlItem7.Text = "Attr Name"; |
211 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(57, 14); |
212 |
// |
213 |
// layoutControlItem1 |
214 |
// |
215 |
this.layoutControlItem1.Control = this.checkTieIn; |
216 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
217 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
218 |
this.layoutControlItem1.Size = new System.Drawing.Size(330, 23); |
219 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
220 |
this.layoutControlItem1.TextVisible = false; |
221 |
// |
222 |
// TieInSetting |
223 |
// |
224 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
225 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
226 |
this.ClientSize = new System.Drawing.Size(374, 191); |
227 |
this.Controls.Add(this.layoutControl1); |
228 |
this.Controls.Add(this.ribbonControl); |
229 |
this.Name = "TieInSetting"; |
230 |
this.Ribbon = this.ribbonControl; |
231 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
232 |
this.Text = "Tie-In Setting"; |
233 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
234 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
235 |
this.layoutControl1.ResumeLayout(false); |
236 |
((System.ComponentModel.ISupportInitialize)(this.checkTieIn.Properties)).EndInit(); |
237 |
((System.ComponentModel.ISupportInitialize)(this.comboBoxTieIn.Properties)).EndInit(); |
238 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
239 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); |
240 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
241 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
242 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
243 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
244 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
245 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
246 |
this.ResumeLayout(false); |
247 |
this.PerformLayout(); |
248 |
|
249 |
} |
250 |
|
251 |
#endregion |
252 |
|
253 |
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
254 |
private DevExpress.XtraLayout.LayoutControl layoutControl1; |
255 |
private DevExpress.XtraLayout.LayoutControlGroup Root; |
256 |
private DevExpress.XtraEditors.SimpleButton btnClose; |
257 |
private DevExpress.XtraEditors.SimpleButton btnSave; |
258 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
259 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
260 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; |
261 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
262 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
263 |
private DevExpress.XtraEditors.ComboBoxEdit comboBoxTieIn; |
264 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
265 |
private DevExpress.XtraEditors.CheckEdit checkTieIn; |
266 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
267 |
} |
268 |
} |