No Description
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.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Me.刪除_bt = New System.Windows.Forms.Button()
  25. Me.新增_bt = New System.Windows.Forms.Button()
  26. Me.修改_bt = New System.Windows.Forms.Button()
  27. Me.類別清單_dgv = New System.Windows.Forms.DataGridView()
  28. Me.A1_lb = New System.Windows.Forms.Label()
  29. Me.類別1_tb = New System.Windows.Forms.TextBox()
  30. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  31. Me.A3_lb = New System.Windows.Forms.Label()
  32. Me.類別3_tb = New System.Windows.Forms.TextBox()
  33. Me.A2_lb = New System.Windows.Forms.Label()
  34. Me.類別2_tb = New System.Windows.Forms.TextBox()
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.類別編號_tb = New System.Windows.Forms.TextBox()
  37. CType(Me.類別清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  38. Me.GroupBox1.SuspendLayout()
  39. Me.SuspendLayout()
  40. '
  41. '刪除_bt
  42. '
  43. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  44. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  45. Me.刪除_bt.Location = New System.Drawing.Point(349, 78)
  46. Me.刪除_bt.Name = "刪除_bt"
  47. Me.刪除_bt.Size = New System.Drawing.Size(150, 24)
  48. Me.刪除_bt.TabIndex = 1368
  49. Me.刪除_bt.Text = "DELETE"
  50. Me.刪除_bt.UseVisualStyleBackColor = True
  51. '
  52. '新增_bt
  53. '
  54. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  55. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  56. Me.新增_bt.Location = New System.Drawing.Point(349, 28)
  57. Me.新增_bt.Name = "新增_bt"
  58. Me.新增_bt.Size = New System.Drawing.Size(150, 24)
  59. Me.新增_bt.TabIndex = 1366
  60. Me.新增_bt.Text = "ADD"
  61. Me.新增_bt.UseVisualStyleBackColor = True
  62. '
  63. '修改_bt
  64. '
  65. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  66. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  67. Me.修改_bt.Location = New System.Drawing.Point(349, 53)
  68. Me.修改_bt.Name = "修改_bt"
  69. Me.修改_bt.Size = New System.Drawing.Size(150, 24)
  70. Me.修改_bt.TabIndex = 1367
  71. Me.修改_bt.Text = "SAVE"
  72. Me.修改_bt.UseVisualStyleBackColor = True
  73. '
  74. '類別清單_dgv
  75. '
  76. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  77. Me.類別清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  78. Me.類別清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  79. Or System.Windows.Forms.AnchorStyles.Left) _
  80. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  81. Me.類別清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  82. Me.類別清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  83. Me.類別清單_dgv.Location = New System.Drawing.Point(6, 104)
  84. Me.類別清單_dgv.Name = "類別清單_dgv"
  85. Me.類別清單_dgv.RowHeadersWidth = 5
  86. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  87. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  88. Me.類別清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  89. Me.類別清單_dgv.RowTemplate.Height = 24
  90. Me.類別清單_dgv.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  91. Me.類別清單_dgv.Size = New System.Drawing.Size(493, 371)
  92. Me.類別清單_dgv.TabIndex = 1365
  93. '
  94. 'A1_lb
  95. '
  96. Me.A1_lb.AutoSize = True
  97. Me.A1_lb.Location = New System.Drawing.Point(6, 19)
  98. Me.A1_lb.Name = "A1_lb"
  99. Me.A1_lb.Size = New System.Drawing.Size(55, 16)
  100. Me.A1_lb.TabIndex = 1361
  101. Me.A1_lb.Text = "繁體中文"
  102. '
  103. '類別1_tb
  104. '
  105. Me.類別1_tb.Location = New System.Drawing.Point(82, 16)
  106. Me.類別1_tb.Name = "類別1_tb"
  107. Me.類別1_tb.Size = New System.Drawing.Size(247, 23)
  108. Me.類別1_tb.TabIndex = 1360
  109. '
  110. 'GroupBox1
  111. '
  112. Me.GroupBox1.Controls.Add(Me.A3_lb)
  113. Me.GroupBox1.Controls.Add(Me.類別3_tb)
  114. Me.GroupBox1.Controls.Add(Me.A2_lb)
  115. Me.GroupBox1.Controls.Add(Me.類別2_tb)
  116. Me.GroupBox1.Controls.Add(Me.A1_lb)
  117. Me.GroupBox1.Controls.Add(Me.類別1_tb)
  118. Me.GroupBox1.Location = New System.Drawing.Point(6, 3)
  119. Me.GroupBox1.Name = "GroupBox1"
  120. Me.GroupBox1.Size = New System.Drawing.Size(337, 95)
  121. Me.GroupBox1.TabIndex = 1369
  122. Me.GroupBox1.TabStop = False
  123. Me.GroupBox1.Text = "供應商類別"
  124. '
  125. 'A3_lb
  126. '
  127. Me.A3_lb.AutoSize = True
  128. Me.A3_lb.Location = New System.Drawing.Point(6, 69)
  129. Me.A3_lb.Name = "A3_lb"
  130. Me.A3_lb.Size = New System.Drawing.Size(69, 16)
  131. Me.A3_lb.TabIndex = 1365
  132. Me.A3_lb.Text = "Indonesian"
  133. '
  134. '類別3_tb
  135. '
  136. Me.類別3_tb.Location = New System.Drawing.Point(82, 66)
  137. Me.類別3_tb.Name = "類別3_tb"
  138. Me.類別3_tb.Size = New System.Drawing.Size(247, 23)
  139. Me.類別3_tb.TabIndex = 1364
  140. '
  141. 'A2_lb
  142. '
  143. Me.A2_lb.AutoSize = True
  144. Me.A2_lb.Location = New System.Drawing.Point(6, 44)
  145. Me.A2_lb.Name = "A2_lb"
  146. Me.A2_lb.Size = New System.Drawing.Size(47, 16)
  147. Me.A2_lb.TabIndex = 1363
  148. Me.A2_lb.Text = "English"
  149. '
  150. '類別2_tb
  151. '
  152. Me.類別2_tb.Location = New System.Drawing.Point(82, 41)
  153. Me.類別2_tb.Name = "類別2_tb"
  154. Me.類別2_tb.Size = New System.Drawing.Size(247, 23)
  155. Me.類別2_tb.TabIndex = 1362
  156. '
  157. 'Label1
  158. '
  159. Me.Label1.AutoSize = True
  160. Me.Label1.Location = New System.Drawing.Point(349, 7)
  161. Me.Label1.Name = "Label1"
  162. Me.Label1.Size = New System.Drawing.Size(55, 16)
  163. Me.Label1.TabIndex = 1371
  164. Me.Label1.Text = "類別編號"
  165. '
  166. '類別編號_tb
  167. '
  168. Me.類別編號_tb.Location = New System.Drawing.Point(411, 4)
  169. Me.類別編號_tb.Name = "類別編號_tb"
  170. Me.類別編號_tb.Size = New System.Drawing.Size(88, 23)
  171. Me.類別編號_tb.TabIndex = 1370
  172. '
  173. '供應商類別管理
  174. '
  175. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  176. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  177. Me.ClientSize = New System.Drawing.Size(504, 478)
  178. Me.Controls.Add(Me.刪除_bt)
  179. Me.Controls.Add(Me.新增_bt)
  180. Me.Controls.Add(Me.修改_bt)
  181. Me.Controls.Add(Me.類別清單_dgv)
  182. Me.Controls.Add(Me.GroupBox1)
  183. Me.Controls.Add(Me.Label1)
  184. Me.Controls.Add(Me.類別編號_tb)
  185. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  186. Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
  187. Me.Name = "供應商類別管理"
  188. Me.Text = "供應商類別管理"
  189. CType(Me.類別清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  190. Me.GroupBox1.ResumeLayout(False)
  191. Me.GroupBox1.PerformLayout()
  192. Me.ResumeLayout(False)
  193. Me.PerformLayout()
  194. End Sub
  195. Friend WithEvents 刪除_bt As Button
  196. Friend WithEvents 新增_bt As Button
  197. Friend WithEvents 修改_bt As Button
  198. Friend WithEvents 類別清單_dgv As DataGridView
  199. Friend WithEvents A1_lb As Label
  200. Friend WithEvents 類別1_tb As TextBox
  201. Friend WithEvents GroupBox1 As GroupBox
  202. Friend WithEvents A3_lb As Label
  203. Friend WithEvents 類別3_tb As TextBox
  204. Friend WithEvents A2_lb As Label
  205. Friend WithEvents 類別2_tb As TextBox
  206. Friend WithEvents Label1 As Label
  207. Friend WithEvents 類別編號_tb As TextBox
  208. End Class