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.

倉儲領料審核.Designer.vb 29KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 倉儲領料審核
  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.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Me.作廢_bt = New System.Windows.Forms.Button()
  32. Me.審核_bt = New System.Windows.Forms.Button()
  33. Me.圖片檔1_pb = New System.Windows.Forms.PictureBox()
  34. Me.領料單號_lb = New System.Windows.Forms.Label()
  35. Me.執行單號_tb = New System.Windows.Forms.TextBox()
  36. Me.出庫單據_dgv = New System.Windows.Forms.DataGridView()
  37. Me.出庫明細_dgv = New System.Windows.Forms.DataGridView()
  38. Me.規格合併_dgv = New System.Windows.Forms.DataGridView()
  39. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  40. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  41. Me.審核_tsm = New System.Windows.Forms.ToolStripMenuItem()
  42. Me.作廢_tsm = New System.Windows.Forms.ToolStripMenuItem()
  43. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  44. Me.語轉扭_bt = New System.Windows.Forms.Button()
  45. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  46. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  47. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  48. Me.大間距1_ch = New System.Windows.Forms.CheckBox()
  49. Me.中間距1_ch = New System.Windows.Forms.CheckBox()
  50. Me.小間距1_ch = New System.Windows.Forms.CheckBox()
  51. Me.Panel1 = New System.Windows.Forms.Panel()
  52. Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  53. Me.申請人_tb = New System.Windows.Forms.TextBox()
  54. Me.倉儲審核_tb = New System.Windows.Forms.TextBox()
  55. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  56. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  57. Me.顯示料號2_ch = New System.Windows.Forms.CheckBox()
  58. Me.列印成EXCEL_bt = New System.Windows.Forms.Button()
  59. Me.已審核_ch = New System.Windows.Forms.CheckBox()
  60. Me.出庫明細1_dgv = New System.Windows.Forms.DataGridView()
  61. Me.詳細清單_ch = New System.Windows.Forms.CheckBox()
  62. Me.預先指派_ch = New System.Windows.Forms.CheckBox()
  63. Me.車號_cb = New System.Windows.Forms.ComboBox()
  64. Me.車號_lb = New System.Windows.Forms.Label()
  65. Me.司機_lb = New System.Windows.Forms.Label()
  66. Me.司機_cb = New System.Windows.Forms.ComboBox()
  67. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  68. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  69. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  70. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  71. Me.ContextMenuStrip1.SuspendLayout()
  72. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  73. Me.Panel1.SuspendLayout()
  74. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  75. CType(Me.出庫明細1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  76. Me.SuspendLayout()
  77. '
  78. '作廢_bt
  79. '
  80. Me.作廢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  81. Me.作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  82. Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  83. Me.作廢_bt.ForeColor = System.Drawing.Color.Red
  84. Me.作廢_bt.Location = New System.Drawing.Point(1144, 2)
  85. Me.作廢_bt.Name = "作廢_bt"
  86. Me.作廢_bt.Size = New System.Drawing.Size(67, 67)
  87. Me.作廢_bt.TabIndex = 1031
  88. Me.作廢_bt.UseVisualStyleBackColor = True
  89. '
  90. '審核_bt
  91. '
  92. Me.審核_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.check
  93. Me.審核_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  94. Me.審核_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  95. Me.審核_bt.ForeColor = System.Drawing.Color.Green
  96. Me.審核_bt.Location = New System.Drawing.Point(980, 1)
  97. Me.審核_bt.Name = "審核_bt"
  98. Me.審核_bt.Size = New System.Drawing.Size(67, 67)
  99. Me.審核_bt.TabIndex = 1030
  100. Me.審核_bt.UseVisualStyleBackColor = True
  101. '
  102. '圖片檔1_pb
  103. '
  104. Me.圖片檔1_pb.BackColor = System.Drawing.Color.White
  105. Me.圖片檔1_pb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Picture
  106. Me.圖片檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  107. Me.圖片檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  108. Me.圖片檔1_pb.Location = New System.Drawing.Point(286, 2)
  109. Me.圖片檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  110. Me.圖片檔1_pb.Name = "圖片檔1_pb"
  111. Me.圖片檔1_pb.Size = New System.Drawing.Size(89, 66)
  112. Me.圖片檔1_pb.TabIndex = 1029
  113. Me.圖片檔1_pb.TabStop = False
  114. '
  115. '領料單號_lb
  116. '
  117. Me.領料單號_lb.AutoSize = True
  118. Me.領料單號_lb.BackColor = System.Drawing.Color.Transparent
  119. Me.領料單號_lb.Location = New System.Drawing.Point(379, 2)
  120. Me.領料單號_lb.Name = "領料單號_lb"
  121. Me.領料單號_lb.Size = New System.Drawing.Size(118, 16)
  122. Me.領料單號_lb.TabIndex = 1027
  123. Me.領料單號_lb.Text = "領 料 單 號"
  124. '
  125. '執行單號_tb
  126. '
  127. Me.執行單號_tb.Location = New System.Drawing.Point(380, 20)
  128. Me.執行單號_tb.Name = "執行單號_tb"
  129. Me.執行單號_tb.Size = New System.Drawing.Size(179, 23)
  130. Me.執行單號_tb.TabIndex = 1026
  131. Me.執行單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  132. '
  133. '出庫單據_dgv
  134. '
  135. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  136. Me.出庫單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  137. Me.出庫單據_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  138. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  139. Me.出庫單據_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  140. Me.出庫單據_dgv.BackgroundColor = System.Drawing.Color.White
  141. Me.出庫單據_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  142. Me.出庫單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  143. Me.出庫單據_dgv.Location = New System.Drawing.Point(6, 23)
  144. Me.出庫單據_dgv.Name = "出庫單據_dgv"
  145. Me.出庫單據_dgv.RowHeadersWidth = 5
  146. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  147. Me.出庫單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  148. Me.出庫單據_dgv.RowTemplate.Height = 24
  149. Me.出庫單據_dgv.Size = New System.Drawing.Size(278, 654)
  150. Me.出庫單據_dgv.TabIndex = 1025
  151. '
  152. '出庫明細_dgv
  153. '
  154. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  155. Me.出庫明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  156. Me.出庫明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  157. Or System.Windows.Forms.AnchorStyles.Left) _
  158. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  159. Me.出庫明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  160. Me.出庫明細_dgv.BackgroundColor = System.Drawing.Color.White
  161. Me.出庫明細_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  162. Me.出庫明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  163. Me.出庫明細_dgv.Location = New System.Drawing.Point(283, 70)
  164. Me.出庫明細_dgv.Name = "出庫明細_dgv"
  165. Me.出庫明細_dgv.RowHeadersWidth = 5
  166. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  167. Me.出庫明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  168. Me.出庫明細_dgv.RowTemplate.Height = 24
  169. Me.出庫明細_dgv.Size = New System.Drawing.Size(1061, 607)
  170. Me.出庫明細_dgv.TabIndex = 1024
  171. '
  172. '規格合併_dgv
  173. '
  174. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  175. Me.規格合併_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  176. Me.規格合併_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  177. Me.規格合併_dgv.Location = New System.Drawing.Point(6, 5)
  178. Me.規格合併_dgv.Name = "規格合併_dgv"
  179. Me.規格合併_dgv.RowHeadersWidth = 5
  180. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  181. Me.規格合併_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  182. Me.規格合併_dgv.RowTemplate.Height = 24
  183. Me.規格合併_dgv.Size = New System.Drawing.Size(81, 49)
  184. Me.規格合併_dgv.TabIndex = 1040
  185. '
  186. 'ContextMenuStrip1
  187. '
  188. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.審核_tsm, Me.作廢_tsm})
  189. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  190. Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 70)
  191. '
  192. '重新整理_tsm
  193. '
  194. Me.重新整理_tsm.Name = "重新整理_tsm"
  195. Me.重新整理_tsm.Size = New System.Drawing.Size(122, 22)
  196. Me.重新整理_tsm.Text = "重新整理"
  197. '
  198. '審核_tsm
  199. '
  200. Me.審核_tsm.ForeColor = System.Drawing.Color.Green
  201. Me.審核_tsm.Name = "審核_tsm"
  202. Me.審核_tsm.Size = New System.Drawing.Size(122, 22)
  203. Me.審核_tsm.Text = "審核"
  204. '
  205. '作廢_tsm
  206. '
  207. Me.作廢_tsm.ForeColor = System.Drawing.Color.Red
  208. Me.作廢_tsm.Name = "作廢_tsm"
  209. Me.作廢_tsm.Size = New System.Drawing.Size(122, 22)
  210. Me.作廢_tsm.Text = "作廢"
  211. '
  212. '語言_dgv
  213. '
  214. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  215. Me.語言_dgv.Location = New System.Drawing.Point(93, 5)
  216. Me.語言_dgv.Name = "語言_dgv"
  217. Me.語言_dgv.RowHeadersWidth = 5
  218. Me.語言_dgv.RowTemplate.Height = 24
  219. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  220. Me.語言_dgv.TabIndex = 1073
  221. '
  222. '語轉扭_bt
  223. '
  224. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  225. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  226. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  227. Me.語轉扭_bt.Location = New System.Drawing.Point(348, 72)
  228. Me.語轉扭_bt.Name = "語轉扭_bt"
  229. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  230. Me.語轉扭_bt.TabIndex = 1348
  231. Me.語轉扭_bt.Text = "L"
  232. Me.語轉扭_bt.UseVisualStyleBackColor = True
  233. '
  234. '大間距_ch
  235. '
  236. Me.大間距_ch.AutoSize = True
  237. Me.大間距_ch.BackColor = System.Drawing.Color.Transparent
  238. Me.大間距_ch.Location = New System.Drawing.Point(1300, 22)
  239. Me.大間距_ch.Name = "大間距_ch"
  240. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  241. Me.大間距_ch.TabIndex = 1664
  242. Me.大間距_ch.Text = "L3"
  243. Me.大間距_ch.UseVisualStyleBackColor = False
  244. '
  245. '中間距_ch
  246. '
  247. Me.中間距_ch.AutoSize = True
  248. Me.中間距_ch.BackColor = System.Drawing.Color.Transparent
  249. Me.中間距_ch.Location = New System.Drawing.Point(1260, 22)
  250. Me.中間距_ch.Name = "中間距_ch"
  251. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  252. Me.中間距_ch.TabIndex = 1663
  253. Me.中間距_ch.Text = "L2"
  254. Me.中間距_ch.UseVisualStyleBackColor = False
  255. '
  256. '小間距_ch
  257. '
  258. Me.小間距_ch.AutoSize = True
  259. Me.小間距_ch.BackColor = System.Drawing.Color.Transparent
  260. Me.小間距_ch.Location = New System.Drawing.Point(1220, 22)
  261. Me.小間距_ch.Name = "小間距_ch"
  262. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  263. Me.小間距_ch.TabIndex = 1662
  264. Me.小間距_ch.Text = "L1"
  265. Me.小間距_ch.UseVisualStyleBackColor = False
  266. '
  267. '大間距1_ch
  268. '
  269. Me.大間距1_ch.AutoSize = True
  270. Me.大間距1_ch.BackColor = System.Drawing.Color.Transparent
  271. Me.大間距1_ch.Location = New System.Drawing.Point(245, 2)
  272. Me.大間距1_ch.Name = "大間距1_ch"
  273. Me.大間距1_ch.Size = New System.Drawing.Size(39, 20)
  274. Me.大間距1_ch.TabIndex = 1667
  275. Me.大間距1_ch.Text = "L3"
  276. Me.大間距1_ch.UseVisualStyleBackColor = False
  277. '
  278. '中間距1_ch
  279. '
  280. Me.中間距1_ch.AutoSize = True
  281. Me.中間距1_ch.BackColor = System.Drawing.Color.Transparent
  282. Me.中間距1_ch.Location = New System.Drawing.Point(202, 2)
  283. Me.中間距1_ch.Name = "中間距1_ch"
  284. Me.中間距1_ch.Size = New System.Drawing.Size(39, 20)
  285. Me.中間距1_ch.TabIndex = 1666
  286. Me.中間距1_ch.Text = "L2"
  287. Me.中間距1_ch.UseVisualStyleBackColor = False
  288. '
  289. '小間距1_ch
  290. '
  291. Me.小間距1_ch.AutoSize = True
  292. Me.小間距1_ch.BackColor = System.Drawing.Color.Transparent
  293. Me.小間距1_ch.Location = New System.Drawing.Point(160, 2)
  294. Me.小間距1_ch.Name = "小間距1_ch"
  295. Me.小間距1_ch.Size = New System.Drawing.Size(39, 20)
  296. Me.小間距1_ch.TabIndex = 1665
  297. Me.小間距1_ch.Text = "L1"
  298. Me.小間距1_ch.UseVisualStyleBackColor = False
  299. '
  300. 'Panel1
  301. '
  302. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  303. Me.Panel1.Controls.Add(Me.PictureBox1)
  304. Me.Panel1.Controls.Add(Me.申請人_tb)
  305. Me.Panel1.Controls.Add(Me.倉儲審核_tb)
  306. Me.Panel1.Controls.Add(Me.規格合併_dgv)
  307. Me.Panel1.Controls.Add(Me.語言_dgv)
  308. Me.Panel1.Controls.Add(Me.語轉扭_bt)
  309. Me.Panel1.Location = New System.Drawing.Point(657, 370)
  310. Me.Panel1.Name = "Panel1"
  311. Me.Panel1.Size = New System.Drawing.Size(379, 113)
  312. Me.Panel1.TabIndex = 1668
  313. '
  314. 'PictureBox1
  315. '
  316. Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  317. Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
  318. Me.PictureBox1.Location = New System.Drawing.Point(180, 5)
  319. Me.PictureBox1.Name = "PictureBox1"
  320. Me.PictureBox1.Size = New System.Drawing.Size(193, 61)
  321. Me.PictureBox1.TabIndex = 1436
  322. Me.PictureBox1.TabStop = False
  323. '
  324. '申請人_tb
  325. '
  326. Me.申請人_tb.Location = New System.Drawing.Point(6, 84)
  327. Me.申請人_tb.Name = "申請人_tb"
  328. Me.申請人_tb.Size = New System.Drawing.Size(168, 23)
  329. Me.申請人_tb.TabIndex = 1075
  330. Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  331. '
  332. '倉儲審核_tb
  333. '
  334. Me.倉儲審核_tb.Location = New System.Drawing.Point(6, 57)
  335. Me.倉儲審核_tb.Name = "倉儲審核_tb"
  336. Me.倉儲審核_tb.Size = New System.Drawing.Size(168, 23)
  337. Me.倉儲審核_tb.TabIndex = 1074
  338. Me.倉儲審核_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  339. '
  340. '詳細資料2_ch
  341. '
  342. Me.詳細資料2_ch.AutoSize = True
  343. Me.詳細資料2_ch.BackColor = System.Drawing.Color.Transparent
  344. Me.詳細資料2_ch.Location = New System.Drawing.Point(380, 46)
  345. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  346. Me.詳細資料2_ch.Size = New System.Drawing.Size(74, 20)
  347. Me.詳細資料2_ch.TabIndex = 1840
  348. Me.詳細資料2_ch.Text = "詳細資料"
  349. Me.詳細資料2_ch.UseVisualStyleBackColor = False
  350. '
  351. 'ToolTip1
  352. '
  353. Me.ToolTip1.AutoPopDelay = 5000
  354. Me.ToolTip1.InitialDelay = 500
  355. Me.ToolTip1.IsBalloon = True
  356. Me.ToolTip1.ReshowDelay = 100
  357. Me.ToolTip1.ToolTipTitle = "illustrate"
  358. '
  359. '顯示料號2_ch
  360. '
  361. Me.顯示料號2_ch.AutoSize = True
  362. Me.顯示料號2_ch.BackColor = System.Drawing.Color.Transparent
  363. Me.顯示料號2_ch.Location = New System.Drawing.Point(467, 46)
  364. Me.顯示料號2_ch.Name = "顯示料號2_ch"
  365. Me.顯示料號2_ch.Size = New System.Drawing.Size(74, 20)
  366. Me.顯示料號2_ch.TabIndex = 1864
  367. Me.顯示料號2_ch.Text = "顯示料號"
  368. Me.顯示料號2_ch.UseVisualStyleBackColor = False
  369. '
  370. '列印成EXCEL_bt
  371. '
  372. Me.列印成EXCEL_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.print
  373. Me.列印成EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  374. Me.列印成EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  375. Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Red
  376. Me.列印成EXCEL_bt.Location = New System.Drawing.Point(1049, 1)
  377. Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt"
  378. Me.列印成EXCEL_bt.Size = New System.Drawing.Size(67, 67)
  379. Me.列印成EXCEL_bt.TabIndex = 1865
  380. Me.列印成EXCEL_bt.UseVisualStyleBackColor = True
  381. '
  382. '已審核_ch
  383. '
  384. Me.已審核_ch.AutoSize = True
  385. Me.已審核_ch.BackColor = System.Drawing.Color.Transparent
  386. Me.已審核_ch.Location = New System.Drawing.Point(6, 2)
  387. Me.已審核_ch.Name = "已審核_ch"
  388. Me.已審核_ch.Size = New System.Drawing.Size(62, 20)
  389. Me.已審核_ch.TabIndex = 1866
  390. Me.已審核_ch.Text = "已審核"
  391. Me.已審核_ch.UseVisualStyleBackColor = False
  392. '
  393. '出庫明細1_dgv
  394. '
  395. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  396. Me.出庫明細1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  397. Me.出庫明細1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  398. Or System.Windows.Forms.AnchorStyles.Left) _
  399. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  400. Me.出庫明細1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  401. Me.出庫明細1_dgv.BackgroundColor = System.Drawing.Color.White
  402. Me.出庫明細1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  403. Me.出庫明細1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  404. Me.出庫明細1_dgv.Location = New System.Drawing.Point(283, 70)
  405. Me.出庫明細1_dgv.Name = "出庫明細1_dgv"
  406. Me.出庫明細1_dgv.RowHeadersWidth = 5
  407. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  408. Me.出庫明細1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
  409. Me.出庫明細1_dgv.RowTemplate.Height = 24
  410. Me.出庫明細1_dgv.Size = New System.Drawing.Size(1061, 607)
  411. Me.出庫明細1_dgv.TabIndex = 1868
  412. '
  413. '詳細清單_ch
  414. '
  415. Me.詳細清單_ch.AutoSize = True
  416. Me.詳細清單_ch.BackColor = System.Drawing.Color.Transparent
  417. Me.詳細清單_ch.Location = New System.Drawing.Point(1220, 45)
  418. Me.詳細清單_ch.Name = "詳細清單_ch"
  419. Me.詳細清單_ch.Size = New System.Drawing.Size(97, 20)
  420. Me.詳細清單_ch.TabIndex = 1869
  421. Me.詳細清單_ch.Text = "Daftar Detail"
  422. Me.詳細清單_ch.UseVisualStyleBackColor = False
  423. '
  424. '預先指派_ch
  425. '
  426. Me.預先指派_ch.AutoSize = True
  427. Me.預先指派_ch.BackColor = System.Drawing.Color.Transparent
  428. Me.預先指派_ch.ForeColor = System.Drawing.Color.Red
  429. Me.預先指派_ch.Location = New System.Drawing.Point(565, 2)
  430. Me.預先指派_ch.Name = "預先指派_ch"
  431. Me.預先指派_ch.Size = New System.Drawing.Size(418, 20)
  432. Me.預先指派_ch.TabIndex = 1870
  433. Me.預先指派_ch.Text = "Apakah akan menetapkan kendaraan dan pengemudi terlebih dahulu"
  434. Me.預先指派_ch.UseVisualStyleBackColor = False
  435. '
  436. '車號_cb
  437. '
  438. Me.車號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  439. Me.車號_cb.FormattingEnabled = True
  440. Me.車號_cb.Location = New System.Drawing.Point(636, 20)
  441. Me.車號_cb.Name = "車號_cb"
  442. Me.車號_cb.Size = New System.Drawing.Size(211, 24)
  443. Me.車號_cb.TabIndex = 1871
  444. '
  445. '車號_lb
  446. '
  447. Me.車號_lb.AutoSize = True
  448. Me.車號_lb.BackColor = System.Drawing.Color.Transparent
  449. Me.車號_lb.Location = New System.Drawing.Point(562, 25)
  450. Me.車號_lb.Name = "車號_lb"
  451. Me.車號_lb.Size = New System.Drawing.Size(72, 16)
  452. Me.車號_lb.TabIndex = 1872
  453. Me.車號_lb.Text = "Plat Nomor"
  454. '
  455. '司機_lb
  456. '
  457. Me.司機_lb.AutoSize = True
  458. Me.司機_lb.BackColor = System.Drawing.Color.Transparent
  459. Me.司機_lb.Location = New System.Drawing.Point(562, 50)
  460. Me.司機_lb.Name = "司機_lb"
  461. Me.司機_lb.Size = New System.Drawing.Size(72, 16)
  462. Me.司機_lb.TabIndex = 1874
  463. Me.司機_lb.Text = "Pengemudi"
  464. '
  465. '司機_cb
  466. '
  467. Me.司機_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  468. Me.司機_cb.FormattingEnabled = True
  469. Me.司機_cb.Location = New System.Drawing.Point(636, 45)
  470. Me.司機_cb.Name = "司機_cb"
  471. Me.司機_cb.Size = New System.Drawing.Size(211, 24)
  472. Me.司機_cb.TabIndex = 1873
  473. '
  474. '倉儲領料審核
  475. '
  476. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  477. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  478. Me.ClientSize = New System.Drawing.Size(1349, 681)
  479. Me.ContextMenuStrip = Me.ContextMenuStrip1
  480. Me.Controls.Add(Me.司機_lb)
  481. Me.Controls.Add(Me.司機_cb)
  482. Me.Controls.Add(Me.車號_lb)
  483. Me.Controls.Add(Me.車號_cb)
  484. Me.Controls.Add(Me.詳細清單_ch)
  485. Me.Controls.Add(Me.已審核_ch)
  486. Me.Controls.Add(Me.列印成EXCEL_bt)
  487. Me.Controls.Add(Me.顯示料號2_ch)
  488. Me.Controls.Add(Me.詳細資料2_ch)
  489. Me.Controls.Add(Me.大間距1_ch)
  490. Me.Controls.Add(Me.中間距1_ch)
  491. Me.Controls.Add(Me.小間距1_ch)
  492. Me.Controls.Add(Me.大間距_ch)
  493. Me.Controls.Add(Me.中間距_ch)
  494. Me.Controls.Add(Me.小間距_ch)
  495. Me.Controls.Add(Me.作廢_bt)
  496. Me.Controls.Add(Me.審核_bt)
  497. Me.Controls.Add(Me.圖片檔1_pb)
  498. Me.Controls.Add(Me.領料單號_lb)
  499. Me.Controls.Add(Me.執行單號_tb)
  500. Me.Controls.Add(Me.出庫單據_dgv)
  501. Me.Controls.Add(Me.Panel1)
  502. Me.Controls.Add(Me.預先指派_ch)
  503. Me.Controls.Add(Me.出庫明細1_dgv)
  504. Me.Controls.Add(Me.出庫明細_dgv)
  505. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  506. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  507. Me.MaximizeBox = False
  508. Me.MinimizeBox = False
  509. Me.Name = "倉儲領料審核"
  510. Me.Text = "倉儲領料審核"
  511. CType(Me.圖片檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  512. CType(Me.出庫單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  513. CType(Me.出庫明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  514. CType(Me.規格合併_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  515. Me.ContextMenuStrip1.ResumeLayout(False)
  516. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  517. Me.Panel1.ResumeLayout(False)
  518. Me.Panel1.PerformLayout()
  519. CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  520. CType(Me.出庫明細1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  521. Me.ResumeLayout(False)
  522. Me.PerformLayout()
  523. End Sub
  524. Friend WithEvents 作廢_bt As Button
  525. Friend WithEvents 審核_bt As Button
  526. Friend WithEvents 圖片檔1_pb As PictureBox
  527. Friend WithEvents 領料單號_lb As Label
  528. Friend WithEvents 執行單號_tb As TextBox
  529. Friend WithEvents 出庫單據_dgv As DataGridView
  530. Friend WithEvents 出庫明細_dgv As DataGridView
  531. Friend WithEvents 規格合併_dgv As DataGridView
  532. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  533. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  534. Friend WithEvents 審核_tsm As ToolStripMenuItem
  535. Friend WithEvents 作廢_tsm As ToolStripMenuItem
  536. Friend WithEvents 語言_dgv As DataGridView
  537. Friend WithEvents 語轉扭_bt As Button
  538. Friend WithEvents 大間距_ch As CheckBox
  539. Friend WithEvents 中間距_ch As CheckBox
  540. Friend WithEvents 小間距_ch As CheckBox
  541. Friend WithEvents 大間距1_ch As CheckBox
  542. Friend WithEvents 中間距1_ch As CheckBox
  543. Friend WithEvents 小間距1_ch As CheckBox
  544. Friend WithEvents Panel1 As Panel
  545. Friend WithEvents 詳細資料2_ch As CheckBox
  546. Friend WithEvents ToolTip1 As ToolTip
  547. Friend WithEvents 顯示料號2_ch As CheckBox
  548. Friend WithEvents 列印成EXCEL_bt As Button
  549. Friend WithEvents 已審核_ch As CheckBox
  550. Friend WithEvents 出庫明細1_dgv As DataGridView
  551. Friend WithEvents 詳細清單_ch As CheckBox
  552. Friend WithEvents 申請人_tb As TextBox
  553. Friend WithEvents 倉儲審核_tb As TextBox
  554. Friend WithEvents PictureBox1 As PictureBox
  555. Friend WithEvents 預先指派_ch As CheckBox
  556. Friend WithEvents 車號_cb As ComboBox
  557. Friend WithEvents 車號_lb As Label
  558. Friend WithEvents 司機_lb As Label
  559. Friend WithEvents 司機_cb As ComboBox
  560. End Class