프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ 0169b3c7

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