AdjustStore.Designer.vb
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class AdjustStore
- 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.LV = New System.Windows.Forms.ListView()
- Me.CNameTXT = New System.Windows.Forms.ComboBox()
- Me.ProductNameLBL = New System.Windows.Forms.Label()
- Me.RenameStoreBTN = New System.Windows.Forms.Button()
- Me.CloseBTN = New System.Windows.Forms.Button()
- Me.MoveBTN = New System.Windows.Forms.Button()
- Me.ToStoresTXT = New System.Windows.Forms.ComboBox()
- Me.MoveLBL = New System.Windows.Forms.Label()
- Me.Refresher = New System.Windows.Forms.Timer(Me.components)
- Me.SuspendLayout()
- '
- '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, 33)
- 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 = 51
- Me.LV.UseCompatibleStateImageBehavior = False
- Me.LV.View = System.Windows.Forms.View.Details
- '
- '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, 4)
- Me.CNameTXT.Name = "CNameTXT"
- Me.CNameTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.CNameTXT.Size = New System.Drawing.Size(187, 21)
- Me.CNameTXT.TabIndex = 75
- '
- '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, 3)
- Me.ProductNameLBL.Name = "ProductNameLBL"
- Me.ProductNameLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ProductNameLBL.Size = New System.Drawing.Size(84, 20)
- Me.ProductNameLBL.TabIndex = 76
- Me.ProductNameLBL.Text = "إسم المخزن :"
- Me.ProductNameLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- '
- 'RenameStoreBTN
- '
- Me.RenameStoreBTN.Location = New System.Drawing.Point(389, 4)
- Me.RenameStoreBTN.Name = "RenameStoreBTN"
- Me.RenameStoreBTN.Size = New System.Drawing.Size(75, 23)
- Me.RenameStoreBTN.TabIndex = 77
- Me.RenameStoreBTN.Text = "إعادة تسمية"
- Me.RenameStoreBTN.UseVisualStyleBackColor = True
- '
- 'CloseBTN
- '
- Me.CloseBTN.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.CloseBTN.Location = New System.Drawing.Point(3, 403)
- Me.CloseBTN.Name = "CloseBTN"
- Me.CloseBTN.Size = New System.Drawing.Size(75, 23)
- Me.CloseBTN.TabIndex = 79
- Me.CloseBTN.Text = "إغلاق"
- Me.CloseBTN.UseVisualStyleBackColor = True
- '
- 'MoveBTN
- '
- Me.MoveBTN.Location = New System.Drawing.Point(3, 6)
- Me.MoveBTN.Name = "MoveBTN"
- Me.MoveBTN.Size = New System.Drawing.Size(75, 23)
- Me.MoveBTN.TabIndex = 78
- Me.MoveBTN.Text = "نقل السلعة"
- Me.MoveBTN.UseVisualStyleBackColor = True
- Me.MoveBTN.Visible = False
- '
- 'ToStoresTXT
- '
- 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(84, 6)
- Me.ToStoresTXT.Name = "ToStoresTXT"
- Me.ToStoresTXT.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.ToStoresTXT.Size = New System.Drawing.Size(111, 21)
- Me.ToStoresTXT.TabIndex = 80
- Me.ToStoresTXT.Visible = False
- '
- 'MoveLBL
- '
- Me.MoveLBL.Location = New System.Drawing.Point(201, 6)
- Me.MoveLBL.Name = "MoveLBL"
- Me.MoveLBL.RightToLeft = System.Windows.Forms.RightToLeft.Yes
- Me.MoveLBL.Size = New System.Drawing.Size(121, 21)
- Me.MoveLBL.TabIndex = 81
- Me.MoveLBL.Text = "نقل السلعة إلى مخزن :"
- Me.MoveLBL.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.MoveLBL.Visible = False
- '
- 'Refresher
- '
- Me.Refresher.Interval = 10000
- '
- 'AdjustStore
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.Controls.Add(Me.MoveLBL)
- Me.Controls.Add(Me.CloseBTN)
- Me.Controls.Add(Me.MoveBTN)
- Me.Controls.Add(Me.RenameStoreBTN)
- Me.Controls.Add(Me.ProductNameLBL)
- Me.Controls.Add(Me.CNameTXT)
- Me.Controls.Add(Me.LV)
- Me.Controls.Add(Me.ToStoresTXT)
- Me.Name = "AdjustStore"
- Me.Size = New System.Drawing.Size(750, 432)
- Me.Tag = "ضبط المخزن"
- Me.ResumeLayout(False)
- End Sub
- Friend WithEvents LV As System.Windows.Forms.ListView
- Friend WithEvents CNameTXT As System.Windows.Forms.ComboBox
- Friend WithEvents ProductNameLBL As System.Windows.Forms.Label
- Friend WithEvents RenameStoreBTN As System.Windows.Forms.Button
- Friend WithEvents CloseBTN As System.Windows.Forms.Button
- Friend WithEvents MoveBTN As System.Windows.Forms.Button
- Friend WithEvents ToStoresTXT As System.Windows.Forms.ComboBox
- Friend WithEvents MoveLBL As System.Windows.Forms.Label
- Friend WithEvents Refresher As System.Windows.Forms.Timer
- End Class