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.

FrmTest.Designer.vb 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class FrmTest
  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.btnGetMtrl = New System.Windows.Forms.Button()
  23. Me.btnGetWh = New System.Windows.Forms.Button()
  24. Me.btnGetDept = New System.Windows.Forms.Button()
  25. Me.btnGetEmp = New System.Windows.Forms.Button()
  26. Me.btnSaveInStk = New System.Windows.Forms.Button()
  27. Me.btnGetUnits = New System.Windows.Forms.Button()
  28. Me.btnGetLoc = New System.Windows.Forms.Button()
  29. Me.btnGetMtrlDetail = New System.Windows.Forms.Button()
  30. Me.btnIcMoBill = New System.Windows.Forms.Button()
  31. Me.btnGetMoLst = New System.Windows.Forms.Button()
  32. Me.txtappKey = New System.Windows.Forms.TextBox()
  33. Me.Label1 = New System.Windows.Forms.Label()
  34. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  35. Me.Label8 = New System.Windows.Forms.Label()
  36. Me.Label7 = New System.Windows.Forms.Label()
  37. Me.dtp_start = New System.Windows.Forms.DateTimePicker()
  38. Me.dtp_end = New System.Windows.Forms.DateTimePicker()
  39. Me.TextBox1 = New System.Windows.Forms.TextBox()
  40. Me.dgv_detail = New System.Windows.Forms.DataGridView()
  41. Me.Button1 = New System.Windows.Forms.Button()
  42. Me.Button2 = New System.Windows.Forms.Button()
  43. Me.Label2 = New System.Windows.Forms.Label()
  44. Me.TextBox2 = New System.Windows.Forms.TextBox()
  45. Me.TextBox3 = New System.Windows.Forms.TextBox()
  46. Me.TextBox4 = New System.Windows.Forms.TextBox()
  47. Me.Label3 = New System.Windows.Forms.Label()
  48. Me.Label4 = New System.Windows.Forms.Label()
  49. Me.TreeView1 = New System.Windows.Forms.TreeView()
  50. Me.Button3 = New System.Windows.Forms.Button()
  51. Me.Button4 = New System.Windows.Forms.Button()
  52. Me.dgv_stock = New System.Windows.Forms.DataGridView()
  53. Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
  54. Me.Button5 = New System.Windows.Forms.Button()
  55. Me.Button6 = New System.Windows.Forms.Button()
  56. Me.Button7 = New System.Windows.Forms.Button()
  57. Me.Button8 = New System.Windows.Forms.Button()
  58. Me.Button9 = New System.Windows.Forms.Button()
  59. Me.Button10 = New System.Windows.Forms.Button()
  60. Me.TextBox5 = New System.Windows.Forms.TextBox()
  61. Me.Button11 = New System.Windows.Forms.Button()
  62. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  63. CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).BeginInit()
  64. CType(Me.dgv_stock, System.ComponentModel.ISupportInitialize).BeginInit()
  65. Me.SuspendLayout()
  66. '
  67. 'btnGetMtrl
  68. '
  69. Me.btnGetMtrl.Location = New System.Drawing.Point(43, 646)
  70. Me.btnGetMtrl.Name = "btnGetMtrl"
  71. Me.btnGetMtrl.Size = New System.Drawing.Size(104, 27)
  72. Me.btnGetMtrl.TabIndex = 0
  73. Me.btnGetMtrl.UseVisualStyleBackColor = True
  74. '
  75. 'btnGetWh
  76. '
  77. Me.btnGetWh.Location = New System.Drawing.Point(123, 591)
  78. Me.btnGetWh.Name = "btnGetWh"
  79. Me.btnGetWh.Size = New System.Drawing.Size(104, 40)
  80. Me.btnGetWh.TabIndex = 1
  81. Me.btnGetWh.Text = "获取仓库"
  82. Me.btnGetWh.UseVisualStyleBackColor = True
  83. '
  84. 'btnGetDept
  85. '
  86. Me.btnGetDept.Location = New System.Drawing.Point(871, 543)
  87. Me.btnGetDept.Name = "btnGetDept"
  88. Me.btnGetDept.Size = New System.Drawing.Size(104, 40)
  89. Me.btnGetDept.TabIndex = 2
  90. Me.btnGetDept.Text = "获取部门"
  91. Me.btnGetDept.UseVisualStyleBackColor = True
  92. '
  93. 'btnGetEmp
  94. '
  95. Me.btnGetEmp.Location = New System.Drawing.Point(981, 543)
  96. Me.btnGetEmp.Name = "btnGetEmp"
  97. Me.btnGetEmp.Size = New System.Drawing.Size(104, 40)
  98. Me.btnGetEmp.TabIndex = 3
  99. Me.btnGetEmp.Text = "获取人员"
  100. Me.btnGetEmp.UseVisualStyleBackColor = True
  101. '
  102. 'btnSaveInStk
  103. '
  104. Me.btnSaveInStk.Location = New System.Drawing.Point(749, 591)
  105. Me.btnSaveInStk.Name = "btnSaveInStk"
  106. Me.btnSaveInStk.Size = New System.Drawing.Size(104, 40)
  107. Me.btnSaveInStk.TabIndex = 4
  108. Me.btnSaveInStk.Text = "保存入库"
  109. Me.btnSaveInStk.UseVisualStyleBackColor = True
  110. '
  111. 'btnGetUnits
  112. '
  113. Me.btnGetUnits.Location = New System.Drawing.Point(981, 591)
  114. Me.btnGetUnits.Name = "btnGetUnits"
  115. Me.btnGetUnits.Size = New System.Drawing.Size(104, 40)
  116. Me.btnGetUnits.TabIndex = 5
  117. Me.btnGetUnits.Text = "获取单位"
  118. Me.btnGetUnits.UseVisualStyleBackColor = True
  119. '
  120. 'btnGetLoc
  121. '
  122. Me.btnGetLoc.Location = New System.Drawing.Point(871, 591)
  123. Me.btnGetLoc.Name = "btnGetLoc"
  124. Me.btnGetLoc.Size = New System.Drawing.Size(104, 40)
  125. Me.btnGetLoc.TabIndex = 6
  126. Me.btnGetLoc.Text = "获取库位"
  127. Me.btnGetLoc.UseVisualStyleBackColor = True
  128. '
  129. 'btnGetMtrlDetail
  130. '
  131. Me.btnGetMtrlDetail.Location = New System.Drawing.Point(165, 646)
  132. Me.btnGetMtrlDetail.Name = "btnGetMtrlDetail"
  133. Me.btnGetMtrlDetail.Size = New System.Drawing.Size(104, 27)
  134. Me.btnGetMtrlDetail.TabIndex = 7
  135. Me.btnGetMtrlDetail.Text = "获取物料详情"
  136. Me.btnGetMtrlDetail.UseVisualStyleBackColor = True
  137. '
  138. 'btnIcMoBill
  139. '
  140. Me.btnIcMoBill.Location = New System.Drawing.Point(1090, 543)
  141. Me.btnIcMoBill.Name = "btnIcMoBill"
  142. Me.btnIcMoBill.Size = New System.Drawing.Size(104, 40)
  143. Me.btnIcMoBill.TabIndex = 8
  144. Me.btnIcMoBill.Text = "获取生产工单"
  145. Me.btnIcMoBill.UseVisualStyleBackColor = True
  146. '
  147. 'btnGetMoLst
  148. '
  149. Me.btnGetMoLst.Location = New System.Drawing.Point(1090, 588)
  150. Me.btnGetMoLst.Name = "btnGetMoLst"
  151. Me.btnGetMoLst.Size = New System.Drawing.Size(104, 40)
  152. Me.btnGetMoLst.TabIndex = 9
  153. Me.btnGetMoLst.Text = "获取工单详情"
  154. Me.btnGetMoLst.UseVisualStyleBackColor = True
  155. '
  156. 'txtappKey
  157. '
  158. Me.txtappKey.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  159. Me.txtappKey.Location = New System.Drawing.Point(31, 497)
  160. Me.txtappKey.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  161. Me.txtappKey.Multiline = True
  162. Me.txtappKey.Name = "txtappKey"
  163. Me.txtappKey.Size = New System.Drawing.Size(189, 21)
  164. Me.txtappKey.TabIndex = 12
  165. '
  166. 'Label1
  167. '
  168. Me.Label1.AutoSize = True
  169. Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  170. Me.Label1.Location = New System.Drawing.Point(29, 471)
  171. Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  172. Me.Label1.Name = "Label1"
  173. Me.Label1.Size = New System.Drawing.Size(80, 20)
  174. Me.Label1.TabIndex = 13
  175. Me.Label1.Text = "appToken"
  176. '
  177. 'DataGridView1
  178. '
  179. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  180. Me.DataGridView1.Location = New System.Drawing.Point(333, 297)
  181. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  182. Me.DataGridView1.Name = "DataGridView1"
  183. Me.DataGridView1.RowHeadersWidth = 62
  184. Me.DataGridView1.RowTemplate.Height = 31
  185. Me.DataGridView1.Size = New System.Drawing.Size(1529, 159)
  186. Me.DataGridView1.TabIndex = 14
  187. '
  188. 'Label8
  189. '
  190. Me.Label8.AutoSize = True
  191. Me.Label8.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  192. Me.Label8.ForeColor = System.Drawing.Color.Red
  193. Me.Label8.Location = New System.Drawing.Point(29, 431)
  194. Me.Label8.Name = "Label8"
  195. Me.Label8.Size = New System.Drawing.Size(31, 25)
  196. Me.Label8.TabIndex = 123
  197. Me.Label8.Text = "至"
  198. '
  199. 'Label7
  200. '
  201. Me.Label7.AutoSize = True
  202. Me.Label7.Font = New System.Drawing.Font("微软雅黑", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  203. Me.Label7.ForeColor = System.Drawing.Color.Red
  204. Me.Label7.Location = New System.Drawing.Point(29, 383)
  205. Me.Label7.Name = "Label7"
  206. Me.Label7.Size = New System.Drawing.Size(31, 25)
  207. Me.Label7.TabIndex = 122
  208. Me.Label7.Text = "自"
  209. '
  210. 'dtp_start
  211. '
  212. Me.dtp_start.CalendarFont = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  213. Me.dtp_start.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  214. Me.dtp_start.Location = New System.Drawing.Point(62, 381)
  215. Me.dtp_start.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
  216. Me.dtp_start.Name = "dtp_start"
  217. Me.dtp_start.Size = New System.Drawing.Size(151, 29)
  218. Me.dtp_start.TabIndex = 121
  219. '
  220. 'dtp_end
  221. '
  222. Me.dtp_end.CalendarFont = New System.Drawing.Font("微軟正黑體", 10.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  223. Me.dtp_end.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  224. Me.dtp_end.Location = New System.Drawing.Point(62, 429)
  225. Me.dtp_end.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
  226. Me.dtp_end.Name = "dtp_end"
  227. Me.dtp_end.Size = New System.Drawing.Size(151, 29)
  228. Me.dtp_end.TabIndex = 120
  229. '
  230. 'TextBox1
  231. '
  232. Me.TextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  233. Me.TextBox1.Location = New System.Drawing.Point(255, 12)
  234. Me.TextBox1.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  235. Me.TextBox1.Multiline = True
  236. Me.TextBox1.Name = "TextBox1"
  237. Me.TextBox1.Size = New System.Drawing.Size(63, 536)
  238. Me.TextBox1.TabIndex = 124
  239. '
  240. 'dgv_detail
  241. '
  242. Me.dgv_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  243. Me.dgv_detail.Location = New System.Drawing.Point(333, 405)
  244. Me.dgv_detail.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  245. Me.dgv_detail.Name = "dgv_detail"
  246. Me.dgv_detail.RowHeadersWidth = 62
  247. Me.dgv_detail.RowTemplate.Height = 31
  248. Me.dgv_detail.Size = New System.Drawing.Size(1529, 129)
  249. Me.dgv_detail.TabIndex = 125
  250. '
  251. 'Button1
  252. '
  253. Me.Button1.BackColor = System.Drawing.SystemColors.ActiveCaption
  254. Me.Button1.Location = New System.Drawing.Point(12, 121)
  255. Me.Button1.Name = "Button1"
  256. Me.Button1.Size = New System.Drawing.Size(104, 40)
  257. Me.Button1.TabIndex = 126
  258. Me.Button1.Text = "订单列表(日期)"
  259. Me.Button1.UseVisualStyleBackColor = False
  260. '
  261. 'Button2
  262. '
  263. Me.Button2.Location = New System.Drawing.Point(117, 305)
  264. Me.Button2.Name = "Button2"
  265. Me.Button2.Size = New System.Drawing.Size(104, 40)
  266. Me.Button2.TabIndex = 127
  267. Me.Button2.Text = "商品收发明细表"
  268. Me.Button2.UseVisualStyleBackColor = True
  269. '
  270. 'Label2
  271. '
  272. Me.Label2.AutoSize = True
  273. Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  274. Me.Label2.Location = New System.Drawing.Point(29, 531)
  275. Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  276. Me.Label2.Name = "Label2"
  277. Me.Label2.Size = New System.Drawing.Size(108, 20)
  278. Me.Label2.TabIndex = 128
  279. Me.Label2.Text = "xAPIsignature"
  280. '
  281. 'TextBox2
  282. '
  283. Me.TextBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  284. Me.TextBox2.Location = New System.Drawing.Point(33, 557)
  285. Me.TextBox2.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  286. Me.TextBox2.Multiline = True
  287. Me.TextBox2.Name = "TextBox2"
  288. Me.TextBox2.Size = New System.Drawing.Size(189, 21)
  289. Me.TextBox2.TabIndex = 129
  290. '
  291. 'TextBox3
  292. '
  293. Me.TextBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  294. Me.TextBox3.Location = New System.Drawing.Point(360, 557)
  295. Me.TextBox3.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  296. Me.TextBox3.Multiline = True
  297. Me.TextBox3.Name = "TextBox3"
  298. Me.TextBox3.Size = New System.Drawing.Size(189, 21)
  299. Me.TextBox3.TabIndex = 130
  300. '
  301. 'TextBox4
  302. '
  303. Me.TextBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  304. Me.TextBox4.Location = New System.Drawing.Point(665, 563)
  305. Me.TextBox4.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  306. Me.TextBox4.Multiline = True
  307. Me.TextBox4.Name = "TextBox4"
  308. Me.TextBox4.Size = New System.Drawing.Size(189, 21)
  309. Me.TextBox4.TabIndex = 131
  310. '
  311. 'Label3
  312. '
  313. Me.Label3.AutoSize = True
  314. Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  315. Me.Label3.Location = New System.Drawing.Point(273, 563)
  316. Me.Label3.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  317. Me.Label3.Name = "Label3"
  318. Me.Label3.Size = New System.Drawing.Size(83, 20)
  319. Me.Label3.TabIndex = 132
  320. Me.Label3.Text = "timestamp"
  321. '
  322. 'Label4
  323. '
  324. Me.Label4.AutoSize = True
  325. Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  326. Me.Label4.Location = New System.Drawing.Point(592, 567)
  327. Me.Label4.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
  328. Me.Label4.Name = "Label4"
  329. Me.Label4.Size = New System.Drawing.Size(53, 20)
  330. Me.Label4.TabIndex = 133
  331. Me.Label4.Text = "nonce"
  332. '
  333. 'TreeView1
  334. '
  335. Me.TreeView1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  336. Me.TreeView1.Location = New System.Drawing.Point(1255, 8)
  337. Me.TreeView1.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  338. Me.TreeView1.Name = "TreeView1"
  339. Me.TreeView1.Size = New System.Drawing.Size(364, 623)
  340. Me.TreeView1.TabIndex = 134
  341. Me.TreeView1.Visible = False
  342. '
  343. 'Button3
  344. '
  345. Me.Button3.Location = New System.Drawing.Point(123, 121)
  346. Me.Button3.Name = "Button3"
  347. Me.Button3.Size = New System.Drawing.Size(104, 40)
  348. Me.Button3.TabIndex = 135
  349. Me.Button3.Text = "订单明细(id)"
  350. Me.Button3.UseVisualStyleBackColor = True
  351. '
  352. 'Button4
  353. '
  354. Me.Button4.Location = New System.Drawing.Point(123, 179)
  355. Me.Button4.Name = "Button4"
  356. Me.Button4.Size = New System.Drawing.Size(104, 40)
  357. Me.Button4.TabIndex = 136
  358. Me.Button4.Text = "订单明细"
  359. Me.Button4.UseVisualStyleBackColor = True
  360. '
  361. 'dgv_stock
  362. '
  363. Me.dgv_stock.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  364. Me.dgv_stock.Location = New System.Drawing.Point(333, 543)
  365. Me.dgv_stock.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  366. Me.dgv_stock.Name = "dgv_stock"
  367. Me.dgv_stock.RowHeadersWidth = 62
  368. Me.dgv_stock.RowTemplate.Height = 31
  369. Me.dgv_stock.Size = New System.Drawing.Size(1529, 249)
  370. Me.dgv_stock.TabIndex = 137
  371. '
  372. 'ProgressBar1
  373. '
  374. Me.ProgressBar1.Location = New System.Drawing.Point(374, 27)
  375. Me.ProgressBar1.Margin = New System.Windows.Forms.Padding(2, 1, 2, 1)
  376. Me.ProgressBar1.Name = "ProgressBar1"
  377. Me.ProgressBar1.Size = New System.Drawing.Size(319, 31)
  378. Me.ProgressBar1.TabIndex = 138
  379. '
  380. 'Button5
  381. '
  382. Me.Button5.Location = New System.Drawing.Point(12, 184)
  383. Me.Button5.Name = "Button5"
  384. Me.Button5.Size = New System.Drawing.Size(103, 31)
  385. Me.Button5.TabIndex = 139
  386. Me.Button5.Text = "产品入库(日期)"
  387. Me.Button5.UseVisualStyleBackColor = True
  388. '
  389. 'Button6
  390. '
  391. Me.Button6.BackColor = System.Drawing.SystemColors.ActiveCaption
  392. Me.Button6.Location = New System.Drawing.Point(11, 239)
  393. Me.Button6.Name = "Button6"
  394. Me.Button6.Size = New System.Drawing.Size(104, 40)
  395. Me.Button6.TabIndex = 140
  396. Me.Button6.Text = "库存查询"
  397. Me.Button6.UseVisualStyleBackColor = False
  398. '
  399. 'Button7
  400. '
  401. Me.Button7.Location = New System.Drawing.Point(23, 305)
  402. Me.Button7.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
  403. Me.Button7.Name = "Button7"
  404. Me.Button7.Size = New System.Drawing.Size(83, 40)
  405. Me.Button7.TabIndex = 141
  406. Me.Button7.Text = " 仓库列表"
  407. Me.Button7.UseVisualStyleBackColor = True
  408. '
  409. 'Button8
  410. '
  411. Me.Button8.BackColor = System.Drawing.Color.Red
  412. Me.Button8.Location = New System.Drawing.Point(11, 7)
  413. Me.Button8.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  414. Me.Button8.Name = "Button8"
  415. Me.Button8.Size = New System.Drawing.Size(116, 40)
  416. Me.Button8.TabIndex = 142
  417. Me.Button8.Text = "商品讯息(物料)"
  418. Me.Button8.UseVisualStyleBackColor = False
  419. '
  420. 'Button9
  421. '
  422. Me.Button9.Location = New System.Drawing.Point(12, 67)
  423. Me.Button9.Name = "Button9"
  424. Me.Button9.Size = New System.Drawing.Size(104, 40)
  425. Me.Button9.TabIndex = 143
  426. Me.Button9.Text = "染色领料(日期)"
  427. Me.Button9.UseVisualStyleBackColor = True
  428. '
  429. 'Button10
  430. '
  431. Me.Button10.Location = New System.Drawing.Point(124, 67)
  432. Me.Button10.Name = "Button10"
  433. Me.Button10.Size = New System.Drawing.Size(103, 40)
  434. Me.Button10.TabIndex = 144
  435. Me.Button10.Text = "调拨入库"
  436. Me.Button10.UseVisualStyleBackColor = True
  437. '
  438. 'TextBox5
  439. '
  440. Me.TextBox5.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
  441. Me.TextBox5.Location = New System.Drawing.Point(493, 141)
  442. Me.TextBox5.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
  443. Me.TextBox5.Name = "TextBox5"
  444. Me.TextBox5.Size = New System.Drawing.Size(427, 26)
  445. Me.TextBox5.TabIndex = 145
  446. '
  447. 'Button11
  448. '
  449. Me.Button11.Location = New System.Drawing.Point(130, 239)
  450. Me.Button11.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
  451. Me.Button11.Name = "Button11"
  452. Me.Button11.Size = New System.Drawing.Size(83, 40)
  453. Me.Button11.TabIndex = 146
  454. Me.Button11.Text = "部门id"
  455. Me.Button11.UseVisualStyleBackColor = True
  456. '
  457. 'FrmTest
  458. '
  459. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
  460. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  461. Me.ClientSize = New System.Drawing.Size(1283, 703)
  462. Me.Controls.Add(Me.Button11)
  463. Me.Controls.Add(Me.TextBox5)
  464. Me.Controls.Add(Me.Button10)
  465. Me.Controls.Add(Me.Button9)
  466. Me.Controls.Add(Me.Button8)
  467. Me.Controls.Add(Me.Button7)
  468. Me.Controls.Add(Me.Button6)
  469. Me.Controls.Add(Me.Button5)
  470. Me.Controls.Add(Me.ProgressBar1)
  471. Me.Controls.Add(Me.dgv_stock)
  472. Me.Controls.Add(Me.Button4)
  473. Me.Controls.Add(Me.Button3)
  474. Me.Controls.Add(Me.TreeView1)
  475. Me.Controls.Add(Me.Label4)
  476. Me.Controls.Add(Me.Label3)
  477. Me.Controls.Add(Me.TextBox4)
  478. Me.Controls.Add(Me.TextBox3)
  479. Me.Controls.Add(Me.TextBox2)
  480. Me.Controls.Add(Me.Label2)
  481. Me.Controls.Add(Me.Button2)
  482. Me.Controls.Add(Me.Button1)
  483. Me.Controls.Add(Me.dgv_detail)
  484. Me.Controls.Add(Me.TextBox1)
  485. Me.Controls.Add(Me.Label8)
  486. Me.Controls.Add(Me.Label7)
  487. Me.Controls.Add(Me.dtp_start)
  488. Me.Controls.Add(Me.dtp_end)
  489. Me.Controls.Add(Me.DataGridView1)
  490. Me.Controls.Add(Me.Label1)
  491. Me.Controls.Add(Me.txtappKey)
  492. Me.Controls.Add(Me.btnGetMoLst)
  493. Me.Controls.Add(Me.btnIcMoBill)
  494. Me.Controls.Add(Me.btnGetMtrlDetail)
  495. Me.Controls.Add(Me.btnGetLoc)
  496. Me.Controls.Add(Me.btnGetUnits)
  497. Me.Controls.Add(Me.btnSaveInStk)
  498. Me.Controls.Add(Me.btnGetEmp)
  499. Me.Controls.Add(Me.btnGetDept)
  500. Me.Controls.Add(Me.btnGetWh)
  501. Me.Controls.Add(Me.btnGetMtrl)
  502. Me.Name = "FrmTest"
  503. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  504. Me.Text = "Form1"
  505. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  506. CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).EndInit()
  507. CType(Me.dgv_stock, System.ComponentModel.ISupportInitialize).EndInit()
  508. Me.ResumeLayout(False)
  509. Me.PerformLayout()
  510. End Sub
  511. Friend WithEvents btnGetMtrl As Button
  512. Friend WithEvents btnGetWh As Button
  513. Friend WithEvents btnGetDept As Button
  514. Friend WithEvents btnGetEmp As Button
  515. Friend WithEvents btnSaveInStk As Button
  516. Friend WithEvents btnGetUnits As Button
  517. Friend WithEvents btnGetLoc As Button
  518. Friend WithEvents btnGetMtrlDetail As Button
  519. Friend WithEvents btnIcMoBill As Button
  520. Friend WithEvents btnGetMoLst As Button
  521. Friend WithEvents txtappKey As TextBox
  522. Friend WithEvents Label1 As Label
  523. Friend WithEvents DataGridView1 As DataGridView
  524. Friend WithEvents Label8 As Label
  525. Friend WithEvents Label7 As Label
  526. Friend WithEvents dtp_start As DateTimePicker
  527. Friend WithEvents dtp_end As DateTimePicker
  528. Friend WithEvents TextBox1 As TextBox
  529. Friend WithEvents dgv_detail As DataGridView
  530. Friend WithEvents Button1 As Button
  531. Friend WithEvents Button2 As Button
  532. Friend WithEvents Label2 As Label
  533. Friend WithEvents TextBox2 As TextBox
  534. Friend WithEvents TextBox3 As TextBox
  535. Friend WithEvents TextBox4 As TextBox
  536. Friend WithEvents Label3 As Label
  537. Friend WithEvents Label4 As Label
  538. Friend WithEvents TreeView1 As TreeView
  539. Friend WithEvents Button3 As Button
  540. Friend WithEvents Button4 As Button
  541. Friend WithEvents dgv_stock As DataGridView
  542. Friend WithEvents ProgressBar1 As ProgressBar
  543. Friend WithEvents Button5 As Button
  544. Friend WithEvents Button6 As Button
  545. Friend WithEvents Button7 As Button
  546. Friend WithEvents Button8 As Button
  547. Friend WithEvents Button9 As Button
  548. Friend WithEvents Button10 As Button
  549. Friend WithEvents TextBox5 As TextBox
  550. Friend WithEvents Button11 As Button
  551. End Class