Brak opisu
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 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. Me.總部_cb = New System.Windows.Forms.CheckBox()
  23. Me.區域_cb = New System.Windows.Forms.CheckBox()
  24. Me.工地_cb = New System.Windows.Forms.CheckBox()
  25. Me.確認_bt = New System.Windows.Forms.Button()
  26. Me.SuspendLayout()
  27. '
  28. '總部_cb
  29. '
  30. Me.總部_cb.AutoSize = True
  31. Me.總部_cb.Location = New System.Drawing.Point(8, 8)
  32. Me.總部_cb.Name = "總部_cb"
  33. Me.總部_cb.Size = New System.Drawing.Size(51, 20)
  34. Me.總部_cb.TabIndex = 0
  35. Me.總部_cb.Text = "總部"
  36. Me.總部_cb.UseVisualStyleBackColor = True
  37. '
  38. '區域_cb
  39. '
  40. Me.區域_cb.AutoSize = True
  41. Me.區域_cb.Location = New System.Drawing.Point(125, 8)
  42. Me.區域_cb.Name = "區域_cb"
  43. Me.區域_cb.Size = New System.Drawing.Size(51, 20)
  44. Me.區域_cb.TabIndex = 1
  45. Me.區域_cb.Text = "區域"
  46. Me.區域_cb.UseVisualStyleBackColor = True
  47. '
  48. '工地_cb
  49. '
  50. Me.工地_cb.AutoSize = True
  51. Me.工地_cb.Location = New System.Drawing.Point(223, 8)
  52. Me.工地_cb.Name = "工地_cb"
  53. Me.工地_cb.Size = New System.Drawing.Size(51, 20)
  54. Me.工地_cb.TabIndex = 2
  55. Me.工地_cb.Text = "工地"
  56. Me.工地_cb.UseVisualStyleBackColor = True
  57. '
  58. '確認_bt
  59. '
  60. Me.確認_bt.Location = New System.Drawing.Point(5, 31)
  61. Me.確認_bt.Name = "確認_bt"
  62. Me.確認_bt.Size = New System.Drawing.Size(343, 41)
  63. Me.確認_bt.TabIndex = 3
  64. Me.確認_bt.Text = "確認/OK"
  65. Me.確認_bt.UseVisualStyleBackColor = True
  66. '
  67. '倉儲分區選擇
  68. '
  69. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  70. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  71. Me.ClientSize = New System.Drawing.Size(351, 78)
  72. Me.Controls.Add(Me.確認_bt)
  73. Me.Controls.Add(Me.工地_cb)
  74. Me.Controls.Add(Me.區域_cb)
  75. Me.Controls.Add(Me.總部_cb)
  76. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  77. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  78. Me.Name = "倉儲分區選擇"
  79. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  80. Me.Text = "Pemilihan Partisi"
  81. Me.ResumeLayout(False)
  82. Me.PerformLayout()
  83. End Sub
  84. Friend WithEvents 總部_cb As CheckBox
  85. Friend WithEvents 區域_cb As CheckBox
  86. Friend WithEvents 工地_cb As CheckBox
  87. Friend WithEvents 確認_bt As Button
  88. End Class