Sin descripción
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.

Frm_01_retan_chem_to_k3.Designer.vb 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class Frm_01_retan_chem_to_k3
  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. Me.結束_dtp = New System.Windows.Forms.DateTimePicker()
  23. Me.開始_dtp = New System.Windows.Forms.DateTimePicker()
  24. Me.Label1 = New System.Windows.Forms.Label()
  25. Me.Label2 = New System.Windows.Forms.Label()
  26. Me.水场查询_bt = New System.Windows.Forms.Button()
  27. Me.水场导出_tb = New System.Windows.Forms.Button()
  28. Me.起始單號_tb = New System.Windows.Forms.TextBox()
  29. Me.Label3 = New System.Windows.Forms.Label()
  30. Me.涂饰查询_bt = New System.Windows.Forms.Button()
  31. Me.涂饰导出_bt = New System.Windows.Forms.Button()
  32. Me.主表_dgv = New System.Windows.Forms.DataGridView()
  33. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  34. CType(Me.主表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  35. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  36. Me.SuspendLayout()
  37. '
  38. '結束_dtp
  39. '
  40. Me.結束_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  41. Me.結束_dtp.Location = New System.Drawing.Point(152, 5)
  42. Me.結束_dtp.Margin = New System.Windows.Forms.Padding(2)
  43. Me.結束_dtp.Name = "結束_dtp"
  44. Me.結束_dtp.Size = New System.Drawing.Size(100, 23)
  45. Me.結束_dtp.TabIndex = 1
  46. '
  47. '開始_dtp
  48. '
  49. Me.開始_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  50. Me.開始_dtp.Location = New System.Drawing.Point(27, 5)
  51. Me.開始_dtp.Margin = New System.Windows.Forms.Padding(2)
  52. Me.開始_dtp.Name = "開始_dtp"
  53. Me.開始_dtp.Size = New System.Drawing.Size(100, 23)
  54. Me.開始_dtp.TabIndex = 2
  55. Me.開始_dtp.Value = New Date(2025, 1, 1, 0, 0, 0, 0)
  56. '
  57. 'Label1
  58. '
  59. Me.Label1.AutoSize = True
  60. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  61. Me.Label1.Location = New System.Drawing.Point(6, 8)
  62. Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  63. Me.Label1.Name = "Label1"
  64. Me.Label1.Size = New System.Drawing.Size(19, 16)
  65. Me.Label1.TabIndex = 3
  66. Me.Label1.Text = "自"
  67. '
  68. 'Label2
  69. '
  70. Me.Label2.AutoSize = True
  71. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  72. Me.Label2.Location = New System.Drawing.Point(130, 9)
  73. Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  74. Me.Label2.Name = "Label2"
  75. Me.Label2.Size = New System.Drawing.Size(19, 16)
  76. Me.Label2.TabIndex = 4
  77. Me.Label2.Text = "至"
  78. '
  79. '水场查询_bt
  80. '
  81. Me.水场查询_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  82. Me.水场查询_bt.Location = New System.Drawing.Point(256, 3)
  83. Me.水场查询_bt.Margin = New System.Windows.Forms.Padding(2)
  84. Me.水场查询_bt.Name = "水场查询_bt"
  85. Me.水场查询_bt.Size = New System.Drawing.Size(110, 27)
  86. Me.水场查询_bt.TabIndex = 5
  87. Me.水场查询_bt.Text = "水场查询"
  88. Me.水场查询_bt.UseVisualStyleBackColor = True
  89. '
  90. '水场导出_tb
  91. '
  92. Me.水场导出_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  93. Me.水场导出_tb.Location = New System.Drawing.Point(694, 3)
  94. Me.水场导出_tb.Margin = New System.Windows.Forms.Padding(2)
  95. Me.水场导出_tb.Name = "水场导出_tb"
  96. Me.水场导出_tb.Size = New System.Drawing.Size(110, 27)
  97. Me.水场导出_tb.TabIndex = 6
  98. Me.水场导出_tb.Text = "水场导出"
  99. Me.水场导出_tb.UseVisualStyleBackColor = True
  100. '
  101. '起始單號_tb
  102. '
  103. Me.起始單號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  104. Me.起始單號_tb.Location = New System.Drawing.Point(634, 5)
  105. Me.起始單號_tb.Margin = New System.Windows.Forms.Padding(2)
  106. Me.起始單號_tb.Name = "起始單號_tb"
  107. Me.起始單號_tb.Size = New System.Drawing.Size(56, 23)
  108. Me.起始單號_tb.TabIndex = 7
  109. '
  110. 'Label3
  111. '
  112. Me.Label3.AutoSize = True
  113. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  114. Me.Label3.Location = New System.Drawing.Point(577, 8)
  115. Me.Label3.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  116. Me.Label3.Name = "Label3"
  117. Me.Label3.Size = New System.Drawing.Size(55, 16)
  118. Me.Label3.TabIndex = 8
  119. Me.Label3.Text = "起始单号"
  120. '
  121. '涂饰查询_bt
  122. '
  123. Me.涂饰查询_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  124. Me.涂饰查询_bt.Location = New System.Drawing.Point(367, 3)
  125. Me.涂饰查询_bt.Margin = New System.Windows.Forms.Padding(2)
  126. Me.涂饰查询_bt.Name = "涂饰查询_bt"
  127. Me.涂饰查询_bt.Size = New System.Drawing.Size(110, 27)
  128. Me.涂饰查询_bt.TabIndex = 9
  129. Me.涂饰查询_bt.Text = "涂饰查询"
  130. Me.涂饰查询_bt.UseVisualStyleBackColor = True
  131. '
  132. '涂饰导出_bt
  133. '
  134. Me.涂饰导出_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  135. Me.涂饰导出_bt.Location = New System.Drawing.Point(804, 3)
  136. Me.涂饰导出_bt.Margin = New System.Windows.Forms.Padding(2)
  137. Me.涂饰导出_bt.Name = "涂饰导出_bt"
  138. Me.涂饰导出_bt.Size = New System.Drawing.Size(110, 27)
  139. Me.涂饰导出_bt.TabIndex = 10
  140. Me.涂饰导出_bt.Text = "涂饰导出"
  141. Me.涂饰导出_bt.UseVisualStyleBackColor = True
  142. '
  143. '主表_dgv
  144. '
  145. Me.主表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  146. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  147. Me.主表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  148. Me.主表_dgv.BackgroundColor = System.Drawing.Color.White
  149. Me.主表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  150. Me.主表_dgv.Location = New System.Drawing.Point(3, 34)
  151. Me.主表_dgv.Name = "主表_dgv"
  152. Me.主表_dgv.RowHeadersWidth = 5
  153. Me.主表_dgv.RowTemplate.Height = 23
  154. Me.主表_dgv.Size = New System.Drawing.Size(612, 628)
  155. Me.主表_dgv.TabIndex = 11
  156. '
  157. '明細_dgv
  158. '
  159. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  160. Or System.Windows.Forms.AnchorStyles.Left) _
  161. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  162. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  163. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  164. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  165. Me.明細_dgv.Location = New System.Drawing.Point(616, 34)
  166. Me.明細_dgv.Name = "明細_dgv"
  167. Me.明細_dgv.RowHeadersWidth = 5
  168. Me.明細_dgv.RowTemplate.Height = 23
  169. Me.明細_dgv.Size = New System.Drawing.Size(625, 628)
  170. Me.明細_dgv.TabIndex = 12
  171. '
  172. 'Frm_01_retan_chem_to_k3
  173. '
  174. Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
  175. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
  176. Me.ClientSize = New System.Drawing.Size(1245, 665)
  177. Me.Controls.Add(Me.涂饰导出_bt)
  178. Me.Controls.Add(Me.水场导出_tb)
  179. Me.Controls.Add(Me.明細_dgv)
  180. Me.Controls.Add(Me.涂饰查询_bt)
  181. Me.Controls.Add(Me.主表_dgv)
  182. Me.Controls.Add(Me.Label3)
  183. Me.Controls.Add(Me.起始單號_tb)
  184. Me.Controls.Add(Me.水场查询_bt)
  185. Me.Controls.Add(Me.Label2)
  186. Me.Controls.Add(Me.Label1)
  187. Me.Controls.Add(Me.開始_dtp)
  188. Me.Controls.Add(Me.結束_dtp)
  189. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  190. Me.Margin = New System.Windows.Forms.Padding(2)
  191. Me.MaximizeBox = False
  192. Me.MinimizeBox = False
  193. Me.Name = "Frm_01_retan_chem_to_k3"
  194. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  195. Me.Text = "同步领料出库"
  196. CType(Me.主表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  197. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  198. Me.ResumeLayout(False)
  199. Me.PerformLayout()
  200. End Sub
  201. Friend WithEvents 結束_dtp As DateTimePicker
  202. Friend WithEvents 開始_dtp As DateTimePicker
  203. Friend WithEvents Label1 As Label
  204. Friend WithEvents Label2 As Label
  205. Friend WithEvents 水场查询_bt As Button
  206. Friend WithEvents 水场导出_tb As Button
  207. Friend WithEvents 起始單號_tb As TextBox
  208. Friend WithEvents Label3 As Label
  209. Friend WithEvents 涂饰查询_bt As Button
  210. Friend WithEvents 涂饰导出_bt As Button
  211. Friend WithEvents 主表_dgv As DataGridView
  212. Friend WithEvents 明細_dgv As DataGridView
  213. End Class