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