hytos / DTI_PID / SPPIDConverter_AutoModeling / MainControl.Designer.cs @ 6f3c8356
이력 | 보기 | 이력해설 | 다운로드 (11.7 KB)
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 | 6f3c8356 | 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.GridViewTextBoxColumn gridViewTextBoxColumn2 = new Telerik.WinControls.UI.GridViewTextBoxColumn(); |
||
34 | a3857456 | gaqhf | Telerik.WinControls.UI.TableViewDefinition tableViewDefinition1 = new Telerik.WinControls.UI.TableViewDefinition(); |
35 | 1f9707e7 | 한규호 | this.panelMain = new System.Windows.Forms.Panel(); |
36 | d4be8715 | gaqhf | this.pageView = new Telerik.WinControls.UI.RadPageView(); |
37 | this.pageConverter = new Telerik.WinControls.UI.RadPageViewPage(); |
||
38 | 6f3c8356 | gaqhf | this.radPanel2 = new Telerik.WinControls.UI.RadPanel(); |
39 | this.gridViewFileList = new Telerik.WinControls.UI.RadGridView(); |
||
40 | this.radPanel1 = new Telerik.WinControls.UI.RadPanel(); |
||
41 | this.btnLoadFile = new Telerik.WinControls.UI.RadButton(); |
||
42 | this.btnRun = new Telerik.WinControls.UI.RadButton(); |
||
43 | d4be8715 | gaqhf | this.pageItemMapping = new Telerik.WinControls.UI.RadPageViewPage(); |
44 | this.pageReport = new Telerik.WinControls.UI.RadPageViewPage(); |
||
45 | this.telerikMetroBlueTheme = new Telerik.WinControls.Themes.TelerikMetroBlueTheme(); |
||
46 | this.materialBlueGreyTheme = new Telerik.WinControls.Themes.MaterialBlueGreyTheme(); |
||
47 | this.panelMain.SuspendLayout(); |
||
48 | ((System.ComponentModel.ISupportInitialize)(this.pageView)).BeginInit(); |
||
49 | this.pageView.SuspendLayout(); |
||
50 | 575ba06e | gaqhf | this.pageConverter.SuspendLayout(); |
51 | ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).BeginInit(); |
||
52 | this.radPanel2.SuspendLayout(); |
||
53 | a3857456 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.gridViewFileList)).BeginInit(); |
54 | ((System.ComponentModel.ISupportInitialize)(this.gridViewFileList.MasterTemplate)).BeginInit(); |
||
55 | 6f3c8356 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).BeginInit(); |
56 | this.radPanel1.SuspendLayout(); |
||
57 | 575ba06e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnLoadFile)).BeginInit(); |
58 | 6f3c8356 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnRun)).BeginInit(); |
59 | f2151e28 | gaqhf | this.SuspendLayout(); |
60 | // |
||
61 | 1f9707e7 | 한규호 | // panelMain |
62 | // |
||
63 | d4be8715 | gaqhf | this.panelMain.Controls.Add(this.pageView); |
64 | 1f9707e7 | 한규호 | this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill; |
65 | this.panelMain.Location = new System.Drawing.Point(0, 0); |
||
66 | this.panelMain.Name = "panelMain"; |
||
67 | 6f3c8356 | gaqhf | this.panelMain.Size = new System.Drawing.Size(361, 634); |
68 | 1f9707e7 | 한규호 | this.panelMain.TabIndex = 0; |
69 | // |
||
70 | d4be8715 | gaqhf | // pageView |
71 | // |
||
72 | this.pageView.Controls.Add(this.pageConverter); |
||
73 | this.pageView.Controls.Add(this.pageItemMapping); |
||
74 | this.pageView.Controls.Add(this.pageReport); |
||
75 | this.pageView.Dock = System.Windows.Forms.DockStyle.Fill; |
||
76 | this.pageView.Location = new System.Drawing.Point(0, 0); |
||
77 | this.pageView.Name = "pageView"; |
||
78 | this.pageView.SelectedPage = this.pageConverter; |
||
79 | 6f3c8356 | gaqhf | this.pageView.Size = new System.Drawing.Size(361, 634); |
80 | d4be8715 | gaqhf | this.pageView.TabIndex = 0; |
81 | this.pageView.ThemeName = "TelerikMetroBlue"; |
||
82 | ((Telerik.WinControls.UI.RadPageViewStripElement)(this.pageView.GetChildAt(0))).StripButtons = Telerik.WinControls.UI.StripViewButtons.None; |
||
83 | // |
||
84 | // pageConverter |
||
85 | // |
||
86 | 575ba06e | gaqhf | this.pageConverter.Controls.Add(this.radPanel2); |
87 | this.pageConverter.Controls.Add(this.radPanel1); |
||
88 | d4be8715 | gaqhf | this.pageConverter.ItemSize = new System.Drawing.SizeF(66F, 25F); |
89 | this.pageConverter.Location = new System.Drawing.Point(5, 31); |
||
90 | this.pageConverter.Name = "pageConverter"; |
||
91 | 6f3c8356 | gaqhf | this.pageConverter.Size = new System.Drawing.Size(351, 598); |
92 | d4be8715 | gaqhf | this.pageConverter.Text = "Converter"; |
93 | // |
||
94 | 575ba06e | gaqhf | // radPanel2 |
95 | // |
||
96 | a3857456 | gaqhf | this.radPanel2.Controls.Add(this.gridViewFileList); |
97 | 575ba06e | gaqhf | this.radPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
98 | this.radPanel2.Location = new System.Drawing.Point(0, 33); |
||
99 | this.radPanel2.Name = "radPanel2"; |
||
100 | 6f3c8356 | gaqhf | this.radPanel2.Size = new System.Drawing.Size(351, 565); |
101 | 575ba06e | gaqhf | this.radPanel2.TabIndex = 1; |
102 | this.radPanel2.Text = "radPanel2"; |
||
103 | this.radPanel2.ThemeName = "MaterialBlueGrey"; |
||
104 | // |
||
105 | a3857456 | gaqhf | // gridViewFileList |
106 | 575ba06e | gaqhf | // |
107 | a3857456 | gaqhf | this.gridViewFileList.Dock = System.Windows.Forms.DockStyle.Fill; |
108 | this.gridViewFileList.Location = new System.Drawing.Point(0, 0); |
||
109 | 575ba06e | gaqhf | // |
110 | // |
||
111 | // |
||
112 | 6f3c8356 | gaqhf | this.gridViewFileList.MasterTemplate.AllowAddNewRow = false; |
113 | this.gridViewFileList.MasterTemplate.AllowCellContextMenu = false; |
||
114 | this.gridViewFileList.MasterTemplate.AllowDeleteRow = false; |
||
115 | this.gridViewFileList.MasterTemplate.AutoSizeColumnsMode = Telerik.WinControls.UI.GridViewAutoSizeColumnsMode.Fill; |
||
116 | gridViewCheckBoxColumn1.EnableHeaderCheckBox = true; |
||
117 | gridViewCheckBoxColumn1.HeaderCheckBoxAlignment = System.Drawing.ContentAlignment.MiddleCenter; |
||
118 | gridViewCheckBoxColumn1.HeaderText = ""; |
||
119 | gridViewCheckBoxColumn1.Name = "colCheckBox"; |
||
120 | gridViewCheckBoxColumn1.RowSpan = 100; |
||
121 | gridViewCheckBoxColumn1.Width = 41; |
||
122 | gridViewTextBoxColumn1.HeaderText = "Drawing Name"; |
||
123 | gridViewTextBoxColumn1.Name = "colDrawingName"; |
||
124 | gridViewTextBoxColumn1.RowSpan = 100; |
||
125 | gridViewTextBoxColumn1.Width = 196; |
||
126 | gridViewTextBoxColumn2.HeaderText = "Status"; |
||
127 | gridViewTextBoxColumn2.Name = "colStatus"; |
||
128 | gridViewTextBoxColumn2.RowSpan = 100; |
||
129 | gridViewTextBoxColumn2.Width = 92; |
||
130 | this.gridViewFileList.MasterTemplate.Columns.AddRange(new Telerik.WinControls.UI.GridViewDataColumn[] { |
||
131 | gridViewCheckBoxColumn1, |
||
132 | gridViewTextBoxColumn1, |
||
133 | gridViewTextBoxColumn2}); |
||
134 | this.gridViewFileList.MasterTemplate.EnableGrouping = false; |
||
135 | a3857456 | gaqhf | this.gridViewFileList.MasterTemplate.ViewDefinition = tableViewDefinition1; |
136 | this.gridViewFileList.Name = "gridViewFileList"; |
||
137 | 6f3c8356 | gaqhf | this.gridViewFileList.Size = new System.Drawing.Size(351, 565); |
138 | a3857456 | gaqhf | this.gridViewFileList.TabIndex = 0; |
139 | this.gridViewFileList.ThemeName = "TelerikMetroBlue"; |
||
140 | 575ba06e | gaqhf | // |
141 | 6f3c8356 | gaqhf | // radPanel1 |
142 | 575ba06e | gaqhf | // |
143 | 6f3c8356 | gaqhf | this.radPanel1.Controls.Add(this.btnLoadFile); |
144 | this.radPanel1.Controls.Add(this.btnRun); |
||
145 | this.radPanel1.Dock = System.Windows.Forms.DockStyle.Top; |
||
146 | this.radPanel1.Location = new System.Drawing.Point(0, 0); |
||
147 | this.radPanel1.Name = "radPanel1"; |
||
148 | this.radPanel1.Size = new System.Drawing.Size(351, 33); |
||
149 | this.radPanel1.TabIndex = 0; |
||
150 | this.radPanel1.ThemeName = "MaterialBlueGrey"; |
||
151 | 575ba06e | gaqhf | // |
152 | // btnLoadFile |
||
153 | // |
||
154 | this.btnLoadFile.Location = new System.Drawing.Point(0, 0); |
||
155 | this.btnLoadFile.Name = "btnLoadFile"; |
||
156 | this.btnLoadFile.Size = new System.Drawing.Size(94, 26); |
||
157 | this.btnLoadFile.TabIndex = 1; |
||
158 | this.btnLoadFile.Text = "Load File"; |
||
159 | this.btnLoadFile.ThemeName = "TelerikMetroBlue"; |
||
160 | // |
||
161 | 6f3c8356 | gaqhf | // btnRun |
162 | // |
||
163 | this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
||
164 | this.btnRun.Location = new System.Drawing.Point(257, 0); |
||
165 | this.btnRun.Name = "btnRun"; |
||
166 | this.btnRun.Size = new System.Drawing.Size(94, 26); |
||
167 | this.btnRun.TabIndex = 0; |
||
168 | this.btnRun.Text = "Run"; |
||
169 | this.btnRun.ThemeName = "TelerikMetroBlue"; |
||
170 | // |
||
171 | // pageItemMapping |
||
172 | // |
||
173 | this.pageItemMapping.ItemSize = new System.Drawing.SizeF(90F, 25F); |
||
174 | this.pageItemMapping.Location = new System.Drawing.Point(5, 31); |
||
175 | this.pageItemMapping.Name = "pageItemMapping"; |
||
176 | this.pageItemMapping.Size = new System.Drawing.Size(394, 598); |
||
177 | this.pageItemMapping.Text = "Item Mapping"; |
||
178 | // |
||
179 | // pageReport |
||
180 | // |
||
181 | this.pageReport.ItemSize = new System.Drawing.SizeF(49F, 25F); |
||
182 | this.pageReport.Location = new System.Drawing.Point(5, 31); |
||
183 | this.pageReport.Name = "pageReport"; |
||
184 | this.pageReport.Size = new System.Drawing.Size(394, 598); |
||
185 | this.pageReport.Text = "Report"; |
||
186 | // |
||
187 | f2151e28 | gaqhf | // MainControl |
188 | // |
||
189 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
190 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
191 | 1f9707e7 | 한규호 | this.Controls.Add(this.panelMain); |
192 | f2151e28 | gaqhf | this.Name = "MainControl"; |
193 | 6f3c8356 | gaqhf | this.Size = new System.Drawing.Size(361, 634); |
194 | d4be8715 | gaqhf | this.panelMain.ResumeLayout(false); |
195 | ((System.ComponentModel.ISupportInitialize)(this.pageView)).EndInit(); |
||
196 | this.pageView.ResumeLayout(false); |
||
197 | 575ba06e | gaqhf | this.pageConverter.ResumeLayout(false); |
198 | ((System.ComponentModel.ISupportInitialize)(this.radPanel2)).EndInit(); |
||
199 | this.radPanel2.ResumeLayout(false); |
||
200 | a3857456 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.gridViewFileList.MasterTemplate)).EndInit(); |
201 | ((System.ComponentModel.ISupportInitialize)(this.gridViewFileList)).EndInit(); |
||
202 | 6f3c8356 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.radPanel1)).EndInit(); |
203 | this.radPanel1.ResumeLayout(false); |
||
204 | 575ba06e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnLoadFile)).EndInit(); |
205 | 6f3c8356 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnRun)).EndInit(); |
206 | f2151e28 | gaqhf | this.ResumeLayout(false); |
207 | |||
208 | } |
||
209 | |||
210 | #endregion |
||
211 | 1f9707e7 | 한규호 | |
212 | private System.Windows.Forms.Panel panelMain; |
||
213 | d4be8715 | gaqhf | private Telerik.WinControls.UI.RadPageView pageView; |
214 | private Telerik.WinControls.UI.RadPageViewPage pageConverter; |
||
215 | private Telerik.WinControls.UI.RadPageViewPage pageItemMapping; |
||
216 | private Telerik.WinControls.UI.RadPageViewPage pageReport; |
||
217 | private Telerik.WinControls.Themes.TelerikMetroBlueTheme telerikMetroBlueTheme; |
||
218 | private Telerik.WinControls.Themes.MaterialBlueGreyTheme materialBlueGreyTheme; |
||
219 | 575ba06e | gaqhf | private Telerik.WinControls.UI.RadPanel radPanel2; |
220 | private Telerik.WinControls.UI.RadPanel radPanel1; |
||
221 | a3857456 | gaqhf | private Telerik.WinControls.UI.RadGridView gridViewFileList; |
222 | 575ba06e | gaqhf | private Telerik.WinControls.UI.RadButton btnLoadFile; |
223 | private Telerik.WinControls.UI.RadButton btnRun; |
||
224 | f2151e28 | gaqhf | } |
225 | } |