ListCustomers.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class ListCustomers
- 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.SearchTXT = New System.Windows.Forms.TextBox()
- Me.SearchLBL = New System.Windows.Forms.Label()
- Me.DionLBL = New System.Windows.Forms.Label()
- 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 = 49
- 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 = 48
- 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, 29)
- Me.LV.Name = "LV"
- Me.LV.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.LV.RightToLeftLayout = True
- Me.LV.Size = New System.Drawing.Size(750, 406)
- Me.LV.TabIndex = 47
- Me.LV.UseCompatibleStateImageBehavior = False
- Me.LV.View = System.Windows.Forms.View.Details
- '
- 'Refresher
- '
- Me.Refresher.Interval = 5000
- '
- 'SearchTXT
- '
- Me.SearchTXT.ForeColor = System.Drawing.Color.DarkSalmon
- Me.SearchTXT.Location = New System.Drawing.Point(3, 3)
- Me.SearchTXT.Name = "SearchTXT"
- Me.SearchTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.SearchTXT.Size = New System.Drawing.Size(156, 20)
- Me.SearchTXT.TabIndex = 50
- Me.SearchTXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'SearchLBL
- '
- Me.SearchLBL.Font = New System.Drawing.Font("Times New Roman", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.SearchLBL.ForeColor = System.Drawing.Color.OrangeRed
- Me.SearchLBL.Location = New System.Drawing.Point(165, 3)
- Me.SearchLBL.Name = "SearchLBL"
- Me.SearchLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.SearchLBL.Size = New System.Drawing.Size(100, 20)
- Me.SearchLBL.TabIndex = 51
- Me.SearchLBL.Text = "بحث عن زبون :"
- Me.SearchLBL.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- 'DionLBL
- '
- Me.DionLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.DionLBL.ForeColor = System.Drawing.Color.Gray
- Me.DionLBL.Location = New System.Drawing.Point(465, 438)
- Me.DionLBL.Name = "DionLBL"
- Me.DionLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.DionLBL.Size = New System.Drawing.Size(288, 23)
- Me.DionLBL.TabIndex = 52
- Me.DionLBL.Text = "جاري إحصاء الديون ..."
- Me.DionLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'ListCustomers
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.Controls.Add(Me.DionLBL)
- Me.Controls.Add(Me.SearchLBL)
- Me.Controls.Add(Me.SearchTXT)
- Me.Controls.Add(Me.ProductCancleBTN)
- Me.Controls.Add(Me.ProductShowBTN)
- Me.Controls.Add(Me.LV)
- Me.Name = "ListCustomers"
- Me.Size = New System.Drawing.Size(756, 467)
- Me.Tag = "قائمة الزبائن"
- Me.ResumeLayout(False)
- Me.PerformLayout()
- 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
- Friend WithEvents SearchTXT As System.Windows.Forms.TextBox
- Friend WithEvents SearchLBL As System.Windows.Forms.Label
- Friend WithEvents DionLBL As System.Windows.Forms.Label
- End Class