Нема описа
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.8KB

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