暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Frm_TM.Designer.vb 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Frm_TM
  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.Button1 = New System.Windows.Forms.Button()
  23. Me.TextBox8 = New System.Windows.Forms.TextBox()
  24. Me.Button2 = New System.Windows.Forms.Button()
  25. Me.Button3 = New System.Windows.Forms.Button()
  26. Me.DGV1 = New System.Windows.Forms.DataGridView()
  27. Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  28. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  29. Me.Button4 = New System.Windows.Forms.Button()
  30. Me.dtp2 = New System.Windows.Forms.DateTimePicker()
  31. Me.dtp3 = New System.Windows.Forms.DateTimePicker()
  32. Me.Button5 = New System.Windows.Forms.Button()
  33. Me.TextBox1 = New System.Windows.Forms.TextBox()
  34. Me.TextBox2 = New System.Windows.Forms.TextBox()
  35. Me.TextBox3 = New System.Windows.Forms.TextBox()
  36. Me.Button6 = New System.Windows.Forms.Button()
  37. Me.Label1 = New System.Windows.Forms.Label()
  38. Me.Label2 = New System.Windows.Forms.Label()
  39. Me.Label3 = New System.Windows.Forms.Label()
  40. Me.Label4 = New System.Windows.Forms.Label()
  41. Me.Button7 = New System.Windows.Forms.Button()
  42. Me.dtp_begin = New System.Windows.Forms.DateTimePicker()
  43. Me.dtp_end = New System.Windows.Forms.DateTimePicker()
  44. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).BeginInit()
  45. Me.SuspendLayout()
  46. '
  47. 'Button1
  48. '
  49. Me.Button1.Location = New System.Drawing.Point(189, 100)
  50. Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  51. Me.Button1.Name = "Button1"
  52. Me.Button1.Size = New System.Drawing.Size(291, 95)
  53. Me.Button1.TabIndex = 0
  54. Me.Button1.Text = "导出0630添梅盘点至K3模版"
  55. Me.Button1.UseVisualStyleBackColor = True
  56. '
  57. 'TextBox8
  58. '
  59. Me.TextBox8.Location = New System.Drawing.Point(58, 100)
  60. Me.TextBox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  61. Me.TextBox8.Name = "TextBox8"
  62. Me.TextBox8.Size = New System.Drawing.Size(112, 29)
  63. Me.TextBox8.TabIndex = 36
  64. '
  65. 'Button2
  66. '
  67. Me.Button2.Location = New System.Drawing.Point(189, 238)
  68. Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  69. Me.Button2.Name = "Button2"
  70. Me.Button2.Size = New System.Drawing.Size(291, 95)
  71. Me.Button2.TabIndex = 37
  72. Me.Button2.Text = "导出0630成品盘点至K3模版"
  73. Me.Button2.UseVisualStyleBackColor = True
  74. '
  75. 'Button3
  76. '
  77. Me.Button3.Location = New System.Drawing.Point(807, 412)
  78. Me.Button3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  79. Me.Button3.Name = "Button3"
  80. Me.Button3.Size = New System.Drawing.Size(186, 84)
  81. Me.Button3.TabIndex = 38
  82. Me.Button3.Text = "导入添梅k3打尺"
  83. Me.Button3.UseVisualStyleBackColor = True
  84. '
  85. 'DGV1
  86. '
  87. Me.DGV1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  88. Me.DGV1.Location = New System.Drawing.Point(1209, 48)
  89. Me.DGV1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  90. Me.DGV1.Name = "DGV1"
  91. Me.DGV1.RowHeadersWidth = 51
  92. Me.DGV1.RowTemplate.Height = 27
  93. Me.DGV1.Size = New System.Drawing.Size(367, 587)
  94. Me.DGV1.TabIndex = 39
  95. '
  96. 'dtp1
  97. '
  98. Me.dtp1.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. Me.dtp1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  100. Me.dtp1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  101. Me.dtp1.Location = New System.Drawing.Point(1151, 838)
  102. Me.dtp1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  103. Me.dtp1.Name = "dtp1"
  104. Me.dtp1.Size = New System.Drawing.Size(224, 36)
  105. Me.dtp1.TabIndex = 40
  106. '
  107. 'OpenFileDialog1
  108. '
  109. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  110. '
  111. 'Button4
  112. '
  113. Me.Button4.Location = New System.Drawing.Point(189, 365)
  114. Me.Button4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  115. Me.Button4.Name = "Button4"
  116. Me.Button4.Size = New System.Drawing.Size(291, 67)
  117. Me.Button4.TabIndex = 41
  118. Me.Button4.Text = "导出打尺至K3模版"
  119. Me.Button4.UseVisualStyleBackColor = True
  120. '
  121. 'dtp2
  122. '
  123. Me.dtp2.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  124. Me.dtp2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. Me.dtp2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  126. Me.dtp2.Location = New System.Drawing.Point(189, 894)
  127. Me.dtp2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  128. Me.dtp2.Name = "dtp2"
  129. Me.dtp2.Size = New System.Drawing.Size(224, 36)
  130. Me.dtp2.TabIndex = 42
  131. '
  132. 'dtp3
  133. '
  134. Me.dtp3.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.dtp3.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  136. Me.dtp3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  137. Me.dtp3.Location = New System.Drawing.Point(189, 948)
  138. Me.dtp3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  139. Me.dtp3.Name = "dtp3"
  140. Me.dtp3.Size = New System.Drawing.Size(224, 36)
  141. Me.dtp3.TabIndex = 43
  142. '
  143. 'Button5
  144. '
  145. Me.Button5.Location = New System.Drawing.Point(189, 464)
  146. Me.Button5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  147. Me.Button5.Name = "Button5"
  148. Me.Button5.Size = New System.Drawing.Size(291, 67)
  149. Me.Button5.TabIndex = 44
  150. Me.Button5.Text = "每日打尺至K3模版"
  151. Me.Button5.UseVisualStyleBackColor = True
  152. '
  153. 'TextBox1
  154. '
  155. Me.TextBox1.Location = New System.Drawing.Point(797, 334)
  156. Me.TextBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  157. Me.TextBox1.Name = "TextBox1"
  158. Me.TextBox1.Size = New System.Drawing.Size(112, 29)
  159. Me.TextBox1.TabIndex = 45
  160. '
  161. 'TextBox2
  162. '
  163. Me.TextBox2.Location = New System.Drawing.Point(944, 334)
  164. Me.TextBox2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  165. Me.TextBox2.Name = "TextBox2"
  166. Me.TextBox2.Size = New System.Drawing.Size(112, 29)
  167. Me.TextBox2.TabIndex = 46
  168. '
  169. 'TextBox3
  170. '
  171. Me.TextBox3.Location = New System.Drawing.Point(189, 713)
  172. Me.TextBox3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  173. Me.TextBox3.Name = "TextBox3"
  174. Me.TextBox3.Size = New System.Drawing.Size(112, 29)
  175. Me.TextBox3.TabIndex = 47
  176. '
  177. 'Button6
  178. '
  179. Me.Button6.Location = New System.Drawing.Point(873, 78)
  180. Me.Button6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  181. Me.Button6.Name = "Button6"
  182. Me.Button6.Size = New System.Drawing.Size(194, 67)
  183. Me.Button6.TabIndex = 48
  184. Me.Button6.Text = "516调账"
  185. Me.Button6.UseVisualStyleBackColor = True
  186. '
  187. 'Label1
  188. '
  189. Me.Label1.AutoSize = True
  190. Me.Label1.BackColor = System.Drawing.Color.Transparent
  191. Me.Label1.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.Label1.ForeColor = System.Drawing.Color.Red
  193. Me.Label1.Location = New System.Drawing.Point(803, 296)
  194. Me.Label1.Name = "Label1"
  195. Me.Label1.Size = New System.Drawing.Size(106, 24)
  196. Me.Label1.TabIndex = 49
  197. Me.Label1.Text = "反毛量尺"
  198. '
  199. 'Label2
  200. '
  201. Me.Label2.AutoSize = True
  202. Me.Label2.BackColor = System.Drawing.Color.Transparent
  203. Me.Label2.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  204. Me.Label2.ForeColor = System.Drawing.Color.Red
  205. Me.Label2.Location = New System.Drawing.Point(950, 296)
  206. Me.Label2.Name = "Label2"
  207. Me.Label2.Size = New System.Drawing.Size(87, 24)
  208. Me.Label2.TabIndex = 50
  209. Me.Label2.Text = "PU量尺"
  210. '
  211. 'Label3
  212. '
  213. Me.Label3.AutoSize = True
  214. Me.Label3.BackColor = System.Drawing.Color.Transparent
  215. Me.Label3.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  216. Me.Label3.ForeColor = System.Drawing.Color.Red
  217. Me.Label3.Location = New System.Drawing.Point(789, 201)
  218. Me.Label3.Name = "Label3"
  219. Me.Label3.Size = New System.Drawing.Size(34, 24)
  220. Me.Label3.TabIndex = 53
  221. Me.Label3.Text = "自"
  222. '
  223. 'Label4
  224. '
  225. Me.Label4.AutoSize = True
  226. Me.Label4.BackColor = System.Drawing.Color.Transparent
  227. Me.Label4.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  228. Me.Label4.ForeColor = System.Drawing.Color.Red
  229. Me.Label4.Location = New System.Drawing.Point(789, 249)
  230. Me.Label4.Name = "Label4"
  231. Me.Label4.Size = New System.Drawing.Size(34, 24)
  232. Me.Label4.TabIndex = 54
  233. Me.Label4.Text = "至"
  234. '
  235. 'Button7
  236. '
  237. Me.Button7.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  238. Me.Button7.Location = New System.Drawing.Point(1045, 196)
  239. Me.Button7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  240. Me.Button7.Name = "Button7"
  241. Me.Button7.Size = New System.Drawing.Size(106, 84)
  242. Me.Button7.TabIndex = 55
  243. Me.Button7.Text = "查询"
  244. Me.Button7.UseVisualStyleBackColor = True
  245. '
  246. 'dtp_begin
  247. '
  248. Me.dtp_begin.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  249. Me.dtp_begin.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  250. Me.dtp_begin.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  251. Me.dtp_begin.Location = New System.Drawing.Point(857, 193)
  252. Me.dtp_begin.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  253. Me.dtp_begin.Name = "dtp_begin"
  254. Me.dtp_begin.Size = New System.Drawing.Size(148, 36)
  255. Me.dtp_begin.TabIndex = 56
  256. '
  257. 'dtp_end
  258. '
  259. Me.dtp_end.CalendarFont = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  260. Me.dtp_end.Font = New System.Drawing.Font("新細明體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  261. Me.dtp_end.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  262. Me.dtp_end.Location = New System.Drawing.Point(857, 244)
  263. Me.dtp_end.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  264. Me.dtp_end.Name = "dtp_end"
  265. Me.dtp_end.Size = New System.Drawing.Size(148, 36)
  266. Me.dtp_end.TabIndex = 57
  267. '
  268. 'Frm_TM
  269. '
  270. Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 18.0!)
  271. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  272. Me.ClientSize = New System.Drawing.Size(1746, 1276)
  273. Me.Controls.Add(Me.dtp_end)
  274. Me.Controls.Add(Me.dtp_begin)
  275. Me.Controls.Add(Me.Button7)
  276. Me.Controls.Add(Me.Label4)
  277. Me.Controls.Add(Me.Label3)
  278. Me.Controls.Add(Me.Label2)
  279. Me.Controls.Add(Me.Label1)
  280. Me.Controls.Add(Me.Button6)
  281. Me.Controls.Add(Me.TextBox3)
  282. Me.Controls.Add(Me.TextBox2)
  283. Me.Controls.Add(Me.TextBox1)
  284. Me.Controls.Add(Me.Button5)
  285. Me.Controls.Add(Me.dtp3)
  286. Me.Controls.Add(Me.dtp2)
  287. Me.Controls.Add(Me.Button4)
  288. Me.Controls.Add(Me.dtp1)
  289. Me.Controls.Add(Me.DGV1)
  290. Me.Controls.Add(Me.Button3)
  291. Me.Controls.Add(Me.Button2)
  292. Me.Controls.Add(Me.TextBox8)
  293. Me.Controls.Add(Me.Button1)
  294. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  295. Me.Name = "Frm_TM"
  296. Me.Text = "Frm_TM"
  297. CType(Me.DGV1, System.ComponentModel.ISupportInitialize).EndInit()
  298. Me.ResumeLayout(False)
  299. Me.PerformLayout()
  300. End Sub
  301. Friend WithEvents Button1 As Button
  302. Friend WithEvents TextBox8 As TextBox
  303. Friend WithEvents Button2 As Button
  304. Friend WithEvents Button3 As Button
  305. Friend WithEvents DGV1 As DataGridView
  306. Friend WithEvents dtp1 As DateTimePicker
  307. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  308. Friend WithEvents Button4 As Button
  309. Friend WithEvents dtp2 As DateTimePicker
  310. Friend WithEvents dtp3 As DateTimePicker
  311. Friend WithEvents Button5 As Button
  312. Friend WithEvents TextBox1 As TextBox
  313. Friend WithEvents TextBox2 As TextBox
  314. Friend WithEvents TextBox3 As TextBox
  315. Friend WithEvents Button6 As Button
  316. Friend WithEvents Label1 As Label
  317. Friend WithEvents Label2 As Label
  318. Friend WithEvents Label3 As Label
  319. Friend WithEvents Label4 As Label
  320. Friend WithEvents Button7 As Button
  321. Friend WithEvents dtp_begin As DateTimePicker
  322. Friend WithEvents dtp_end As DateTimePicker
  323. End Class