Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 16

>)(Global.Microsoft.VisualBasic.CompilerServices.

DesignerGenerated <

Partial Class frmCust

Inherits System.Windows.Forms.Form

.Form overrides dispose to clean up the component list '

>)(System.Diagnostics.DebuggerNonUserCode <

Protected Overrides Sub Dispose(ByVal disposing As Boolean)

Try

If disposing AndAlso components IsNot Nothing Then

)(components.Dispose

End If

Finally

MyBase.Dispose(disposing)

End Try

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.btnAdd = New System.Windows.Forms.Button


)(Me.lblCust = New System.Windows.Forms.Label

)(Me.ComboBox1 = New System.Windows.Forms.ComboBox

Me.TownBindingSource = New
System.Windows.Forms.BindingSource(Me.components)

)(Me.GreenChemDataSet1 = New Customers.GreenChemDataSet1

)(Me.ComboBox2 = New System.Windows.Forms.ComboBox

)(Me.TextBox1 = New System.Windows.Forms.TextBox

)(Me.GroupBox1 = New System.Windows.Forms.GroupBox

)(Me.GroupBox3 = New System.Windows.Forms.GroupBox

)(Me.ComboBox4 = New System.Windows.Forms.ComboBox

)(Me.Label5 = New System.Windows.Forms.Label

)(Me.Label6 = New System.Windows.Forms.Label

)(Me.Label7 = New System.Windows.Forms.Label

)(Me.TextBox3 = New System.Windows.Forms.TextBox

)(Me.GroupBox2 = New System.Windows.Forms.GroupBox

)(Me.Label4 = New System.Windows.Forms.Label

)(Me.ComboBox3 = New System.Windows.Forms.ComboBox

Me.CityBindingSource = New System.Windows.Forms.BindingSource(Me.components)

)(Me.GreenChemDataSet2 = New Customers.GreenChemDataSet2

)(Me.lblGov = New System.Windows.Forms.Label

)(Me.lblPho = New System.Windows.Forms.Label

)(Me.TextBox2 = New System.Windows.Forms.TextBox

)(Me.btnEdit = New System.Windows.Forms.Button

)(Me.BtnCan = New System.Windows.Forms.Button

)(Me.ListView1 = New System.Windows.Forms.ListView

)(Me.RB_Cust = New System.Windows.Forms.RadioButton

)(Me.RB_Supp = New System.Windows.Forms.RadioButton


Me.TownTableAdapter = New
)(Customers.GreenChemDataSet1TableAdapters.townTableAdapter

Me.CityTableAdapter = New
)(Customers.GreenChemDataSet2TableAdapters.cityTableAdapter

CType(Me.TownBindingSource,
)(System.ComponentModel.ISupportInitialize).BeginInit

CType(Me.GreenChemDataSet1,
)(System.ComponentModel.ISupportInitialize).BeginInit

)(Me.GroupBox1.SuspendLayout

)(Me.GroupBox3.SuspendLayout

)(Me.GroupBox2.SuspendLayout

)(CType(Me.CityBindingSource, System.ComponentModel.ISupportInitialize).BeginInit

CType(Me.GreenChemDataSet2,
)(System.ComponentModel.ISupportInitialize).BeginInit

)(Me.SuspendLayout

'

btnAdd'

'

Me.btnAdd.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.btnAdd.Location = New System.Drawing.Point(80, 12)

"Me.btnAdd.Name = "btnAdd

Me.btnAdd.Size = New System.Drawing.Size(75, 23)

Me.btnAdd.TabIndex = 0

"‫ = "اضافة‬Me.btnAdd.Text

Me.btnAdd.UseVisualStyleBackColor = True

'

lblCust'

'

Me.lblCust.AutoSize = True
Me.lblCust.Font = New System.Drawing.Font("Tahoma", 8.0!,
System.Drawing.FontStyle.Bold)

Me.lblCust.Location = New System.Drawing.Point(482, 32)

"Me.lblCust.Name = "lblCust

Me.lblCust.Size = New System.Drawing.Size(41, 13)

Me.lblCust.TabIndex = 1

"‫ = "العميل‬Me.lblCust.Text

'

ComboBox1'

'

Me.ComboBox1.DataBindings.Add(New
System.Windows.Forms.Binding("SelectedValue", Me.TownBindingSource, "town_name",
True))

Me.ComboBox1.DataSource = Me.TownBindingSource

"Me.ComboBox1.DisplayMember = "town_name

Me.ComboBox1.FormattingEnabled = True

Me.ComboBox1.Location = New System.Drawing.Point(318, 76)

"Me.ComboBox1.Name = "ComboBox1

Me.ComboBox1.Size = New System.Drawing.Size(151, 21)

Me.ComboBox1.TabIndex = 2

"Me.ComboBox1.ValueMember = "town_name

'

TownBindingSource '

'

"Me.TownBindingSource.DataMember = "town

Me.TownBindingSource.DataSource = Me.GreenChemDataSet1

'

GreenChemDataSet1 '

'
"Me.GreenChemDataSet1.DataSetName = "GreenChemDataSet1

Me.GreenChemDataSet1.SchemaSerializationMode =
System.Data.SchemaSerializationMode.IncludeSchema

'

ComboBox2'

'

Me.ComboBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(251, Byte),


Integer), CType(CType(251, Byte), Integer), CType(CType(172, Byte), Integer))

Me.ComboBox2.FormattingEnabled = True

Me.ComboBox2.Location = New System.Drawing.Point(269, 29)

"Me.ComboBox2.Name = "ComboBox2

Me.ComboBox2.Size = New System.Drawing.Size(176, 21)

Me.ComboBox2.TabIndex = 3

'

TextBox1'

'

Me.TextBox1.Location = New System.Drawing.Point(265, 29)

"Me.TextBox1.Name = "TextBox1

Me.TextBox1.Size = New System.Drawing.Size(204, 20)

Me.TextBox1.TabIndex = 4

'

GroupBox1'

'

Me.GroupBox1.Controls.Add(Me.GroupBox3)

Me.GroupBox1.Controls.Add(Me.GroupBox2)

Me.GroupBox1.Location = New System.Drawing.Point(12, 41)

"Me.GroupBox1.Name = "GroupBox1

Me.GroupBox1.Size = New System.Drawing.Size(1075, 167)


Me.GroupBox1.TabIndex = 5

Me.GroupBox1.TabStop = False

"Me.GroupBox1.Text = "GroupBox1

'

GroupBox3'

'

Me.GroupBox3.Controls.Add(Me.ComboBox4)

Me.GroupBox3.Controls.Add(Me.Label5)

Me.GroupBox3.Controls.Add(Me.ComboBox2)

Me.GroupBox3.Controls.Add(Me.Label6)

Me.GroupBox3.Controls.Add(Me.Label7)

Me.GroupBox3.Controls.Add(Me.TextBox3)

Me.GroupBox3.Location = New System.Drawing.Point(6, 19)

"Me.GroupBox3.Name = "GroupBox3

Me.GroupBox3.Size = New System.Drawing.Size(526, 129)

Me.GroupBox3.TabIndex = 1

Me.GroupBox3.TabStop = False

"Me.GroupBox3.Text = "GroupBox3

'

ComboBox4'

'

Me.ComboBox4.BackColor = System.Drawing.Color.FromArgb(CType(CType(251, Byte),


Integer), CType(CType(251, Byte), Integer), CType(CType(172, Byte), Integer))

Me.ComboBox4.FormattingEnabled = True

Me.ComboBox4.Location = New System.Drawing.Point(29, 28)

"Me.ComboBox4.Name = "ComboBox4

Me.ComboBox4.Size = New System.Drawing.Size(165, 21)

Me.ComboBox4.TabIndex = 13
'

Label5'

'

Me.Label5.AutoSize = True

Me.Label5.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.Label5.Location = New System.Drawing.Point(451, 32)

"Me.Label5.Name = "Label5

Me.Label5.Size = New System.Drawing.Size(61, 13)

Me.Label5.TabIndex = 10

"‫ = "فئة العميل‬Me.Label5.Text

'

Label6'

'

Me.Label6.AutoSize = True

Me.Label6.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.Label6.Location = New System.Drawing.Point(200, 32)

"Me.Label6.Name = "Label6

Me.Label6.Size = New System.Drawing.Size(48, 13)

Me.Label6.TabIndex = 11

"‫ = "المندوب‬Me.Label6.Text

'

Label7'

'

Me.Label7.AutoSize = True

Me.Label7.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.Label7.Location = New System.Drawing.Point(423, 87)


"Me.Label7.Name = "Label7

Me.Label7.Size = New System.Drawing.Size(95, 13)

Me.Label7.TabIndex = 12

"‫ = "الرصيد االفتتاحي‬Me.Label7.Text

'

TextBox3'

'

Me.TextBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte),


Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))

Me.TextBox3.Location = New System.Drawing.Point(241, 82)

"Me.TextBox3.Name = "TextBox3

Me.TextBox3.Size = New System.Drawing.Size(176, 20)

Me.TextBox3.TabIndex = 8

'

GroupBox2'

'

Me.GroupBox2.Controls.Add(Me.Label4)

Me.GroupBox2.Controls.Add(Me.ComboBox3)

Me.GroupBox2.Controls.Add(Me.lblGov)

Me.GroupBox2.Controls.Add(Me.lblPho)

Me.GroupBox2.Controls.Add(Me.ComboBox1)

Me.GroupBox2.Controls.Add(Me.TextBox2)

Me.GroupBox2.Controls.Add(Me.lblCust)

Me.GroupBox2.Controls.Add(Me.TextBox1)

Me.GroupBox2.Location = New System.Drawing.Point(538, 19)

"Me.GroupBox2.Name = "GroupBox2

Me.GroupBox2.Size = New System.Drawing.Size(531, 129)

Me.GroupBox2.TabIndex = 0
Me.GroupBox2.TabStop = False

"Me.GroupBox2.Text = "GroupBox2

'

Label4'

'

Me.Label4.AutoSize = True

Me.Label4.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.Label4.Location = New System.Drawing.Point(215, 79)

"Me.Label4.Name = "Label4

Me.Label4.Size = New System.Drawing.Size(43, 13)

Me.Label4.TabIndex = 9

"‫ = "المدينة‬Me.Label4.Text

'

ComboBox3'

'

Me.ComboBox3.DataSource = Me.CityBindingSource

"Me.ComboBox3.DisplayMember = "city_name

Me.ComboBox3.FormattingEnabled = True

Me.ComboBox3.Location = New System.Drawing.Point(44, 76)

"Me.ComboBox3.Name = "ComboBox3

Me.ComboBox3.Size = New System.Drawing.Size(161, 21)

Me.ComboBox3.TabIndex = 8

"Me.ComboBox3.ValueMember = "town_code

'

CityBindingSource '

'

"Me.CityBindingSource.DataMember = "city
Me.CityBindingSource.DataSource = Me.GreenChemDataSet2

'

GreenChemDataSet2 '

'

"Me.GreenChemDataSet2.DataSetName = "GreenChemDataSet2

Me.GreenChemDataSet2.SchemaSerializationMode =
System.Data.SchemaSerializationMode.IncludeSchema

'

lblGov'

'

Me.lblGov.AutoSize = True

Me.lblGov.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.lblGov.Location = New System.Drawing.Point(470, 79)

"Me.lblGov.Name = "lblGov

Me.lblGov.Size = New System.Drawing.Size(56, 13)

Me.lblGov.TabIndex = 7

"‫ = "المحافظة‬Me.lblGov.Text

'

lblPho'

'

Me.lblPho.AutoSize = True

Me.lblPho.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.lblPho.Location = New System.Drawing.Point(211, 32)

"Me.lblPho.Name = "lblPho

Me.lblPho.Size = New System.Drawing.Size(48, 13)

Me.lblPho.TabIndex = 5

"‫ = "التليفون‬Me.lblPho.Text
'

TextBox2'

'

Me.TextBox2.Location = New System.Drawing.Point(57, 29)

"Me.TextBox2.Name = "TextBox2

Me.TextBox2.Size = New System.Drawing.Size(148, 20)

Me.TextBox2.TabIndex = 6

'

btnEdit'

'

Me.btnEdit.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.btnEdit.Location = New System.Drawing.Point(187, 12)

"Me.btnEdit.Name = "btnEdit

Me.btnEdit.Size = New System.Drawing.Size(75, 23)

Me.btnEdit.TabIndex = 6

"‫ = "تعديل‬Me.btnEdit.Text

Me.btnEdit.UseVisualStyleBackColor = True

'

BtnCan'

'

Me.BtnCan.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.BtnCan.Location = New System.Drawing.Point(304, 12)

"Me.BtnCan.Name = "BtnCan

Me.BtnCan.Size = New System.Drawing.Size(75, 23)

Me.BtnCan.TabIndex = 7

"‫ = "الغاء‬Me.BtnCan.Text
Me.BtnCan.UseVisualStyleBackColor = True

'

ListView1'

'

Me.ListView1.FullRowSelect = True

Me.ListView1.GridLines = True

Me.ListView1.Location = New System.Drawing.Point(12, 228)

"Me.ListView1.Name = "ListView1

Me.ListView1.RightToLeftLayout = True

Me.ListView1.Size = New System.Drawing.Size(1075, 265)

Me.ListView1.TabIndex = 8

Me.ListView1.UseCompatibleStateImageBehavior = False

Me.ListView1.View = System.Windows.Forms.View.Details

'

RB_Cust'

'

Me.RB_Cust.AutoSize = True

Me.RB_Cust.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.RB_Cust.Location = New System.Drawing.Point(446, 18)

"Me.RB_Cust.Name = "RB_Cust

Me.RB_Cust.Size = New System.Drawing.Size(59, 17)

Me.RB_Cust.TabIndex = 11

Me.RB_Cust.TabStop = True

%"‫ = "العمالء‬Me.RB_Cust.Text

Me.RB_Cust.UseVisualStyleBackColor = True

'

RB_Supp'
'

Me.RB_Supp.AutoSize = True

Me.RB_Supp.Font = New System.Drawing.Font("Tahoma", 8.0!,


System.Drawing.FontStyle.Bold)

Me.RB_Supp.Location = New System.Drawing.Point(553, 19)

"Me.RB_Supp.Name = "RB_Supp

Me.RB_Supp.Size = New System.Drawing.Size(70, 17)

Me.RB_Supp.TabIndex = 12

Me.RB_Supp.TabStop = True

"‫ = "الموردين‬Me.RB_Supp.Text

Me.RB_Supp.UseVisualStyleBackColor = True

'

TownTableAdapter'

'

Me.TownTableAdapter.ClearBeforeFill = True

'

CityTableAdapter'

'

Me.CityTableAdapter.ClearBeforeFill = True

'

frmCust'

'

Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)

Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font

Me.BackColor = System.Drawing.Color.DarkGray

Me.ClientSize = New System.Drawing.Size(1099, 500)

Me.Controls.Add(Me.RB_Supp)

Me.Controls.Add(Me.RB_Cust)
Me.Controls.Add(Me.ListView1)

Me.Controls.Add(Me.BtnCan)

Me.Controls.Add(Me.btnEdit)

Me.Controls.Add(Me.GroupBox1)

Me.Controls.Add(Me.btnAdd)

Me.MaximizeBox = False

Me.MinimizeBox = False

"Me.Name = "frmCust

Me.RightToLeft = System.Windows.Forms.RightToLeft.Yes

Me.RightToLeftLayout = True

"‫ = "العمالء‬Me.Text

)(CType(Me.TownBindingSource, System.ComponentModel.ISupportInitialize).EndInit

)(CType(Me.GreenChemDataSet1, System.ComponentModel.ISupportInitialize).EndInit

Me.GroupBox1.ResumeLayout(False)

Me.GroupBox3.ResumeLayout(False)

)(Me.GroupBox3.PerformLayout

Me.GroupBox2.ResumeLayout(False)

)(Me.GroupBox2.PerformLayout

)(CType(Me.CityBindingSource, System.ComponentModel.ISupportInitialize).EndInit

)(CType(Me.GreenChemDataSet2, System.ComponentModel.ISupportInitialize).EndInit

Me.ResumeLayout(False)

)(Me.PerformLayout

End Sub

Friend WithEvents btnAdd As Button

Friend WithEvents lblCust As Label


Friend WithEvents ComboBox1 As ComboBox

Friend WithEvents ComboBox2 As ComboBox

Friend WithEvents TextBox1 As TextBox

Friend WithEvents GroupBox1 As GroupBox

Friend WithEvents GroupBox3 As GroupBox

Friend WithEvents ComboBox4 As ComboBox

Friend WithEvents Label5 As Label

Friend WithEvents Label6 As Label

Friend WithEvents Label7 As Label

Friend WithEvents TextBox3 As TextBox

Friend WithEvents GroupBox2 As GroupBox

Friend WithEvents Label4 As Label

Friend WithEvents ComboBox3 As ComboBox

Friend WithEvents lblGov As Label

Friend WithEvents lblPho As Label

Friend WithEvents TextBox2 As TextBox

Friend WithEvents btnEdit As Button

Friend WithEvents BtnCan As Button

Friend WithEvents ListView1 As ListView

Friend WithEvents RB_Cust As RadioButton

Friend WithEvents RB_Supp As RadioButton

Friend WithEvents TownBindingSource As BindingSource

Friend WithEvents GreenChemDataSet1 As GreenChemDataSet1

Friend WithEvents CityBindingSource As BindingSource

Friend WithEvents GreenChemDataSet2 As GreenChemDataSet2

Friend WithEvents TownTableAdapter As


GreenChemDataSet1TableAdapters.townTableAdapter
Friend WithEvents CityTableAdapter As
GreenChemDataSet2TableAdapters.cityTableAdapter

End Class

You might also like