StoreCat.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class StoreCat
- 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.RenameStoreBTN = New System.Windows.Forms.Button()
- Me.ProductNameLBL = New System.Windows.Forms.Label()
- Me.CNameTXT = New System.Windows.Forms.ComboBox()
- Me.LV = New System.Windows.Forms.ListView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.CatNameTXT = New System.Windows.Forms.ComboBox()
- Me.MoveBTN = New System.Windows.Forms.Button()
- Me.ToStoresTXT = New System.Windows.Forms.ComboBox()
- 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, 405)
- Me.ProductCancleBTN.Name = "ProductCancleBTN"
- Me.ProductCancleBTN.Size = New System.Drawing.Size(75, 23)
- Me.ProductCancleBTN.TabIndex = 85
- Me.ProductCancleBTN.Text = "إغلاق"
- Me.ProductCancleBTN.UseVisualStyleBackColor = True
- '
- 'RenameStoreBTN
- '
- Me.RenameStoreBTN.Location = New System.Drawing.Point(106, 6)
- Me.RenameStoreBTN.Name = "RenameStoreBTN"
- Me.RenameStoreBTN.Size = New System.Drawing.Size(75, 23)
- Me.RenameStoreBTN.TabIndex = 83
- Me.RenameStoreBTN.Text = "إعادة تسمية"
- Me.RenameStoreBTN.UseVisualStyleBackColor = True
- '
- '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(663, 5)
- Me.ProductNameLBL.Name = "ProductNameLBL"
- Me.ProductNameLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ProductNameLBL.Size = New System.Drawing.Size(84, 20)
- Me.ProductNameLBL.TabIndex = 82
- Me.ProductNameLBL.Text = "إسم المخزن :"
- Me.ProductNameLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- '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(470, 6)
- Me.CNameTXT.Name = "CNameTXT"
- Me.CNameTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CNameTXT.Size = New System.Drawing.Size(187, 21)
- Me.CNameTXT.TabIndex = 81
- '
- '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, 35)
- Me.LV.Name = "LV"
- Me.LV.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.LV.RightToLeftLayout = True
- Me.LV.Size = New System.Drawing.Size(744, 364)
- Me.LV.TabIndex = 80
- Me.LV.UseCompatibleStateImageBehavior = False
- Me.LV.View = System.Windows.Forms.View.Details
- '
- '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(380, 6)
- Me.Label1.Name = "Label1"
- Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.Label1.Size = New System.Drawing.Size(84, 20)
- Me.Label1.TabIndex = 87
- Me.Label1.Text = "إسم التصنيف :"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'CatNameTXT
- '
- Me.CatNameTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.CatNameTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.CatNameTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
- Me.CatNameTXT.FormattingEnabled = True
- Me.CatNameTXT.Location = New System.Drawing.Point(187, 7)
- Me.CatNameTXT.Name = "CatNameTXT"
- Me.CatNameTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CatNameTXT.Size = New System.Drawing.Size(187, 21)
- Me.CatNameTXT.TabIndex = 86
- '
- 'MoveBTN
- '
- Me.MoveBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.MoveBTN.Location = New System.Drawing.Point(479, 405)
- Me.MoveBTN.Name = "MoveBTN"
- Me.MoveBTN.Size = New System.Drawing.Size(75, 23)
- Me.MoveBTN.TabIndex = 88
- Me.MoveBTN.Text = "نقل التصنيف"
- Me.MoveBTN.UseVisualStyleBackColor = True
- Me.MoveBTN.Visible = False
- '
- 'ToStoresTXT
- '
- Me.ToStoresTXT.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.ToStoresTXT.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
- Me.ToStoresTXT.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
- Me.ToStoresTXT.FormattingEnabled = True
- Me.ToStoresTXT.Location = New System.Drawing.Point(560, 405)
- Me.ToStoresTXT.Name = "ToStoresTXT"
- Me.ToStoresTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ToStoresTXT.Size = New System.Drawing.Size(187, 21)
- Me.ToStoresTXT.TabIndex = 89
- Me.ToStoresTXT.Visible = False
- '
- 'Refresher
- '
- Me.Refresher.Interval = 10000
- '
- 'StoreCat
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.Controls.Add(Me.MoveBTN)
- Me.Controls.Add(Me.ToStoresTXT)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.CatNameTXT)
- Me.Controls.Add(Me.ProductCancleBTN)
- Me.Controls.Add(Me.RenameStoreBTN)
- Me.Controls.Add(Me.ProductNameLBL)
- Me.Controls.Add(Me.CNameTXT)
- Me.Controls.Add(Me.LV)
- Me.Name = "StoreCat"
- Me.Size = New System.Drawing.Size(750, 432)
- Me.Tag = "تصنيفات المخزن"
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents ProductCancleBTN As System.Windows.Forms.Button
- Friend WithEvents RenameStoreBTN As System.Windows.Forms.Button
- Friend WithEvents ProductNameLBL As System.Windows.Forms.Label
- Friend WithEvents CNameTXT As System.Windows.Forms.ComboBox
- Friend WithEvents LV As System.Windows.Forms.ListView
- Friend WithEvents Label1 As System.Windows.Forms.Label
- Friend WithEvents CatNameTXT As System.Windows.Forms.ComboBox
- Friend WithEvents MoveBTN As System.Windows.Forms.Button
- Friend WithEvents ToStoresTXT As System.Windows.Forms.ComboBox
- Friend WithEvents Refresher As System.Windows.Forms.Timer
- End Class