NewMerchant.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class NewMerchant
- 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.ColumnHeader4 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
- Me.CJobTXT = New System.Windows.Forms.TextBox()
- Me.CAddressTXT = New System.Windows.Forms.TextBox()
- Me.ColumnHeader5 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
- Me.CTelTXT = New System.Windows.Forms.TextBox()
- Me.ColumnHeader6 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
- Me.AddCBTN = New System.Windows.Forms.Button()
- Me.ColumnHeader3 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader)
- Me.CancelBTN = New System.Windows.Forms.Button()
- Me.TotaldebtTXT = New System.Windows.Forms.Label()
- Me.TotalPayment = New System.Windows.Forms.Label()
- Me.Pan1LBL = New System.Windows.Forms.Label()
- Me.CJobAddressTXT = New System.Windows.Forms.TextBox()
- Me.CNameTXT = New System.Windows.Forms.ComboBox()
- 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.Label3 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.CWebTXT = New System.Windows.Forms.TextBox()
- Me.ProductCodeLBL = New System.Windows.Forms.Label()
- Me.CMailTXT = New System.Windows.Forms.TextBox()
- Me.ProductNameLBL = New System.Windows.Forms.Label()
- Me.ProductTypeLBL = New System.Windows.Forms.Label()
- Me.ProductCatLBL = New System.Windows.Forms.Label()
- Me.SLBL = New System.Windows.Forms.Label()
- Me.PrevBTN = New System.Windows.Forms.Button()
- Me.NextBTN = New System.Windows.Forms.Button()
- Me.DeptBTN = New System.Windows.Forms.Button()
- Me.Refresher = New System.Windows.Forms.Timer(Me.components)
- Me.SuspendLayout()
- '
- 'ColumnHeader4
- '
- Me.ColumnHeader4.Text = "السعر الإجمالي"
- Me.ColumnHeader4.Width = 162
- '
- 'CJobTXT
- '
- Me.CJobTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CJobTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.CJobTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.RecentlyUsedList
- Me.CJobTXT.Location = New System.Drawing.Point(126, 41)
- Me.CJobTXT.Name = "CJobTXT"
- Me.CJobTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CJobTXT.Size = New System.Drawing.Size(186, 20)
- Me.CJobTXT.TabIndex = 5
- '
- 'CAddressTXT
- '
- Me.CAddressTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CAddressTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.CAddressTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.RecentlyUsedList
- Me.CAddressTXT.Location = New System.Drawing.Point(476, 67)
- Me.CAddressTXT.Multiline = True
- Me.CAddressTXT.Name = "CAddressTXT"
- Me.CAddressTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CAddressTXT.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.CAddressTXT.Size = New System.Drawing.Size(186, 38)
- Me.CAddressTXT.TabIndex = 1
- '
- 'ColumnHeader5
- '
- Me.ColumnHeader5.Text = "المدفوع"
- '
- 'CTelTXT
- '
- Me.CTelTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CTelTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.CTelTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.RecentlyUsedList
- Me.CTelTXT.Location = New System.Drawing.Point(476, 111)
- Me.CTelTXT.Name = "CTelTXT"
- Me.CTelTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CTelTXT.Size = New System.Drawing.Size(186, 20)
- Me.CTelTXT.TabIndex = 2
- '
- 'ColumnHeader6
- '
- Me.ColumnHeader6.Text = "المتبقي"
- '
- 'AddCBTN
- '
- Me.AddCBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.AddCBTN.Location = New System.Drawing.Point(3, 436)
- Me.AddCBTN.Name = "AddCBTN"
- Me.AddCBTN.Size = New System.Drawing.Size(75, 23)
- Me.AddCBTN.TabIndex = 10
- Me.AddCBTN.Text = "إضافة"
- Me.AddCBTN.UseVisualStyleBackColor = True
- '
- 'ColumnHeader3
- '
- Me.ColumnHeader3.Text = "الكمية"
- Me.ColumnHeader3.Width = 93
- '
- 'CancelBTN
- '
- Me.CancelBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.CancelBTN.Location = New System.Drawing.Point(84, 436)
- Me.CancelBTN.Name = "CancelBTN"
- Me.CancelBTN.Size = New System.Drawing.Size(75, 23)
- Me.CancelBTN.TabIndex = 11
- Me.CancelBTN.Text = "إغلاق"
- Me.CancelBTN.UseVisualStyleBackColor = True
- '
- 'TotaldebtTXT
- '
- Me.TotaldebtTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.TotaldebtTXT.BackColor = System.Drawing.Color.WhiteSmoke
- Me.TotaldebtTXT.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.TotaldebtTXT.Font = New System.Drawing.Font("Arabic Typesetting", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TotaldebtTXT.ForeColor = System.Drawing.SystemColors.Desktop
- Me.TotaldebtTXT.Location = New System.Drawing.Point(126, 155)
- Me.TotaldebtTXT.Name = "TotaldebtTXT"
- Me.TotaldebtTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.TotaldebtTXT.Size = New System.Drawing.Size(186, 30)
- Me.TotaldebtTXT.TabIndex = 93
- Me.TotaldebtTXT.Text = "باقي الديون : 0"
- Me.TotaldebtTXT.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- '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.Fixed3D
- Me.TotalPayment.Font = New System.Drawing.Font("Arabic Typesetting", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.TotalPayment.ForeColor = System.Drawing.SystemColors.Desktop
- Me.TotalPayment.Location = New System.Drawing.Point(126, 119)
- Me.TotalPayment.Name = "TotalPayment"
- Me.TotalPayment.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.TotalPayment.Size = New System.Drawing.Size(184, 30)
- Me.TotalPayment.TabIndex = 92
- Me.TotalPayment.Text = "قيمة المشتريات : 0"
- '
- 'Pan1LBL
- '
- Me.Pan1LBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Pan1LBL.Font = New System.Drawing.Font("Times New Roman", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
- Me.Pan1LBL.ForeColor = System.Drawing.Color.SteelBlue
- Me.Pan1LBL.Location = New System.Drawing.Point(574, 7)
- Me.Pan1LBL.Name = "Pan1LBL"
- Me.Pan1LBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Pan1LBL.Size = New System.Drawing.Size(179, 31)
- Me.Pan1LBL.TabIndex = 87
- Me.Pan1LBL.Text = "أساسيات :"
- Me.Pan1LBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'CJobAddressTXT
- '
- Me.CJobAddressTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CJobAddressTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.CJobAddressTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.RecentlyUsedList
- Me.CJobAddressTXT.Location = New System.Drawing.Point(126, 67)
- Me.CJobAddressTXT.Multiline = True
- Me.CJobAddressTXT.Name = "CJobAddressTXT"
- Me.CJobAddressTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CJobAddressTXT.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.CJobAddressTXT.Size = New System.Drawing.Size(186, 38)
- Me.CJobAddressTXT.TabIndex = 6
- '
- 'CNameTXT
- '
- Me.CNameTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CNameTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.CNameTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
- Me.CNameTXT.FormattingEnabled = True
- Me.CNameTXT.Location = New System.Drawing.Point(476, 38)
- Me.CNameTXT.Name = "CNameTXT"
- Me.CNameTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CNameTXT.Size = New System.Drawing.Size(187, 21)
- Me.CNameTXT.TabIndex = 0
- '
- '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.ColumnHeader5, Me.ColumnHeader6})
- 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.LabelEdit = True
- Me.LV.Location = New System.Drawing.Point(3, 197)
- Me.LV.Name = "LV"
- Me.LV.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.LV.RightToLeftLayout = True
- Me.LV.Size = New System.Drawing.Size(746, 233)
- Me.LV.TabIndex = 91
- Me.LV.UseCompatibleStateImageBehavior = False
- Me.LV.View = System.Windows.Forms.View.Details
- '
- 'ColumnHeader1
- '
- Me.ColumnHeader1.Text = "التاريخ"
- '
- 'ColumnHeader2
- '
- Me.ColumnHeader2.Text = "إسم السلعة \ المنتج"
- Me.ColumnHeader2.Width = 123
- '
- 'Label3
- '
- Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label3.Location = New System.Drawing.Point(318, 66)
- Me.Label3.Name = "Label3"
- Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label3.Size = New System.Drawing.Size(84, 20)
- Me.Label3.TabIndex = 90
- Me.Label3.Text = "عنوان العمل :"
- Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'Label2
- '
- Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label2.Location = New System.Drawing.Point(318, 38)
- Me.Label2.Name = "Label2"
- Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label2.Size = New System.Drawing.Size(84, 20)
- Me.Label2.TabIndex = 89
- Me.Label2.Text = "العمل :"
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'Label1
- '
- Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label1.Location = New System.Drawing.Point(668, 165)
- Me.Label1.Name = "Label1"
- Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label1.Size = New System.Drawing.Size(84, 20)
- Me.Label1.TabIndex = 88
- Me.Label1.Text = "موقع إلكتروني :"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'CWebTXT
- '
- Me.CWebTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CWebTXT.Location = New System.Drawing.Point(476, 165)
- Me.CWebTXT.Name = "CWebTXT"
- Me.CWebTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CWebTXT.Size = New System.Drawing.Size(186, 20)
- Me.CWebTXT.TabIndex = 4
- '
- 'ProductCodeLBL
- '
- Me.ProductCodeLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.ProductCodeLBL.Location = New System.Drawing.Point(668, 137)
- Me.ProductCodeLBL.Name = "ProductCodeLBL"
- Me.ProductCodeLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ProductCodeLBL.Size = New System.Drawing.Size(84, 20)
- Me.ProductCodeLBL.TabIndex = 86
- Me.ProductCodeLBL.Text = "بريد إلكتروني :"
- Me.ProductCodeLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'CMailTXT
- '
- Me.CMailTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CMailTXT.Location = New System.Drawing.Point(476, 137)
- Me.CMailTXT.Name = "CMailTXT"
- Me.CMailTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CMailTXT.Size = New System.Drawing.Size(186, 20)
- Me.CMailTXT.TabIndex = 3
- '
- 'ProductNameLBL
- '
- Me.ProductNameLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.ProductNameLBL.Location = New System.Drawing.Point(669, 39)
- Me.ProductNameLBL.Name = "ProductNameLBL"
- Me.ProductNameLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ProductNameLBL.Size = New System.Drawing.Size(84, 20)
- Me.ProductNameLBL.TabIndex = 83
- Me.ProductNameLBL.Text = "إسم التاجر :"
- Me.ProductNameLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'ProductTypeLBL
- '
- Me.ProductTypeLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.ProductTypeLBL.Location = New System.Drawing.Point(669, 67)
- Me.ProductTypeLBL.Name = "ProductTypeLBL"
- Me.ProductTypeLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ProductTypeLBL.Size = New System.Drawing.Size(84, 20)
- Me.ProductTypeLBL.TabIndex = 85
- Me.ProductTypeLBL.Text = "العنوان :"
- Me.ProductTypeLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'ProductCatLBL
- '
- Me.ProductCatLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.ProductCatLBL.Location = New System.Drawing.Point(668, 111)
- Me.ProductCatLBL.Name = "ProductCatLBL"
- Me.ProductCatLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ProductCatLBL.Size = New System.Drawing.Size(84, 20)
- Me.ProductCatLBL.TabIndex = 84
- Me.ProductCatLBL.Text = "رقم الهاتف :"
- Me.ProductCatLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'SLBL
- '
- Me.SLBL.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.SLBL.Location = New System.Drawing.Point(661, 437)
- Me.SLBL.Name = "SLBL"
- Me.SLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.SLBL.Size = New System.Drawing.Size(65, 20)
- Me.SLBL.TabIndex = 97
- Me.SLBL.Text = "0 من 0"
- Me.SLBL.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'PrevBTN
- '
- Me.PrevBTN.Location = New System.Drawing.Point(732, 436)
- Me.PrevBTN.Name = "PrevBTN"
- Me.PrevBTN.Size = New System.Drawing.Size(17, 23)
- Me.PrevBTN.TabIndex = 8
- Me.PrevBTN.Text = ">"
- Me.PrevBTN.UseVisualStyleBackColor = True
- '
- 'NextBTN
- '
- Me.NextBTN.Location = New System.Drawing.Point(638, 434)
- Me.NextBTN.Name = "NextBTN"
- Me.NextBTN.Size = New System.Drawing.Size(17, 23)
- Me.NextBTN.TabIndex = 9
- Me.NextBTN.Text = "<"
- Me.NextBTN.UseVisualStyleBackColor = True
- '
- 'DeptBTN
- '
- Me.DeptBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.DeptBTN.Location = New System.Drawing.Point(45, 162)
- Me.DeptBTN.Name = "DeptBTN"
- Me.DeptBTN.Size = New System.Drawing.Size(75, 23)
- Me.DeptBTN.TabIndex = 7
- Me.DeptBTN.Text = "تسديد"
- Me.DeptBTN.UseVisualStyleBackColor = True
- '
- 'Refresher
- '
- Me.Refresher.Interval = 5000
- '
- 'NewMerchant
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.Controls.Add(Me.DeptBTN)
- Me.Controls.Add(Me.SLBL)
- Me.Controls.Add(Me.PrevBTN)
- Me.Controls.Add(Me.NextBTN)
- Me.Controls.Add(Me.CJobTXT)
- Me.Controls.Add(Me.CAddressTXT)
- Me.Controls.Add(Me.CTelTXT)
- Me.Controls.Add(Me.AddCBTN)
- Me.Controls.Add(Me.CancelBTN)
- Me.Controls.Add(Me.TotaldebtTXT)
- Me.Controls.Add(Me.TotalPayment)
- Me.Controls.Add(Me.Pan1LBL)
- Me.Controls.Add(Me.CJobAddressTXT)
- Me.Controls.Add(Me.CNameTXT)
- Me.Controls.Add(Me.LV)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.CWebTXT)
- Me.Controls.Add(Me.ProductCodeLBL)
- Me.Controls.Add(Me.CMailTXT)
- Me.Controls.Add(Me.ProductNameLBL)
- Me.Controls.Add(Me.ProductTypeLBL)
- Me.Controls.Add(Me.ProductCatLBL)
- Me.Name = "NewMerchant"
- Me.Size = New System.Drawing.Size(756, 467)
- Me.Tag = "معلومات تاجر"
- Me.ResumeLayout(False)
- Me.PerformLayout()
- End Sub
- Friend WithEvents ColumnHeader4 As System.Windows.Forms.ColumnHeader
- Friend WithEvents CJobTXT As System.Windows.Forms.TextBox
- Friend WithEvents CAddressTXT As System.Windows.Forms.TextBox
- Friend WithEvents ColumnHeader5 As System.Windows.Forms.ColumnHeader
- Friend WithEvents CTelTXT As System.Windows.Forms.TextBox
- Friend WithEvents ColumnHeader6 As System.Windows.Forms.ColumnHeader
- Friend WithEvents AddCBTN As System.Windows.Forms.Button
- Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
- Friend WithEvents CancelBTN As System.Windows.Forms.Button
- Friend WithEvents TotaldebtTXT As System.Windows.Forms.Label
- Friend WithEvents TotalPayment As System.Windows.Forms.Label
- Friend WithEvents Pan1LBL As System.Windows.Forms.Label
- Friend WithEvents CJobAddressTXT As System.Windows.Forms.TextBox
- Friend WithEvents CNameTXT As System.Windows.Forms.ComboBox
- Friend WithEvents LV As System.Windows.Forms.ListView
- Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
- Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
- Friend WithEvents Label3 As System.Windows.Forms.Label
- Friend WithEvents Label2 As System.Windows.Forms.Label
- Friend WithEvents Label1 As System.Windows.Forms.Label
- Friend WithEvents CWebTXT As System.Windows.Forms.TextBox
- Friend WithEvents ProductCodeLBL As System.Windows.Forms.Label
- Friend WithEvents CMailTXT As System.Windows.Forms.TextBox
- Friend WithEvents ProductNameLBL As System.Windows.Forms.Label
- Friend WithEvents ProductTypeLBL As System.Windows.Forms.Label
- Friend WithEvents ProductCatLBL As System.Windows.Forms.Label
- Friend WithEvents SLBL As System.Windows.Forms.Label
- Friend WithEvents PrevBTN As System.Windows.Forms.Button
- Friend WithEvents NextBTN As System.Windows.Forms.Button
- Friend WithEvents DeptBTN As System.Windows.Forms.Button
- Friend WithEvents Refresher As System.Windows.Forms.Timer
- End Class