_ Partial Class FlatParts Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FlatParts)) Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.Scene2 = New TestEIn.Scene() Me.tbCurrDir = New System.Windows.Forms.TextBox() Me.ListView1 = New System.Windows.Forms.ListView() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.rbMm = New System.Windows.Forms.RadioButton() Me.rbInch = New System.Windows.Forms.RadioButton() Me.Panel1 = New System.Windows.Forms.Panel() Me.btnUseClosedCurve = New System.Windows.Forms.Button() Me.btnReset = New System.Windows.Forms.Button() Me.btnUseLayer = New System.Windows.Forms.Button() Me.btnUseRegion = New System.Windows.Forms.Button() Me.btnInsert = New System.Windows.Forms.Button() Me.TableLayoutPanel1.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.ColumnCount = 2 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel1.Controls.Add(Me.Scene2, 1, 1) Me.TableLayoutPanel1.Controls.Add(Me.tbCurrDir, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.ListView1, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel2, 1, 0) Me.TableLayoutPanel1.Controls.Add(Me.Panel1, 1, 2) Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0) Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(0) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 3 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 69.08212!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.91788!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(744, 418) Me.TableLayoutPanel1.TabIndex = 0 ' 'Scene2 ' Me.Scene2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Scene2.Cursor = System.Windows.Forms.Cursors.Default Me.Scene2.Dock = System.Windows.Forms.DockStyle.Fill Me.Scene2.Location = New System.Drawing.Point(200, 29) Me.Scene2.Margin = New System.Windows.Forms.Padding(0, 3, 3, 0) Me.Scene2.Name = "Scene2" Me.Scene2.Size = New System.Drawing.Size(541, 267) Me.Scene2.TabIndex = 8 ' 'tbCurrDir ' Me.tbCurrDir.Dock = System.Windows.Forms.DockStyle.Fill Me.tbCurrDir.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.tbCurrDir.Location = New System.Drawing.Point(3, 3) Me.tbCurrDir.Margin = New System.Windows.Forms.Padding(3, 3, 3, 0) Me.tbCurrDir.Name = "tbCurrDir" Me.tbCurrDir.ReadOnly = True Me.tbCurrDir.Size = New System.Drawing.Size(194, 24) Me.tbCurrDir.TabIndex = 6 Me.tbCurrDir.TabStop = False ' 'ListView1 ' Me.ListView1.Activation = System.Windows.Forms.ItemActivation.OneClick Me.ListView1.Dock = System.Windows.Forms.DockStyle.Fill Me.ListView1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListView1.FullRowSelect = True Me.ListView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None Me.ListView1.HideSelection = False Me.ListView1.LabelWrap = False Me.ListView1.Location = New System.Drawing.Point(3, 29) Me.ListView1.MultiSelect = False Me.ListView1.Name = "ListView1" Me.TableLayoutPanel1.SetRowSpan(Me.ListView1, 2) Me.ListView1.ShowGroups = False Me.ListView1.Size = New System.Drawing.Size(194, 386) Me.ListView1.SmallImageList = Me.ImageList1 Me.ListView1.TabIndex = 7 Me.ListView1.UseCompatibleStateImageBehavior = False Me.ListView1.View = System.Windows.Forms.View.SmallIcon ' 'ImageList1 ' Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Pink Me.ImageList1.Images.SetKeyName(0, "FlUp.png") Me.ImageList1.Images.SetKeyName(1, "FlHD.png") Me.ImageList1.Images.SetKeyName(2, "FlDir.png") Me.ImageList1.Images.SetKeyName(3, "FlFile.png") ' 'TableLayoutPanel2 ' Me.TableLayoutPanel2.ColumnCount = 4 Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle()) Me.TableLayoutPanel2.Controls.Add(Me.rbMm, 1, 0) Me.TableLayoutPanel2.Controls.Add(Me.rbInch, 2, 0) Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel2.Location = New System.Drawing.Point(200, 0) Me.TableLayoutPanel2.Margin = New System.Windows.Forms.Padding(0) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.RowCount = 1 Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel2.Size = New System.Drawing.Size(544, 26) Me.TableLayoutPanel2.TabIndex = 10 ' 'rbMm ' Me.rbMm.AutoSize = True Me.rbMm.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.rbMm.Location = New System.Drawing.Point(63, 3) Me.rbMm.Margin = New System.Windows.Forms.Padding(3, 3, 3, 0) Me.rbMm.Name = "rbMm" Me.rbMm.Size = New System.Drawing.Size(52, 22) Me.rbMm.TabIndex = 9 Me.rbMm.TabStop = True Me.rbMm.Text = "mm" Me.rbMm.UseVisualStyleBackColor = False ' 'rbInch ' Me.rbInch.AutoSize = True Me.rbInch.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.rbInch.Location = New System.Drawing.Point(123, 3) Me.rbInch.Margin = New System.Windows.Forms.Padding(3, 3, 3, 0) Me.rbInch.Name = "rbInch" Me.rbInch.Size = New System.Drawing.Size(53, 22) Me.rbInch.TabIndex = 10 Me.rbInch.TabStop = True Me.rbInch.Text = "Inch" Me.rbInch.UseVisualStyleBackColor = False ' 'Panel1 ' Me.Panel1.Controls.Add(Me.btnUseClosedCurve) Me.Panel1.Controls.Add(Me.btnReset) Me.Panel1.Controls.Add(Me.btnUseLayer) Me.Panel1.Controls.Add(Me.btnUseRegion) Me.Panel1.Controls.Add(Me.btnInsert) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel1.Location = New System.Drawing.Point(203, 299) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(538, 116) Me.Panel1.TabIndex = 11 ' 'btnUseClosedCurve ' Me.btnUseClosedCurve.Location = New System.Drawing.Point(218, 23) Me.btnUseClosedCurve.Name = "btnUseClosedCurve" Me.btnUseClosedCurve.Size = New System.Drawing.Size(75, 23) Me.btnUseClosedCurve.TabIndex = 4 Me.btnUseClosedCurve.Text = "By CldCrv" Me.btnUseClosedCurve.UseVisualStyleBackColor = True ' 'btnReset ' Me.btnReset.Location = New System.Drawing.Point(218, 52) Me.btnReset.Name = "btnReset" Me.btnReset.Size = New System.Drawing.Size(75, 23) Me.btnReset.TabIndex = 3 Me.btnReset.Text = "Reset" Me.btnReset.UseVisualStyleBackColor = True ' 'btnUseLayer ' Me.btnUseLayer.Location = New System.Drawing.Point(135, 23) Me.btnUseLayer.Name = "btnUseLayer" Me.btnUseLayer.Size = New System.Drawing.Size(75, 23) Me.btnUseLayer.TabIndex = 2 Me.btnUseLayer.Text = "By Layer" Me.btnUseLayer.UseVisualStyleBackColor = True ' 'btnUseRegion ' Me.btnUseRegion.Location = New System.Drawing.Point(300, 23) Me.btnUseRegion.Name = "btnUseRegion" Me.btnUseRegion.Size = New System.Drawing.Size(75, 23) Me.btnUseRegion.TabIndex = 1 Me.btnUseRegion.Text = "By Region" Me.btnUseRegion.UseVisualStyleBackColor = True ' 'btnInsert ' Me.btnInsert.Location = New System.Drawing.Point(300, 52) Me.btnInsert.Name = "btnInsert" Me.btnInsert.Size = New System.Drawing.Size(75, 23) Me.btnInsert.TabIndex = 0 Me.btnInsert.Text = "Insert" Me.btnInsert.UseVisualStyleBackColor = True ' 'FlatParts ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(744, 418) Me.Controls.Add(Me.TableLayoutPanel1) Me.KeyPreview = True Me.MaximizeBox = False Me.MinimizeBox = False Me.MinimumSize = New System.Drawing.Size(760, 453) Me.Name = "FlatParts" Me.ShowIcon = False Me.ShowInTaskbar = False Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents tbCurrDir As System.Windows.Forms.TextBox Friend WithEvents ListView1 As System.Windows.Forms.ListView Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents Scene2 As TestEIn.Scene Friend WithEvents rbMm As System.Windows.Forms.RadioButton Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel Friend WithEvents rbInch As System.Windows.Forms.RadioButton Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents btnInsert As System.Windows.Forms.Button Friend WithEvents btnUseRegion As System.Windows.Forms.Button Friend WithEvents btnUseLayer As System.Windows.Forms.Button Friend WithEvents btnReset As System.Windows.Forms.Button Friend WithEvents btnUseClosedCurve As System.Windows.Forms.Button End Class