Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

FACTORY_資料管理.Designer.vb 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FACTORY_資料管理
  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.Button4 = New System.Windows.Forms.Button()
  24. Me.Button3 = New System.Windows.Forms.Button()
  25. Me.Button2 = New System.Windows.Forms.Button()
  26. Me.Button1 = New System.Windows.Forms.Button()
  27. Me.Label7 = New System.Windows.Forms.Label()
  28. Me.Label6 = New System.Windows.Forms.Label()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.TextBox3 = New System.Windows.Forms.TextBox()
  31. Me.TextBox2 = New System.Windows.Forms.TextBox()
  32. Me.Label1 = New System.Windows.Forms.Label()
  33. Me.TextBox1 = New System.Windows.Forms.TextBox()
  34. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  35. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  36. Me.SuspendLayout()
  37. '
  38. 'Button4
  39. '
  40. Me.Button4.ForeColor = System.Drawing.Color.Black
  41. Me.Button4.Location = New System.Drawing.Point(1191, 9)
  42. Me.Button4.Name = "Button4"
  43. Me.Button4.Size = New System.Drawing.Size(110, 50)
  44. Me.Button4.TabIndex = 361
  45. Me.Button4.Text = "關閉"
  46. Me.Button4.UseVisualStyleBackColor = True
  47. '
  48. 'Button3
  49. '
  50. Me.Button3.ForeColor = System.Drawing.Color.Red
  51. Me.Button3.Location = New System.Drawing.Point(1075, 9)
  52. Me.Button3.Name = "Button3"
  53. Me.Button3.Size = New System.Drawing.Size(110, 50)
  54. Me.Button3.TabIndex = 360
  55. Me.Button3.Text = "刪除"
  56. Me.Button3.UseVisualStyleBackColor = True
  57. '
  58. 'Button2
  59. '
  60. Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
  61. Me.Button2.Location = New System.Drawing.Point(959, 9)
  62. Me.Button2.Name = "Button2"
  63. Me.Button2.Size = New System.Drawing.Size(110, 50)
  64. Me.Button2.TabIndex = 359
  65. Me.Button2.Text = "修改"
  66. Me.Button2.UseVisualStyleBackColor = True
  67. '
  68. 'Button1
  69. '
  70. Me.Button1.ForeColor = System.Drawing.Color.Blue
  71. Me.Button1.Location = New System.Drawing.Point(843, 9)
  72. Me.Button1.Name = "Button1"
  73. Me.Button1.Size = New System.Drawing.Size(110, 50)
  74. Me.Button1.TabIndex = 358
  75. Me.Button1.Text = "新增"
  76. Me.Button1.UseVisualStyleBackColor = True
  77. '
  78. 'Label7
  79. '
  80. Me.Label7.AutoSize = True
  81. Me.Label7.Location = New System.Drawing.Point(368, 41)
  82. Me.Label7.Name = "Label7"
  83. Me.Label7.Size = New System.Drawing.Size(113, 16)
  84. Me.Label7.TabIndex = 357
  85. Me.Label7.Text = "Ship From Address"
  86. '
  87. 'Label6
  88. '
  89. Me.Label6.AutoSize = True
  90. Me.Label6.Location = New System.Drawing.Point(367, 12)
  91. Me.Label6.Name = "Label6"
  92. Me.Label6.Size = New System.Drawing.Size(106, 16)
  93. Me.Label6.TabIndex = 356
  94. Me.Label6.Text = "Ship From Name "
  95. '
  96. 'Label3
  97. '
  98. Me.Label3.AutoSize = True
  99. Me.Label3.Location = New System.Drawing.Point(12, 41)
  100. Me.Label3.Name = "Label3"
  101. Me.Label3.Size = New System.Drawing.Size(88, 16)
  102. Me.Label3.TabIndex = 355
  103. Me.Label3.Text = "Vendor Name"
  104. '
  105. 'TextBox3
  106. '
  107. Me.TextBox3.ForeColor = System.Drawing.Color.Black
  108. Me.TextBox3.Location = New System.Drawing.Point(101, 38)
  109. Me.TextBox3.Multiline = True
  110. Me.TextBox3.Name = "TextBox3"
  111. Me.TextBox3.Size = New System.Drawing.Size(260, 73)
  112. Me.TextBox3.TabIndex = 354
  113. '
  114. 'TextBox2
  115. '
  116. Me.TextBox2.ForeColor = System.Drawing.Color.Black
  117. Me.TextBox2.Location = New System.Drawing.Point(487, 9)
  118. Me.TextBox2.Multiline = True
  119. Me.TextBox2.Name = "TextBox2"
  120. Me.TextBox2.Size = New System.Drawing.Size(350, 102)
  121. Me.TextBox2.TabIndex = 353
  122. '
  123. 'Label1
  124. '
  125. Me.Label1.AutoSize = True
  126. Me.Label1.Location = New System.Drawing.Point(12, 12)
  127. Me.Label1.Name = "Label1"
  128. Me.Label1.Size = New System.Drawing.Size(83, 16)
  129. Me.Label1.TabIndex = 352
  130. Me.Label1.Text = "Factory Code"
  131. '
  132. 'TextBox1
  133. '
  134. Me.TextBox1.ForeColor = System.Drawing.Color.Black
  135. Me.TextBox1.Location = New System.Drawing.Point(101, 9)
  136. Me.TextBox1.Name = "TextBox1"
  137. Me.TextBox1.Size = New System.Drawing.Size(260, 23)
  138. Me.TextBox1.TabIndex = 351
  139. '
  140. 'DataGridView1
  141. '
  142. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  143. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  144. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  145. Me.DataGridView1.Location = New System.Drawing.Point(12, 117)
  146. Me.DataGridView1.Name = "DataGridView1"
  147. Me.DataGridView1.RowHeadersWidth = 5
  148. Me.DataGridView1.RowTemplate.Height = 24
  149. Me.DataGridView1.Size = New System.Drawing.Size(1336, 554)
  150. Me.DataGridView1.TabIndex = 350
  151. '
  152. 'FACTORY_資料管理
  153. '
  154. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  155. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  156. Me.ClientSize = New System.Drawing.Size(1360, 681)
  157. Me.Controls.Add(Me.Button4)
  158. Me.Controls.Add(Me.Button3)
  159. Me.Controls.Add(Me.Button2)
  160. Me.Controls.Add(Me.Button1)
  161. Me.Controls.Add(Me.Label7)
  162. Me.Controls.Add(Me.Label6)
  163. Me.Controls.Add(Me.Label3)
  164. Me.Controls.Add(Me.TextBox3)
  165. Me.Controls.Add(Me.TextBox2)
  166. Me.Controls.Add(Me.Label1)
  167. Me.Controls.Add(Me.TextBox1)
  168. Me.Controls.Add(Me.DataGridView1)
  169. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  170. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  171. Me.Name = "FACTORY_資料管理"
  172. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  173. Me.Text = "FACTORY_資料管理"
  174. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  175. Me.ResumeLayout(False)
  176. Me.PerformLayout()
  177. End Sub
  178. Friend WithEvents Button4 As Button
  179. Friend WithEvents Button3 As Button
  180. Friend WithEvents Button2 As Button
  181. Friend WithEvents Button1 As Button
  182. Friend WithEvents Label7 As Label
  183. Friend WithEvents Label6 As Label
  184. Friend WithEvents Label3 As Label
  185. Friend WithEvents TextBox3 As TextBox
  186. Friend WithEvents TextBox2 As TextBox
  187. Friend WithEvents Label1 As Label
  188. Friend WithEvents TextBox1 As TextBox
  189. Friend WithEvents DataGridView1 As DataGridView
  190. End Class