ListSell.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class ListSell
- 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.LV = New System.Windows.Forms.ListView
- Me.YearTXT = New System.Windows.Forms.ComboBox
- Me.MonthTXT = New System.Windows.Forms.ComboBox
- Me.DayTXT = New System.Windows.Forms.ComboBox
- Me.DayPaymentLBL = New System.Windows.Forms.Label
- Me.MonthPaymentLBL = New System.Windows.Forms.Label
- Me.YearPaymentLBL = New System.Windows.Forms.Label
- 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(3, 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
- '
- '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, 41)
- 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, 394)
- Me.LV.TabIndex = 47
- Me.LV.UseCompatibleStateImageBehavior = False
- Me.LV.View = System.Windows.Forms.View.Details
- '
- 'YearTXT
- '
- Me.YearTXT.Font = New System.Drawing.Font("Arabic Typesetting", 15.75!, System.Drawing.FontStyle.Bold)
- Me.YearTXT.ForeColor = System.Drawing.Color.RoyalBlue
- Me.YearTXT.FormattingEnabled = True
- Me.YearTXT.Location = New System.Drawing.Point(687, 3)
- Me.YearTXT.Name = "YearTXT"
- Me.YearTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.YearTXT.Size = New System.Drawing.Size(66, 32)
- Me.YearTXT.TabIndex = 50
- '
- 'MonthTXT
- '
- Me.MonthTXT.Font = New System.Drawing.Font("Arabic Typesetting", 15.75!, System.Drawing.FontStyle.Bold)
- Me.MonthTXT.ForeColor = System.Drawing.Color.RoyalBlue
- Me.MonthTXT.FormattingEnabled = True
- Me.MonthTXT.Location = New System.Drawing.Point(629, 3)
- Me.MonthTXT.Name = "MonthTXT"
- Me.MonthTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.MonthTXT.Size = New System.Drawing.Size(52, 32)
- Me.MonthTXT.TabIndex = 51
- '
- 'DayTXT
- '
- Me.DayTXT.Font = New System.Drawing.Font("Arabic Typesetting", 15.75!, System.Drawing.FontStyle.Bold)
- Me.DayTXT.ForeColor = System.Drawing.Color.RoyalBlue
- Me.DayTXT.FormattingEnabled = True
- Me.DayTXT.Location = New System.Drawing.Point(571, 3)
- Me.DayTXT.Name = "DayTXT"
- Me.DayTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.DayTXT.Size = New System.Drawing.Size(52, 32)
- Me.DayTXT.TabIndex = 52
- '
- 'DayPaymentLBL
- '
- Me.DayPaymentLBL.BackColor = System.Drawing.Color.WhiteSmoke
- Me.DayPaymentLBL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.DayPaymentLBL.Cursor = System.Windows.Forms.Cursors.Hand
- Me.DayPaymentLBL.Font = New System.Drawing.Font("Arabic Typesetting", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.DayPaymentLBL.ForeColor = System.Drawing.Color.Black
- Me.DayPaymentLBL.Location = New System.Drawing.Point(375, 3)
- Me.DayPaymentLBL.Name = "DayPaymentLBL"
- Me.DayPaymentLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.DayPaymentLBL.Size = New System.Drawing.Size(180, 30)
- Me.DayPaymentLBL.TabIndex = 72
- Me.DayPaymentLBL.Text = "أرباح اليوم :"
- Me.DayPaymentLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'MonthPaymentLBL
- '
- Me.MonthPaymentLBL.BackColor = System.Drawing.Color.WhiteSmoke
- Me.MonthPaymentLBL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.MonthPaymentLBL.Cursor = System.Windows.Forms.Cursors.Hand
- Me.MonthPaymentLBL.Font = New System.Drawing.Font("Arabic Typesetting", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.MonthPaymentLBL.ForeColor = System.Drawing.Color.Black
- Me.MonthPaymentLBL.Location = New System.Drawing.Point(189, 3)
- Me.MonthPaymentLBL.Name = "MonthPaymentLBL"
- Me.MonthPaymentLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.MonthPaymentLBL.Size = New System.Drawing.Size(180, 30)
- Me.MonthPaymentLBL.TabIndex = 73
- Me.MonthPaymentLBL.Text = "أرباح الشهر :"
- Me.MonthPaymentLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'YearPaymentLBL
- '
- Me.YearPaymentLBL.BackColor = System.Drawing.Color.WhiteSmoke
- Me.YearPaymentLBL.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.YearPaymentLBL.Cursor = System.Windows.Forms.Cursors.Hand
- Me.YearPaymentLBL.Font = New System.Drawing.Font("Arabic Typesetting", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.YearPaymentLBL.ForeColor = System.Drawing.Color.Black
- Me.YearPaymentLBL.Location = New System.Drawing.Point(3, 3)
- Me.YearPaymentLBL.Name = "YearPaymentLBL"
- Me.YearPaymentLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.YearPaymentLBL.Size = New System.Drawing.Size(180, 30)
- Me.YearPaymentLBL.TabIndex = 74
- Me.YearPaymentLBL.Text = "أرباح العام :"
- Me.YearPaymentLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'Refresher
- '
- Me.Refresher.Interval = 1000
- '
- 'ListSell
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.Controls.Add(Me.YearPaymentLBL)
- Me.Controls.Add(Me.MonthPaymentLBL)
- Me.Controls.Add(Me.DayPaymentLBL)
- Me.Controls.Add(Me.DayTXT)
- Me.Controls.Add(Me.MonthTXT)
- Me.Controls.Add(Me.YearTXT)
- Me.Controls.Add(Me.ProductCancleBTN)
- Me.Controls.Add(Me.LV)
- Me.Name = "ListSell"
- 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 LV As System.Windows.Forms.ListView
- Friend WithEvents YearTXT As System.Windows.Forms.ComboBox
- Friend WithEvents MonthTXT As System.Windows.Forms.ComboBox
- Friend WithEvents DayTXT As System.Windows.Forms.ComboBox
- Friend WithEvents DayPaymentLBL As System.Windows.Forms.Label
- Friend WithEvents MonthPaymentLBL As System.Windows.Forms.Label
- Friend WithEvents YearPaymentLBL As System.Windows.Forms.Label
- Friend WithEvents Refresher As System.Windows.Forms.Timer
- End Class