206 lines
8.7 KiB
VB.net
206 lines
8.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmVariableManager
|
|
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.lstVariables = New System.Windows.Forms.ListBox()
|
|
Me.btnDelete = New System.Windows.Forms.Button()
|
|
Me.btnAdd = New System.Windows.Forms.Button()
|
|
Me.btnClose = New System.Windows.Forms.Button()
|
|
Me.grpVariable = New System.Windows.Forms.GroupBox()
|
|
Me.btnPathBrowse = New System.Windows.Forms.Button()
|
|
Me.txtName = New System.Windows.Forms.TextBox()
|
|
Me.txtPath = New System.Windows.Forms.TextBox()
|
|
Me.lblPath = New System.Windows.Forms.Label()
|
|
Me.lblName = New System.Windows.Forms.Label()
|
|
Me.btnCancel = New System.Windows.Forms.Button()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.txtID = New System.Windows.Forms.TextBox()
|
|
Me.grpVariable.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lstVariables
|
|
'
|
|
Me.lstVariables.FormattingEnabled = True
|
|
Me.lstVariables.Location = New System.Drawing.Point(12, 12)
|
|
Me.lstVariables.Name = "lstVariables"
|
|
Me.lstVariables.Size = New System.Drawing.Size(220, 212)
|
|
Me.lstVariables.Sorted = True
|
|
Me.lstVariables.TabIndex = 0
|
|
'
|
|
'btnDelete
|
|
'
|
|
Me.btnDelete.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnDelete.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnDelete.Location = New System.Drawing.Point(48, 226)
|
|
Me.btnDelete.Name = "btnDelete"
|
|
Me.btnDelete.Size = New System.Drawing.Size(30, 23)
|
|
Me.btnDelete.TabIndex = 2
|
|
Me.btnDelete.Text = "-"
|
|
Me.btnDelete.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAdd
|
|
'
|
|
Me.btnAdd.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnAdd.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnAdd.Location = New System.Drawing.Point(12, 226)
|
|
Me.btnAdd.Name = "btnAdd"
|
|
Me.btnAdd.Size = New System.Drawing.Size(30, 23)
|
|
Me.btnAdd.TabIndex = 1
|
|
Me.btnAdd.Text = "+"
|
|
Me.btnAdd.UseVisualStyleBackColor = True
|
|
'
|
|
'btnClose
|
|
'
|
|
Me.btnClose.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnClose.Location = New System.Drawing.Point(497, 226)
|
|
Me.btnClose.Name = "btnClose"
|
|
Me.btnClose.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnClose.TabIndex = 6
|
|
Me.btnClose.Text = "C&lose"
|
|
Me.btnClose.UseVisualStyleBackColor = True
|
|
'
|
|
'grpVariable
|
|
'
|
|
Me.grpVariable.Controls.Add(Me.btnPathBrowse)
|
|
Me.grpVariable.Controls.Add(Me.txtName)
|
|
Me.grpVariable.Controls.Add(Me.txtPath)
|
|
Me.grpVariable.Controls.Add(Me.lblPath)
|
|
Me.grpVariable.Controls.Add(Me.lblName)
|
|
Me.grpVariable.Location = New System.Drawing.Point(238, 12)
|
|
Me.grpVariable.Name = "grpVariable"
|
|
Me.grpVariable.Size = New System.Drawing.Size(334, 77)
|
|
Me.grpVariable.TabIndex = 3
|
|
Me.grpVariable.TabStop = False
|
|
Me.grpVariable.Text = "Configuration"
|
|
'
|
|
'btnPathBrowse
|
|
'
|
|
Me.btnPathBrowse.Location = New System.Drawing.Point(298, 45)
|
|
Me.btnPathBrowse.Name = "btnPathBrowse"
|
|
Me.btnPathBrowse.Size = New System.Drawing.Size(30, 20)
|
|
Me.btnPathBrowse.TabIndex = 3
|
|
Me.btnPathBrowse.Text = "..."
|
|
Me.btnPathBrowse.UseVisualStyleBackColor = True
|
|
'
|
|
'txtName
|
|
'
|
|
Me.txtName.Location = New System.Drawing.Point(50, 19)
|
|
Me.txtName.Name = "txtName"
|
|
Me.txtName.Size = New System.Drawing.Size(278, 20)
|
|
Me.txtName.TabIndex = 1
|
|
'
|
|
'txtPath
|
|
'
|
|
Me.txtPath.Location = New System.Drawing.Point(50, 45)
|
|
Me.txtPath.Name = "txtPath"
|
|
Me.txtPath.Size = New System.Drawing.Size(242, 20)
|
|
Me.txtPath.TabIndex = 2
|
|
'
|
|
'lblPath
|
|
'
|
|
Me.lblPath.AutoSize = True
|
|
Me.lblPath.Location = New System.Drawing.Point(6, 48)
|
|
Me.lblPath.Name = "lblPath"
|
|
Me.lblPath.Size = New System.Drawing.Size(32, 13)
|
|
Me.lblPath.TabIndex = 1
|
|
Me.lblPath.Text = "Path:"
|
|
'
|
|
'lblName
|
|
'
|
|
Me.lblName.AutoSize = True
|
|
Me.lblName.Location = New System.Drawing.Point(6, 22)
|
|
Me.lblName.Name = "lblName"
|
|
Me.lblName.Size = New System.Drawing.Size(38, 13)
|
|
Me.lblName.TabIndex = 0
|
|
Me.lblName.Text = "Name:"
|
|
'
|
|
'btnCancel
|
|
'
|
|
Me.btnCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnCancel.Location = New System.Drawing.Point(497, 94)
|
|
Me.btnCancel.Name = "btnCancel"
|
|
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnCancel.TabIndex = 5
|
|
Me.btnCancel.Text = "&Cancel"
|
|
Me.btnCancel.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnSave.Location = New System.Drawing.Point(416, 94)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnSave.TabIndex = 4
|
|
Me.btnSave.Text = "&Save"
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'txtID
|
|
'
|
|
Me.txtID.Enabled = False
|
|
Me.txtID.Location = New System.Drawing.Point(377, 95)
|
|
Me.txtID.Name = "txtID"
|
|
Me.txtID.Size = New System.Drawing.Size(33, 20)
|
|
Me.txtID.TabIndex = 0
|
|
Me.txtID.TabStop = False
|
|
Me.txtID.Visible = False
|
|
'
|
|
'frmVariableManager
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(584, 261)
|
|
Me.Controls.Add(Me.txtID)
|
|
Me.Controls.Add(Me.btnCancel)
|
|
Me.Controls.Add(Me.btnSave)
|
|
Me.Controls.Add(Me.grpVariable)
|
|
Me.Controls.Add(Me.btnClose)
|
|
Me.Controls.Add(Me.btnDelete)
|
|
Me.Controls.Add(Me.btnAdd)
|
|
Me.Controls.Add(Me.lstVariables)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmVariableManager"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Custom Variable Manager"
|
|
Me.grpVariable.ResumeLayout(False)
|
|
Me.grpVariable.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents lstVariables As System.Windows.Forms.ListBox
|
|
Friend WithEvents btnDelete As System.Windows.Forms.Button
|
|
Friend WithEvents btnAdd As System.Windows.Forms.Button
|
|
Friend WithEvents btnClose As System.Windows.Forms.Button
|
|
Friend WithEvents grpVariable As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btnCancel As System.Windows.Forms.Button
|
|
Friend WithEvents btnSave As System.Windows.Forms.Button
|
|
Friend WithEvents txtName As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtPath As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblPath As System.Windows.Forms.Label
|
|
Friend WithEvents lblName As System.Windows.Forms.Label
|
|
Friend WithEvents btnPathBrowse As System.Windows.Forms.Button
|
|
Friend WithEvents txtID As System.Windows.Forms.TextBox
|
|
End Class
|