hytos / DTI_PID / SPPIDConverter / ConverterForm.Designer.cs @ 4ee5c4bf
이력 | 보기 | 이력해설 | 다운로드 (41.7 KB)
1 | b8e2644e | gaqhf | namespace Converter.SPPID |
---|---|---|---|
2 | 96a2080c | gaqhf | { |
3 | partial class ConverterForm |
||
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 | ca214bc3 | gaqhf | this.components = new System.ComponentModel.Container(); |
32 | f1232880 | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterForm)); |
33 | 96a2080c | gaqhf | this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
34 | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
||
35 | a6830a94 | gaqhf | this.comboBoxEditDefaultTemplate = new DevExpress.XtraEditors.ComboBoxEdit(); |
36 | this.buttonEditDefaultUnit = new DevExpress.XtraEditors.ButtonEdit(); |
||
37 | 96a2080c | gaqhf | this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
38 | this.btnLoadFile = new DevExpress.XtraEditors.SimpleButton(); |
||
39 | this.btnItemMapping = new DevExpress.XtraEditors.SimpleButton(); |
||
40 | this.btnSPPIDDB = new DevExpress.XtraEditors.SimpleButton(); |
||
41 | 1278ba59 | gaqhf | this.gridControlConverter = new DevExpress.XtraGrid.GridControl(); |
42 | this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView(); |
||
43 | 23eb98bf | gaqhf | this.btnID2Project = new DevExpress.XtraEditors.ButtonEdit(); |
44 | 96a2080c | gaqhf | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
45 | this.layoutControlGroupSPPIDDB = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
46 | this.labelSPPIDPlantName = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
47 | this.labelSPPIDDBStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
48 | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
49 | 063e3ac4 | gaqhf | this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem(); |
50 | 23eb98bf | gaqhf | this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); |
51 | 96a2080c | gaqhf | this.layoutControlGroupItemMapping = new DevExpress.XtraLayout.LayoutControlGroup(); |
52 | this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
53 | this.labelItemMappingStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
54 | this.simpleLabelItem5 = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
55 | 23eb98bf | gaqhf | this.layoutControlGroupAutoConverter = new DevExpress.XtraLayout.LayoutControlGroup(); |
56 | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
57 | this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
58 | this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
59 | this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
60 | a6830a94 | gaqhf | this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
61 | this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
62 | this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
63 | 063e3ac4 | gaqhf | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
64 | 0d8062b2 | gaqhf | this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup(); |
65 | this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
66 | this.labelID2ProjectStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
67 | this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
68 | this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
69 | this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
70 | b159a99b | gaqhf | this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); |
71 | ca214bc3 | gaqhf | this.xtraFolderBrowserDialog = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components); |
72 | this.xtraOpenFileDialog = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components); |
||
73 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
74 | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
||
75 | this.layoutControl1.SuspendLayout(); |
||
76 | a6830a94 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditDefaultTemplate.Properties)).BeginInit(); |
77 | ((System.ComponentModel.ISupportInitialize)(this.buttonEditDefaultUnit.Properties)).BeginInit(); |
||
78 | 1278ba59 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).BeginInit(); |
79 | ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).BeginInit(); |
||
80 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnID2Project.Properties)).BeginInit(); |
81 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
82 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSPPIDDB)).BeginInit(); |
||
83 | ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).BeginInit(); |
||
84 | ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDDBStatus)).BeginInit(); |
||
85 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
||
86 | 063e3ac4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit(); |
87 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit(); |
88 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupItemMapping)).BeginInit(); |
89 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
||
90 | ((System.ComponentModel.ISupportInitialize)(this.labelItemMappingStatus)).BeginInit(); |
||
91 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).BeginInit(); |
||
92 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupAutoConverter)).BeginInit(); |
93 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
||
94 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
||
95 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
||
96 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
||
97 | a6830a94 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
98 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); |
||
99 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); |
||
100 | 063e3ac4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
101 | 0d8062b2 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit(); |
102 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit(); |
||
103 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).BeginInit(); |
||
104 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
||
105 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit(); |
||
106 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit(); |
||
107 | b159a99b | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); |
108 | 96a2080c | gaqhf | this.SuspendLayout(); |
109 | // |
||
110 | // ribbonControl |
||
111 | // |
||
112 | this.ribbonControl.ExpandCollapseItem.Id = 0; |
||
113 | this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
||
114 | this.ribbonControl.ExpandCollapseItem}); |
||
115 | this.ribbonControl.Location = new System.Drawing.Point(0, 0); |
||
116 | this.ribbonControl.MaxItemId = 1; |
||
117 | this.ribbonControl.Name = "ribbonControl"; |
||
118 | this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
||
119 | this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
||
120 | this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
||
121 | this.ribbonControl.ShowToolbarCustomizeItem = false; |
||
122 | 51ae61b9 | gaqhf | this.ribbonControl.Size = new System.Drawing.Size(1234, 32); |
123 | 96a2080c | gaqhf | this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
124 | // |
||
125 | // layoutControl1 |
||
126 | // |
||
127 | d73c791c | gaqhf | this.layoutControl1.Controls.Add(this.comboBoxEditDefaultTemplate); |
128 | this.layoutControl1.Controls.Add(this.buttonEditDefaultUnit); |
||
129 | 96a2080c | gaqhf | this.layoutControl1.Controls.Add(this.btnRun); |
130 | this.layoutControl1.Controls.Add(this.btnLoadFile); |
||
131 | this.layoutControl1.Controls.Add(this.btnItemMapping); |
||
132 | this.layoutControl1.Controls.Add(this.btnSPPIDDB); |
||
133 | 1278ba59 | gaqhf | this.layoutControl1.Controls.Add(this.gridControlConverter); |
134 | 23eb98bf | gaqhf | this.layoutControl1.Controls.Add(this.btnID2Project); |
135 | 96a2080c | gaqhf | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
136 | 51ae61b9 | gaqhf | this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
137 | 96a2080c | gaqhf | this.layoutControl1.Name = "layoutControl1"; |
138 | this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(982, 292, 650, 400); |
||
139 | this.layoutControl1.Root = this.Root; |
||
140 | 51ae61b9 | gaqhf | this.layoutControl1.Size = new System.Drawing.Size(1234, 565); |
141 | 96a2080c | gaqhf | this.layoutControl1.TabIndex = 1; |
142 | this.layoutControl1.Text = "layoutControl1"; |
||
143 | // |
||
144 | a6830a94 | gaqhf | // comboBoxEditDefaultTemplate |
145 | // |
||
146 | this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(714, 74); |
||
147 | this.comboBoxEditDefaultTemplate.MenuManager = this.ribbonControl; |
||
148 | this.comboBoxEditDefaultTemplate.Name = "comboBoxEditDefaultTemplate"; |
||
149 | this.comboBoxEditDefaultTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
||
150 | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
||
151 | this.comboBoxEditDefaultTemplate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
||
152 | this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(141, 20); |
||
153 | this.comboBoxEditDefaultTemplate.StyleController = this.layoutControl1; |
||
154 | this.comboBoxEditDefaultTemplate.TabIndex = 12; |
||
155 | // |
||
156 | // buttonEditDefaultUnit |
||
157 | // |
||
158 | this.buttonEditDefaultUnit.Location = new System.Drawing.Point(486, 74); |
||
159 | this.buttonEditDefaultUnit.MenuManager = this.ribbonControl; |
||
160 | this.buttonEditDefaultUnit.Name = "buttonEditDefaultUnit"; |
||
161 | this.buttonEditDefaultUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
||
162 | new DevExpress.XtraEditors.Controls.EditorButton()}); |
||
163 | this.buttonEditDefaultUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
||
164 | this.buttonEditDefaultUnit.Size = new System.Drawing.Size(124, 20); |
||
165 | this.buttonEditDefaultUnit.StyleController = this.layoutControl1; |
||
166 | this.buttonEditDefaultUnit.TabIndex = 11; |
||
167 | this.buttonEditDefaultUnit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEditDefaulUnit_ButtonClick); |
||
168 | // |
||
169 | 96a2080c | gaqhf | // btnRun |
170 | // |
||
171 | 0a1f51fb | gaqhf | this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage"))); |
172 | d73c791c | gaqhf | this.btnRun.Location = new System.Drawing.Point(859, 58); |
173 | 96a2080c | gaqhf | this.btnRun.Name = "btnRun"; |
174 | df4559fc | gaqhf | this.btnRun.Size = new System.Drawing.Size(79, 36); |
175 | 96a2080c | gaqhf | this.btnRun.StyleController = this.layoutControl1; |
176 | this.btnRun.TabIndex = 9; |
||
177 | df4559fc | gaqhf | this.btnRun.Text = " Run "; |
178 | 1278ba59 | gaqhf | this.btnRun.Click += new System.EventHandler(this.btnRun_Click); |
179 | 96a2080c | gaqhf | // |
180 | // btnLoadFile |
||
181 | // |
||
182 | 0a1f51fb | gaqhf | this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLoadFile.ImageOptions.SvgImage"))); |
183 | 51ae61b9 | gaqhf | this.btnLoadFile.Location = new System.Drawing.Point(24, 58); |
184 | 96a2080c | gaqhf | this.btnLoadFile.Name = "btnLoadFile"; |
185 | df4559fc | gaqhf | this.btnLoadFile.Size = new System.Drawing.Size(110, 36); |
186 | 96a2080c | gaqhf | this.btnLoadFile.StyleController = this.layoutControl1; |
187 | this.btnLoadFile.TabIndex = 8; |
||
188 | df4559fc | gaqhf | this.btnLoadFile.Text = " Load Files "; |
189 | 1278ba59 | gaqhf | this.btnLoadFile.Click += new System.EventHandler(this.btnLoadFile_Click); |
190 | 96a2080c | gaqhf | // |
191 | // btnItemMapping |
||
192 | // |
||
193 | 0a1f51fb | gaqhf | this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage"))); |
194 | d73c791c | gaqhf | this.btnItemMapping.Location = new System.Drawing.Point(976, 310); |
195 | 96a2080c | gaqhf | this.btnItemMapping.Name = "btnItemMapping"; |
196 | d73c791c | gaqhf | this.btnItemMapping.Size = new System.Drawing.Size(234, 36); |
197 | 96a2080c | gaqhf | this.btnItemMapping.StyleController = this.layoutControl1; |
198 | this.btnItemMapping.TabIndex = 7; |
||
199 | df4559fc | gaqhf | this.btnItemMapping.Text = "Item Mapping Setting"; |
200 | this.btnItemMapping.Click += new System.EventHandler(this.btnItemMapping_Click); |
||
201 | 96a2080c | gaqhf | // |
202 | // btnSPPIDDB |
||
203 | // |
||
204 | 0a1f51fb | gaqhf | this.btnSPPIDDB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDDB.ImageOptions.SvgImage"))); |
205 | d73c791c | gaqhf | this.btnSPPIDDB.Location = new System.Drawing.Point(976, 176); |
206 | 96a2080c | gaqhf | this.btnSPPIDDB.Name = "btnSPPIDDB"; |
207 | d73c791c | gaqhf | this.btnSPPIDDB.Size = new System.Drawing.Size(234, 36); |
208 | 96a2080c | gaqhf | this.btnSPPIDDB.StyleController = this.layoutControl1; |
209 | this.btnSPPIDDB.TabIndex = 5; |
||
210 | this.btnSPPIDDB.Text = "Setting"; |
||
211 | 23eb98bf | gaqhf | this.btnSPPIDDB.Click += new System.EventHandler(this.btnSPPIDDB_Click); |
212 | 96a2080c | gaqhf | // |
213 | 1278ba59 | gaqhf | // gridControlConverter |
214 | 96a2080c | gaqhf | // |
215 | 51ae61b9 | gaqhf | this.gridControlConverter.Location = new System.Drawing.Point(24, 98); |
216 | 1278ba59 | gaqhf | this.gridControlConverter.MainView = this.gridViewConverter; |
217 | this.gridControlConverter.MenuManager = this.ribbonControl; |
||
218 | this.gridControlConverter.Name = "gridControlConverter"; |
||
219 | d73c791c | gaqhf | this.gridControlConverter.Size = new System.Drawing.Size(914, 443); |
220 | 1278ba59 | gaqhf | this.gridControlConverter.TabIndex = 4; |
221 | this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
||
222 | this.gridViewConverter}); |
||
223 | 96a2080c | gaqhf | // |
224 | 1278ba59 | gaqhf | // gridViewConverter |
225 | 96a2080c | gaqhf | // |
226 | 1278ba59 | gaqhf | this.gridViewConverter.GridControl = this.gridControlConverter; |
227 | this.gridViewConverter.Name = "gridViewConverter"; |
||
228 | this.gridViewConverter.OptionsView.ShowGroupPanel = false; |
||
229 | 635a8747 | gaqhf | this.gridViewConverter.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridViewConverter_RowCellClick); |
230 | 4314b3f3 | gaqhf | this.gridViewConverter.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridViewConverter_SelectionChanged); |
231 | 96a2080c | gaqhf | // |
232 | 23eb98bf | gaqhf | // btnID2Project |
233 | 96a2080c | gaqhf | // |
234 | d73c791c | gaqhf | this.btnID2Project.Location = new System.Drawing.Point(1014, 58); |
235 | 23eb98bf | gaqhf | this.btnID2Project.MenuManager = this.ribbonControl; |
236 | this.btnID2Project.Name = "btnID2Project"; |
||
237 | this.btnID2Project.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
||
238 | 96a2080c | gaqhf | new DevExpress.XtraEditors.Controls.EditorButton()}); |
239 | 23eb98bf | gaqhf | this.btnID2Project.Properties.ReadOnly = true; |
240 | d73c791c | gaqhf | this.btnID2Project.Size = new System.Drawing.Size(196, 20); |
241 | 23eb98bf | gaqhf | this.btnID2Project.StyleController = this.layoutControl1; |
242 | this.btnID2Project.TabIndex = 10; |
||
243 | this.btnID2Project.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnID2Project_ButtonClick); |
||
244 | 96a2080c | gaqhf | // |
245 | // Root |
||
246 | // |
||
247 | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
||
248 | this.Root.GroupBordersVisible = false; |
||
249 | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
250 | this.layoutControlGroupSPPIDDB, |
||
251 | this.layoutControlGroupItemMapping, |
||
252 | 23eb98bf | gaqhf | this.layoutControlGroupAutoConverter, |
253 | b159a99b | gaqhf | this.emptySpaceItem1, |
254 | ebd79b4d | gaqhf | this.layoutControlGroupID2Project, |
255 | b159a99b | gaqhf | this.splitterItem1}); |
256 | 96a2080c | gaqhf | this.Root.Name = "Root"; |
257 | 51ae61b9 | gaqhf | this.Root.Size = new System.Drawing.Size(1234, 565); |
258 | 96a2080c | gaqhf | this.Root.TextVisible = false; |
259 | // |
||
260 | // layoutControlGroupSPPIDDB |
||
261 | // |
||
262 | 0a1f51fb | gaqhf | this.layoutControlGroupSPPIDDB.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupSPPIDDB.CaptionImageOptions.SvgImage"))); |
263 | 96a2080c | gaqhf | this.layoutControlGroupSPPIDDB.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
264 | this.layoutControlGroupSPPIDDB.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
265 | this.labelSPPIDPlantName, |
||
266 | this.labelSPPIDDBStatus, |
||
267 | this.layoutControlItem2, |
||
268 | 23eb98bf | gaqhf | this.simpleLabelItem2, |
269 | this.simpleLabelItem1}); |
||
270 | d73c791c | gaqhf | this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(952, 118); |
271 | 96a2080c | gaqhf | this.layoutControlGroupSPPIDDB.Name = "layoutControlGroupSPPIDDB"; |
272 | d73c791c | gaqhf | this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(262, 134); |
273 | 96a2080c | gaqhf | this.layoutControlGroupSPPIDDB.Text = "SPPID DB"; |
274 | // |
||
275 | // labelSPPIDPlantName |
||
276 | // |
||
277 | this.labelSPPIDPlantName.AllowHotTrack = false; |
||
278 | 23eb98bf | gaqhf | this.labelSPPIDPlantName.AppearanceItemCaption.Options.UseForeColor = true; |
279 | 51ae61b9 | gaqhf | this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 40); |
280 | 96a2080c | gaqhf | this.labelSPPIDPlantName.Name = "labelSPPIDPlantName"; |
281 | d73c791c | gaqhf | this.labelSPPIDPlantName.Size = new System.Drawing.Size(160, 18); |
282 | 96a2080c | gaqhf | this.labelSPPIDPlantName.Text = "SPPIDPlantName"; |
283 | this.labelSPPIDPlantName.TextSize = new System.Drawing.Size(93, 14); |
||
284 | // |
||
285 | // labelSPPIDDBStatus |
||
286 | // |
||
287 | this.labelSPPIDDBStatus.AllowHotTrack = false; |
||
288 | 23eb98bf | gaqhf | this.labelSPPIDDBStatus.AppearanceItemCaption.Options.UseForeColor = true; |
289 | 51ae61b9 | gaqhf | this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 58); |
290 | 96a2080c | gaqhf | this.labelSPPIDDBStatus.Name = "labelSPPIDDBStatus"; |
291 | d73c791c | gaqhf | this.labelSPPIDDBStatus.Size = new System.Drawing.Size(187, 18); |
292 | 96a2080c | gaqhf | this.labelSPPIDDBStatus.Text = "SPPIDDBStatus"; |
293 | this.labelSPPIDDBStatus.TextSize = new System.Drawing.Size(93, 14); |
||
294 | // |
||
295 | // layoutControlItem2 |
||
296 | // |
||
297 | this.layoutControlItem2.Control = this.btnSPPIDDB; |
||
298 | this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); |
||
299 | this.layoutControlItem2.Name = "layoutControlItem2"; |
||
300 | d73c791c | gaqhf | this.layoutControlItem2.Size = new System.Drawing.Size(238, 40); |
301 | 96a2080c | gaqhf | this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
302 | this.layoutControlItem2.TextVisible = false; |
||
303 | // |
||
304 | 063e3ac4 | gaqhf | // simpleLabelItem2 |
305 | // |
||
306 | this.simpleLabelItem2.AllowHotTrack = false; |
||
307 | 23eb98bf | gaqhf | this.simpleLabelItem2.AppearanceItemCaption.Options.UseForeColor = true; |
308 | 51ae61b9 | gaqhf | this.simpleLabelItem2.Location = new System.Drawing.Point(0, 58); |
309 | 063e3ac4 | gaqhf | this.simpleLabelItem2.MaxSize = new System.Drawing.Size(51, 18); |
310 | this.simpleLabelItem2.MinSize = new System.Drawing.Size(51, 18); |
||
311 | this.simpleLabelItem2.Name = "simpleLabelItem2"; |
||
312 | this.simpleLabelItem2.Size = new System.Drawing.Size(51, 18); |
||
313 | this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
314 | this.simpleLabelItem2.Text = "Status : "; |
||
315 | this.simpleLabelItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
316 | this.simpleLabelItem2.TextSize = new System.Drawing.Size(47, 14); |
||
317 | // |
||
318 | 23eb98bf | gaqhf | // simpleLabelItem1 |
319 | // |
||
320 | this.simpleLabelItem1.AllowHotTrack = false; |
||
321 | this.simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true; |
||
322 | 51ae61b9 | gaqhf | this.simpleLabelItem1.Location = new System.Drawing.Point(0, 40); |
323 | 23eb98bf | gaqhf | this.simpleLabelItem1.MaxSize = new System.Drawing.Size(78, 18); |
324 | this.simpleLabelItem1.MinSize = new System.Drawing.Size(78, 18); |
||
325 | this.simpleLabelItem1.Name = "simpleLabelItem1"; |
||
326 | this.simpleLabelItem1.Size = new System.Drawing.Size(78, 18); |
||
327 | this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
328 | this.simpleLabelItem1.Text = "Plant Name : "; |
||
329 | this.simpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
330 | this.simpleLabelItem1.TextSize = new System.Drawing.Size(74, 14); |
||
331 | // |
||
332 | 96a2080c | gaqhf | // layoutControlGroupItemMapping |
333 | // |
||
334 | 0a1f51fb | gaqhf | this.layoutControlGroupItemMapping.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupItemMapping.CaptionImageOptions.SvgImage"))); |
335 | 96a2080c | gaqhf | this.layoutControlGroupItemMapping.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
336 | this.layoutControlGroupItemMapping.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
337 | this.layoutControlItem4, |
||
338 | this.labelItemMappingStatus, |
||
339 | this.simpleLabelItem5}); |
||
340 | d73c791c | gaqhf | this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(952, 252); |
341 | 96a2080c | gaqhf | this.layoutControlGroupItemMapping.Name = "layoutControlGroupItemMapping"; |
342 | d73c791c | gaqhf | this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(262, 116); |
343 | 96a2080c | gaqhf | this.layoutControlGroupItemMapping.Text = "Item Mapping"; |
344 | // |
||
345 | // layoutControlItem4 |
||
346 | // |
||
347 | this.layoutControlItem4.Control = this.btnItemMapping; |
||
348 | this.layoutControlItem4.Location = new System.Drawing.Point(0, 0); |
||
349 | this.layoutControlItem4.Name = "layoutControlItem4"; |
||
350 | d73c791c | gaqhf | this.layoutControlItem4.Size = new System.Drawing.Size(238, 40); |
351 | 96a2080c | gaqhf | this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
352 | this.layoutControlItem4.TextVisible = false; |
||
353 | // |
||
354 | // labelItemMappingStatus |
||
355 | // |
||
356 | this.labelItemMappingStatus.AllowHotTrack = false; |
||
357 | 23eb98bf | gaqhf | this.labelItemMappingStatus.AppearanceItemCaption.Options.UseForeColor = true; |
358 | 51ae61b9 | gaqhf | this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 40); |
359 | 96a2080c | gaqhf | this.labelItemMappingStatus.Name = "labelItemMappingStatus"; |
360 | d73c791c | gaqhf | this.labelItemMappingStatus.Size = new System.Drawing.Size(187, 18); |
361 | 96a2080c | gaqhf | this.labelItemMappingStatus.Text = "MappingStatus"; |
362 | this.labelItemMappingStatus.TextSize = new System.Drawing.Size(93, 14); |
||
363 | // |
||
364 | // simpleLabelItem5 |
||
365 | // |
||
366 | this.simpleLabelItem5.AllowHotTrack = false; |
||
367 | 23eb98bf | gaqhf | this.simpleLabelItem5.AppearanceItemCaption.Options.UseForeColor = true; |
368 | 51ae61b9 | gaqhf | this.simpleLabelItem5.Location = new System.Drawing.Point(0, 40); |
369 | 063e3ac4 | gaqhf | this.simpleLabelItem5.MaxSize = new System.Drawing.Size(51, 18); |
370 | this.simpleLabelItem5.MinSize = new System.Drawing.Size(51, 18); |
||
371 | 96a2080c | gaqhf | this.simpleLabelItem5.Name = "simpleLabelItem5"; |
372 | 063e3ac4 | gaqhf | this.simpleLabelItem5.Size = new System.Drawing.Size(51, 18); |
373 | this.simpleLabelItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
374 | 96a2080c | gaqhf | this.simpleLabelItem5.Text = "Status : "; |
375 | this.simpleLabelItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
376 | this.simpleLabelItem5.TextSize = new System.Drawing.Size(47, 14); |
||
377 | // |
||
378 | 23eb98bf | gaqhf | // layoutControlGroupAutoConverter |
379 | // |
||
380 | 0a1f51fb | gaqhf | this.layoutControlGroupAutoConverter.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupAutoConverter.CaptionImageOptions.SvgImage"))); |
381 | 23eb98bf | gaqhf | this.layoutControlGroupAutoConverter.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
382 | this.layoutControlGroupAutoConverter.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
383 | this.layoutControlItem1, |
||
384 | this.layoutControlItem5, |
||
385 | this.emptySpaceItem2, |
||
386 | d73c791c | gaqhf | this.layoutControlItem6, |
387 | this.layoutControlItem3, |
||
388 | this.layoutControlItem8, |
||
389 | this.emptySpaceItem3}); |
||
390 | 23eb98bf | gaqhf | this.layoutControlGroupAutoConverter.Location = new System.Drawing.Point(0, 0); |
391 | this.layoutControlGroupAutoConverter.Name = "layoutControlGroupAutoConverter"; |
||
392 | d73c791c | gaqhf | this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(942, 545); |
393 | 23eb98bf | gaqhf | this.layoutControlGroupAutoConverter.Text = "Auto Converter"; |
394 | // |
||
395 | // layoutControlItem1 |
||
396 | // |
||
397 | this.layoutControlItem1.Control = this.gridControlConverter; |
||
398 | this.layoutControlItem1.Location = new System.Drawing.Point(0, 40); |
||
399 | this.layoutControlItem1.Name = "layoutControlItem1"; |
||
400 | d73c791c | gaqhf | this.layoutControlItem1.Size = new System.Drawing.Size(918, 447); |
401 | 23eb98bf | gaqhf | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
402 | this.layoutControlItem1.TextVisible = false; |
||
403 | // |
||
404 | // layoutControlItem5 |
||
405 | // |
||
406 | this.layoutControlItem5.Control = this.btnLoadFile; |
||
407 | this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
||
408 | df4559fc | gaqhf | this.layoutControlItem5.MaxSize = new System.Drawing.Size(114, 40); |
409 | this.layoutControlItem5.MinSize = new System.Drawing.Size(114, 40); |
||
410 | 23eb98bf | gaqhf | this.layoutControlItem5.Name = "layoutControlItem5"; |
411 | df4559fc | gaqhf | this.layoutControlItem5.Size = new System.Drawing.Size(114, 40); |
412 | 23eb98bf | gaqhf | this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
413 | this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
||
414 | this.layoutControlItem5.TextVisible = false; |
||
415 | // |
||
416 | // emptySpaceItem2 |
||
417 | // |
||
418 | this.emptySpaceItem2.AllowHotTrack = false; |
||
419 | df4559fc | gaqhf | this.emptySpaceItem2.Location = new System.Drawing.Point(114, 0); |
420 | 23eb98bf | gaqhf | this.emptySpaceItem2.Name = "emptySpaceItem2"; |
421 | d73c791c | gaqhf | this.emptySpaceItem2.Size = new System.Drawing.Size(721, 16); |
422 | 23eb98bf | gaqhf | this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
423 | // |
||
424 | // layoutControlItem6 |
||
425 | // |
||
426 | this.layoutControlItem6.Control = this.btnRun; |
||
427 | d73c791c | gaqhf | this.layoutControlItem6.Location = new System.Drawing.Point(835, 0); |
428 | df4559fc | gaqhf | this.layoutControlItem6.MaxSize = new System.Drawing.Size(83, 40); |
429 | this.layoutControlItem6.MinSize = new System.Drawing.Size(83, 40); |
||
430 | 23eb98bf | gaqhf | this.layoutControlItem6.Name = "layoutControlItem6"; |
431 | df4559fc | gaqhf | this.layoutControlItem6.Size = new System.Drawing.Size(83, 40); |
432 | 23eb98bf | gaqhf | this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
433 | this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
||
434 | this.layoutControlItem6.TextVisible = false; |
||
435 | // |
||
436 | a6830a94 | gaqhf | // layoutControlItem3 |
437 | // |
||
438 | this.layoutControlItem3.Control = this.buttonEditDefaultUnit; |
||
439 | this.layoutControlItem3.Location = new System.Drawing.Point(392, 16); |
||
440 | this.layoutControlItem3.Name = "layoutControlItem3"; |
||
441 | this.layoutControlItem3.Size = new System.Drawing.Size(198, 24); |
||
442 | this.layoutControlItem3.Text = "Default Unit"; |
||
443 | this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
444 | this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 14); |
||
445 | this.layoutControlItem3.TextToControlDistance = 5; |
||
446 | // |
||
447 | // layoutControlItem8 |
||
448 | // |
||
449 | this.layoutControlItem8.Control = this.comboBoxEditDefaultTemplate; |
||
450 | this.layoutControlItem8.Location = new System.Drawing.Point(590, 16); |
||
451 | this.layoutControlItem8.Name = "layoutControlItem8"; |
||
452 | this.layoutControlItem8.Size = new System.Drawing.Size(245, 24); |
||
453 | this.layoutControlItem8.Text = "Default Template"; |
||
454 | this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
455 | this.layoutControlItem8.TextSize = new System.Drawing.Size(95, 14); |
||
456 | this.layoutControlItem8.TextToControlDistance = 5; |
||
457 | // |
||
458 | // emptySpaceItem3 |
||
459 | // |
||
460 | this.emptySpaceItem3.AllowHotTrack = false; |
||
461 | this.emptySpaceItem3.Location = new System.Drawing.Point(114, 16); |
||
462 | this.emptySpaceItem3.Name = "emptySpaceItem3"; |
||
463 | this.emptySpaceItem3.Size = new System.Drawing.Size(278, 24); |
||
464 | this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); |
||
465 | // |
||
466 | 063e3ac4 | gaqhf | // emptySpaceItem1 |
467 | // |
||
468 | this.emptySpaceItem1.AllowHotTrack = false; |
||
469 | d73c791c | gaqhf | this.emptySpaceItem1.Location = new System.Drawing.Point(952, 368); |
470 | 063e3ac4 | gaqhf | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
471 | d73c791c | gaqhf | this.emptySpaceItem1.Size = new System.Drawing.Size(262, 177); |
472 | 063e3ac4 | gaqhf | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
473 | // |
||
474 | 0d8062b2 | gaqhf | // layoutControlGroupID2Project |
475 | // |
||
476 | 0a1f51fb | gaqhf | this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupID2Project.CaptionImageOptions.SvgImage"))); |
477 | 0d8062b2 | gaqhf | this.layoutControlGroupID2Project.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
478 | this.layoutControlGroupID2Project.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
479 | this.labelID2ProjectName, |
||
480 | this.labelID2ProjectStatus, |
||
481 | this.layoutControlItem7, |
||
482 | this.simpleLabelItem3, |
||
483 | this.simpleLabelItem4}); |
||
484 | d73c791c | gaqhf | this.layoutControlGroupID2Project.Location = new System.Drawing.Point(952, 0); |
485 | 0d8062b2 | gaqhf | this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project"; |
486 | d73c791c | gaqhf | this.layoutControlGroupID2Project.Size = new System.Drawing.Size(262, 118); |
487 | 0d8062b2 | gaqhf | this.layoutControlGroupID2Project.Text = "ID2 Project"; |
488 | // |
||
489 | // labelID2ProjectName |
||
490 | // |
||
491 | this.labelID2ProjectName.AllowHotTrack = false; |
||
492 | this.labelID2ProjectName.AppearanceItemCaption.Options.UseForeColor = true; |
||
493 | this.labelID2ProjectName.Location = new System.Drawing.Point(90, 24); |
||
494 | this.labelID2ProjectName.Name = "labelID2ProjectName"; |
||
495 | d73c791c | gaqhf | this.labelID2ProjectName.Size = new System.Drawing.Size(148, 18); |
496 | 0d8062b2 | gaqhf | this.labelID2ProjectName.Text = "ID2ProjectName"; |
497 | this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14); |
||
498 | // |
||
499 | // labelID2ProjectStatus |
||
500 | // |
||
501 | this.labelID2ProjectStatus.AllowHotTrack = false; |
||
502 | this.labelID2ProjectStatus.AppearanceItemCaption.Options.UseForeColor = true; |
||
503 | this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 42); |
||
504 | this.labelID2ProjectStatus.Name = "labelID2ProjectStatus"; |
||
505 | d73c791c | gaqhf | this.labelID2ProjectStatus.Size = new System.Drawing.Size(187, 18); |
506 | 0d8062b2 | gaqhf | this.labelID2ProjectStatus.Text = "ID2ProjectStatus"; |
507 | this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14); |
||
508 | // |
||
509 | // layoutControlItem7 |
||
510 | // |
||
511 | this.layoutControlItem7.Control = this.btnID2Project; |
||
512 | this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
||
513 | this.layoutControlItem7.Name = "layoutControlItem7"; |
||
514 | d73c791c | gaqhf | this.layoutControlItem7.Size = new System.Drawing.Size(238, 24); |
515 | 0d8062b2 | gaqhf | this.layoutControlItem7.Text = "Path :"; |
516 | this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
517 | this.layoutControlItem7.TextSize = new System.Drawing.Size(33, 14); |
||
518 | this.layoutControlItem7.TextToControlDistance = 5; |
||
519 | // |
||
520 | // simpleLabelItem3 |
||
521 | // |
||
522 | this.simpleLabelItem3.AllowHotTrack = false; |
||
523 | this.simpleLabelItem3.AppearanceItemCaption.Options.UseForeColor = true; |
||
524 | this.simpleLabelItem3.Location = new System.Drawing.Point(0, 24); |
||
525 | this.simpleLabelItem3.MaxSize = new System.Drawing.Size(90, 18); |
||
526 | this.simpleLabelItem3.MinSize = new System.Drawing.Size(90, 18); |
||
527 | this.simpleLabelItem3.Name = "simpleLabelItem3"; |
||
528 | this.simpleLabelItem3.Size = new System.Drawing.Size(90, 18); |
||
529 | this.simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
530 | this.simpleLabelItem3.Text = "Project Name : "; |
||
531 | this.simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
532 | this.simpleLabelItem3.TextSize = new System.Drawing.Size(86, 14); |
||
533 | // |
||
534 | // simpleLabelItem4 |
||
535 | // |
||
536 | this.simpleLabelItem4.AllowHotTrack = false; |
||
537 | this.simpleLabelItem4.AppearanceItemCaption.Options.UseForeColor = true; |
||
538 | this.simpleLabelItem4.Location = new System.Drawing.Point(0, 42); |
||
539 | this.simpleLabelItem4.MaxSize = new System.Drawing.Size(51, 18); |
||
540 | this.simpleLabelItem4.MinSize = new System.Drawing.Size(51, 18); |
||
541 | this.simpleLabelItem4.Name = "simpleLabelItem4"; |
||
542 | this.simpleLabelItem4.Size = new System.Drawing.Size(51, 18); |
||
543 | this.simpleLabelItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
544 | this.simpleLabelItem4.Text = "Status : "; |
||
545 | this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
546 | this.simpleLabelItem4.TextSize = new System.Drawing.Size(47, 14); |
||
547 | // |
||
548 | b159a99b | gaqhf | // splitterItem1 |
549 | // |
||
550 | this.splitterItem1.AllowHotTrack = true; |
||
551 | d73c791c | gaqhf | this.splitterItem1.Location = new System.Drawing.Point(942, 0); |
552 | b159a99b | gaqhf | this.splitterItem1.Name = "splitterItem1"; |
553 | 51ae61b9 | gaqhf | this.splitterItem1.Size = new System.Drawing.Size(10, 545); |
554 | b159a99b | gaqhf | // |
555 | 23eb98bf | gaqhf | // xtraFolderBrowserDialog |
556 | // |
||
557 | this.xtraFolderBrowserDialog.DialogStyle = DevExpress.Utils.CommonDialogs.FolderBrowserDialogStyle.Wide; |
||
558 | this.xtraFolderBrowserDialog.SelectedPath = "xtraFolderBrowserDialog1"; |
||
559 | // |
||
560 | // xtraOpenFileDialog |
||
561 | // |
||
562 | this.xtraOpenFileDialog.FileName = "xtraOpenFileDialog1"; |
||
563 | this.xtraOpenFileDialog.Filter = "Xml Files(*.xml)|*.xml"; |
||
564 | this.xtraOpenFileDialog.Multiselect = true; |
||
565 | // |
||
566 | 96a2080c | gaqhf | // ConverterForm |
567 | // |
||
568 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
||
569 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
570 | 51ae61b9 | gaqhf | this.ClientSize = new System.Drawing.Size(1234, 597); |
571 | 96a2080c | gaqhf | this.Controls.Add(this.layoutControl1); |
572 | this.Controls.Add(this.ribbonControl); |
||
573 | this.Name = "ConverterForm"; |
||
574 | this.Ribbon = this.ribbonControl; |
||
575 | df4559fc | gaqhf | this.ShowIcon = false; |
576 | 96a2080c | gaqhf | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
577 | df4559fc | gaqhf | this.Text = "SPPID Converter"; |
578 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
579 | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
||
580 | this.layoutControl1.ResumeLayout(false); |
||
581 | a6830a94 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditDefaultTemplate.Properties)).EndInit(); |
582 | ((System.ComponentModel.ISupportInitialize)(this.buttonEditDefaultUnit.Properties)).EndInit(); |
||
583 | 1278ba59 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).EndInit(); |
584 | ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).EndInit(); |
||
585 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnID2Project.Properties)).EndInit(); |
586 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
587 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSPPIDDB)).EndInit(); |
||
588 | ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).EndInit(); |
||
589 | ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDDBStatus)).EndInit(); |
||
590 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
||
591 | 063e3ac4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit(); |
592 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit(); |
593 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupItemMapping)).EndInit(); |
594 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
||
595 | ((System.ComponentModel.ISupportInitialize)(this.labelItemMappingStatus)).EndInit(); |
||
596 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).EndInit(); |
||
597 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupAutoConverter)).EndInit(); |
598 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
||
599 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
||
600 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
||
601 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
||
602 | a6830a94 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
603 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); |
||
604 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); |
||
605 | 063e3ac4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
606 | 0d8062b2 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit(); |
607 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit(); |
||
608 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit(); |
||
609 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
||
610 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit(); |
||
611 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit(); |
||
612 | b159a99b | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); |
613 | 96a2080c | gaqhf | this.ResumeLayout(false); |
614 | this.PerformLayout(); |
||
615 | |||
616 | } |
||
617 | |||
618 | #endregion |
||
619 | private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
||
620 | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
||
621 | private DevExpress.XtraEditors.SimpleButton btnSPPIDDB; |
||
622 | 1278ba59 | gaqhf | private DevExpress.XtraGrid.GridControl gridControlConverter; |
623 | private DevExpress.XtraGrid.Views.Grid.GridView gridViewConverter; |
||
624 | 96a2080c | gaqhf | private DevExpress.XtraLayout.LayoutControlGroup Root; |
625 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupAutoConverter; |
||
626 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
||
627 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupSPPIDDB; |
||
628 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
||
629 | private DevExpress.XtraEditors.SimpleButton btnItemMapping; |
||
630 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
||
631 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupID2Project; |
||
632 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupItemMapping; |
||
633 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
||
634 | private DevExpress.XtraEditors.SimpleButton btnRun; |
||
635 | private DevExpress.XtraEditors.SimpleButton btnLoadFile; |
||
636 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
||
637 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
||
638 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
||
639 | private DevExpress.XtraLayout.SimpleLabelItem labelSPPIDPlantName; |
||
640 | private DevExpress.XtraLayout.SimpleLabelItem labelSPPIDDBStatus; |
||
641 | private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectName; |
||
642 | private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectStatus; |
||
643 | private DevExpress.XtraLayout.SimpleLabelItem labelItemMappingStatus; |
||
644 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; |
||
645 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2; |
||
646 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3; |
||
647 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4; |
||
648 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem5; |
||
649 | b159a99b | gaqhf | private DevExpress.XtraLayout.SplitterItem splitterItem1; |
650 | 23eb98bf | gaqhf | private DevExpress.XtraEditors.ButtonEdit btnID2Project; |
651 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
||
652 | private DevExpress.XtraEditors.XtraFolderBrowserDialog xtraFolderBrowserDialog; |
||
653 | private DevExpress.XtraEditors.XtraOpenFileDialog xtraOpenFileDialog; |
||
654 | d73c791c | gaqhf | private DevExpress.XtraEditors.ComboBoxEdit comboBoxEditDefaultTemplate; |
655 | private DevExpress.XtraEditors.ButtonEdit buttonEditDefaultUnit; |
||
656 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
||
657 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
||
658 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; |
||
659 | 96a2080c | gaqhf | } |
660 | } |