95 lines
4.7 KiB
VB.net
95 lines
4.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class ImportsForm2
|
|
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.components = New System.ComponentModel.Container()
|
|
Me.ProgressBarControl1 = New DevExpress.XtraEditors.ProgressBarControl()
|
|
Me.StyleController1 = New DevExpress.XtraEditors.StyleController(Me.components)
|
|
Me.LabelControl1 = New DevExpress.XtraEditors.LabelControl()
|
|
Me.ProgressBarControl2 = New DevExpress.XtraEditors.ProgressBarControl()
|
|
Me.LabelControl2 = New DevExpress.XtraEditors.LabelControl()
|
|
CType(Me.ProgressBarControl1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.StyleController1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ProgressBarControl2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ProgressBarControl1
|
|
'
|
|
Me.ProgressBarControl1.EditValue = "0"
|
|
Me.ProgressBarControl1.Location = New System.Drawing.Point(13, 28)
|
|
Me.ProgressBarControl1.Name = "ProgressBarControl1"
|
|
Me.ProgressBarControl1.Size = New System.Drawing.Size(373, 24)
|
|
Me.ProgressBarControl1.StyleController = Me.StyleController1
|
|
Me.ProgressBarControl1.TabIndex = 0
|
|
Me.ProgressBarControl1.UseWaitCursor = True
|
|
'
|
|
'LabelControl1
|
|
'
|
|
Me.LabelControl1.Appearance.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte))
|
|
Me.LabelControl1.Location = New System.Drawing.Point(13, 9)
|
|
Me.LabelControl1.Name = "LabelControl1"
|
|
Me.LabelControl1.Size = New System.Drawing.Size(85, 13)
|
|
Me.LabelControl1.TabIndex = 1
|
|
Me.LabelControl1.Text = "Adatgenerálás ..."
|
|
'
|
|
'ProgressBarControl2
|
|
'
|
|
Me.ProgressBarControl2.Location = New System.Drawing.Point(13, 77)
|
|
Me.ProgressBarControl2.Name = "ProgressBarControl2"
|
|
Me.ProgressBarControl2.Size = New System.Drawing.Size(373, 24)
|
|
Me.ProgressBarControl2.StyleController = Me.StyleController1
|
|
Me.ProgressBarControl2.TabIndex = 3
|
|
'
|
|
'LabelControl2
|
|
'
|
|
Me.LabelControl2.Appearance.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(238, Byte))
|
|
Me.LabelControl2.Location = New System.Drawing.Point(13, 58)
|
|
Me.LabelControl2.Name = "LabelControl2"
|
|
Me.LabelControl2.Size = New System.Drawing.Size(85, 13)
|
|
Me.LabelControl2.TabIndex = 4
|
|
Me.LabelControl2.Text = "Adatgenerálás ..."
|
|
'
|
|
'ImportsForm2
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(398, 125)
|
|
Me.Controls.Add(Me.LabelControl2)
|
|
Me.Controls.Add(Me.ProgressBarControl2)
|
|
Me.Controls.Add(Me.LabelControl1)
|
|
Me.Controls.Add(Me.ProgressBarControl1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.Name = "ImportsForm2"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.TopMost = True
|
|
CType(Me.ProgressBarControl1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.StyleController1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ProgressBarControl2.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents ProgressBarControl1 As DevExpress.XtraEditors.ProgressBarControl
|
|
Friend WithEvents StyleController1 As DevExpress.XtraEditors.StyleController
|
|
Friend WithEvents LabelControl1 As DevExpress.XtraEditors.LabelControl
|
|
Friend WithEvents ProgressBarControl2 As DevExpress.XtraEditors.ProgressBarControl
|
|
Friend WithEvents LabelControl2 As DevExpress.XtraEditors.LabelControl
|
|
End Class
|