Requests.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Requests
- 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.ProductCancleBTN = New System.Windows.Forms.Button()
- Me.ProductShowBTN = New System.Windows.Forms.Button()
- Me.LV = New System.Windows.Forms.ListView()
- Me.Refresher = New System.Windows.Forms.Timer(Me.components)
- 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(84, 441)
- Me.ProductCancleBTN.Name = "ProductCancleBTN"
- Me.ProductCancleBTN.Size = New System.Drawing.Size(75, 23)
- Me.ProductCancleBTN.TabIndex = 51
- Me.ProductCancleBTN.Text = "إغلاق"
- Me.ProductCancleBTN.UseVisualStyleBackColor = True
- '
- 'ProductShowBTN
- '
- Me.ProductShowBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.ProductShowBTN.Location = New System.Drawing.Point(3, 441)
- Me.ProductShowBTN.Name = "ProductShowBTN"
- Me.ProductShowBTN.Size = New System.Drawing.Size(75, 23)
- Me.ProductShowBTN.TabIndex = 50
- Me.ProductShowBTN.Text = "مسح"
- Me.ProductShowBTN.UseVisualStyleBackColor = True
- '
- 'LV
- '
- Me.LV.AllowColumnReorder = True
- Me.LV.Font = New System.Drawing.Font("Times New Roman", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LV.FullRowSelect = True
- Me.LV.GridLines = True
- Me.LV.Location = New System.Drawing.Point(3, 3)
- Me.LV.MultiSelect = False
- Me.LV.Name = "LV"
- Me.LV.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.LV.RightToLeftLayout = True
- Me.LV.Size = New System.Drawing.Size(750, 432)
- Me.LV.TabIndex = 52
- Me.LV.UseCompatibleStateImageBehavior = False
- Me.LV.View = System.Windows.Forms.View.Details
- '
- 'Refresher
- '
- Me.Refresher.Enabled = True
- Me.Refresher.Interval = 5000
- '
- 'Requests
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.Controls.Add(Me.LV)
- Me.Controls.Add(Me.ProductCancleBTN)
- Me.Controls.Add(Me.ProductShowBTN)
- Me.Name = "Requests"
- Me.Size = New System.Drawing.Size(756, 467)
- Me.Tag = "قائمة الطلبات"
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents ProductCancleBTN As System.Windows.Forms.Button
- Friend WithEvents ProductShowBTN As System.Windows.Forms.Button
- Friend WithEvents LV As System.Windows.Forms.ListView
- Friend WithEvents Refresher As System.Windows.Forms.Timer
- End Class