1c389afc0d
- gestione mm/inch - migliorata UI componenti e Flat Parts Import.
184 lines
9.2 KiB
VB.net
184 lines
9.2 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class FlatParts
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
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.TableLayoutPanel1.SuspendLayout()
|
|
Me.TableLayoutPanel2.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.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.0821228!))
|
|
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.9178791!))
|
|
Me.TableLayoutPanel1.Size = New System.Drawing.Size(744, 414)
|
|
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, 265)
|
|
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, 382)
|
|
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
|
|
'
|
|
'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, 414)
|
|
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.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
|
|
End Class
|