94 lines
3.9 KiB
VB.net
94 lines
3.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMain
|
|
Inherits DevExpress.XtraEditors.XtraForm
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
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.LabelControl1 = New DevExpress.XtraEditors.LabelControl()
|
|
Me.LabelControl2 = New DevExpress.XtraEditors.LabelControl()
|
|
Me.ListBoxControl1 = New DevExpress.XtraEditors.ListBoxControl()
|
|
Me.ListBoxControl2 = New DevExpress.XtraEditors.ListBoxControl()
|
|
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
|
|
CType(Me.ListBoxControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ListBoxControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'LabelControl1
|
|
'
|
|
Me.LabelControl1.Location = New System.Drawing.Point(41, 43)
|
|
Me.LabelControl1.Name = "LabelControl1"
|
|
Me.LabelControl1.Size = New System.Drawing.Size(32, 13)
|
|
Me.LabelControl1.TabIndex = 0
|
|
Me.LabelControl1.Text = "Import"
|
|
'
|
|
'LabelControl2
|
|
'
|
|
Me.LabelControl2.Location = New System.Drawing.Point(41, 239)
|
|
Me.LabelControl2.Name = "LabelControl2"
|
|
Me.LabelControl2.Size = New System.Drawing.Size(32, 13)
|
|
Me.LabelControl2.TabIndex = 1
|
|
Me.LabelControl2.Text = "Export"
|
|
'
|
|
'ListBoxControl1
|
|
'
|
|
Me.ListBoxControl1.Location = New System.Drawing.Point(41, 62)
|
|
Me.ListBoxControl1.Name = "ListBoxControl1"
|
|
Me.ListBoxControl1.Size = New System.Drawing.Size(600, 126)
|
|
Me.ListBoxControl1.TabIndex = 2
|
|
'
|
|
'ListBoxControl2
|
|
'
|
|
Me.ListBoxControl2.Location = New System.Drawing.Point(41, 258)
|
|
Me.ListBoxControl2.Name = "ListBoxControl2"
|
|
Me.ListBoxControl2.Size = New System.Drawing.Size(600, 126)
|
|
Me.ListBoxControl2.TabIndex = 2
|
|
'
|
|
'SimpleButton1
|
|
'
|
|
Me.SimpleButton1.Location = New System.Drawing.Point(608, 481)
|
|
Me.SimpleButton1.Name = "SimpleButton1"
|
|
Me.SimpleButton1.Size = New System.Drawing.Size(137, 44)
|
|
Me.SimpleButton1.TabIndex = 3
|
|
Me.SimpleButton1.Text = "SimpleButton1"
|
|
'
|
|
'frmMain
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(757, 537)
|
|
Me.Controls.Add(Me.SimpleButton1)
|
|
Me.Controls.Add(Me.ListBoxControl2)
|
|
Me.Controls.Add(Me.ListBoxControl1)
|
|
Me.Controls.Add(Me.LabelControl2)
|
|
Me.Controls.Add(Me.LabelControl1)
|
|
Me.Name = "frmMain"
|
|
Me.Text = "frmMain"
|
|
CType(Me.ListBoxControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ListBoxControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents LabelControl1 As DevExpress.XtraEditors.LabelControl
|
|
Friend WithEvents LabelControl2 As DevExpress.XtraEditors.LabelControl
|
|
Friend WithEvents ListBoxControl1 As DevExpress.XtraEditors.ListBoxControl
|
|
Friend WithEvents ListBoxControl2 As DevExpress.XtraEditors.ListBoxControl
|
|
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
|
|
End Class
|