88b6170fa8
- aggiunto dialogo per componenti definiti con script lua - piccole migliorie varie.
454 lines
23 KiB
VB.net
454 lines
23 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Component
|
|
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(Component))
|
|
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
|
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
|
Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel()
|
|
Me.tbName1 = New System.Windows.Forms.TextBox()
|
|
Me.tbName2 = New System.Windows.Forms.TextBox()
|
|
Me.tbName3 = New System.Windows.Forms.TextBox()
|
|
Me.tbName4 = New System.Windows.Forms.TextBox()
|
|
Me.tbName7 = New System.Windows.Forms.TextBox()
|
|
Me.tbName8 = New System.Windows.Forms.TextBox()
|
|
Me.tbName9 = New System.Windows.Forms.TextBox()
|
|
Me.tbName10 = New System.Windows.Forms.TextBox()
|
|
Me.tbName6 = New System.Windows.Forms.TextBox()
|
|
Me.tbName5 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue1 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue2 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue3 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue4 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue5 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue6 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue7 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue8 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue9 = New System.Windows.Forms.TextBox()
|
|
Me.tbValue10 = New System.Windows.Forms.TextBox()
|
|
Me.btnView = New System.Windows.Forms.Button()
|
|
Me.btnInsert = New System.Windows.Forms.Button()
|
|
Me.tbMsg = New System.Windows.Forms.TextBox()
|
|
Me.Scene2 = New TestEIn.Scene()
|
|
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())
|
|
Me.TableLayoutPanel1.Controls.Add(Me.Scene2, 1, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.ListBox1, 0, 0)
|
|
Me.TableLayoutPanel1.Controls.Add(Me.TableLayoutPanel2, 1, 1)
|
|
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 = 2
|
|
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
|
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 260.0!))
|
|
Me.TableLayoutPanel1.Size = New System.Drawing.Size(744, 414)
|
|
Me.TableLayoutPanel1.TabIndex = 3
|
|
'
|
|
'ListBox1
|
|
'
|
|
Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.ListBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ListBox1.FormattingEnabled = True
|
|
Me.ListBox1.ItemHeight = 31
|
|
Me.ListBox1.Location = New System.Drawing.Point(3, 3)
|
|
Me.ListBox1.Margin = New System.Windows.Forms.Padding(3, 3, 3, 0)
|
|
Me.ListBox1.Name = "ListBox1"
|
|
Me.TableLayoutPanel1.SetRowSpan(Me.ListBox1, 2)
|
|
Me.ListBox1.Size = New System.Drawing.Size(194, 411)
|
|
Me.ListBox1.TabIndex = 4
|
|
'
|
|
'TableLayoutPanel2
|
|
'
|
|
Me.TableLayoutPanel2.ColumnCount = 5
|
|
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50.0!))
|
|
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 97.0!))
|
|
Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 97.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.Percent, 50.0!))
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName1, 1, 0)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName2, 1, 1)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName3, 1, 2)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName4, 1, 3)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName7, 1, 6)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName8, 1, 7)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName9, 1, 8)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName10, 1, 9)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName6, 1, 5)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbName5, 1, 4)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue1, 2, 0)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue2, 2, 1)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue3, 2, 2)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue4, 2, 3)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue5, 2, 4)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue6, 2, 5)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue7, 2, 6)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue8, 2, 7)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue9, 2, 8)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbValue10, 2, 9)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.btnView, 4, 1)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.btnInsert, 4, 3)
|
|
Me.TableLayoutPanel2.Controls.Add(Me.tbMsg, 0, 10)
|
|
Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TableLayoutPanel2.Location = New System.Drawing.Point(203, 157)
|
|
Me.TableLayoutPanel2.Name = "TableLayoutPanel2"
|
|
Me.TableLayoutPanel2.RowCount = 11
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
|
|
Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16.0!))
|
|
Me.TableLayoutPanel2.Size = New System.Drawing.Size(538, 254)
|
|
Me.TableLayoutPanel2.TabIndex = 5
|
|
'
|
|
'tbName1
|
|
'
|
|
Me.tbName1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName1.Location = New System.Drawing.Point(142, 0)
|
|
Me.tbName1.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName1.Name = "tbName1"
|
|
Me.tbName1.ReadOnly = True
|
|
Me.tbName1.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName1.TabIndex = 0
|
|
Me.tbName1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName1.Visible = False
|
|
'
|
|
'tbName2
|
|
'
|
|
Me.tbName2.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName2.Location = New System.Drawing.Point(142, 23)
|
|
Me.tbName2.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName2.Name = "tbName2"
|
|
Me.tbName2.ReadOnly = True
|
|
Me.tbName2.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName2.TabIndex = 1
|
|
Me.tbName2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName2.Visible = False
|
|
'
|
|
'tbName3
|
|
'
|
|
Me.tbName3.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName3.Location = New System.Drawing.Point(142, 46)
|
|
Me.tbName3.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName3.Name = "tbName3"
|
|
Me.tbName3.ReadOnly = True
|
|
Me.tbName3.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName3.TabIndex = 2
|
|
Me.tbName3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName3.Visible = False
|
|
'
|
|
'tbName4
|
|
'
|
|
Me.tbName4.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName4.Location = New System.Drawing.Point(142, 69)
|
|
Me.tbName4.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName4.Name = "tbName4"
|
|
Me.tbName4.ReadOnly = True
|
|
Me.tbName4.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName4.TabIndex = 3
|
|
Me.tbName4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName4.Visible = False
|
|
'
|
|
'tbName7
|
|
'
|
|
Me.tbName7.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName7.Location = New System.Drawing.Point(142, 138)
|
|
Me.tbName7.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName7.Name = "tbName7"
|
|
Me.tbName7.ReadOnly = True
|
|
Me.tbName7.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName7.TabIndex = 6
|
|
Me.tbName7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName7.Visible = False
|
|
'
|
|
'tbName8
|
|
'
|
|
Me.tbName8.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName8.Location = New System.Drawing.Point(142, 161)
|
|
Me.tbName8.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName8.Name = "tbName8"
|
|
Me.tbName8.ReadOnly = True
|
|
Me.tbName8.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName8.TabIndex = 7
|
|
Me.tbName8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName8.Visible = False
|
|
'
|
|
'tbName9
|
|
'
|
|
Me.tbName9.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName9.Location = New System.Drawing.Point(142, 184)
|
|
Me.tbName9.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName9.Name = "tbName9"
|
|
Me.tbName9.ReadOnly = True
|
|
Me.tbName9.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName9.TabIndex = 8
|
|
Me.tbName9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName9.Visible = False
|
|
'
|
|
'tbName10
|
|
'
|
|
Me.tbName10.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName10.Location = New System.Drawing.Point(142, 207)
|
|
Me.tbName10.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName10.Name = "tbName10"
|
|
Me.tbName10.ReadOnly = True
|
|
Me.tbName10.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName10.TabIndex = 9
|
|
Me.tbName10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName10.Visible = False
|
|
'
|
|
'tbName6
|
|
'
|
|
Me.tbName6.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName6.Location = New System.Drawing.Point(142, 115)
|
|
Me.tbName6.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName6.Name = "tbName6"
|
|
Me.tbName6.ReadOnly = True
|
|
Me.tbName6.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName6.TabIndex = 5
|
|
Me.tbName6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName6.Visible = False
|
|
'
|
|
'tbName5
|
|
'
|
|
Me.tbName5.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbName5.Location = New System.Drawing.Point(142, 92)
|
|
Me.tbName5.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbName5.Name = "tbName5"
|
|
Me.tbName5.ReadOnly = True
|
|
Me.tbName5.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbName5.TabIndex = 4
|
|
Me.tbName5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
Me.tbName5.Visible = False
|
|
'
|
|
'tbValue1
|
|
'
|
|
Me.tbValue1.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue1.Location = New System.Drawing.Point(239, 0)
|
|
Me.tbValue1.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue1.Name = "tbValue1"
|
|
Me.tbValue1.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue1.TabIndex = 10
|
|
Me.tbValue1.Visible = False
|
|
'
|
|
'tbValue2
|
|
'
|
|
Me.tbValue2.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue2.Location = New System.Drawing.Point(239, 23)
|
|
Me.tbValue2.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue2.Name = "tbValue2"
|
|
Me.tbValue2.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue2.TabIndex = 11
|
|
Me.tbValue2.Visible = False
|
|
'
|
|
'tbValue3
|
|
'
|
|
Me.tbValue3.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue3.Location = New System.Drawing.Point(239, 46)
|
|
Me.tbValue3.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue3.Name = "tbValue3"
|
|
Me.tbValue3.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue3.TabIndex = 12
|
|
Me.tbValue3.Visible = False
|
|
'
|
|
'tbValue4
|
|
'
|
|
Me.tbValue4.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue4.Location = New System.Drawing.Point(239, 69)
|
|
Me.tbValue4.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue4.Name = "tbValue4"
|
|
Me.tbValue4.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue4.TabIndex = 13
|
|
Me.tbValue4.Visible = False
|
|
'
|
|
'tbValue5
|
|
'
|
|
Me.tbValue5.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue5.Location = New System.Drawing.Point(239, 92)
|
|
Me.tbValue5.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue5.Name = "tbValue5"
|
|
Me.tbValue5.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue5.TabIndex = 14
|
|
Me.tbValue5.Visible = False
|
|
'
|
|
'tbValue6
|
|
'
|
|
Me.tbValue6.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue6.Location = New System.Drawing.Point(239, 115)
|
|
Me.tbValue6.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue6.Name = "tbValue6"
|
|
Me.tbValue6.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue6.TabIndex = 15
|
|
Me.tbValue6.Visible = False
|
|
'
|
|
'tbValue7
|
|
'
|
|
Me.tbValue7.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue7.Location = New System.Drawing.Point(239, 138)
|
|
Me.tbValue7.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue7.Name = "tbValue7"
|
|
Me.tbValue7.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue7.TabIndex = 16
|
|
Me.tbValue7.Visible = False
|
|
'
|
|
'tbValue8
|
|
'
|
|
Me.tbValue8.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue8.Location = New System.Drawing.Point(239, 161)
|
|
Me.tbValue8.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue8.Name = "tbValue8"
|
|
Me.tbValue8.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue8.TabIndex = 17
|
|
Me.tbValue8.Visible = False
|
|
'
|
|
'tbValue9
|
|
'
|
|
Me.tbValue9.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue9.Location = New System.Drawing.Point(239, 184)
|
|
Me.tbValue9.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue9.Name = "tbValue9"
|
|
Me.tbValue9.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue9.TabIndex = 18
|
|
Me.tbValue9.Visible = False
|
|
'
|
|
'tbValue10
|
|
'
|
|
Me.tbValue10.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.tbValue10.Location = New System.Drawing.Point(239, 207)
|
|
Me.tbValue10.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.tbValue10.Name = "tbValue10"
|
|
Me.tbValue10.Size = New System.Drawing.Size(97, 24)
|
|
Me.tbValue10.TabIndex = 19
|
|
Me.tbValue10.Visible = False
|
|
'
|
|
'btnView
|
|
'
|
|
Me.btnView.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.btnView.Enabled = False
|
|
Me.btnView.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnView.Location = New System.Drawing.Point(396, 23)
|
|
Me.btnView.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnView.Name = "btnView"
|
|
Me.btnView.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnView.TabIndex = 20
|
|
Me.btnView.Text = "View"
|
|
Me.btnView.UseVisualStyleBackColor = True
|
|
'
|
|
'btnInsert
|
|
'
|
|
Me.btnInsert.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.btnInsert.Enabled = False
|
|
Me.btnInsert.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnInsert.Location = New System.Drawing.Point(396, 69)
|
|
Me.btnInsert.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnInsert.Name = "btnInsert"
|
|
Me.btnInsert.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnInsert.TabIndex = 21
|
|
Me.btnInsert.Text = "Insert"
|
|
Me.btnInsert.UseVisualStyleBackColor = True
|
|
'
|
|
'tbMsg
|
|
'
|
|
Me.TableLayoutPanel2.SetColumnSpan(Me.tbMsg, 5)
|
|
Me.tbMsg.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tbMsg.Location = New System.Drawing.Point(3, 233)
|
|
Me.tbMsg.Name = "tbMsg"
|
|
Me.tbMsg.ReadOnly = True
|
|
Me.tbMsg.Size = New System.Drawing.Size(532, 20)
|
|
Me.tbMsg.TabIndex = 22
|
|
'
|
|
'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, 0)
|
|
Me.Scene2.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.Scene2.Name = "Scene2"
|
|
Me.Scene2.Size = New System.Drawing.Size(544, 154)
|
|
Me.Scene2.TabIndex = 3
|
|
'
|
|
'Component
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.AutoSize = True
|
|
Me.ClientSize = New System.Drawing.Size(744, 414)
|
|
Me.Controls.Add(Me.TableLayoutPanel1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.KeyPreview = True
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "Component"
|
|
Me.ShowIcon = False
|
|
Me.ShowInTaskbar = False
|
|
Me.TableLayoutPanel1.ResumeLayout(False)
|
|
Me.TableLayoutPanel2.ResumeLayout(False)
|
|
Me.TableLayoutPanel2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
|
Friend WithEvents Scene2 As TestEIn.Scene
|
|
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
|
Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel
|
|
Friend WithEvents tbName1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbName2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbName3 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbName4 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbName5 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbName6 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbName7 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbName8 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbName9 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbName10 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue3 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue4 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue5 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue6 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue7 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue8 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue9 As System.Windows.Forms.TextBox
|
|
Friend WithEvents tbValue10 As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnView As System.Windows.Forms.Button
|
|
Friend WithEvents btnInsert As System.Windows.Forms.Button
|
|
Friend WithEvents tbMsg As System.Windows.Forms.TextBox
|
|
|
|
End Class
|