1 |
f2151e28
|
gaqhf
|
namespace SPPIDConverter_AutoModeling
|
2 |
|
|
{
|
3 |
|
|
partial class MainControl
|
4 |
|
|
{
|
5 |
|
|
/// <summary>
|
6 |
|
|
/// 필수 디자이너 변수입니다.
|
7 |
|
|
/// </summary>
|
8 |
|
|
private System.ComponentModel.IContainer components = null;
|
9 |
|
|
|
10 |
|
|
/// <summary>
|
11 |
|
|
/// 사용 중인 모든 리소스를 정리합니다.
|
12 |
|
|
/// </summary>
|
13 |
|
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 구성 요소 디자이너에서 생성한 코드
|
24 |
|
|
|
25 |
|
|
/// <summary>
|
26 |
|
|
/// 디자이너 지원에 필요한 메서드입니다.
|
27 |
|
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
|
28 |
|
|
/// </summary>
|
29 |
|
|
private void InitializeComponent()
|
30 |
|
|
{
|
31 |
b33b0d0a
|
gaqhf
|
Telerik.WinControls.UI.GridViewCheckBoxColumn gridViewCheckBoxColumn1 = new Telerik.WinControls.UI.GridViewCheckBoxColumn();
|
32 |
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn1 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
33 |
|
|
Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn1 = new Telerik.WinControls.UI.GridViewCommandColumn();
|
34 |
|
|
Telerik.WinControls.UI.GridViewComboBoxColumn gridViewComboBoxColumn1 = new Telerik.WinControls.UI.GridViewComboBoxColumn();
|
35 |
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
36 |
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn3 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
37 |
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn4 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
38 |
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn5 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
39 |
|
|
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition();
|
40 |
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn6 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
41 |
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn7 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
42 |
|
|
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition2 = new Telerik.WinControls.UI.TableViewDefinition();
|
43 |
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn8 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
44 |
|
|
Telerik.WinControls.UI.GridViewComboBoxColumn gridViewComboBoxColumn2 = new Telerik.WinControls.UI.GridViewComboBoxColumn();
|
45 |
|
|
Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn2 = new Telerik.WinControls.UI.GridViewCommandColumn();
|
46 |
|
|
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition3 = new Telerik.WinControls.UI.TableViewDefinition();
|
47 |
|
|
Telerik.WinControls.UI.GridViewTextBoxColumn gridViewTextBoxColumn9 = new Telerik.WinControls.UI.GridViewTextBoxColumn();
|
48 |
|
|
Telerik.WinControls.UI.GridViewComboBoxColumn gridViewComboBoxColumn3 = new Telerik.WinControls.UI.GridViewComboBoxColumn();
|
49 |
|
|
Telerik.WinControls.UI.GridViewCommandColumn gridViewCommandColumn3 = new Telerik.WinControls.UI.GridViewCommandColumn();
|
50 |
|
|
Telerik.WinControls.UI.TableViewDefinition tableViewDefinition4 = new Telerik.WinControls.UI.TableViewDefinition();
|
51 |
1f9707e7
|
한규호
|
this.panelMain = new System.Windows.Forms.Panel();
|
52 |
d4be8715
|
gaqhf
|
this.pageView = new Telerik.WinControls.UI.RadPageView();
|
53 |
|
|
this.pageConverter = new Telerik.WinControls.UI.RadPageViewPage();
|
54 |
6f3c8356
|
gaqhf
|
this.radPanel2 = new Telerik.WinControls.UI.RadPanel();
|
55 |
baade5a4
|
gaqhf
|
this.gridViewDrawingList = new Telerik.WinControls.UI.RadGridView();
|
56 |
6f3c8356
|
gaqhf
|
this.radPanel1 = new Telerik.WinControls.UI.RadPanel();
|
57 |
65efd126
|
gaqhf
|
this.btnLoadFiles = new Telerik.WinControls.UI.RadButton();
|
58 |
6f3c8356
|
gaqhf
|
this.btnRun = new Telerik.WinControls.UI.RadButton();
|
59 |
3823b4ab
|
gaqhf
|
this.pageSetting = new Telerik.WinControls.UI.RadPageViewPage();
|
60 |
|
|
this.radPanel3 = new Telerik.WinControls.UI.RadPanel();
|
61 |
|
|
this.gridViewDB = new Telerik.WinControls.UI.RadGridView();
|
62 |
|
|
this.radPanel5 = new Telerik.WinControls.UI.RadPanel();
|
63 |
|
|
this.btnLoadiniFile = new Telerik.WinControls.UI.RadButton();
|
64 |
|
|
this.btnSPPIDDBTest = new Telerik.WinControls.UI.RadButton();
|
65 |
|
|
this.btnSave = new Telerik.WinControls.UI.RadButton();
|
66 |
d4be8715
|
gaqhf
|
this.pageItemMapping = new Telerik.WinControls.UI.RadPageViewPage();
|
67 |
65efd126
|
gaqhf
|
this.radPanel4 = new Telerik.WinControls.UI.RadPanel();
|
68 |
3823b4ab
|
gaqhf
|
this.radSplitContainer1 = new Telerik.WinControls.UI.RadSplitContainer();
|
69 |
|
|
this.splitPanel1 = new Telerik.WinControls.UI.SplitPanel();
|
70 |
baade5a4
|
gaqhf
|
this.gridViewItemMapping = new Telerik.WinControls.UI.RadGridView();
|
71 |
3823b4ab
|
gaqhf
|
this.splitPanel2 = new Telerik.WinControls.UI.SplitPanel();
|
72 |
|
|
this.gridViewAttribute = new Telerik.WinControls.UI.RadGridView();
|
73 |
|
|
this.radPanel6 = new Telerik.WinControls.UI.RadPanel();
|
74 |
|
|
this.btnMappingSave = new Telerik.WinControls.UI.RadButton();
|
75 |
d4be8715
|
gaqhf
|
this.pageReport = new Telerik.WinControls.UI.RadPageViewPage();
|
76 |
2cae7d1f
|
gaqhf
|
this.telerikMetroBlueTheme = new Telerik.WinControls.Themes.TelerikMetroBlueTheme();
|
77 |
|
|
this.materialBlueGreyTheme = new Telerik.WinControls.Themes.MaterialBlueGreyTheme();
|
78 |
d4be8715
|
gaqhf
|
this.panelMain.SuspendLayout();
|
79 |
|
|
((System.ComponentModel.ISupportInitialize)(this.pageView)).BeginInit();
|
80 |
|
|
this.pageView.SuspendLayout();
|
81 |
575ba06e
|
gaqhf
|
this.pageConverter.SuspendLayout();
|
82 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit();
|
83 |
|
|
this.radPanel2.SuspendLayout();
|
84 |
baade5a4
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDrawingList)).BeginInit();
|
85 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDrawingList.MasterTemplate)).BeginInit();
|
86 |
6f3c8356
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit();
|
87 |
|
|
this.radPanel1.SuspendLayout();
|
88 |
65efd126
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.btnLoadFiles)).BeginInit();
|
89 |
6f3c8356
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.btnRun)).BeginInit();
|
90 |
3823b4ab
|
gaqhf
|
this.pageSetting.SuspendLayout();
|
91 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel3)).BeginInit();
|
92 |
|
|
this.radPanel3.SuspendLayout();
|
93 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDB)).BeginInit();
|
94 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDB.MasterTemplate)).BeginInit();
|
95 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel5)).BeginInit();
|
96 |
|
|
this.radPanel5.SuspendLayout();
|
97 |
|
|
((System.ComponentModel.ISupportInitialize)(this.btnLoadiniFile)).BeginInit();
|
98 |
|
|
((System.ComponentModel.ISupportInitialize)(this.btnSPPIDDBTest)).BeginInit();
|
99 |
|
|
((System.ComponentModel.ISupportInitialize)(this.btnSave)).BeginInit();
|
100 |
65efd126
|
gaqhf
|
this.pageItemMapping.SuspendLayout();
|
101 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel4)).BeginInit();
|
102 |
baade5a4
|
gaqhf
|
this.radPanel4.SuspendLayout();
|
103 |
3823b4ab
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).BeginInit();
|
104 |
|
|
this.radSplitContainer1.SuspendLayout();
|
105 |
|
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).BeginInit();
|
106 |
|
|
this.splitPanel1.SuspendLayout();
|
107 |
baade5a4
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.gridViewItemMapping)).BeginInit();
|
108 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewItemMapping.MasterTemplate)).BeginInit();
|
109 |
3823b4ab
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).BeginInit();
|
110 |
|
|
this.splitPanel2.SuspendLayout();
|
111 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewAttribute)).BeginInit();
|
112 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewAttribute.MasterTemplate)).BeginInit();
|
113 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel6)).BeginInit();
|
114 |
|
|
this.radPanel6.SuspendLayout();
|
115 |
|
|
((System.ComponentModel.ISupportInitialize)(this.btnMappingSave)).BeginInit();
|
116 |
f2151e28
|
gaqhf
|
this.SuspendLayout();
|
117 |
|
|
//
|
118 |
1f9707e7
|
한규호
|
// panelMain
|
119 |
|
|
//
|
120 |
d4be8715
|
gaqhf
|
this.panelMain.Controls.Add(this.pageView);
|
121 |
1f9707e7
|
한규호
|
this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
122 |
|
|
this.panelMain.Location = new System.Drawing.Point(0, 0);
|
123 |
|
|
this.panelMain.Name = "panelMain";
|
124 |
3823b4ab
|
gaqhf
|
this.panelMain.Size = new System.Drawing.Size(735, 900);
|
125 |
1f9707e7
|
한규호
|
this.panelMain.TabIndex = 0;
|
126 |
|
|
//
|
127 |
d4be8715
|
gaqhf
|
// pageView
|
128 |
|
|
//
|
129 |
|
|
this.pageView.Controls.Add(this.pageConverter);
|
130 |
3823b4ab
|
gaqhf
|
this.pageView.Controls.Add(this.pageSetting);
|
131 |
d4be8715
|
gaqhf
|
this.pageView.Controls.Add(this.pageItemMapping);
|
132 |
|
|
this.pageView.Controls.Add(this.pageReport);
|
133 |
|
|
this.pageView.Dock = System.Windows.Forms.DockStyle.Fill;
|
134 |
|
|
this.pageView.Location = new System.Drawing.Point(0, 0);
|
135 |
|
|
this.pageView.Name = "pageView";
|
136 |
b33b0d0a
|
gaqhf
|
this.pageView.SelectedPage = this.pageConverter;
|
137 |
3823b4ab
|
gaqhf
|
this.pageView.Size = new System.Drawing.Size(735, 900);
|
138 |
d4be8715
|
gaqhf
|
this.pageView.TabIndex = 0;
|
139 |
|
|
this.pageView.ThemeName = "TelerikMetroBlue";
|
140 |
3823b4ab
|
gaqhf
|
this.pageView.SelectedPageChanged += new System.EventHandler(this.pageView_SelectedPageChanged);
|
141 |
d4be8715
|
gaqhf
|
((Telerik.WinControls.UI.RadPageViewStripElement)(this.pageView.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None;
|
142 |
|
|
//
|
143 |
|
|
// pageConverter
|
144 |
|
|
//
|
145 |
575ba06e
|
gaqhf
|
this.pageConverter.Controls.Add(this.radPanel2);
|
146 |
|
|
this.pageConverter.Controls.Add(this.radPanel1);
|
147 |
65efd126
|
gaqhf
|
this.pageConverter.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Convert;
|
148 |
|
|
this.pageConverter.ItemSize = new System.Drawing.SizeF(98F, 40F);
|
149 |
|
|
this.pageConverter.Location = new System.Drawing.Point(5, 46);
|
150 |
d4be8715
|
gaqhf
|
this.pageConverter.Name = "pageConverter";
|
151 |
3823b4ab
|
gaqhf
|
this.pageConverter.Size = new System.Drawing.Size(725, 849);
|
152 |
d4be8715
|
gaqhf
|
this.pageConverter.Text = "Converter";
|
153 |
|
|
//
|
154 |
575ba06e
|
gaqhf
|
// radPanel2
|
155 |
|
|
//
|
156 |
baade5a4
|
gaqhf
|
this.radPanel2.Controls.Add(this.gridViewDrawingList);
|
157 |
575ba06e
|
gaqhf
|
this.radPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
158 |
|
|
this.radPanel2.Location = new System.Drawing.Point(0, 33);
|
159 |
|
|
this.radPanel2.Name = "radPanel2";
|
160 |
3823b4ab
|
gaqhf
|
this.radPanel2.Size = new System.Drawing.Size(725, 816);
|
161 |
575ba06e
|
gaqhf
|
this.radPanel2.TabIndex = 1;
|
162 |
|
|
this.radPanel2.Text = "radPanel2";
|
163 |
|
|
this.radPanel2.ThemeName = "MaterialBlueGrey";
|
164 |
|
|
//
|
165 |
baade5a4
|
gaqhf
|
// gridViewDrawingList
|
166 |
575ba06e
|
gaqhf
|
//
|
167 |
baade5a4
|
gaqhf
|
this.gridViewDrawingList.Dock = System.Windows.Forms.DockStyle.Fill;
|
168 |
|
|
this.gridViewDrawingList.Location = new System.Drawing.Point(0, 0);
|
169 |
575ba06e
|
gaqhf
|
//
|
170 |
|
|
//
|
171 |
|
|
//
|
172 |
baade5a4
|
gaqhf
|
this.gridViewDrawingList.MasterTemplate.AllowAddNewRow = false;
|
173 |
|
|
this.gridViewDrawingList.MasterTemplate.AllowCellContextMenu = false;
|
174 |
3823b4ab
|
gaqhf
|
this.gridViewDrawingList.MasterTemplate.AllowColumnHeaderContextMenu = false;
|
175 |
baade5a4
|
gaqhf
|
this.gridViewDrawingList.MasterTemplate.AllowDeleteRow = false;
|
176 |
3823b4ab
|
gaqhf
|
this.gridViewDrawingList.MasterTemplate.AllowRowHeaderContextMenu = false;
|
177 |
b33b0d0a
|
gaqhf
|
gridViewCheckBoxColumn1.EnableHeaderCheckBox = true;
|
178 |
|
|
gridViewCheckBoxColumn1.HeaderCheckBoxAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
179 |
|
|
gridViewCheckBoxColumn1.HeaderText = "";
|
180 |
|
|
gridViewCheckBoxColumn1.MaxWidth = 30;
|
181 |
|
|
gridViewCheckBoxColumn1.MinWidth = 30;
|
182 |
|
|
gridViewCheckBoxColumn1.Name = "colCheckBox";
|
183 |
|
|
gridViewCheckBoxColumn1.RowSpan = 100;
|
184 |
|
|
gridViewCheckBoxColumn1.Width = 30;
|
185 |
|
|
gridViewTextBoxColumn1.HeaderText = "Drawing File Name";
|
186 |
|
|
gridViewTextBoxColumn1.Name = "colDrawingFileName";
|
187 |
|
|
gridViewTextBoxColumn1.ReadOnly = true;
|
188 |
|
|
gridViewTextBoxColumn1.RowSpan = 100;
|
189 |
|
|
gridViewTextBoxColumn1.Width = 130;
|
190 |
|
|
gridViewCommandColumn1.HeaderText = "Unit";
|
191 |
|
|
gridViewCommandColumn1.Name = "colUnit";
|
192 |
|
|
gridViewCommandColumn1.Width = 70;
|
193 |
|
|
gridViewComboBoxColumn1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
194 |
|
|
gridViewComboBoxColumn1.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDown;
|
195 |
|
|
gridViewComboBoxColumn1.HeaderText = "Template";
|
196 |
|
|
gridViewComboBoxColumn1.Name = "colTemplate";
|
197 |
|
|
gridViewComboBoxColumn1.Width = 140;
|
198 |
|
|
gridViewTextBoxColumn2.HeaderText = "Drawing Number";
|
199 |
|
|
gridViewTextBoxColumn2.Name = "colDrawingNumber";
|
200 |
|
|
gridViewTextBoxColumn2.Width = 119;
|
201 |
|
|
gridViewTextBoxColumn3.HeaderText = "Drawing Name";
|
202 |
|
|
gridViewTextBoxColumn3.Name = "colDrawingName";
|
203 |
|
|
gridViewTextBoxColumn3.Width = 104;
|
204 |
|
|
gridViewTextBoxColumn4.HeaderText = "Status";
|
205 |
|
|
gridViewTextBoxColumn4.MinWidth = 100;
|
206 |
|
|
gridViewTextBoxColumn4.Name = "colStatus";
|
207 |
|
|
gridViewTextBoxColumn4.ReadOnly = true;
|
208 |
|
|
gridViewTextBoxColumn4.RowSpan = 100;
|
209 |
|
|
gridViewTextBoxColumn4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
210 |
|
|
gridViewTextBoxColumn4.Width = 100;
|
211 |
|
|
gridViewTextBoxColumn5.HeaderText = "DrawingFullName";
|
212 |
|
|
gridViewTextBoxColumn5.IsVisible = false;
|
213 |
|
|
gridViewTextBoxColumn5.Name = "colDrawingFullName";
|
214 |
|
|
gridViewTextBoxColumn5.ReadOnly = true;
|
215 |
|
|
gridViewTextBoxColumn5.Width = 43;
|
216 |
baade5a4
|
gaqhf
|
this.gridViewDrawingList.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
|
217 |
b33b0d0a
|
gaqhf
|
gridViewCheckBoxColumn1,
|
218 |
|
|
gridViewTextBoxColumn1,
|
219 |
|
|
gridViewCommandColumn1,
|
220 |
|
|
gridViewComboBoxColumn1,
|
221 |
|
|
gridViewTextBoxColumn2,
|
222 |
|
|
gridViewTextBoxColumn3,
|
223 |
|
|
gridViewTextBoxColumn4,
|
224 |
|
|
gridViewTextBoxColumn5});
|
225 |
baade5a4
|
gaqhf
|
this.gridViewDrawingList.MasterTemplate.EnableGrouping = false;
|
226 |
b33b0d0a
|
gaqhf
|
this.gridViewDrawingList.MasterTemplate.ViewDefinition = tableViewDefinition1;
|
227 |
baade5a4
|
gaqhf
|
this.gridViewDrawingList.Name = "gridViewDrawingList";
|
228 |
3823b4ab
|
gaqhf
|
this.gridViewDrawingList.Size = new System.Drawing.Size(725, 816);
|
229 |
baade5a4
|
gaqhf
|
this.gridViewDrawingList.TabIndex = 0;
|
230 |
|
|
this.gridViewDrawingList.ThemeName = "TelerikMetroBlue";
|
231 |
3823b4ab
|
gaqhf
|
this.gridViewDrawingList.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.gridViewDrawingList_CellFormatting);
|
232 |
|
|
this.gridViewDrawingList.CellClick += new Telerik.WinControls.UI.GridViewCellEventHandler(this.gridViewDrawingList_CellClick);
|
233 |
|
|
this.gridViewDrawingList.CellValueChanged += new Telerik.WinControls.UI.GridViewCellEventHandler(this.gridViewDrawingList_CellValueChanged);
|
234 |
575ba06e
|
gaqhf
|
//
|
235 |
6f3c8356
|
gaqhf
|
// radPanel1
|
236 |
575ba06e
|
gaqhf
|
//
|
237 |
65efd126
|
gaqhf
|
this.radPanel1.Controls.Add(this.btnLoadFiles);
|
238 |
6f3c8356
|
gaqhf
|
this.radPanel1.Controls.Add(this.btnRun);
|
239 |
|
|
this.radPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
240 |
|
|
this.radPanel1.Location = new System.Drawing.Point(0, 0);
|
241 |
|
|
this.radPanel1.Name = "radPanel1";
|
242 |
3823b4ab
|
gaqhf
|
this.radPanel1.Size = new System.Drawing.Size(725, 33);
|
243 |
6f3c8356
|
gaqhf
|
this.radPanel1.TabIndex = 0;
|
244 |
|
|
this.radPanel1.ThemeName = "MaterialBlueGrey";
|
245 |
575ba06e
|
gaqhf
|
//
|
246 |
65efd126
|
gaqhf
|
// btnLoadFiles
|
247 |
575ba06e
|
gaqhf
|
//
|
248 |
65efd126
|
gaqhf
|
this.btnLoadFiles.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Open;
|
249 |
|
|
this.btnLoadFiles.Location = new System.Drawing.Point(0, 0);
|
250 |
|
|
this.btnLoadFiles.Name = "btnLoadFiles";
|
251 |
|
|
this.btnLoadFiles.Size = new System.Drawing.Size(81, 26);
|
252 |
|
|
this.btnLoadFiles.TabIndex = 1;
|
253 |
|
|
this.btnLoadFiles.Text = "Load Files ";
|
254 |
|
|
this.btnLoadFiles.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
255 |
|
|
this.btnLoadFiles.ThemeName = "TelerikMetroBlue";
|
256 |
2cae7d1f
|
gaqhf
|
this.btnLoadFiles.Click += new System.EventHandler(this.btnLoadFiles_Click);
|
257 |
575ba06e
|
gaqhf
|
//
|
258 |
6f3c8356
|
gaqhf
|
// btnRun
|
259 |
|
|
//
|
260 |
|
|
this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
261 |
65efd126
|
gaqhf
|
this.btnRun.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Start;
|
262 |
3823b4ab
|
gaqhf
|
this.btnRun.Location = new System.Drawing.Point(677, 0);
|
263 |
6f3c8356
|
gaqhf
|
this.btnRun.Name = "btnRun";
|
264 |
65efd126
|
gaqhf
|
this.btnRun.Size = new System.Drawing.Size(48, 26);
|
265 |
6f3c8356
|
gaqhf
|
this.btnRun.TabIndex = 0;
|
266 |
65efd126
|
gaqhf
|
this.btnRun.Text = "Run ";
|
267 |
|
|
this.btnRun.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
|
268 |
6f3c8356
|
gaqhf
|
this.btnRun.ThemeName = "TelerikMetroBlue";
|
269 |
e9718eec
|
gaqhf
|
this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
|
270 |
6f3c8356
|
gaqhf
|
//
|
271 |
3823b4ab
|
gaqhf
|
// pageSetting
|
272 |
|
|
//
|
273 |
|
|
this.pageSetting.Controls.Add(this.radPanel3);
|
274 |
|
|
this.pageSetting.Controls.Add(this.radPanel5);
|
275 |
|
|
this.pageSetting.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Setting;
|
276 |
|
|
this.pageSetting.ItemSize = new System.Drawing.SizeF(83F, 40F);
|
277 |
|
|
this.pageSetting.Location = new System.Drawing.Point(5, 46);
|
278 |
|
|
this.pageSetting.Name = "pageSetting";
|
279 |
|
|
this.pageSetting.Size = new System.Drawing.Size(725, 849);
|
280 |
|
|
this.pageSetting.Text = "Setting";
|
281 |
|
|
//
|
282 |
|
|
// radPanel3
|
283 |
|
|
//
|
284 |
|
|
this.radPanel3.Controls.Add(this.gridViewDB);
|
285 |
|
|
this.radPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
286 |
|
|
this.radPanel3.Location = new System.Drawing.Point(0, 30);
|
287 |
|
|
this.radPanel3.Name = "radPanel3";
|
288 |
|
|
this.radPanel3.Size = new System.Drawing.Size(725, 819);
|
289 |
|
|
this.radPanel3.TabIndex = 32;
|
290 |
|
|
this.radPanel3.Text = "radPanel3";
|
291 |
|
|
this.radPanel3.ThemeName = "MaterialBlueGrey";
|
292 |
|
|
//
|
293 |
|
|
// gridViewDB
|
294 |
|
|
//
|
295 |
|
|
this.gridViewDB.BackColor = System.Drawing.Color.White;
|
296 |
|
|
this.gridViewDB.Cursor = System.Windows.Forms.Cursors.Default;
|
297 |
|
|
this.gridViewDB.Dock = System.Windows.Forms.DockStyle.Fill;
|
298 |
|
|
this.gridViewDB.Font = new System.Drawing.Font("Segoe UI", 9F);
|
299 |
|
|
this.gridViewDB.ForeColor = System.Drawing.SystemColors.ControlText;
|
300 |
|
|
this.gridViewDB.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
301 |
|
|
this.gridViewDB.Location = new System.Drawing.Point(0, 0);
|
302 |
|
|
//
|
303 |
|
|
//
|
304 |
|
|
//
|
305 |
|
|
this.gridViewDB.MasterTemplate.AllowAddNewRow = false;
|
306 |
|
|
this.gridViewDB.MasterTemplate.AllowDeleteRow = false;
|
307 |
|
|
this.gridViewDB.MasterTemplate.AllowDragToGroup = false;
|
308 |
|
|
this.gridViewDB.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill;
|
309 |
b33b0d0a
|
gaqhf
|
gridViewTextBoxColumn6.EnableExpressionEditor = false;
|
310 |
|
|
gridViewTextBoxColumn6.HeaderText = "Key";
|
311 |
|
|
gridViewTextBoxColumn6.Name = "colKey";
|
312 |
|
|
gridViewTextBoxColumn6.ReadOnly = true;
|
313 |
|
|
gridViewTextBoxColumn6.Width = 51;
|
314 |
|
|
gridViewTextBoxColumn7.EnableExpressionEditor = false;
|
315 |
|
|
gridViewTextBoxColumn7.HeaderText = "Value";
|
316 |
|
|
gridViewTextBoxColumn7.Name = "colValue";
|
317 |
|
|
gridViewTextBoxColumn7.Width = 674;
|
318 |
3823b4ab
|
gaqhf
|
this.gridViewDB.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
|
319 |
b33b0d0a
|
gaqhf
|
gridViewTextBoxColumn6,
|
320 |
|
|
gridViewTextBoxColumn7});
|
321 |
3823b4ab
|
gaqhf
|
this.gridViewDB.MasterTemplate.EnableGrouping = false;
|
322 |
|
|
this.gridViewDB.MasterTemplate.EnableSorting = false;
|
323 |
|
|
this.gridViewDB.MasterTemplate.ShowRowHeaderColumn = false;
|
324 |
b33b0d0a
|
gaqhf
|
this.gridViewDB.MasterTemplate.ViewDefinition = tableViewDefinition2;
|
325 |
3823b4ab
|
gaqhf
|
this.gridViewDB.Name = "gridViewDB";
|
326 |
|
|
this.gridViewDB.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
327 |
|
|
this.gridViewDB.Size = new System.Drawing.Size(725, 819);
|
328 |
|
|
this.gridViewDB.TabIndex = 29;
|
329 |
|
|
this.gridViewDB.ThemeName = "TelerikMetroBlue";
|
330 |
|
|
this.gridViewDB.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.gridViewDB_CellFormatting);
|
331 |
|
|
//
|
332 |
|
|
// radPanel5
|
333 |
|
|
//
|
334 |
|
|
this.radPanel5.Controls.Add(this.btnLoadiniFile);
|
335 |
|
|
this.radPanel5.Controls.Add(this.btnSPPIDDBTest);
|
336 |
|
|
this.radPanel5.Controls.Add(this.btnSave);
|
337 |
|
|
this.radPanel5.Dock = System.Windows.Forms.DockStyle.Top;
|
338 |
|
|
this.radPanel5.Location = new System.Drawing.Point(0, 0);
|
339 |
|
|
this.radPanel5.Name = "radPanel5";
|
340 |
|
|
this.radPanel5.Size = new System.Drawing.Size(725, 30);
|
341 |
|
|
this.radPanel5.TabIndex = 31;
|
342 |
|
|
this.radPanel5.ThemeName = "MaterialBlueGrey";
|
343 |
|
|
//
|
344 |
|
|
// btnLoadiniFile
|
345 |
|
|
//
|
346 |
|
|
this.btnLoadiniFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
347 |
|
|
this.btnLoadiniFile.Location = new System.Drawing.Point(0, 3);
|
348 |
|
|
this.btnLoadiniFile.Name = "btnLoadiniFile";
|
349 |
|
|
this.btnLoadiniFile.Size = new System.Drawing.Size(110, 24);
|
350 |
|
|
this.btnLoadiniFile.TabIndex = 13;
|
351 |
|
|
this.btnLoadiniFile.Text = "Load Plant ini File";
|
352 |
|
|
this.btnLoadiniFile.ThemeName = "TelerikMetroBlue";
|
353 |
|
|
this.btnLoadiniFile.Click += new System.EventHandler(this.btnLoadiniFile_Click);
|
354 |
|
|
//
|
355 |
|
|
// btnSPPIDDBTest
|
356 |
|
|
//
|
357 |
|
|
this.btnSPPIDDBTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
358 |
|
|
this.btnSPPIDDBTest.Location = new System.Drawing.Point(555, 3);
|
359 |
|
|
this.btnSPPIDDBTest.Name = "btnSPPIDDBTest";
|
360 |
|
|
this.btnSPPIDDBTest.Size = new System.Drawing.Size(82, 24);
|
361 |
|
|
this.btnSPPIDDBTest.TabIndex = 25;
|
362 |
|
|
this.btnSPPIDDBTest.Text = "DB Test";
|
363 |
|
|
this.btnSPPIDDBTest.ThemeName = "TelerikMetroBlue";
|
364 |
|
|
this.btnSPPIDDBTest.Click += new System.EventHandler(this.btnSPPIDDBTest_Click);
|
365 |
|
|
//
|
366 |
|
|
// btnSave
|
367 |
|
|
//
|
368 |
|
|
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
369 |
|
|
this.btnSave.Enabled = false;
|
370 |
|
|
this.btnSave.Location = new System.Drawing.Point(643, 3);
|
371 |
|
|
this.btnSave.Name = "btnSave";
|
372 |
|
|
this.btnSave.Size = new System.Drawing.Size(82, 24);
|
373 |
|
|
this.btnSave.TabIndex = 28;
|
374 |
|
|
this.btnSave.Text = "Save";
|
375 |
|
|
this.btnSave.ThemeName = "TelerikMetroBlue";
|
376 |
|
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
377 |
|
|
//
|
378 |
6f3c8356
|
gaqhf
|
// pageItemMapping
|
379 |
|
|
//
|
380 |
65efd126
|
gaqhf
|
this.pageItemMapping.Controls.Add(this.radPanel4);
|
381 |
3823b4ab
|
gaqhf
|
this.pageItemMapping.Controls.Add(this.radPanel6);
|
382 |
65efd126
|
gaqhf
|
this.pageItemMapping.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.ItemMapping;
|
383 |
|
|
this.pageItemMapping.ItemSize = new System.Drawing.SizeF(122F, 40F);
|
384 |
|
|
this.pageItemMapping.Location = new System.Drawing.Point(5, 46);
|
385 |
6f3c8356
|
gaqhf
|
this.pageItemMapping.Name = "pageItemMapping";
|
386 |
3823b4ab
|
gaqhf
|
this.pageItemMapping.Size = new System.Drawing.Size(725, 849);
|
387 |
6f3c8356
|
gaqhf
|
this.pageItemMapping.Text = "Item Mapping";
|
388 |
|
|
//
|
389 |
65efd126
|
gaqhf
|
// radPanel4
|
390 |
|
|
//
|
391 |
3823b4ab
|
gaqhf
|
this.radPanel4.Controls.Add(this.radSplitContainer1);
|
392 |
65efd126
|
gaqhf
|
this.radPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
393 |
3823b4ab
|
gaqhf
|
this.radPanel4.Location = new System.Drawing.Point(0, 30);
|
394 |
65efd126
|
gaqhf
|
this.radPanel4.Name = "radPanel4";
|
395 |
3823b4ab
|
gaqhf
|
this.radPanel4.Size = new System.Drawing.Size(725, 819);
|
396 |
|
|
this.radPanel4.TabIndex = 5;
|
397 |
65efd126
|
gaqhf
|
this.radPanel4.ThemeName = "MaterialBlueGrey";
|
398 |
|
|
//
|
399 |
3823b4ab
|
gaqhf
|
// radSplitContainer1
|
400 |
|
|
//
|
401 |
|
|
this.radSplitContainer1.Controls.Add(this.splitPanel1);
|
402 |
|
|
this.radSplitContainer1.Controls.Add(this.splitPanel2);
|
403 |
|
|
this.radSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
404 |
|
|
this.radSplitContainer1.Location = new System.Drawing.Point(0, 0);
|
405 |
|
|
this.radSplitContainer1.Name = "radSplitContainer1";
|
406 |
|
|
this.radSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
407 |
|
|
//
|
408 |
|
|
//
|
409 |
|
|
//
|
410 |
|
|
this.radSplitContainer1.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
411 |
|
|
this.radSplitContainer1.Size = new System.Drawing.Size(725, 819);
|
412 |
|
|
this.radSplitContainer1.TabIndex = 4;
|
413 |
|
|
this.radSplitContainer1.TabStop = false;
|
414 |
|
|
this.radSplitContainer1.ThemeName = "TelerikMetroBlue";
|
415 |
|
|
//
|
416 |
|
|
// splitPanel1
|
417 |
|
|
//
|
418 |
|
|
this.splitPanel1.Controls.Add(this.gridViewItemMapping);
|
419 |
|
|
this.splitPanel1.Location = new System.Drawing.Point(0, 0);
|
420 |
|
|
this.splitPanel1.Name = "splitPanel1";
|
421 |
|
|
//
|
422 |
|
|
//
|
423 |
|
|
//
|
424 |
|
|
this.splitPanel1.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
425 |
|
|
this.splitPanel1.Size = new System.Drawing.Size(725, 408);
|
426 |
|
|
this.splitPanel1.TabIndex = 0;
|
427 |
|
|
this.splitPanel1.TabStop = false;
|
428 |
|
|
this.splitPanel1.Text = "splitPanel1";
|
429 |
|
|
//
|
430 |
baade5a4
|
gaqhf
|
// gridViewItemMapping
|
431 |
|
|
//
|
432 |
|
|
this.gridViewItemMapping.Dock = System.Windows.Forms.DockStyle.Fill;
|
433 |
|
|
this.gridViewItemMapping.Location = new System.Drawing.Point(0, 0);
|
434 |
|
|
//
|
435 |
|
|
//
|
436 |
|
|
//
|
437 |
|
|
this.gridViewItemMapping.MasterTemplate.AllowAddNewRow = false;
|
438 |
3823b4ab
|
gaqhf
|
this.gridViewItemMapping.MasterTemplate.AllowCellContextMenu = false;
|
439 |
|
|
this.gridViewItemMapping.MasterTemplate.AllowColumnHeaderContextMenu = false;
|
440 |
|
|
this.gridViewItemMapping.MasterTemplate.AllowRowHeaderContextMenu = false;
|
441 |
b33b0d0a
|
gaqhf
|
gridViewTextBoxColumn8.HeaderText = "Item Name";
|
442 |
|
|
gridViewTextBoxColumn8.Name = "colItemName";
|
443 |
|
|
gridViewTextBoxColumn8.Width = 80;
|
444 |
|
|
gridViewComboBoxColumn2.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
445 |
|
|
gridViewComboBoxColumn2.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDown;
|
446 |
|
|
gridViewComboBoxColumn2.HeaderText = "SPPID Name";
|
447 |
|
|
gridViewComboBoxColumn2.Name = "colSPPIDName";
|
448 |
|
|
gridViewComboBoxColumn2.Width = 89;
|
449 |
|
|
gridViewCommandColumn2.HeaderText = "Select in Explorer";
|
450 |
|
|
gridViewCommandColumn2.Name = "colSelect";
|
451 |
|
|
gridViewCommandColumn2.Width = 118;
|
452 |
baade5a4
|
gaqhf
|
this.gridViewItemMapping.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
|
453 |
b33b0d0a
|
gaqhf
|
gridViewTextBoxColumn8,
|
454 |
|
|
gridViewComboBoxColumn2,
|
455 |
|
|
gridViewCommandColumn2});
|
456 |
baade5a4
|
gaqhf
|
this.gridViewItemMapping.MasterTemplate.EnableGrouping = false;
|
457 |
b33b0d0a
|
gaqhf
|
this.gridViewItemMapping.MasterTemplate.ViewDefinition = tableViewDefinition3;
|
458 |
baade5a4
|
gaqhf
|
this.gridViewItemMapping.Name = "gridViewItemMapping";
|
459 |
|
|
this.gridViewItemMapping.ShowGroupPanel = false;
|
460 |
3823b4ab
|
gaqhf
|
this.gridViewItemMapping.Size = new System.Drawing.Size(725, 408);
|
461 |
baade5a4
|
gaqhf
|
this.gridViewItemMapping.TabIndex = 0;
|
462 |
|
|
this.gridViewItemMapping.ThemeName = "TelerikMetroBlue";
|
463 |
3823b4ab
|
gaqhf
|
this.gridViewItemMapping.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.gridViewItemMapping_CellFormatting);
|
464 |
|
|
//
|
465 |
|
|
// splitPanel2
|
466 |
|
|
//
|
467 |
|
|
this.splitPanel2.Controls.Add(this.gridViewAttribute);
|
468 |
|
|
this.splitPanel2.Location = new System.Drawing.Point(0, 412);
|
469 |
|
|
this.splitPanel2.Name = "splitPanel2";
|
470 |
|
|
//
|
471 |
|
|
//
|
472 |
|
|
//
|
473 |
|
|
this.splitPanel2.RootElement.MinSize = new System.Drawing.Size(25, 25);
|
474 |
|
|
this.splitPanel2.Size = new System.Drawing.Size(725, 407);
|
475 |
|
|
this.splitPanel2.TabIndex = 1;
|
476 |
|
|
this.splitPanel2.TabStop = false;
|
477 |
|
|
this.splitPanel2.Text = "splitPanel2";
|
478 |
|
|
//
|
479 |
|
|
// gridViewAttribute
|
480 |
|
|
//
|
481 |
|
|
this.gridViewAttribute.Dock = System.Windows.Forms.DockStyle.Fill;
|
482 |
|
|
this.gridViewAttribute.Location = new System.Drawing.Point(0, 0);
|
483 |
|
|
//
|
484 |
|
|
//
|
485 |
|
|
//
|
486 |
|
|
this.gridViewAttribute.MasterTemplate.AllowAddNewRow = false;
|
487 |
|
|
this.gridViewAttribute.MasterTemplate.AllowCellContextMenu = false;
|
488 |
|
|
this.gridViewAttribute.MasterTemplate.AllowColumnHeaderContextMenu = false;
|
489 |
|
|
this.gridViewAttribute.MasterTemplate.AllowRowHeaderContextMenu = false;
|
490 |
b33b0d0a
|
gaqhf
|
gridViewTextBoxColumn9.HeaderText = "Attribute";
|
491 |
|
|
gridViewTextBoxColumn9.Name = "colAttribute";
|
492 |
|
|
gridViewTextBoxColumn9.Width = 66;
|
493 |
|
|
gridViewComboBoxColumn3.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
494 |
|
|
gridViewComboBoxColumn3.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDown;
|
495 |
|
|
gridViewComboBoxColumn3.HeaderText = "SPPID Attribute";
|
496 |
|
|
gridViewComboBoxColumn3.Name = "colSPPIDAttribute";
|
497 |
|
|
gridViewComboBoxColumn3.Width = 108;
|
498 |
|
|
gridViewCommandColumn3.HeaderText = "Select in Explorer";
|
499 |
|
|
gridViewCommandColumn3.Name = "colSelect";
|
500 |
|
|
gridViewCommandColumn3.Width = 118;
|
501 |
3823b4ab
|
gaqhf
|
this.gridViewAttribute.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] {
|
502 |
b33b0d0a
|
gaqhf
|
gridViewTextBoxColumn9,
|
503 |
|
|
gridViewComboBoxColumn3,
|
504 |
|
|
gridViewCommandColumn3});
|
505 |
3823b4ab
|
gaqhf
|
this.gridViewAttribute.MasterTemplate.EnableGrouping = false;
|
506 |
b33b0d0a
|
gaqhf
|
this.gridViewAttribute.MasterTemplate.ViewDefinition = tableViewDefinition4;
|
507 |
3823b4ab
|
gaqhf
|
this.gridViewAttribute.Name = "gridViewAttribute";
|
508 |
|
|
this.gridViewAttribute.ShowGroupPanel = false;
|
509 |
|
|
this.gridViewAttribute.Size = new System.Drawing.Size(725, 407);
|
510 |
|
|
this.gridViewAttribute.TabIndex = 1;
|
511 |
|
|
this.gridViewAttribute.ThemeName = "TelerikMetroBlue";
|
512 |
|
|
this.gridViewAttribute.CellFormatting += new Telerik.WinControls.UI.CellFormattingEventHandler(this.gridViewAttribute_CellFormatting);
|
513 |
|
|
//
|
514 |
|
|
// radPanel6
|
515 |
|
|
//
|
516 |
|
|
this.radPanel6.Controls.Add(this.btnMappingSave);
|
517 |
|
|
this.radPanel6.Dock = System.Windows.Forms.DockStyle.Top;
|
518 |
|
|
this.radPanel6.Location = new System.Drawing.Point(0, 0);
|
519 |
|
|
this.radPanel6.Name = "radPanel6";
|
520 |
|
|
this.radPanel6.Size = new System.Drawing.Size(725, 30);
|
521 |
|
|
this.radPanel6.TabIndex = 4;
|
522 |
|
|
this.radPanel6.ThemeName = "MaterialBlueGrey";
|
523 |
|
|
//
|
524 |
|
|
// btnMappingSave
|
525 |
|
|
//
|
526 |
|
|
this.btnMappingSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
527 |
|
|
this.btnMappingSave.Location = new System.Drawing.Point(643, 3);
|
528 |
|
|
this.btnMappingSave.Name = "btnMappingSave";
|
529 |
|
|
this.btnMappingSave.Size = new System.Drawing.Size(82, 24);
|
530 |
|
|
this.btnMappingSave.TabIndex = 29;
|
531 |
|
|
this.btnMappingSave.Text = "Save";
|
532 |
|
|
this.btnMappingSave.ThemeName = "TelerikMetroBlue";
|
533 |
|
|
this.btnMappingSave.Click += new System.EventHandler(this.btnMappingSave_Click);
|
534 |
65efd126
|
gaqhf
|
//
|
535 |
6f3c8356
|
gaqhf
|
// pageReport
|
536 |
|
|
//
|
537 |
baade5a4
|
gaqhf
|
this.pageReport.Enabled = false;
|
538 |
65efd126
|
gaqhf
|
this.pageReport.Image = global::SPPIDConverter_AutoModeling.Properties.Resources.Report;
|
539 |
|
|
this.pageReport.ItemSize = new System.Drawing.SizeF(81F, 40F);
|
540 |
|
|
this.pageReport.Location = new System.Drawing.Point(5, 46);
|
541 |
6f3c8356
|
gaqhf
|
this.pageReport.Name = "pageReport";
|
542 |
3823b4ab
|
gaqhf
|
this.pageReport.Size = new System.Drawing.Size(725, 849);
|
543 |
6f3c8356
|
gaqhf
|
this.pageReport.Text = "Report";
|
544 |
|
|
//
|
545 |
f2151e28
|
gaqhf
|
// MainControl
|
546 |
|
|
//
|
547 |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
548 |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
549 |
1f9707e7
|
한규호
|
this.Controls.Add(this.panelMain);
|
550 |
f2151e28
|
gaqhf
|
this.Name = "MainControl";
|
551 |
3823b4ab
|
gaqhf
|
this.Size = new System.Drawing.Size(735, 900);
|
552 |
d4be8715
|
gaqhf
|
this.panelMain.ResumeLayout(false);
|
553 |
|
|
((System.ComponentModel.ISupportInitialize)(this.pageView)).EndInit();
|
554 |
|
|
this.pageView.ResumeLayout(false);
|
555 |
575ba06e
|
gaqhf
|
this.pageConverter.ResumeLayout(false);
|
556 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit();
|
557 |
|
|
this.radPanel2.ResumeLayout(false);
|
558 |
baade5a4
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDrawingList.MasterTemplate)).EndInit();
|
559 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDrawingList)).EndInit();
|
560 |
6f3c8356
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit();
|
561 |
|
|
this.radPanel1.ResumeLayout(false);
|
562 |
65efd126
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.btnLoadFiles)).EndInit();
|
563 |
6f3c8356
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.btnRun)).EndInit();
|
564 |
3823b4ab
|
gaqhf
|
this.pageSetting.ResumeLayout(false);
|
565 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel3)).EndInit();
|
566 |
|
|
this.radPanel3.ResumeLayout(false);
|
567 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDB.MasterTemplate)).EndInit();
|
568 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewDB)).EndInit();
|
569 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel5)).EndInit();
|
570 |
|
|
this.radPanel5.ResumeLayout(false);
|
571 |
|
|
((System.ComponentModel.ISupportInitialize)(this.btnLoadiniFile)).EndInit();
|
572 |
|
|
((System.ComponentModel.ISupportInitialize)(this.btnSPPIDDBTest)).EndInit();
|
573 |
|
|
((System.ComponentModel.ISupportInitialize)(this.btnSave)).EndInit();
|
574 |
65efd126
|
gaqhf
|
this.pageItemMapping.ResumeLayout(false);
|
575 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel4)).EndInit();
|
576 |
baade5a4
|
gaqhf
|
this.radPanel4.ResumeLayout(false);
|
577 |
3823b4ab
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.radSplitContainer1)).EndInit();
|
578 |
|
|
this.radSplitContainer1.ResumeLayout(false);
|
579 |
|
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel1)).EndInit();
|
580 |
|
|
this.splitPanel1.ResumeLayout(false);
|
581 |
baade5a4
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.gridViewItemMapping.MasterTemplate)).EndInit();
|
582 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewItemMapping)).EndInit();
|
583 |
3823b4ab
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.splitPanel2)).EndInit();
|
584 |
|
|
this.splitPanel2.ResumeLayout(false);
|
585 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewAttribute.MasterTemplate)).EndInit();
|
586 |
|
|
((System.ComponentModel.ISupportInitialize)(this.gridViewAttribute)).EndInit();
|
587 |
|
|
((System.ComponentModel.ISupportInitialize)(this.radPanel6)).EndInit();
|
588 |
|
|
this.radPanel6.ResumeLayout(false);
|
589 |
|
|
((System.ComponentModel.ISupportInitialize)(this.btnMappingSave)).EndInit();
|
590 |
f2151e28
|
gaqhf
|
this.ResumeLayout(false);
|
591 |
|
|
|
592 |
|
|
}
|
593 |
|
|
|
594 |
|
|
#endregion
|
595 |
1f9707e7
|
한규호
|
|
596 |
|
|
private System.Windows.Forms.Panel panelMain;
|
597 |
d4be8715
|
gaqhf
|
private Telerik.WinControls.UI.RadPageView pageView;
|
598 |
|
|
private Telerik.WinControls.UI.RadPageViewPage pageConverter;
|
599 |
|
|
private Telerik.WinControls.UI.RadPageViewPage pageItemMapping;
|
600 |
|
|
private Telerik.WinControls.UI.RadPageViewPage pageReport;
|
601 |
|
|
private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme;
|
602 |
|
|
private Telerik.WinControls.Themes.MaterialBlueGreyTheme materialBlueGreyTheme;
|
603 |
575ba06e
|
gaqhf
|
private Telerik.WinControls.UI.RadPanel radPanel2;
|
604 |
|
|
private Telerik.WinControls.UI.RadPanel radPanel1;
|
605 |
baade5a4
|
gaqhf
|
private Telerik.WinControls.UI.RadGridView gridViewDrawingList;
|
606 |
65efd126
|
gaqhf
|
private Telerik.WinControls.UI.RadButton btnLoadFiles;
|
607 |
575ba06e
|
gaqhf
|
private Telerik.WinControls.UI.RadButton btnRun;
|
608 |
3823b4ab
|
gaqhf
|
private Telerik.WinControls.UI.RadPageViewPage pageSetting;
|
609 |
|
|
private Telerik.WinControls.UI.RadButton btnSPPIDDBTest;
|
610 |
|
|
private Telerik.WinControls.UI.RadButton btnLoadiniFile;
|
611 |
|
|
private Telerik.WinControls.UI.RadButton btnSave;
|
612 |
65efd126
|
gaqhf
|
private Telerik.WinControls.UI.RadPanel radPanel3;
|
613 |
3823b4ab
|
gaqhf
|
private Telerik.WinControls.UI.RadGridView gridViewDB;
|
614 |
|
|
private Telerik.WinControls.UI.RadPanel radPanel5;
|
615 |
|
|
private Telerik.WinControls.UI.RadPanel radPanel4;
|
616 |
|
|
private Telerik.WinControls.UI.RadSplitContainer radSplitContainer1;
|
617 |
|
|
private Telerik.WinControls.UI.SplitPanel splitPanel1;
|
618 |
baade5a4
|
gaqhf
|
private Telerik.WinControls.UI.RadGridView gridViewItemMapping;
|
619 |
3823b4ab
|
gaqhf
|
private Telerik.WinControls.UI.SplitPanel splitPanel2;
|
620 |
|
|
private Telerik.WinControls.UI.RadPanel radPanel6;
|
621 |
|
|
private Telerik.WinControls.UI.RadButton btnMappingSave;
|
622 |
|
|
private Telerik.WinControls.UI.RadGridView gridViewAttribute;
|
623 |
f2151e28
|
gaqhf
|
}
|
624 |
|
|
} |