NewSell.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class NewSell
- 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()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(NewSell))
- Me.NewSellBarcodeLBL = New System.Windows.Forms.Label()
- Me.NewSellBarcodeTXT = New System.Windows.Forms.TextBox()
- Me.NewSellProNameLBL = New System.Windows.Forms.Label()
- Me.NewSellAmountLBL = New System.Windows.Forms.Label()
- Me.NewSellAmountTXT = New System.Windows.Forms.TextBox()
- Me.NewSellCusLBL = New System.Windows.Forms.Label()
- Me.LV = New System.Windows.Forms.ListView()
- Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
- Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
- Me.ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
- Me.ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
- Me.PrintCB = New System.Windows.Forms.CheckBox()
- Me.NewBTN = New System.Windows.Forms.Button()
- Me.NewSellPayWayTXT = New System.Windows.Forms.ComboBox()
- Me.NewSellPayWayLBL = New System.Windows.Forms.Label()
- Me.NoteLBL = New System.Windows.Forms.Label()
- Me.CloseSaveBTN = New System.Windows.Forms.Button()
- Me.NewSellCusTXT = New System.Windows.Forms.ComboBox()
- Me.NewSellProNameTXT = New System.Windows.Forms.ComboBox()
- Me.DelBTN = New System.Windows.Forms.Button()
- Me.AddNewBTN = New System.Windows.Forms.Button()
- Me.TotalPayment = New System.Windows.Forms.Label()
- Me.PD = New System.Drawing.Printing.PrintDocument()
- Me.PSD = New System.Windows.Forms.PageSetupDialog()
- Me.StoreNameTXT = New System.Windows.Forms.ComboBox()
- Me.StoreNameLBL = New System.Windows.Forms.Label()
- Me.ProductPicPIC = New System.Windows.Forms.PictureBox()
- Me.PP = New System.Windows.Forms.PrintPreviewDialog()
- Me.PPD = New System.Windows.Forms.PrintPreviewDialog()
- Me.DiscountLBL = New System.Windows.Forms.Label()
- Me.DiscountTXT = New System.Windows.Forms.TextBox()
- Me.DiscountLST = New System.Windows.Forms.ComboBox()
- Me.NoteTXT = New System.Windows.Forms.TextBox()
- CType(Me.ProductPicPIC, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'NewSellBarcodeLBL
- '
- Me.NewSellBarcodeLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellBarcodeLBL.Location = New System.Drawing.Point(563, 64)
- Me.NewSellBarcodeLBL.Name = "NewSellBarcodeLBL"
- Me.NewSellBarcodeLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellBarcodeLBL.Size = New System.Drawing.Size(183, 20)
- Me.NewSellBarcodeLBL.TabIndex = 54
- Me.NewSellBarcodeLBL.Text = "باركود السلعة \ المنتج :"
- Me.NewSellBarcodeLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'NewSellBarcodeTXT
- '
- Me.NewSellBarcodeTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellBarcodeTXT.Location = New System.Drawing.Point(335, 64)
- Me.NewSellBarcodeTXT.Name = "NewSellBarcodeTXT"
- Me.NewSellBarcodeTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellBarcodeTXT.Size = New System.Drawing.Size(222, 20)
- Me.NewSellBarcodeTXT.TabIndex = 2
- '
- 'NewSellProNameLBL
- '
- Me.NewSellProNameLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellProNameLBL.Location = New System.Drawing.Point(563, 37)
- Me.NewSellProNameLBL.Name = "NewSellProNameLBL"
- Me.NewSellProNameLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellProNameLBL.Size = New System.Drawing.Size(183, 20)
- Me.NewSellProNameLBL.TabIndex = 51
- Me.NewSellProNameLBL.Text = "إسم السلعة \ المنتج :"
- Me.NewSellProNameLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'NewSellAmountLBL
- '
- Me.NewSellAmountLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellAmountLBL.Location = New System.Drawing.Point(563, 90)
- Me.NewSellAmountLBL.Name = "NewSellAmountLBL"
- Me.NewSellAmountLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellAmountLBL.Size = New System.Drawing.Size(183, 20)
- Me.NewSellAmountLBL.TabIndex = 56
- Me.NewSellAmountLBL.Text = "الكمية"
- Me.NewSellAmountLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'NewSellAmountTXT
- '
- Me.NewSellAmountTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellAmountTXT.Location = New System.Drawing.Point(335, 90)
- Me.NewSellAmountTXT.Name = "NewSellAmountTXT"
- Me.NewSellAmountTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellAmountTXT.Size = New System.Drawing.Size(222, 20)
- Me.NewSellAmountTXT.TabIndex = 3
- Me.NewSellAmountTXT.Text = "1"
- '
- 'NewSellCusLBL
- '
- Me.NewSellCusLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellCusLBL.Location = New System.Drawing.Point(563, 11)
- Me.NewSellCusLBL.Name = "NewSellCusLBL"
- Me.NewSellCusLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellCusLBL.Size = New System.Drawing.Size(183, 20)
- Me.NewSellCusLBL.TabIndex = 58
- Me.NewSellCusLBL.Text = "إسم الزبون"
- Me.NewSellCusLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'LV
- '
- Me.LV.AllowColumnReorder = True
- Me.LV.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.LV.BackColor = System.Drawing.Color.White
- Me.LV.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3, Me.ColumnHeader4})
- Me.LV.Font = New System.Drawing.Font("Simplified Arabic", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.LV.ForeColor = System.Drawing.Color.Gray
- Me.LV.FullRowSelect = True
- Me.LV.GridLines = True
- Me.LV.Location = New System.Drawing.Point(84, 242)
- Me.LV.Name = "LV"
- Me.LV.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.LV.RightToLeftLayout = True
- Me.LV.Size = New System.Drawing.Size(589, 66)
- Me.LV.TabIndex = 59
- Me.LV.UseCompatibleStateImageBehavior = False
- Me.LV.View = System.Windows.Forms.View.Details
- '
- 'ColumnHeader1
- '
- Me.ColumnHeader1.Text = "إسم السلعة"
- Me.ColumnHeader1.Width = 87
- '
- 'ColumnHeader2
- '
- Me.ColumnHeader2.Text = "سعر القطعة"
- Me.ColumnHeader2.Width = 123
- '
- 'ColumnHeader3
- '
- Me.ColumnHeader3.Text = "الكمية"
- Me.ColumnHeader3.Width = 93
- '
- 'ColumnHeader4
- '
- Me.ColumnHeader4.Text = "السعر الإجمالي"
- Me.ColumnHeader4.Width = 162
- '
- 'PrintCB
- '
- Me.PrintCB.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.PrintCB.Location = New System.Drawing.Point(172, 344)
- Me.PrintCB.Name = "PrintCB"
- Me.PrintCB.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.PrintCB.Size = New System.Drawing.Size(92, 23)
- Me.PrintCB.TabIndex = 8
- Me.PrintCB.Text = "طباعة الفاتورة"
- Me.PrintCB.UseVisualStyleBackColor = True
- '
- 'NewBTN
- '
- Me.NewBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.NewBTN.Enabled = False
- Me.NewBTN.Location = New System.Drawing.Point(84, 373)
- Me.NewBTN.Name = "NewBTN"
- Me.NewBTN.Size = New System.Drawing.Size(75, 23)
- Me.NewBTN.TabIndex = 9
- Me.NewBTN.Text = "تم"
- Me.NewBTN.UseVisualStyleBackColor = True
- '
- 'NewSellPayWayTXT
- '
- Me.NewSellPayWayTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellPayWayTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.NewSellPayWayTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
- Me.NewSellPayWayTXT.FormattingEnabled = True
- Me.NewSellPayWayTXT.Location = New System.Drawing.Point(335, 116)
- Me.NewSellPayWayTXT.Name = "NewSellPayWayTXT"
- Me.NewSellPayWayTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellPayWayTXT.Size = New System.Drawing.Size(222, 21)
- Me.NewSellPayWayTXT.TabIndex = 4
- Me.NewSellPayWayTXT.Text = "نقدي"
- '
- 'NewSellPayWayLBL
- '
- Me.NewSellPayWayLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellPayWayLBL.Location = New System.Drawing.Point(563, 115)
- Me.NewSellPayWayLBL.Name = "NewSellPayWayLBL"
- Me.NewSellPayWayLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellPayWayLBL.Size = New System.Drawing.Size(183, 20)
- Me.NewSellPayWayLBL.TabIndex = 64
- Me.NewSellPayWayLBL.Text = "طريقة الدفع :"
- Me.NewSellPayWayLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'NoteLBL
- '
- Me.NoteLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NoteLBL.Location = New System.Drawing.Point(335, 140)
- Me.NoteLBL.Name = "NoteLBL"
- Me.NoteLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NoteLBL.Size = New System.Drawing.Size(225, 20)
- Me.NoteLBL.TabIndex = 65
- Me.NoteLBL.Text = "في حال كان الدفع ديناً يجب تحديد إسم الزبون"
- Me.NoteLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'CloseSaveBTN
- '
- Me.CloseSaveBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.CloseSaveBTN.Location = New System.Drawing.Point(3, 373)
- Me.CloseSaveBTN.Name = "CloseSaveBTN"
- Me.CloseSaveBTN.Size = New System.Drawing.Size(75, 23)
- Me.CloseSaveBTN.TabIndex = 10
- Me.CloseSaveBTN.Text = "إغلاق"
- Me.CloseSaveBTN.UseVisualStyleBackColor = True
- '
- 'NewSellCusTXT
- '
- Me.NewSellCusTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellCusTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.NewSellCusTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
- Me.NewSellCusTXT.FormattingEnabled = True
- Me.NewSellCusTXT.Location = New System.Drawing.Point(335, 12)
- Me.NewSellCusTXT.Name = "NewSellCusTXT"
- Me.NewSellCusTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellCusTXT.Size = New System.Drawing.Size(222, 21)
- Me.NewSellCusTXT.TabIndex = 0
- Me.NewSellCusTXT.Text = "زبون عام"
- '
- 'NewSellProNameTXT
- '
- Me.NewSellProNameTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.NewSellProNameTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.NewSellProNameTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
- Me.NewSellProNameTXT.FormattingEnabled = True
- Me.NewSellProNameTXT.Location = New System.Drawing.Point(335, 38)
- Me.NewSellProNameTXT.Name = "NewSellProNameTXT"
- Me.NewSellProNameTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NewSellProNameTXT.Size = New System.Drawing.Size(222, 21)
- Me.NewSellProNameTXT.TabIndex = 1
- '
- 'DelBTN
- '
- Me.DelBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.DelBTN.Location = New System.Drawing.Point(517, 199)
- Me.DelBTN.Name = "DelBTN"
- Me.DelBTN.Size = New System.Drawing.Size(75, 23)
- Me.DelBTN.TabIndex = 7
- Me.DelBTN.Text = "مسح الحقل"
- Me.DelBTN.UseVisualStyleBackColor = True
- '
- 'AddNewBTN
- '
- Me.AddNewBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.AddNewBTN.Location = New System.Drawing.Point(598, 199)
- Me.AddNewBTN.Name = "AddNewBTN"
- Me.AddNewBTN.Size = New System.Drawing.Size(75, 23)
- Me.AddNewBTN.TabIndex = 6
- Me.AddNewBTN.Text = "سلعة أخرى"
- Me.AddNewBTN.UseVisualStyleBackColor = True
- '
- 'TotalPayment
- '
- Me.TotalPayment.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.TotalPayment.BackColor = System.Drawing.Color.WhiteSmoke
- Me.TotalPayment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TotalPayment.Font = New System.Drawing.Font("Arabic Typesetting", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TotalPayment.ForeColor = System.Drawing.Color.Black
- Me.TotalPayment.Location = New System.Drawing.Point(84, 311)
- Me.TotalPayment.Name = "TotalPayment"
- Me.TotalPayment.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.TotalPayment.Size = New System.Drawing.Size(180, 30)
- Me.TotalPayment.TabIndex = 71
- Me.TotalPayment.Text = "قيمة الفاتورة : 0"
- Me.TotalPayment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'StoreNameTXT
- '
- Me.StoreNameTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.StoreNameTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.StoreNameTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
- Me.StoreNameTXT.FormattingEnabled = True
- Me.StoreNameTXT.Location = New System.Drawing.Point(335, 163)
- Me.StoreNameTXT.Name = "StoreNameTXT"
- Me.StoreNameTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.StoreNameTXT.Size = New System.Drawing.Size(222, 21)
- Me.StoreNameTXT.TabIndex = 5
- '
- 'StoreNameLBL
- '
- Me.StoreNameLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.StoreNameLBL.Location = New System.Drawing.Point(563, 162)
- Me.StoreNameLBL.Name = "StoreNameLBL"
- Me.StoreNameLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.StoreNameLBL.Size = New System.Drawing.Size(183, 20)
- Me.StoreNameLBL.TabIndex = 73
- Me.StoreNameLBL.Text = "من مخزن :"
- Me.StoreNameLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'ProductPicPIC
- '
- Me.ProductPicPIC.BackColor = System.Drawing.Color.WhiteSmoke
- Me.ProductPicPIC.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.ProductPicPIC.Location = New System.Drawing.Point(105, 12)
- Me.ProductPicPIC.Name = "ProductPicPIC"
- Me.ProductPicPIC.Size = New System.Drawing.Size(203, 125)
- Me.ProductPicPIC.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
- Me.ProductPicPIC.TabIndex = 69
- Me.ProductPicPIC.TabStop = False
- '
- 'PP
- '
- Me.PP.AutoScrollMargin = New System.Drawing.Size(0, 0)
- Me.PP.AutoScrollMinSize = New System.Drawing.Size(0, 0)
- Me.PP.ClientSize = New System.Drawing.Size(400, 300)
- Me.PP.Enabled = True
- Me.PP.Icon = CType(resources.GetObject("PP.Icon"), System.Drawing.Icon)
- Me.PP.Name = "PP"
- Me.PP.Visible = False
- '
- 'PPD
- '
- Me.PPD.AutoScrollMargin = New System.Drawing.Size(0, 0)
- Me.PPD.AutoScrollMinSize = New System.Drawing.Size(0, 0)
- Me.PPD.ClientSize = New System.Drawing.Size(400, 300)
- Me.PPD.Enabled = True
- Me.PPD.Icon = CType(resources.GetObject("PPD.Icon"), System.Drawing.Icon)
- Me.PPD.Name = "PPD"
- Me.PPD.Visible = False
- '
- 'DiscountLBL
- '
- Me.DiscountLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.DiscountLBL.Location = New System.Drawing.Point(425, 200)
- Me.DiscountLBL.Name = "DiscountLBL"
- Me.DiscountLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.DiscountLBL.Size = New System.Drawing.Size(86, 20)
- Me.DiscountLBL.TabIndex = 75
- Me.DiscountLBL.Text = "عرض الحسم"
- Me.DiscountLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'DiscountTXT
- '
- Me.DiscountTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.DiscountTXT.Location = New System.Drawing.Point(328, 201)
- Me.DiscountTXT.Name = "DiscountTXT"
- Me.DiscountTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.DiscountTXT.Size = New System.Drawing.Size(91, 20)
- Me.DiscountTXT.TabIndex = 74
- Me.DiscountTXT.Text = "0"
- Me.DiscountTXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'DiscountLST
- '
- Me.DiscountLST.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.DiscountLST.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.DiscountLST.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
- Me.DiscountLST.FormattingEnabled = True
- Me.DiscountLST.Items.AddRange(New Object() {"%"})
- Me.DiscountLST.Location = New System.Drawing.Point(258, 201)
- Me.DiscountLST.Name = "DiscountLST"
- Me.DiscountLST.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.DiscountLST.Size = New System.Drawing.Size(64, 21)
- Me.DiscountLST.TabIndex = 76
- Me.DiscountLST.Text = "%"
- '
- 'NoteTXT
- '
- Me.NoteTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.NoteTXT.Location = New System.Drawing.Point(165, 374)
- Me.NoteTXT.Name = "NoteTXT"
- Me.NoteTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.NoteTXT.Size = New System.Drawing.Size(508, 20)
- Me.NoteTXT.TabIndex = 77
- Me.NoteTXT.Text = "ملاحظات"
- Me.NoteTXT.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'NewSell
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.Controls.Add(Me.NoteTXT)
- Me.Controls.Add(Me.DiscountLST)
- Me.Controls.Add(Me.DiscountLBL)
- Me.Controls.Add(Me.DiscountTXT)
- Me.Controls.Add(Me.StoreNameTXT)
- Me.Controls.Add(Me.StoreNameLBL)
- Me.Controls.Add(Me.AddNewBTN)
- Me.Controls.Add(Me.DelBTN)
- Me.Controls.Add(Me.ProductPicPIC)
- Me.Controls.Add(Me.NewSellProNameTXT)
- Me.Controls.Add(Me.NewSellCusTXT)
- Me.Controls.Add(Me.CloseSaveBTN)
- Me.Controls.Add(Me.NoteLBL)
- Me.Controls.Add(Me.NewSellPayWayTXT)
- Me.Controls.Add(Me.NewSellPayWayLBL)
- Me.Controls.Add(Me.NewBTN)
- Me.Controls.Add(Me.PrintCB)
- Me.Controls.Add(Me.NewSellCusLBL)
- Me.Controls.Add(Me.NewSellAmountLBL)
- Me.Controls.Add(Me.NewSellAmountTXT)
- Me.Controls.Add(Me.NewSellBarcodeLBL)
- Me.Controls.Add(Me.NewSellBarcodeTXT)
- Me.Controls.Add(Me.NewSellProNameLBL)
- Me.Controls.Add(Me.TotalPayment)
- Me.Controls.Add(Me.LV)
- Me.Name = "NewSell"
- Me.Size = New System.Drawing.Size(756, 467)
- Me.Tag = "نافذة المبيعات"
- CType(Me.ProductPicPIC, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents NewSellBarcodeLBL As System.Windows.Forms.Label
- Friend WithEvents NewSellBarcodeTXT As System.Windows.Forms.TextBox
- Friend WithEvents NewSellProNameLBL As System.Windows.Forms.Label
- Friend WithEvents NewSellAmountLBL As System.Windows.Forms.Label
- Friend WithEvents NewSellAmountTXT As System.Windows.Forms.TextBox
- Friend WithEvents NewSellCusLBL As System.Windows.Forms.Label
- Friend WithEvents LV As System.Windows.Forms.ListView
- Friend WithEvents PrintCB As System.Windows.Forms.CheckBox
- Friend WithEvents NewBTN As System.Windows.Forms.Button
- Friend WithEvents NewSellPayWayTXT As System.Windows.Forms.ComboBox
- Friend WithEvents NewSellPayWayLBL As System.Windows.Forms.Label
- Friend WithEvents NoteLBL As System.Windows.Forms.Label
- Friend WithEvents CloseSaveBTN As System.Windows.Forms.Button
- Friend WithEvents NewSellCusTXT As System.Windows.Forms.ComboBox
- Friend WithEvents NewSellProNameTXT As System.Windows.Forms.ComboBox
- Friend WithEvents ProductPicPIC As System.Windows.Forms.PictureBox
- Friend WithEvents DelBTN As System.Windows.Forms.Button
- Friend WithEvents AddNewBTN As System.Windows.Forms.Button
- Friend WithEvents TotalPayment As System.Windows.Forms.Label
- Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
- Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
- Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
- Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
- Friend WithEvents PD As System.Drawing.Printing.PrintDocument
- Friend WithEvents PP As System.Windows.Forms.PrintPreviewDialog
- Friend WithEvents PPD As System.Windows.Forms.PrintPreviewDialog
- Friend WithEvents PSD As System.Windows.Forms.PageSetupDialog
- Friend WithEvents StoreNameTXT As System.Windows.Forms.ComboBox
- Friend WithEvents StoreNameLBL As System.Windows.Forms.Label
- Friend WithEvents DiscountLBL As System.Windows.Forms.Label
- Friend WithEvents DiscountTXT As System.Windows.Forms.TextBox
- Friend WithEvents DiscountLST As System.Windows.Forms.ComboBox
- Friend WithEvents NoteTXT As System.Windows.Forms.TextBox
- End Class