Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Frm_01hf_finish.Designer.vb 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_01hf_finish
  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 窗体设计器所必需的
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下过程是 Windows 窗体设计器所必需的
  18. '可以使用 Windows 窗体设计器修改它。
  19. '不要使用代码编辑器修改它。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  23. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  24. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.Label1 = New System.Windows.Forms.Label()
  27. Me.Button1 = New System.Windows.Forms.Button()
  28. Me.Button2 = New System.Windows.Forms.Button()
  29. Me.DataGridView2 = New System.Windows.Forms.DataGridView()
  30. Me.DataGridView3 = New System.Windows.Forms.DataGridView()
  31. Me.TextBox1 = New System.Windows.Forms.TextBox()
  32. Me.TextBox2 = New System.Windows.Forms.TextBox()
  33. Me.Button3 = New System.Windows.Forms.Button()
  34. Me.TextBox3 = New System.Windows.Forms.TextBox()
  35. Me.Button4 = New System.Windows.Forms.Button()
  36. Me.TextBox4 = New System.Windows.Forms.TextBox()
  37. Me.Button5 = New System.Windows.Forms.Button()
  38. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  39. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
  40. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
  41. Me.SuspendLayout()
  42. '
  43. 'DataGridView1
  44. '
  45. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
  46. Me.DataGridView1.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  47. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  48. Me.DataGridView1.Location = New System.Drawing.Point(25, 50)
  49. Me.DataGridView1.Name = "DataGridView1"
  50. Me.DataGridView1.RowHeadersWidth = 82
  51. Me.DataGridView1.RowTemplate.Height = 30
  52. Me.DataGridView1.Size = New System.Drawing.Size(564, 191)
  53. Me.DataGridView1.TabIndex = 0
  54. '
  55. 'DateTimePicker1
  56. '
  57. Me.DateTimePicker1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  58. Me.DateTimePicker1.Location = New System.Drawing.Point(52, 12)
  59. Me.DateTimePicker1.Name = "DateTimePicker1"
  60. Me.DateTimePicker1.Size = New System.Drawing.Size(157, 30)
  61. Me.DateTimePicker1.TabIndex = 2
  62. '
  63. 'DateTimePicker2
  64. '
  65. Me.DateTimePicker2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  66. Me.DateTimePicker2.Location = New System.Drawing.Point(240, 12)
  67. Me.DateTimePicker2.Name = "DateTimePicker2"
  68. Me.DateTimePicker2.Size = New System.Drawing.Size(164, 30)
  69. Me.DateTimePicker2.TabIndex = 3
  70. '
  71. 'Label2
  72. '
  73. Me.Label2.AutoSize = True
  74. Me.Label2.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  75. Me.Label2.ForeColor = System.Drawing.Color.Red
  76. Me.Label2.Location = New System.Drawing.Point(22, 15)
  77. Me.Label2.Name = "Label2"
  78. Me.Label2.Size = New System.Drawing.Size(29, 20)
  79. Me.Label2.TabIndex = 5
  80. Me.Label2.Text = "自"
  81. '
  82. 'Label1
  83. '
  84. Me.Label1.AutoSize = True
  85. Me.Label1.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  86. Me.Label1.ForeColor = System.Drawing.Color.Red
  87. Me.Label1.Location = New System.Drawing.Point(212, 16)
  88. Me.Label1.Name = "Label1"
  89. Me.Label1.Size = New System.Drawing.Size(29, 20)
  90. Me.Label1.TabIndex = 6
  91. Me.Label1.Text = "至"
  92. '
  93. 'Button1
  94. '
  95. Me.Button1.Location = New System.Drawing.Point(418, 6)
  96. Me.Button1.Name = "Button1"
  97. Me.Button1.Size = New System.Drawing.Size(95, 32)
  98. Me.Button1.TabIndex = 7
  99. Me.Button1.Text = "日期查询"
  100. Me.Button1.UseVisualStyleBackColor = True
  101. '
  102. 'Button2
  103. '
  104. Me.Button2.Location = New System.Drawing.Point(270, 1233)
  105. Me.Button2.Name = "Button2"
  106. Me.Button2.Size = New System.Drawing.Size(304, 63)
  107. Me.Button2.TabIndex = 8
  108. Me.Button2.Text = "调料单号查询"
  109. Me.Button2.UseVisualStyleBackColor = True
  110. '
  111. 'DataGridView2
  112. '
  113. Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
  114. Me.DataGridView2.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  115. Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  116. Me.DataGridView2.Location = New System.Drawing.Point(25, 257)
  117. Me.DataGridView2.Name = "DataGridView2"
  118. Me.DataGridView2.RowHeadersWidth = 82
  119. Me.DataGridView2.RowTemplate.Height = 30
  120. Me.DataGridView2.Size = New System.Drawing.Size(1135, 212)
  121. Me.DataGridView2.TabIndex = 9
  122. '
  123. 'DataGridView3
  124. '
  125. Me.DataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
  126. Me.DataGridView3.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells
  127. Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  128. Me.DataGridView3.Location = New System.Drawing.Point(25, 475)
  129. Me.DataGridView3.Name = "DataGridView3"
  130. Me.DataGridView3.RowHeadersWidth = 82
  131. Me.DataGridView3.RowTemplate.Height = 30
  132. Me.DataGridView3.Size = New System.Drawing.Size(1135, 343)
  133. Me.DataGridView3.TabIndex = 10
  134. '
  135. 'TextBox1
  136. '
  137. Me.TextBox1.Location = New System.Drawing.Point(61, 1233)
  138. Me.TextBox1.Name = "TextBox1"
  139. Me.TextBox1.Size = New System.Drawing.Size(196, 21)
  140. Me.TextBox1.TabIndex = 11
  141. '
  142. 'TextBox2
  143. '
  144. Me.TextBox2.Location = New System.Drawing.Point(61, 1309)
  145. Me.TextBox2.Name = "TextBox2"
  146. Me.TextBox2.Size = New System.Drawing.Size(196, 21)
  147. Me.TextBox2.TabIndex = 13
  148. '
  149. 'Button3
  150. '
  151. Me.Button3.Location = New System.Drawing.Point(270, 1309)
  152. Me.Button3.Name = "Button3"
  153. Me.Button3.Size = New System.Drawing.Size(304, 63)
  154. Me.Button3.TabIndex = 12
  155. Me.Button3.Text = "流程卡号查询"
  156. Me.Button3.UseVisualStyleBackColor = True
  157. '
  158. 'TextBox3
  159. '
  160. Me.TextBox3.Location = New System.Drawing.Point(61, 1462)
  161. Me.TextBox3.Name = "TextBox3"
  162. Me.TextBox3.Size = New System.Drawing.Size(196, 21)
  163. Me.TextBox3.TabIndex = 17
  164. '
  165. 'Button4
  166. '
  167. Me.Button4.Location = New System.Drawing.Point(270, 1462)
  168. Me.Button4.Name = "Button4"
  169. Me.Button4.Size = New System.Drawing.Size(304, 63)
  170. Me.Button4.TabIndex = 16
  171. Me.Button4.Text = "流程卡号查询"
  172. Me.Button4.UseVisualStyleBackColor = True
  173. '
  174. 'TextBox4
  175. '
  176. Me.TextBox4.Location = New System.Drawing.Point(61, 1386)
  177. Me.TextBox4.Name = "TextBox4"
  178. Me.TextBox4.Size = New System.Drawing.Size(196, 21)
  179. Me.TextBox4.TabIndex = 15
  180. '
  181. 'Button5
  182. '
  183. Me.Button5.Location = New System.Drawing.Point(270, 1386)
  184. Me.Button5.Name = "Button5"
  185. Me.Button5.Size = New System.Drawing.Size(304, 63)
  186. Me.Button5.TabIndex = 14
  187. Me.Button5.Text = "产品查询"
  188. Me.Button5.UseVisualStyleBackColor = True
  189. '
  190. 'Frm_01hf_finish
  191. '
  192. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  193. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  194. Me.AutoScroll = True
  195. Me.ClientSize = New System.Drawing.Size(1782, 853)
  196. Me.Controls.Add(Me.TextBox3)
  197. Me.Controls.Add(Me.Button4)
  198. Me.Controls.Add(Me.TextBox4)
  199. Me.Controls.Add(Me.Button5)
  200. Me.Controls.Add(Me.TextBox2)
  201. Me.Controls.Add(Me.Button3)
  202. Me.Controls.Add(Me.TextBox1)
  203. Me.Controls.Add(Me.DataGridView3)
  204. Me.Controls.Add(Me.DataGridView2)
  205. Me.Controls.Add(Me.Button2)
  206. Me.Controls.Add(Me.Button1)
  207. Me.Controls.Add(Me.Label1)
  208. Me.Controls.Add(Me.Label2)
  209. Me.Controls.Add(Me.DateTimePicker2)
  210. Me.Controls.Add(Me.DateTimePicker1)
  211. Me.Controls.Add(Me.DataGridView1)
  212. Me.Name = "Frm_01hf_finish"
  213. Me.Text = "Frm_finish"
  214. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  215. CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
  216. CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
  217. Me.ResumeLayout(False)
  218. Me.PerformLayout()
  219. End Sub
  220. Friend WithEvents DataGridView1 As DataGridView
  221. Friend WithEvents DateTimePicker1 As DateTimePicker
  222. Friend WithEvents DateTimePicker2 As DateTimePicker
  223. Friend WithEvents Label2 As Label
  224. Friend WithEvents Label1 As Label
  225. Friend WithEvents Button1 As Button
  226. Friend WithEvents Button2 As Button
  227. Friend WithEvents DataGridView2 As DataGridView
  228. Friend WithEvents DataGridView3 As DataGridView
  229. Friend WithEvents TextBox1 As TextBox
  230. Friend WithEvents TextBox2 As TextBox
  231. Friend WithEvents Button3 As Button
  232. Friend WithEvents TextBox3 As TextBox
  233. Friend WithEvents Button4 As Button
  234. Friend WithEvents TextBox4 As TextBox
  235. Friend WithEvents Button5 As Button
  236. End Class