LoadingSaving.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class LoadingSaving
- Inherits System.Windows.Forms.UserControl
- 'UserControl 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.LBL = New System.Windows.Forms.Label()
- Me.Manager = New System.Windows.Forms.Timer(Me.components)
- Me.ProductCancleBTN = New System.Windows.Forms.Button()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'LBL
- '
- Me.LBL.BackColor = System.Drawing.Color.Transparent
- Me.LBL.Cursor = System.Windows.Forms.Cursors.Arrow
- Me.LBL.Font = New System.Drawing.Font("Andalus", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LBL.ForeColor = System.Drawing.Color.DarkOrange
- Me.LBL.Location = New System.Drawing.Point(160, 273)
- Me.LBL.Name = "LBL"
- Me.LBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.LBL.Size = New System.Drawing.Size(437, 78)
- Me.LBL.TabIndex = 115
- Me.LBL.Text = "جاري التحضير"
- Me.LBL.TextAlign = System.Drawing.ContentAlignment.TopCenter
- '
- 'Manager
- '
- Me.Manager.Enabled = True
- Me.Manager.Interval = 1
- '
- 'ProductCancleBTN
- '
- Me.ProductCancleBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.ProductCancleBTN.Location = New System.Drawing.Point(3, 441)
- Me.ProductCancleBTN.Name = "ProductCancleBTN"
- Me.ProductCancleBTN.Size = New System.Drawing.Size(75, 23)
- Me.ProductCancleBTN.TabIndex = 117
- Me.ProductCancleBTN.Text = "إغلاق"
- Me.ProductCancleBTN.UseVisualStyleBackColor = True
- Me.ProductCancleBTN.Visible = False
- '
- 'Label1
- '
- Me.Label1.Font = New System.Drawing.Font("Niagara Solid", 36.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.DarkRed
- Me.Label1.Location = New System.Drawing.Point(174, 218)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(409, 55)
- Me.Label1.TabIndex = 118
- Me.Label1.Text = "Universal Accounting Manager"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'PictureBox1
- '
- Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PictureBox1.Image = Global.Universal_Accounting_Manager.My.Resources.Resources.Icon1
- Me.PictureBox1.Location = New System.Drawing.Point(328, 115)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(100, 100)
- Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.PictureBox1.TabIndex = 120
- Me.PictureBox1.TabStop = False
- '
- 'LoadingSaving
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.PictureBox1)
- Me.Controls.Add(Me.ProductCancleBTN)
- Me.Controls.Add(Me.LBL)
- Me.Name = "LoadingSaving"
- Me.Size = New System.Drawing.Size(756, 467)
- Me.Tag = "جاري التحضير"
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents LBL As System.Windows.Forms.Label
- Friend WithEvents Manager As System.Windows.Forms.Timer
- Friend WithEvents ProductCancleBTN As System.Windows.Forms.Button
- Friend WithEvents Label1 As System.Windows.Forms.Label
- Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
- End Class