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.

Frm_CHEM_OUT.Designer.vb 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_CHEM_OUT
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.DGV1 = New System.Windows.Forms.DataGridView()
  28. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  29. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  30. Me.TextBox1 = New System.Windows.Forms.TextBox()
  31. Me.DGV2 = New System.Windows.Forms.DataGridView()
  32. Me.Button1 = New System.Windows.Forms.Button()
  33. Me.DGV3 = New System.Windows.Forms.DataGridView()
  34. Me.DGV4 = New System.Windows.Forms.DataGridView()
  35. Me.dgv5 = New System.Windows.Forms.DataGridView()
  36. Me.Button2 = New System.Windows.Forms.Button()
  37. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
  38. CType(Me.DGV2, System.ComponentModel.ISupportInitialize).BeginInit()
  39. CType(Me.DGV3, System.ComponentModel.ISupportInitialize).BeginInit()
  40. CType(Me.DGV4, System.ComponentModel.ISupportInitialize).BeginInit()
  41. CType(Me.dgv5, System.ComponentModel.ISupportInitialize).BeginInit()
  42. Me.SuspendLayout()
  43. '
  44. 'DGV1
  45. '
  46. Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  47. DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  48. DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window
  49. DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  50. DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText
  51. DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
  52. DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  53. DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  54. Me.DGV1.DefaultCellStyle = DataGridViewCellStyle1
  55. Me.DGV1.Location = New System.Drawing.Point(30, 68)
  56. Me.DGV1.Name = "DGV1"
  57. Me.DGV1.RowTemplate.Height = 23
  58. Me.DGV1.Size = New System.Drawing.Size(718, 345)
  59. Me.DGV1.TabIndex = 0
  60. '
  61. 'DateTimePicker1
  62. '
  63. Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  64. Me.DateTimePicker1.Location = New System.Drawing.Point(30, 30)
  65. Me.DateTimePicker1.Name = "DateTimePicker1"
  66. Me.DateTimePicker1.Size = New System.Drawing.Size(213, 29)
  67. Me.DateTimePicker1.TabIndex = 1
  68. '
  69. 'DateTimePicker2
  70. '
  71. Me.DateTimePicker2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  72. Me.DateTimePicker2.Location = New System.Drawing.Point(278, 30)
  73. Me.DateTimePicker2.Name = "DateTimePicker2"
  74. Me.DateTimePicker2.Size = New System.Drawing.Size(213, 29)
  75. Me.DateTimePicker2.TabIndex = 1
  76. '
  77. 'TextBox1
  78. '
  79. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  80. Me.TextBox1.Location = New System.Drawing.Point(542, 28)
  81. Me.TextBox1.Name = "TextBox1"
  82. Me.TextBox1.Size = New System.Drawing.Size(106, 29)
  83. Me.TextBox1.TabIndex = 2
  84. '
  85. 'DGV2
  86. '
  87. Me.DGV2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  88. DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  89. DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
  90. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  91. DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
  92. DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
  93. DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  94. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  95. Me.DGV2.DefaultCellStyle = DataGridViewCellStyle2
  96. Me.DGV2.Location = New System.Drawing.Point(754, 68)
  97. Me.DGV2.Name = "DGV2"
  98. Me.DGV2.RowTemplate.Height = 23
  99. Me.DGV2.Size = New System.Drawing.Size(787, 878)
  100. Me.DGV2.TabIndex = 0
  101. '
  102. 'Button1
  103. '
  104. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  105. Me.Button1.Location = New System.Drawing.Point(655, 28)
  106. Me.Button1.Name = "Button1"
  107. Me.Button1.Size = New System.Drawing.Size(80, 30)
  108. Me.Button1.TabIndex = 3
  109. Me.Button1.Text = "查詢"
  110. Me.Button1.UseVisualStyleBackColor = True
  111. '
  112. 'DGV3
  113. '
  114. Me.DGV3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  115. DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  116. DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
  117. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  118. DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
  119. DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
  120. DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  121. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  122. Me.DGV3.DefaultCellStyle = DataGridViewCellStyle3
  123. Me.DGV3.Location = New System.Drawing.Point(1567, 68)
  124. Me.DGV3.Name = "DGV3"
  125. Me.DGV3.RowTemplate.Height = 23
  126. Me.DGV3.Size = New System.Drawing.Size(474, 878)
  127. Me.DGV3.TabIndex = 4
  128. '
  129. 'DGV4
  130. '
  131. Me.DGV4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  132. DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  133. DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window
  134. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText
  136. DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
  137. DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  138. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  139. Me.DGV4.DefaultCellStyle = DataGridViewCellStyle4
  140. Me.DGV4.Location = New System.Drawing.Point(30, 435)
  141. Me.DGV4.Name = "DGV4"
  142. Me.DGV4.RowTemplate.Height = 23
  143. Me.DGV4.Size = New System.Drawing.Size(718, 204)
  144. Me.DGV4.TabIndex = 5
  145. '
  146. 'dgv5
  147. '
  148. Me.dgv5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  149. DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  150. DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
  151. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  152. DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
  153. DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
  154. DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  155. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
  156. Me.dgv5.DefaultCellStyle = DataGridViewCellStyle5
  157. Me.dgv5.Location = New System.Drawing.Point(30, 680)
  158. Me.dgv5.Name = "dgv5"
  159. Me.dgv5.RowTemplate.Height = 23
  160. Me.dgv5.Size = New System.Drawing.Size(718, 204)
  161. Me.dgv5.TabIndex = 6
  162. '
  163. 'Button2
  164. '
  165. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  166. Me.Button2.Location = New System.Drawing.Point(787, 25)
  167. Me.Button2.Name = "Button2"
  168. Me.Button2.Size = New System.Drawing.Size(80, 30)
  169. Me.Button2.TabIndex = 3
  170. Me.Button2.Text = "查詢"
  171. Me.Button2.UseVisualStyleBackColor = True
  172. '
  173. 'Frm_CHEM_OUT
  174. '
  175. Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
  176. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
  177. Me.AutoScroll = True
  178. Me.ClientSize = New System.Drawing.Size(2051, 1048)
  179. Me.Controls.Add(Me.dgv5)
  180. Me.Controls.Add(Me.DGV4)
  181. Me.Controls.Add(Me.DGV3)
  182. Me.Controls.Add(Me.Button2)
  183. Me.Controls.Add(Me.Button1)
  184. Me.Controls.Add(Me.TextBox1)
  185. Me.Controls.Add(Me.DateTimePicker2)
  186. Me.Controls.Add(Me.DateTimePicker1)
  187. Me.Controls.Add(Me.DGV2)
  188. Me.Controls.Add(Me.DGV1)
  189. Me.Name = "Frm_CHEM_OUT"
  190. Me.Text = "Frm_CHEM_OUT"
  191. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
  192. CType(Me.DGV2, System.ComponentModel.ISupportInitialize).EndInit()
  193. CType(Me.DGV3, System.ComponentModel.ISupportInitialize).EndInit()
  194. CType(Me.DGV4, System.ComponentModel.ISupportInitialize).EndInit()
  195. CType(Me.dgv5, System.ComponentModel.ISupportInitialize).EndInit()
  196. Me.ResumeLayout(False)
  197. Me.PerformLayout()
  198. End Sub
  199. Friend WithEvents DGV1 As DataGridView
  200. Friend WithEvents DateTimePicker1 As DateTimePicker
  201. Friend WithEvents DateTimePicker2 As DateTimePicker
  202. Friend WithEvents TextBox1 As TextBox
  203. Friend WithEvents DGV2 As DataGridView
  204. Friend WithEvents Button1 As Button
  205. Friend WithEvents DGV3 As DataGridView
  206. Friend WithEvents DGV4 As DataGridView
  207. Friend WithEvents dgv5 As DataGridView
  208. Friend WithEvents Button2 As Button
  209. End Class