About.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class About
- 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.ProductCancleBTN = New System.Windows.Forms.Button()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.PIC = New System.Windows.Forms.PictureBox()
- Me.PictureBox2 = New System.Windows.Forms.PictureBox()
- CType(Me.PIC, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '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, 406)
- Me.ProductCancleBTN.Name = "ProductCancleBTN"
- Me.ProductCancleBTN.Size = New System.Drawing.Size(75, 23)
- Me.ProductCancleBTN.TabIndex = 86
- Me.ProductCancleBTN.Text = "إغلاق"
- Me.ProductCancleBTN.UseVisualStyleBackColor = True
- '
- 'Label1
- '
- Me.Label1.Font = New System.Drawing.Font("Niagara Engraved", 26.25!, 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(165, 13)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(293, 38)
- Me.Label1.TabIndex = 87
- Me.Label1.Text = "Universal Accounting Manager"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'Label2
- '
- Me.Label2.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.SaddleBrown
- Me.Label2.Location = New System.Drawing.Point(169, 51)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(286, 28)
- Me.Label2.TabIndex = 88
- Me.Label2.Text = "Copyright © Techno Touch Systems 2012"
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'PIC
- '
- Me.PIC.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PIC.Image = Global.Universal_Accounting_Manager.My.Resources.Resources.Icon1
- Me.PIC.Location = New System.Drawing.Point(35, 13)
- Me.PIC.Name = "PIC"
- Me.PIC.Size = New System.Drawing.Size(124, 122)
- Me.PIC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.PIC.TabIndex = 117
- Me.PIC.TabStop = False
- '
- 'PictureBox2
- '
- Me.PictureBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PictureBox2.Image = Global.Universal_Accounting_Manager.My.Resources.Resources.U_Card2
- Me.PictureBox2.Location = New System.Drawing.Point(154, 161)
- Me.PictureBox2.Name = "PictureBox2"
- Me.PictureBox2.Size = New System.Drawing.Size(442, 239)
- Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.PictureBox2.TabIndex = 128
- Me.PictureBox2.TabStop = False
- '
- 'About
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.BackColor = System.Drawing.Color.Transparent
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.PIC)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.ProductCancleBTN)
- Me.Controls.Add(Me.PictureBox2)
- Me.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
- Me.Name = "About"
- Me.Size = New System.Drawing.Size(750, 432)
- Me.Tag = "حول"
- CType(Me.PIC, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents ProductCancleBTN As System.Windows.Forms.Button
- Friend WithEvents Label1 As System.Windows.Forms.Label
- Friend WithEvents Label2 As System.Windows.Forms.Label
- Friend WithEvents PIC As System.Windows.Forms.PictureBox
- Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
- End Class