개정판 7824381a
XML Format update
DTI_PID/SPPIDConverter/Main.Designer.vb | ||
---|---|---|
24 | 24 |
Private Sub InitializeComponent() |
25 | 25 |
Me.components = New System.ComponentModel.Container() |
26 | 26 |
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main)) |
27 |
Dim TreeNode1 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Drawing", 15, 16)
|
|
27 |
Dim TreeNode2 As System.Windows.Forms.TreeNode = New System.Windows.Forms.TreeNode("Drawing", 15, 16)
|
|
28 | 28 |
Me.Status_Main = New System.Windows.Forms.StatusStrip() |
29 | 29 |
Me.ProgressBar_Status = New System.Windows.Forms.ToolStripProgressBar() |
30 | 30 |
Me.Txt_Status = New System.Windows.Forms.ToolStripStatusLabel() |
... | ... | |
37 | 37 |
Me.TestLineToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() |
38 | 38 |
Me.ToolStripDropDownButton2 = New System.Windows.Forms.ToolStripDropDownButton() |
39 | 39 |
Me.Btn_Setting = New System.Windows.Forms.ToolStripMenuItem() |
40 |
Me.ToolStripDropDownButton3 = New System.Windows.Forms.ToolStripDropDownButton() |
|
41 |
Me.Btn_ClearGrid = New System.Windows.Forms.ToolStripMenuItem() |
|
42 |
Me.ClearLogToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() |
|
40 | 43 |
Me.Main_Tab = New System.Windows.Forms.TabControl() |
41 | 44 |
Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() |
42 | 45 |
Me.Tree_Result = New System.Windows.Forms.TreeView() |
... | ... | |
44 | 47 |
Me.SplitContainer4 = New System.Windows.Forms.SplitContainer() |
45 | 48 |
Me.DataGrid_Result = New System.Windows.Forms.DataGridView() |
46 | 49 |
Me.ListBox_Result = New System.Windows.Forms.ListBox() |
47 |
Me.ToolStripDropDownButton3 = New System.Windows.Forms.ToolStripDropDownButton() |
|
48 |
Me.Btn_ClearGrid = New System.Windows.Forms.ToolStripMenuItem() |
|
49 |
Me.ClearLogToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() |
|
50 | 50 |
Me.Status_Main.SuspendLayout() |
51 | 51 |
Me.ToolStrip1.SuspendLayout() |
52 | 52 |
CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit() |
... | ... | |
103 | 103 |
'LoadXmlToolStripMenuItem |
104 | 104 |
' |
105 | 105 |
Me.LoadXmlToolStripMenuItem.Name = "LoadXmlToolStripMenuItem" |
106 |
Me.LoadXmlToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
|
|
106 |
Me.LoadXmlToolStripMenuItem.Size = New System.Drawing.Size(125, 22)
|
|
107 | 107 |
Me.LoadXmlToolStripMenuItem.Text = "Load Xml" |
108 | 108 |
' |
109 | 109 |
'ToolStripDropDownButton1 |
... | ... | |
118 | 118 |
' |
119 | 119 |
'Btn_Convert |
120 | 120 |
' |
121 |
Me.Btn_Convert.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text |
|
121 | 122 |
Me.Btn_Convert.Image = CType(resources.GetObject("Btn_Convert.Image"), System.Drawing.Image) |
122 | 123 |
Me.Btn_Convert.Name = "Btn_Convert" |
123 | 124 |
Me.Btn_Convert.Size = New System.Drawing.Size(160, 30) |
... | ... | |
125 | 126 |
' |
126 | 127 |
'Btn_Stop |
127 | 128 |
' |
129 |
Me.Btn_Stop.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text |
|
128 | 130 |
Me.Btn_Stop.Image = CType(resources.GetObject("Btn_Stop.Image"), System.Drawing.Image) |
129 | 131 |
Me.Btn_Stop.Name = "Btn_Stop" |
130 | 132 |
Me.Btn_Stop.Size = New System.Drawing.Size(160, 30) |
... | ... | |
133 | 135 |
'TestLineToolStripMenuItem |
134 | 136 |
' |
135 | 137 |
Me.TestLineToolStripMenuItem.Name = "TestLineToolStripMenuItem" |
136 |
Me.TestLineToolStripMenuItem.Size = New System.Drawing.Size(160, 30)
|
|
138 |
Me.TestLineToolStripMenuItem.Size = New System.Drawing.Size(121, 22)
|
|
137 | 139 |
Me.TestLineToolStripMenuItem.Text = "Test Line" |
138 | 140 |
' |
139 | 141 |
'ToolStripDropDownButton2 |
... | ... | |
148 | 150 |
' |
149 | 151 |
'Btn_Setting |
150 | 152 |
' |
153 |
Me.Btn_Setting.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text |
|
151 | 154 |
Me.Btn_Setting.Image = CType(resources.GetObject("Btn_Setting.Image"), System.Drawing.Image) |
152 | 155 |
Me.Btn_Setting.Name = "Btn_Setting" |
153 | 156 |
Me.Btn_Setting.Size = New System.Drawing.Size(160, 30) |
154 | 157 |
Me.Btn_Setting.Text = "Setting" |
155 | 158 |
' |
159 |
'ToolStripDropDownButton3 |
|
160 |
' |
|
161 |
Me.ToolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text |
|
162 |
Me.ToolStripDropDownButton3.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_ClearGrid, Me.ClearLogToolStripMenuItem}) |
|
163 |
Me.ToolStripDropDownButton3.Image = CType(resources.GetObject("ToolStripDropDownButton3.Image"), System.Drawing.Image) |
|
164 |
Me.ToolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta |
|
165 |
Me.ToolStripDropDownButton3.Name = "ToolStripDropDownButton3" |
|
166 |
Me.ToolStripDropDownButton3.Size = New System.Drawing.Size(46, 22) |
|
167 |
Me.ToolStripDropDownButton3.Text = "View" |
|
168 |
' |
|
169 |
'Btn_ClearGrid |
|
170 |
' |
|
171 |
Me.Btn_ClearGrid.Name = "Btn_ClearGrid" |
|
172 |
Me.Btn_ClearGrid.Size = New System.Drawing.Size(127, 22) |
|
173 |
Me.Btn_ClearGrid.Text = "Clear Grid" |
|
174 |
' |
|
175 |
'ClearLogToolStripMenuItem |
|
176 |
' |
|
177 |
Me.ClearLogToolStripMenuItem.Name = "ClearLogToolStripMenuItem" |
|
178 |
Me.ClearLogToolStripMenuItem.Size = New System.Drawing.Size(127, 22) |
|
179 |
Me.ClearLogToolStripMenuItem.Text = "Clear Log" |
|
180 |
' |
|
156 | 181 |
'Main_Tab |
157 | 182 |
' |
158 | 183 |
Me.Main_Tab.Dock = System.Windows.Forms.DockStyle.Fill |
... | ... | |
176 | 201 |
' |
177 | 202 |
Me.SplitContainer2.Panel2.Controls.Add(Me.SplitContainer4) |
178 | 203 |
Me.SplitContainer2.Size = New System.Drawing.Size(721, 424) |
179 |
Me.SplitContainer2.SplitterDistance = 235
|
|
204 |
Me.SplitContainer2.SplitterDistance = 232
|
|
180 | 205 |
Me.SplitContainer2.TabIndex = 3 |
181 | 206 |
' |
182 | 207 |
'Tree_Result |
... | ... | |
188 | 213 |
Me.Tree_Result.ImageList = Me.TreeNodeImageList |
189 | 214 |
Me.Tree_Result.Location = New System.Drawing.Point(0, 0) |
190 | 215 |
Me.Tree_Result.Name = "Tree_Result" |
191 |
TreeNode1.ImageIndex = 15
|
|
192 |
TreeNode1.Name = "Drawing"
|
|
193 |
TreeNode1.SelectedImageIndex = 16
|
|
194 |
TreeNode1.Text = "Drawing"
|
|
195 |
Me.Tree_Result.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode1})
|
|
216 |
TreeNode2.ImageIndex = 15
|
|
217 |
TreeNode2.Name = "Drawing"
|
|
218 |
TreeNode2.SelectedImageIndex = 16
|
|
219 |
TreeNode2.Text = "Drawing"
|
|
220 |
Me.Tree_Result.Nodes.AddRange(New System.Windows.Forms.TreeNode() {TreeNode2})
|
|
196 | 221 |
Me.Tree_Result.SelectedImageIndex = 0 |
197 |
Me.Tree_Result.Size = New System.Drawing.Size(235, 424)
|
|
222 |
Me.Tree_Result.Size = New System.Drawing.Size(232, 424)
|
|
198 | 223 |
Me.Tree_Result.TabIndex = 0 |
199 | 224 |
' |
200 | 225 |
'TreeNodeImageList |
... | ... | |
244 | 269 |
'SplitContainer4.Panel2 |
245 | 270 |
' |
246 | 271 |
Me.SplitContainer4.Panel2.Controls.Add(Me.ListBox_Result) |
247 |
Me.SplitContainer4.Size = New System.Drawing.Size(482, 424)
|
|
272 |
Me.SplitContainer4.Size = New System.Drawing.Size(485, 424)
|
|
248 | 273 |
Me.SplitContainer4.SplitterDistance = 277 |
249 | 274 |
Me.SplitContainer4.TabIndex = 5 |
250 | 275 |
' |
... | ... | |
255 | 280 |
Me.DataGrid_Result.Location = New System.Drawing.Point(0, 0) |
256 | 281 |
Me.DataGrid_Result.Name = "DataGrid_Result" |
257 | 282 |
Me.DataGrid_Result.RowTemplate.Height = 23 |
258 |
Me.DataGrid_Result.Size = New System.Drawing.Size(482, 277)
|
|
283 |
Me.DataGrid_Result.Size = New System.Drawing.Size(485, 277)
|
|
259 | 284 |
Me.DataGrid_Result.TabIndex = 1 |
260 | 285 |
' |
261 | 286 |
'ListBox_Result |
... | ... | |
266 | 291 |
Me.ListBox_Result.ItemHeight = 12 |
267 | 292 |
Me.ListBox_Result.Location = New System.Drawing.Point(0, 0) |
268 | 293 |
Me.ListBox_Result.Name = "ListBox_Result" |
269 |
Me.ListBox_Result.Size = New System.Drawing.Size(482, 143)
|
|
294 |
Me.ListBox_Result.Size = New System.Drawing.Size(485, 143)
|
|
270 | 295 |
Me.ListBox_Result.TabIndex = 0 |
271 | 296 |
' |
272 |
'ToolStripDropDownButton3 |
|
273 |
' |
|
274 |
Me.ToolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text |
|
275 |
Me.ToolStripDropDownButton3.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Btn_ClearGrid, Me.ClearLogToolStripMenuItem}) |
|
276 |
Me.ToolStripDropDownButton3.Image = CType(resources.GetObject("ToolStripDropDownButton3.Image"), System.Drawing.Image) |
|
277 |
Me.ToolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta |
|
278 |
Me.ToolStripDropDownButton3.Name = "ToolStripDropDownButton3" |
|
279 |
Me.ToolStripDropDownButton3.Size = New System.Drawing.Size(46, 22) |
|
280 |
Me.ToolStripDropDownButton3.Text = "View" |
|
281 |
' |
|
282 |
'Btn_ClearGrid |
|
283 |
' |
|
284 |
Me.Btn_ClearGrid.Name = "Btn_ClearGrid" |
|
285 |
Me.Btn_ClearGrid.Size = New System.Drawing.Size(152, 22) |
|
286 |
Me.Btn_ClearGrid.Text = "Clear Grid" |
|
287 |
' |
|
288 |
'ClearLogToolStripMenuItem |
|
289 |
' |
|
290 |
Me.ClearLogToolStripMenuItem.Name = "ClearLogToolStripMenuItem" |
|
291 |
Me.ClearLogToolStripMenuItem.Size = New System.Drawing.Size(152, 22) |
|
292 |
Me.ClearLogToolStripMenuItem.Text = "Clear Log" |
|
293 |
' |
|
294 | 297 |
'Main |
295 | 298 |
' |
296 | 299 |
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) |
내보내기 Unified diff