Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

倉儲分區控制表.Designer.vb 9.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 倉儲分區控制表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.Label3 = New System.Windows.Forms.Label()
  24. Me.倉名_tb = New System.Windows.Forms.TextBox()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.倉明編號_tb = New System.Windows.Forms.TextBox()
  27. Me.關閉_bt = New System.Windows.Forms.Button()
  28. Me.Label1 = New System.Windows.Forms.Label()
  29. Me.倉級_cb = New System.Windows.Forms.ComboBox()
  30. Me.刪除_bt = New System.Windows.Forms.Button()
  31. Me.修改_bt = New System.Windows.Forms.Button()
  32. Me.新增_bt = New System.Windows.Forms.Button()
  33. Me.倉編清單_dgv = New System.Windows.Forms.DataGridView()
  34. CType(Me.倉編清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  35. Me.SuspendLayout()
  36. '
  37. 'Label3
  38. '
  39. Me.Label3.AutoSize = True
  40. Me.Label3.Location = New System.Drawing.Point(271, 59)
  41. Me.Label3.Name = "Label3"
  42. Me.Label3.Size = New System.Drawing.Size(32, 16)
  43. Me.Label3.TabIndex = 607
  44. Me.Label3.Text = "倉名"
  45. '
  46. '倉名_tb
  47. '
  48. Me.倉名_tb.Location = New System.Drawing.Point(309, 55)
  49. Me.倉名_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  50. Me.倉名_tb.Name = "倉名_tb"
  51. Me.倉名_tb.Size = New System.Drawing.Size(108, 23)
  52. Me.倉名_tb.TabIndex = 606
  53. '
  54. 'Label2
  55. '
  56. Me.Label2.AutoSize = True
  57. Me.Label2.Location = New System.Drawing.Point(131, 59)
  58. Me.Label2.Name = "Label2"
  59. Me.Label2.Size = New System.Drawing.Size(56, 16)
  60. Me.Label2.TabIndex = 605
  61. Me.Label2.Text = "倉名編號"
  62. '
  63. '倉明編號_tb
  64. '
  65. Me.倉明編號_tb.Location = New System.Drawing.Point(193, 55)
  66. Me.倉明編號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  67. Me.倉明編號_tb.Name = "倉明編號_tb"
  68. Me.倉明編號_tb.Size = New System.Drawing.Size(72, 23)
  69. Me.倉明編號_tb.TabIndex = 604
  70. '
  71. '關閉_bt
  72. '
  73. Me.關閉_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  74. Me.關閉_bt.Location = New System.Drawing.Point(333, 5)
  75. Me.關閉_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  76. Me.關閉_bt.Name = "關閉_bt"
  77. Me.關閉_bt.Size = New System.Drawing.Size(84, 42)
  78. Me.關閉_bt.TabIndex = 603
  79. Me.關閉_bt.Text = "關閉 "
  80. Me.關閉_bt.UseVisualStyleBackColor = True
  81. '
  82. 'Label1
  83. '
  84. Me.Label1.AutoSize = True
  85. Me.Label1.Location = New System.Drawing.Point(12, 59)
  86. Me.Label1.Name = "Label1"
  87. Me.Label1.Size = New System.Drawing.Size(32, 16)
  88. Me.Label1.TabIndex = 602
  89. Me.Label1.Text = "倉級"
  90. '
  91. '倉級_cb
  92. '
  93. Me.倉級_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  94. Me.倉級_cb.FormattingEnabled = True
  95. Me.倉級_cb.Items.AddRange(New Object() {"1", "2", "3"})
  96. Me.倉級_cb.Location = New System.Drawing.Point(53, 55)
  97. Me.倉級_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  98. Me.倉級_cb.Name = "倉級_cb"
  99. Me.倉級_cb.Size = New System.Drawing.Size(70, 24)
  100. Me.倉級_cb.TabIndex = 601
  101. '
  102. '刪除_bt
  103. '
  104. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  105. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  106. Me.刪除_bt.Location = New System.Drawing.Point(192, 5)
  107. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  108. Me.刪除_bt.Name = "刪除_bt"
  109. Me.刪除_bt.Size = New System.Drawing.Size(84, 42)
  110. Me.刪除_bt.TabIndex = 600
  111. Me.刪除_bt.Text = "刪除"
  112. Me.刪除_bt.UseVisualStyleBackColor = True
  113. '
  114. '修改_bt
  115. '
  116. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  117. Me.修改_bt.ForeColor = System.Drawing.Color.Green
  118. Me.修改_bt.Location = New System.Drawing.Point(102, 5)
  119. Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  120. Me.修改_bt.Name = "修改_bt"
  121. Me.修改_bt.Size = New System.Drawing.Size(84, 42)
  122. Me.修改_bt.TabIndex = 599
  123. Me.修改_bt.Text = "修改 "
  124. Me.修改_bt.UseVisualStyleBackColor = True
  125. '
  126. '新增_bt
  127. '
  128. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  129. Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  130. Me.新增_bt.Location = New System.Drawing.Point(12, 5)
  131. Me.新增_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  132. Me.新增_bt.Name = "新增_bt"
  133. Me.新增_bt.Size = New System.Drawing.Size(84, 42)
  134. Me.新增_bt.TabIndex = 598
  135. Me.新增_bt.Text = "新增 "
  136. Me.新增_bt.UseVisualStyleBackColor = True
  137. '
  138. '倉編清單_dgv
  139. '
  140. Me.倉編清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  141. Or System.Windows.Forms.AnchorStyles.Left) _
  142. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  143. Me.倉編清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  144. Me.倉編清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  145. Me.倉編清單_dgv.Location = New System.Drawing.Point(14, 86)
  146. Me.倉編清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  147. Me.倉編清單_dgv.Name = "倉編清單_dgv"
  148. Me.倉編清單_dgv.RowHeadersWidth = 5
  149. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  150. Me.倉編清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
  151. Me.倉編清單_dgv.RowTemplate.Height = 24
  152. Me.倉編清單_dgv.Size = New System.Drawing.Size(403, 344)
  153. Me.倉編清單_dgv.TabIndex = 597
  154. '
  155. '倉儲分區控制表
  156. '
  157. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  158. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  159. Me.ClientSize = New System.Drawing.Size(427, 443)
  160. Me.Controls.Add(Me.Label3)
  161. Me.Controls.Add(Me.倉名_tb)
  162. Me.Controls.Add(Me.Label2)
  163. Me.Controls.Add(Me.倉明編號_tb)
  164. Me.Controls.Add(Me.關閉_bt)
  165. Me.Controls.Add(Me.Label1)
  166. Me.Controls.Add(Me.倉級_cb)
  167. Me.Controls.Add(Me.刪除_bt)
  168. Me.Controls.Add(Me.修改_bt)
  169. Me.Controls.Add(Me.新增_bt)
  170. Me.Controls.Add(Me.倉編清單_dgv)
  171. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  172. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  173. Me.Name = "倉儲分區控制表"
  174. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  175. Me.Text = "倉儲分區控制表"
  176. CType(Me.倉編清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  177. Me.ResumeLayout(False)
  178. Me.PerformLayout()
  179. End Sub
  180. Friend WithEvents Label3 As Label
  181. Friend WithEvents 倉名_tb As TextBox
  182. Friend WithEvents Label2 As Label
  183. Friend WithEvents 倉明編號_tb As TextBox
  184. Friend WithEvents 關閉_bt As Button
  185. Friend WithEvents Label1 As Label
  186. Friend WithEvents 倉級_cb As ComboBox
  187. Friend WithEvents 刪除_bt As Button
  188. Friend WithEvents 修改_bt As Button
  189. Friend WithEvents 新增_bt As Button
  190. Friend WithEvents 倉編清單_dgv As DataGridView
  191. End Class