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