hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ fdb1367e
이력 | 보기 | 이력해설 | 다운로드 (13.1 KB)
1 | 74a0c9d6 | gaqhf | namespace AVEVA.PID.CustomizationUtility |
---|---|---|---|
2 | { |
||
3 | partial class APIDConverter |
||
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 | 8bc888c1 | gaqhf | this.components = new System.ComponentModel.Container(); |
32 | fdb1367e | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverter)); |
33 | e3ced1c9 | gaqhf | this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
34 | 8bc888c1 | gaqhf | this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
35 | fdb1367e | gaqhf | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
36 | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
37 | this.btnLoadFile = new DevExpress.XtraEditors.SimpleButton(); |
||
38 | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
39 | this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
40 | this.gridControlConverter = new DevExpress.XtraGrid.GridControl(); |
||
41 | this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView(); |
||
42 | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
43 | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
44 | this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
||
45 | this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
46 | e3ced1c9 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
47 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
48 | this.layoutControl1.SuspendLayout(); |
||
49 | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
||
50 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
||
51 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
||
52 | ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).BeginInit(); |
||
53 | ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).BeginInit(); |
||
54 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
||
55 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
||
56 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
||
57 | 74a0c9d6 | gaqhf | this.SuspendLayout(); |
58 | // |
||
59 | e3ced1c9 | gaqhf | // ribbonControl |
60 | 74a0c9d6 | gaqhf | // |
61 | e3ced1c9 | gaqhf | this.ribbonControl.ExpandCollapseItem.Id = 0; |
62 | this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
||
63 | this.ribbonControl.ExpandCollapseItem}); |
||
64 | this.ribbonControl.Location = new System.Drawing.Point(0, 0); |
||
65 | this.ribbonControl.MaxItemId = 1; |
||
66 | this.ribbonControl.Name = "ribbonControl"; |
||
67 | this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
||
68 | this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
||
69 | this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
||
70 | this.ribbonControl.ShowToolbarCustomizeItem = false; |
||
71 | fdb1367e | gaqhf | this.ribbonControl.Size = new System.Drawing.Size(856, 32); |
72 | e3ced1c9 | gaqhf | this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
73 | 74a0c9d6 | gaqhf | // |
74 | 8bc888c1 | gaqhf | // defaultLookAndFeel1 |
75 | // |
||
76 | this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful"; |
||
77 | // |
||
78 | fdb1367e | gaqhf | // layoutControl1 |
79 | // |
||
80 | this.layoutControl1.Controls.Add(this.btnRun); |
||
81 | this.layoutControl1.Controls.Add(this.gridControlConverter); |
||
82 | this.layoutControl1.Controls.Add(this.btnLoadFile); |
||
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.Root = this.Root; |
||
87 | this.layoutControl1.Size = new System.Drawing.Size(856, 437); |
||
88 | this.layoutControl1.TabIndex = 1; |
||
89 | this.layoutControl1.Text = "layoutControl1"; |
||
90 | // |
||
91 | // Root |
||
92 | // |
||
93 | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
||
94 | this.Root.GroupBordersVisible = false; |
||
95 | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
96 | this.layoutControlGroup1}); |
||
97 | this.Root.Name = "Root"; |
||
98 | this.Root.Size = new System.Drawing.Size(856, 437); |
||
99 | this.Root.TextVisible = false; |
||
100 | // |
||
101 | // btnLoadFile |
||
102 | // |
||
103 | this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton1.ImageOptions.SvgImage"))); |
||
104 | this.btnLoadFile.Location = new System.Drawing.Point(24, 58); |
||
105 | this.btnLoadFile.Name = "btnLoadFile"; |
||
106 | this.btnLoadFile.Size = new System.Drawing.Size(110, 36); |
||
107 | this.btnLoadFile.StyleController = this.layoutControl1; |
||
108 | this.btnLoadFile.TabIndex = 4; |
||
109 | this.btnLoadFile.Text = " Load Files "; |
||
110 | this.btnLoadFile.Click += new System.EventHandler(this.btnLoadFile_Click); |
||
111 | // |
||
112 | // layoutControlItem1 |
||
113 | // |
||
114 | this.layoutControlItem1.Control = this.btnLoadFile; |
||
115 | this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
||
116 | this.layoutControlItem1.MaxSize = new System.Drawing.Size(114, 40); |
||
117 | this.layoutControlItem1.MinSize = new System.Drawing.Size(114, 40); |
||
118 | this.layoutControlItem1.Name = "layoutControlItem1"; |
||
119 | this.layoutControlItem1.Size = new System.Drawing.Size(114, 40); |
||
120 | this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
121 | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
||
122 | this.layoutControlItem1.TextVisible = false; |
||
123 | // |
||
124 | // layoutControlGroup1 |
||
125 | // |
||
126 | this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage"))); |
||
127 | this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
||
128 | this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
129 | this.layoutControlItem2, |
||
130 | this.layoutControlItem1, |
||
131 | this.emptySpaceItem1, |
||
132 | this.layoutControlItem3}); |
||
133 | this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
||
134 | this.layoutControlGroup1.Name = "layoutControlGroup1"; |
||
135 | this.layoutControlGroup1.Size = new System.Drawing.Size(836, 417); |
||
136 | this.layoutControlGroup1.Text = "Auto Converter"; |
||
137 | // |
||
138 | // gridControlConverter |
||
139 | // |
||
140 | this.gridControlConverter.Location = new System.Drawing.Point(24, 98); |
||
141 | this.gridControlConverter.MainView = this.gridViewConverter; |
||
142 | this.gridControlConverter.MenuManager = this.ribbonControl; |
||
143 | this.gridControlConverter.Name = "gridControlConverter"; |
||
144 | this.gridControlConverter.Size = new System.Drawing.Size(808, 315); |
||
145 | this.gridControlConverter.TabIndex = 5; |
||
146 | this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
||
147 | this.gridViewConverter}); |
||
148 | // |
||
149 | // gridViewConverter |
||
150 | // |
||
151 | this.gridViewConverter.GridControl = this.gridControlConverter; |
||
152 | this.gridViewConverter.Name = "gridViewConverter"; |
||
153 | this.gridViewConverter.OptionsView.ShowGroupPanel = false; |
||
154 | // |
||
155 | // layoutControlItem2 |
||
156 | // |
||
157 | this.layoutControlItem2.Control = this.gridControlConverter; |
||
158 | this.layoutControlItem2.Location = new System.Drawing.Point(0, 40); |
||
159 | this.layoutControlItem2.Name = "layoutControlItem2"; |
||
160 | this.layoutControlItem2.Size = new System.Drawing.Size(812, 319); |
||
161 | this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
||
162 | this.layoutControlItem2.TextVisible = false; |
||
163 | // |
||
164 | // emptySpaceItem1 |
||
165 | // |
||
166 | this.emptySpaceItem1.AllowHotTrack = false; |
||
167 | this.emptySpaceItem1.Location = new System.Drawing.Point(114, 0); |
||
168 | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
||
169 | this.emptySpaceItem1.Size = new System.Drawing.Size(615, 40); |
||
170 | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
||
171 | // |
||
172 | // btnRun |
||
173 | // |
||
174 | this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage"))); |
||
175 | this.btnRun.Location = new System.Drawing.Point(753, 58); |
||
176 | this.btnRun.Name = "btnRun"; |
||
177 | this.btnRun.Size = new System.Drawing.Size(79, 36); |
||
178 | this.btnRun.StyleController = this.layoutControl1; |
||
179 | this.btnRun.TabIndex = 6; |
||
180 | this.btnRun.Text = " Run "; |
||
181 | // |
||
182 | // layoutControlItem3 |
||
183 | // |
||
184 | this.layoutControlItem3.Control = this.btnRun; |
||
185 | this.layoutControlItem3.Location = new System.Drawing.Point(729, 0); |
||
186 | this.layoutControlItem3.MaxSize = new System.Drawing.Size(83, 40); |
||
187 | this.layoutControlItem3.MinSize = new System.Drawing.Size(83, 40); |
||
188 | this.layoutControlItem3.Name = "layoutControlItem3"; |
||
189 | this.layoutControlItem3.Size = new System.Drawing.Size(83, 40); |
||
190 | this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
191 | this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
||
192 | this.layoutControlItem3.TextVisible = false; |
||
193 | // |
||
194 | 74a0c9d6 | gaqhf | // APIDConverter |
195 | // |
||
196 | e3ced1c9 | gaqhf | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
197 | 74a0c9d6 | gaqhf | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
198 | fdb1367e | gaqhf | this.ClientSize = new System.Drawing.Size(856, 469); |
199 | this.Controls.Add(this.layoutControl1); |
||
200 | e3ced1c9 | gaqhf | this.Controls.Add(this.ribbonControl); |
201 | 74a0c9d6 | gaqhf | this.Name = "APIDConverter"; |
202 | e3ced1c9 | gaqhf | this.Ribbon = this.ribbonControl; |
203 | 74a0c9d6 | gaqhf | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
204 | e3ced1c9 | gaqhf | this.Text = "APID Converter"; |
205 | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
||
206 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
207 | this.layoutControl1.ResumeLayout(false); |
||
208 | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
||
209 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
||
210 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
||
211 | ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).EndInit(); |
||
212 | ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).EndInit(); |
||
213 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
||
214 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
||
215 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
||
216 | 74a0c9d6 | gaqhf | this.ResumeLayout(false); |
217 | e3ced1c9 | gaqhf | this.PerformLayout(); |
218 | 74a0c9d6 | gaqhf | |
219 | } |
||
220 | |||
221 | #endregion |
||
222 | e3ced1c9 | gaqhf | private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
223 | 8bc888c1 | gaqhf | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1; |
224 | fdb1367e | gaqhf | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
225 | private DevExpress.XtraEditors.SimpleButton btnLoadFile; |
||
226 | private DevExpress.XtraLayout.LayoutControlGroup Root; |
||
227 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
||
228 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
||
229 | private DevExpress.XtraGrid.GridControl gridControlConverter; |
||
230 | private DevExpress.XtraGrid.Views.Grid.GridView gridViewConverter; |
||
231 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
||
232 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
||
233 | private DevExpress.XtraEditors.SimpleButton btnRun; |
||
234 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
||
235 | 74a0c9d6 | gaqhf | } |
236 | } |