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

盤盈盤損審核.Designer.vb 55KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047
  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.物料圖1_pb = New System.Windows.Forms.PictureBox()
  33. Me.盤盈數_nud = New System.Windows.Forms.NumericUpDown()
  34. Me.盤損數_lb = New System.Windows.Forms.Label()
  35. Me.可申請_tb = New System.Windows.Forms.TextBox()
  36. Me.最大庫存量_tb = New System.Windows.Forms.TextBox()
  37. Me.庫存量_tb = New System.Windows.Forms.TextBox()
  38. Me.盤損數_nud = New System.Windows.Forms.NumericUpDown()
  39. Me.盤盈數_lb = New System.Windows.Forms.Label()
  40. Me.庫存量_lb = New System.Windows.Forms.Label()
  41. Me.最大庫存量_lb = New System.Windows.Forms.Label()
  42. Me.可盤損數_lb = New System.Windows.Forms.Label()
  43. Me.儲態編號_cb = New System.Windows.Forms.ComboBox()
  44. Me.倉儲狀態_cb = New System.Windows.Forms.ComboBox()
  45. Me.Label12 = New System.Windows.Forms.Label()
  46. Me.訂製編碼_cb = New System.Windows.Forms.ComboBox()
  47. Me.訂製狀態_cb = New System.Windows.Forms.ComboBox()
  48. Me.Label11 = New System.Windows.Forms.Label()
  49. Me.Label9 = New System.Windows.Forms.Label()
  50. Me.資料筆數1_tb = New System.Windows.Forms.TextBox()
  51. Me.Label10 = New System.Windows.Forms.Label()
  52. Me.Label3 = New System.Windows.Forms.Label()
  53. Me.資料筆數_tb = New System.Windows.Forms.TextBox()
  54. Me.Label4 = New System.Windows.Forms.Label()
  55. Me.刪除單據上點選的資料_bt = New System.Windows.Forms.Button()
  56. Me.審核通過_bt = New System.Windows.Forms.Button()
  57. Me.選定內容加入庫存調整申請單_bt = New System.Windows.Forms.Button()
  58. Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
  59. Me.倉庫級別_tb = New System.Windows.Forms.TextBox()
  60. Me.指定倉庫_cb = New System.Windows.Forms.ComboBox()
  61. Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
  62. Me.項次_tb = New System.Windows.Forms.TextBox()
  63. Me.項次_lb = New System.Windows.Forms.Label()
  64. Me.選擇_lb = New System.Windows.Forms.Label()
  65. Me.指定倉庫_lb = New System.Windows.Forms.Label()
  66. Me.申請人_lb = New System.Windows.Forms.Label()
  67. Me.申請人_tb = New System.Windows.Forms.TextBox()
  68. Me.申請日期_lb = New System.Windows.Forms.Label()
  69. Me.調庫單號_tb = New System.Windows.Forms.TextBox()
  70. Me.倉儲單號_lb = New System.Windows.Forms.Label()
  71. Me.調庫明細_dgv = New System.Windows.Forms.DataGridView()
  72. Me.調庫單據_dgv = New System.Windows.Forms.DataGridView()
  73. Me.未審核_lb = New System.Windows.Forms.Label()
  74. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  75. Me.物料圖_pb = New System.Windows.Forms.PictureBox()
  76. Me.品名_tb = New System.Windows.Forms.TextBox()
  77. Me.Label8 = New System.Windows.Forms.Label()
  78. Me.料號_tb = New System.Windows.Forms.TextBox()
  79. Me.Label7 = New System.Windows.Forms.Label()
  80. Me.Label29 = New System.Windows.Forms.Label()
  81. Me.查詢_tb = New System.Windows.Forms.TextBox()
  82. Me.供應商編碼_cb = New System.Windows.Forms.ComboBox()
  83. Me.Label6 = New System.Windows.Forms.Label()
  84. Me.供應商_cb = New System.Windows.Forms.ComboBox()
  85. Me.Label5 = New System.Windows.Forms.Label()
  86. Me.清空_bt = New System.Windows.Forms.Button()
  87. Me.地區_cb = New System.Windows.Forms.ComboBox()
  88. Me.Label2 = New System.Windows.Forms.Label()
  89. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  90. Me.單據作廢_bt = New System.Windows.Forms.Button()
  91. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  92. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  93. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  94. Me.選定內容加入庫存調整申請單_tsm = New System.Windows.Forms.ToolStripMenuItem()
  95. Me.存檔_tsm = New System.Windows.Forms.ToolStripMenuItem()
  96. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  97. Me.審核通過_tsm = New System.Windows.Forms.ToolStripMenuItem()
  98. Me.單據作廢_tsm = New System.Windows.Forms.ToolStripMenuItem()
  99. Me.ToolStripSeparator9 = New System.Windows.Forms.ToolStripSeparator()
  100. Me.刪除庫存調整單據上點選的資料_tsm = New System.Windows.Forms.ToolStripMenuItem()
  101. Me.刪除庫存調整單據_tsm = New System.Windows.Forms.ToolStripMenuItem()
  102. Me.存檔_bt = New System.Windows.Forms.Button()
  103. Me.需要全部庫存區域清單_ch = New System.Windows.Forms.CheckBox()
  104. Me.區域庫存_dgv = New System.Windows.Forms.DataGridView()
  105. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  106. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  107. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  108. CType(Me.盤盈數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  109. CType(Me.盤損數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  110. CType(Me.調庫明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  111. CType(Me.調庫單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  112. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  113. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  114. Me.ContextMenuStrip1.SuspendLayout()
  115. CType(Me.區域庫存_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  116. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  117. Me.SuspendLayout()
  118. '
  119. '刪除_bt
  120. '
  121. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  122. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  123. Me.刪除_bt.Location = New System.Drawing.Point(899, 56)
  124. Me.刪除_bt.Name = "刪除_bt"
  125. Me.刪除_bt.Size = New System.Drawing.Size(110, 47)
  126. Me.刪除_bt.TabIndex = 1260
  127. Me.刪除_bt.Text = "刪除庫存調整單據"
  128. Me.刪除_bt.UseVisualStyleBackColor = True
  129. '
  130. '物料圖1_pb
  131. '
  132. Me.物料圖1_pb.BackgroundImage = Global.YD_ERP_SYS.My.Resources.Resources.底圖1
  133. Me.物料圖1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  134. Me.物料圖1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  135. Me.物料圖1_pb.Location = New System.Drawing.Point(1011, 7)
  136. Me.物料圖1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  137. Me.物料圖1_pb.Name = "物料圖1_pb"
  138. Me.物料圖1_pb.Size = New System.Drawing.Size(251, 174)
  139. Me.物料圖1_pb.TabIndex = 1259
  140. Me.物料圖1_pb.TabStop = False
  141. '
  142. '盤盈數_nud
  143. '
  144. Me.盤盈數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  145. Me.盤盈數_nud.ForeColor = System.Drawing.Color.Green
  146. Me.盤盈數_nud.Location = New System.Drawing.Point(403, 623)
  147. Me.盤盈數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  148. Me.盤盈數_nud.Name = "盤盈數_nud"
  149. Me.盤盈數_nud.Size = New System.Drawing.Size(118, 23)
  150. Me.盤盈數_nud.TabIndex = 1258
  151. Me.盤盈數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  152. '
  153. '盤損數_lb
  154. '
  155. Me.盤損數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  156. Me.盤損數_lb.AutoSize = True
  157. Me.盤損數_lb.ForeColor = System.Drawing.Color.Green
  158. Me.盤損數_lb.Location = New System.Drawing.Point(329, 601)
  159. Me.盤損數_lb.Name = "盤損數_lb"
  160. Me.盤損數_lb.Size = New System.Drawing.Size(68, 16)
  161. Me.盤損數_lb.TabIndex = 1257
  162. Me.盤損數_lb.Text = "盤 損 數"
  163. '
  164. '可申請_tb
  165. '
  166. Me.可申請_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  167. Me.可申請_tb.Enabled = False
  168. Me.可申請_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  169. Me.可申請_tb.Location = New System.Drawing.Point(403, 575)
  170. Me.可申請_tb.Name = "可申請_tb"
  171. Me.可申請_tb.Size = New System.Drawing.Size(118, 23)
  172. Me.可申請_tb.TabIndex = 1256
  173. Me.可申請_tb.Text = "0"
  174. Me.可申請_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  175. '
  176. '最大庫存量_tb
  177. '
  178. Me.最大庫存量_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  179. Me.最大庫存量_tb.Enabled = False
  180. Me.最大庫存量_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  181. Me.最大庫存量_tb.Location = New System.Drawing.Point(403, 551)
  182. Me.最大庫存量_tb.Name = "最大庫存量_tb"
  183. Me.最大庫存量_tb.Size = New System.Drawing.Size(118, 23)
  184. Me.最大庫存量_tb.TabIndex = 1253
  185. Me.最大庫存量_tb.Text = "0"
  186. Me.最大庫存量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  187. '
  188. '庫存量_tb
  189. '
  190. Me.庫存量_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  191. Me.庫存量_tb.Enabled = False
  192. Me.庫存量_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  193. Me.庫存量_tb.Location = New System.Drawing.Point(403, 527)
  194. Me.庫存量_tb.Name = "庫存量_tb"
  195. Me.庫存量_tb.Size = New System.Drawing.Size(118, 23)
  196. Me.庫存量_tb.TabIndex = 1251
  197. Me.庫存量_tb.Text = "0"
  198. Me.庫存量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  199. '
  200. '盤損數_nud
  201. '
  202. Me.盤損數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  203. Me.盤損數_nud.ForeColor = System.Drawing.Color.Green
  204. Me.盤損數_nud.Location = New System.Drawing.Point(403, 599)
  205. Me.盤損數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  206. Me.盤損數_nud.Name = "盤損數_nud"
  207. Me.盤損數_nud.Size = New System.Drawing.Size(118, 23)
  208. Me.盤損數_nud.TabIndex = 1250
  209. Me.盤損數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  210. '
  211. '盤盈數_lb
  212. '
  213. Me.盤盈數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  214. Me.盤盈數_lb.AutoSize = True
  215. Me.盤盈數_lb.ForeColor = System.Drawing.Color.Green
  216. Me.盤盈數_lb.Location = New System.Drawing.Point(329, 625)
  217. Me.盤盈數_lb.Name = "盤盈數_lb"
  218. Me.盤盈數_lb.Size = New System.Drawing.Size(68, 16)
  219. Me.盤盈數_lb.TabIndex = 1249
  220. Me.盤盈數_lb.Text = "盤 盈 數"
  221. '
  222. '庫存量_lb
  223. '
  224. Me.庫存量_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  225. Me.庫存量_lb.AutoSize = True
  226. Me.庫存量_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  227. Me.庫存量_lb.Location = New System.Drawing.Point(329, 530)
  228. Me.庫存量_lb.Name = "庫存量_lb"
  229. Me.庫存量_lb.Size = New System.Drawing.Size(68, 16)
  230. Me.庫存量_lb.TabIndex = 1252
  231. Me.庫存量_lb.Text = "庫 存 量"
  232. '
  233. '最大庫存量_lb
  234. '
  235. Me.最大庫存量_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  236. Me.最大庫存量_lb.AutoSize = True
  237. Me.最大庫存量_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  238. Me.最大庫存量_lb.Location = New System.Drawing.Point(329, 554)
  239. Me.最大庫存量_lb.Name = "最大庫存量_lb"
  240. Me.最大庫存量_lb.Size = New System.Drawing.Size(68, 16)
  241. Me.最大庫存量_lb.TabIndex = 1254
  242. Me.最大庫存量_lb.Text = "最大庫存量"
  243. '
  244. '可盤損數_lb
  245. '
  246. Me.可盤損數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  247. Me.可盤損數_lb.AutoSize = True
  248. Me.可盤損數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  249. Me.可盤損數_lb.Location = New System.Drawing.Point(329, 578)
  250. Me.可盤損數_lb.Name = "可盤損數_lb"
  251. Me.可盤損數_lb.Size = New System.Drawing.Size(68, 16)
  252. Me.可盤損數_lb.TabIndex = 1255
  253. Me.可盤損數_lb.Text = "可 盤 損 數"
  254. '
  255. '儲態編號_cb
  256. '
  257. Me.儲態編號_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  258. Me.儲態編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  259. Me.儲態編號_cb.Enabled = False
  260. Me.儲態編號_cb.FormattingEnabled = True
  261. Me.儲態編號_cb.Items.AddRange(New Object() {"2019"})
  262. Me.儲態編號_cb.Location = New System.Drawing.Point(554, 212)
  263. Me.儲態編號_cb.Name = "儲態編號_cb"
  264. Me.儲態編號_cb.Size = New System.Drawing.Size(130, 24)
  265. Me.儲態編號_cb.TabIndex = 1248
  266. Me.儲態編號_cb.Visible = False
  267. '
  268. '倉儲狀態_cb
  269. '
  270. Me.倉儲狀態_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  271. Me.倉儲狀態_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  272. Me.倉儲狀態_cb.FormattingEnabled = True
  273. Me.倉儲狀態_cb.Items.AddRange(New Object() {"2019"})
  274. Me.倉儲狀態_cb.Location = New System.Drawing.Point(386, 476)
  275. Me.倉儲狀態_cb.Name = "倉儲狀態_cb"
  276. Me.倉儲狀態_cb.Size = New System.Drawing.Size(134, 24)
  277. Me.倉儲狀態_cb.TabIndex = 1246
  278. '
  279. 'Label12
  280. '
  281. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  282. Me.Label12.AutoSize = True
  283. Me.Label12.Location = New System.Drawing.Point(328, 479)
  284. Me.Label12.Name = "Label12"
  285. Me.Label12.Size = New System.Drawing.Size(56, 16)
  286. Me.Label12.TabIndex = 1247
  287. Me.Label12.Text = "倉儲狀態"
  288. '
  289. '訂製編碼_cb
  290. '
  291. Me.訂製編碼_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  292. Me.訂製編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  293. Me.訂製編碼_cb.Enabled = False
  294. Me.訂製編碼_cb.FormattingEnabled = True
  295. Me.訂製編碼_cb.Items.AddRange(New Object() {"2019"})
  296. Me.訂製編碼_cb.Location = New System.Drawing.Point(554, 239)
  297. Me.訂製編碼_cb.Name = "訂製編碼_cb"
  298. Me.訂製編碼_cb.Size = New System.Drawing.Size(130, 24)
  299. Me.訂製編碼_cb.TabIndex = 1245
  300. Me.訂製編碼_cb.Visible = False
  301. '
  302. '訂製狀態_cb
  303. '
  304. Me.訂製狀態_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  305. Me.訂製狀態_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  306. Me.訂製狀態_cb.FormattingEnabled = True
  307. Me.訂製狀態_cb.Items.AddRange(New Object() {"2019"})
  308. Me.訂製狀態_cb.Location = New System.Drawing.Point(386, 502)
  309. Me.訂製狀態_cb.Name = "訂製狀態_cb"
  310. Me.訂製狀態_cb.Size = New System.Drawing.Size(134, 24)
  311. Me.訂製狀態_cb.TabIndex = 1243
  312. '
  313. 'Label11
  314. '
  315. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  316. Me.Label11.AutoSize = True
  317. Me.Label11.Location = New System.Drawing.Point(328, 505)
  318. Me.Label11.Name = "Label11"
  319. Me.Label11.Size = New System.Drawing.Size(56, 16)
  320. Me.Label11.TabIndex = 1244
  321. Me.Label11.Text = "訂製狀態"
  322. '
  323. 'Label9
  324. '
  325. Me.Label9.AutoSize = True
  326. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  327. Me.Label9.Location = New System.Drawing.Point(965, 160)
  328. Me.Label9.Name = "Label9"
  329. Me.Label9.Size = New System.Drawing.Size(44, 16)
  330. Me.Label9.TabIndex = 1242
  331. Me.Label9.Text = "筆資料"
  332. '
  333. '資料筆數1_tb
  334. '
  335. Me.資料筆數1_tb.Location = New System.Drawing.Point(923, 157)
  336. Me.資料筆數1_tb.Name = "資料筆數1_tb"
  337. Me.資料筆數1_tb.Size = New System.Drawing.Size(39, 23)
  338. Me.資料筆數1_tb.TabIndex = 1241
  339. Me.資料筆數1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  340. '
  341. 'Label10
  342. '
  343. Me.Label10.AutoSize = True
  344. Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
  345. Me.Label10.Location = New System.Drawing.Point(901, 160)
  346. Me.Label10.Name = "Label10"
  347. Me.Label10.Size = New System.Drawing.Size(20, 16)
  348. Me.Label10.TabIndex = 1240
  349. Me.Label10.Text = "共"
  350. '
  351. 'Label3
  352. '
  353. Me.Label3.AutoSize = True
  354. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  355. Me.Label3.Location = New System.Drawing.Point(480, 58)
  356. Me.Label3.Name = "Label3"
  357. Me.Label3.Size = New System.Drawing.Size(44, 16)
  358. Me.Label3.TabIndex = 1239
  359. Me.Label3.Text = "筆資料"
  360. '
  361. '資料筆數_tb
  362. '
  363. Me.資料筆數_tb.Location = New System.Drawing.Point(427, 55)
  364. Me.資料筆數_tb.Name = "資料筆數_tb"
  365. Me.資料筆數_tb.Size = New System.Drawing.Size(54, 23)
  366. Me.資料筆數_tb.TabIndex = 1238
  367. Me.資料筆數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  368. '
  369. 'Label4
  370. '
  371. Me.Label4.AutoSize = True
  372. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  373. Me.Label4.Location = New System.Drawing.Point(408, 58)
  374. Me.Label4.Name = "Label4"
  375. Me.Label4.Size = New System.Drawing.Size(20, 16)
  376. Me.Label4.TabIndex = 1237
  377. Me.Label4.Text = "共"
  378. '
  379. '刪除單據上點選的資料_bt
  380. '
  381. Me.刪除單據上點選的資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  382. Me.刪除單據上點選的資料_bt.ForeColor = System.Drawing.Color.Red
  383. Me.刪除單據上點選的資料_bt.Location = New System.Drawing.Point(899, 7)
  384. Me.刪除單據上點選的資料_bt.Name = "刪除單據上點選的資料_bt"
  385. Me.刪除單據上點選的資料_bt.Size = New System.Drawing.Size(110, 47)
  386. Me.刪除單據上點選的資料_bt.TabIndex = 1236
  387. Me.刪除單據上點選的資料_bt.Text = "刪除庫存調整單據上點選的資料"
  388. Me.刪除單據上點選的資料_bt.UseVisualStyleBackColor = True
  389. '
  390. '審核通過_bt
  391. '
  392. Me.審核通過_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  393. Me.審核通過_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  394. Me.審核通過_bt.Location = New System.Drawing.Point(787, 105)
  395. Me.審核通過_bt.Name = "審核通過_bt"
  396. Me.審核通過_bt.Size = New System.Drawing.Size(110, 47)
  397. Me.審核通過_bt.TabIndex = 1235
  398. Me.審核通過_bt.Text = "審核通過"
  399. Me.審核通過_bt.UseVisualStyleBackColor = True
  400. '
  401. '選定內容加入庫存調整申請單_bt
  402. '
  403. Me.選定內容加入庫存調整申請單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  404. Me.選定內容加入庫存調整申請單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  405. Me.選定內容加入庫存調整申請單_bt.ForeColor = System.Drawing.Color.Green
  406. Me.選定內容加入庫存調整申請單_bt.Location = New System.Drawing.Point(333, 649)
  407. Me.選定內容加入庫存調整申請單_bt.Name = "選定內容加入庫存調整申請單_bt"
  408. Me.選定內容加入庫存調整申請單_bt.Size = New System.Drawing.Size(190, 30)
  409. Me.選定內容加入庫存調整申請單_bt.TabIndex = 1234
  410. Me.選定內容加入庫存調整申請單_bt.Text = "選定內容加入庫存調整申請單"
  411. Me.選定內容加入庫存調整申請單_bt.UseVisualStyleBackColor = True
  412. '
  413. '倉庫編號_tb
  414. '
  415. Me.倉庫編號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  416. Me.倉庫編號_tb.Location = New System.Drawing.Point(690, 238)
  417. Me.倉庫編號_tb.Name = "倉庫編號_tb"
  418. Me.倉庫編號_tb.Size = New System.Drawing.Size(120, 23)
  419. Me.倉庫編號_tb.TabIndex = 1231
  420. Me.倉庫編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  421. Me.倉庫編號_tb.Visible = False
  422. '
  423. '倉庫級別_tb
  424. '
  425. Me.倉庫級別_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  426. Me.倉庫級別_tb.Location = New System.Drawing.Point(690, 213)
  427. Me.倉庫級別_tb.Name = "倉庫級別_tb"
  428. Me.倉庫級別_tb.Size = New System.Drawing.Size(120, 23)
  429. Me.倉庫級別_tb.TabIndex = 1230
  430. Me.倉庫級別_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  431. Me.倉庫級別_tb.Visible = False
  432. '
  433. '指定倉庫_cb
  434. '
  435. Me.指定倉庫_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  436. Me.指定倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  437. Me.指定倉庫_cb.FormattingEnabled = True
  438. Me.指定倉庫_cb.Items.AddRange(New Object() {"2019"})
  439. Me.指定倉庫_cb.Location = New System.Drawing.Point(386, 430)
  440. Me.指定倉庫_cb.Name = "指定倉庫_cb"
  441. Me.指定倉庫_cb.Size = New System.Drawing.Size(134, 24)
  442. Me.指定倉庫_cb.TabIndex = 1228
  443. '
  444. '申請日期_dtp
  445. '
  446. Me.申請日期_dtp.Enabled = False
  447. Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  448. Me.申請日期_dtp.Location = New System.Drawing.Point(732, 79)
  449. Me.申請日期_dtp.Name = "申請日期_dtp"
  450. Me.申請日期_dtp.Size = New System.Drawing.Size(165, 23)
  451. Me.申請日期_dtp.TabIndex = 1227
  452. '
  453. '項次_tb
  454. '
  455. Me.項次_tb.Enabled = False
  456. Me.項次_tb.Location = New System.Drawing.Point(710, 157)
  457. Me.項次_tb.Name = "項次_tb"
  458. Me.項次_tb.Size = New System.Drawing.Size(104, 23)
  459. Me.項次_tb.TabIndex = 1226
  460. '
  461. '項次_lb
  462. '
  463. Me.項次_lb.AutoSize = True
  464. Me.項次_lb.Location = New System.Drawing.Point(817, 160)
  465. Me.項次_lb.Name = "項次_lb"
  466. Me.項次_lb.Size = New System.Drawing.Size(32, 16)
  467. Me.項次_lb.TabIndex = 1225
  468. Me.項次_lb.Text = "資料"
  469. '
  470. '選擇_lb
  471. '
  472. Me.選擇_lb.AutoSize = True
  473. Me.選擇_lb.Location = New System.Drawing.Point(677, 160)
  474. Me.選擇_lb.Name = "選擇_lb"
  475. Me.選擇_lb.Size = New System.Drawing.Size(32, 16)
  476. Me.選擇_lb.TabIndex = 1224
  477. Me.選擇_lb.Text = "選擇"
  478. '
  479. '指定倉庫_lb
  480. '
  481. Me.指定倉庫_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  482. Me.指定倉庫_lb.AutoSize = True
  483. Me.指定倉庫_lb.Location = New System.Drawing.Point(328, 434)
  484. Me.指定倉庫_lb.Name = "指定倉庫_lb"
  485. Me.指定倉庫_lb.Size = New System.Drawing.Size(56, 16)
  486. Me.指定倉庫_lb.TabIndex = 1229
  487. Me.指定倉庫_lb.Text = "庫存區域"
  488. '
  489. '申請人_lb
  490. '
  491. Me.申請人_lb.AutoSize = True
  492. Me.申請人_lb.Location = New System.Drawing.Point(675, 56)
  493. Me.申請人_lb.Name = "申請人_lb"
  494. Me.申請人_lb.Size = New System.Drawing.Size(56, 16)
  495. Me.申請人_lb.TabIndex = 1223
  496. Me.申請人_lb.Text = "申 請 人"
  497. '
  498. '申請人_tb
  499. '
  500. Me.申請人_tb.Enabled = False
  501. Me.申請人_tb.Location = New System.Drawing.Point(732, 53)
  502. Me.申請人_tb.Name = "申請人_tb"
  503. Me.申請人_tb.Size = New System.Drawing.Size(165, 23)
  504. Me.申請人_tb.TabIndex = 1222
  505. '
  506. '申請日期_lb
  507. '
  508. Me.申請日期_lb.AutoSize = True
  509. Me.申請日期_lb.Location = New System.Drawing.Point(675, 82)
  510. Me.申請日期_lb.Name = "申請日期_lb"
  511. Me.申請日期_lb.Size = New System.Drawing.Size(56, 16)
  512. Me.申請日期_lb.TabIndex = 1221
  513. Me.申請日期_lb.Text = "申請日期"
  514. '
  515. '調庫單號_tb
  516. '
  517. Me.調庫單號_tb.Enabled = False
  518. Me.調庫單號_tb.Location = New System.Drawing.Point(732, 26)
  519. Me.調庫單號_tb.Name = "調庫單號_tb"
  520. Me.調庫單號_tb.Size = New System.Drawing.Size(165, 23)
  521. Me.調庫單號_tb.TabIndex = 1219
  522. '
  523. '倉儲單號_lb
  524. '
  525. Me.倉儲單號_lb.AutoSize = True
  526. Me.倉儲單號_lb.Location = New System.Drawing.Point(674, 29)
  527. Me.倉儲單號_lb.Name = "倉儲單號_lb"
  528. Me.倉儲單號_lb.Size = New System.Drawing.Size(56, 16)
  529. Me.倉儲單號_lb.TabIndex = 1220
  530. Me.倉儲單號_lb.Text = "執行單號"
  531. '
  532. '調庫明細_dgv
  533. '
  534. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  535. Me.調庫明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  536. Me.調庫明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  537. Or System.Windows.Forms.AnchorStyles.Left) _
  538. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  539. Me.調庫明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  540. Me.調庫明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  541. Me.調庫明細_dgv.Location = New System.Drawing.Point(527, 185)
  542. Me.調庫明細_dgv.Name = "調庫明細_dgv"
  543. Me.調庫明細_dgv.RowHeadersWidth = 5
  544. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  545. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  546. Me.調庫明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  547. Me.調庫明細_dgv.RowTemplate.Height = 24
  548. Me.調庫明細_dgv.Size = New System.Drawing.Size(734, 493)
  549. Me.調庫明細_dgv.TabIndex = 1232
  550. '
  551. '調庫單據_dgv
  552. '
  553. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  554. Me.調庫單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  555. Me.調庫單據_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  556. Me.調庫單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  557. Me.調庫單據_dgv.Location = New System.Drawing.Point(527, 27)
  558. Me.調庫單據_dgv.Name = "調庫單據_dgv"
  559. Me.調庫單據_dgv.RowHeadersWidth = 5
  560. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  561. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  562. Me.調庫單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  563. Me.調庫單據_dgv.RowTemplate.Height = 24
  564. Me.調庫單據_dgv.Size = New System.Drawing.Size(146, 154)
  565. Me.調庫單據_dgv.TabIndex = 1217
  566. '
  567. '未審核_lb
  568. '
  569. Me.未審核_lb.AutoSize = True
  570. Me.未審核_lb.Location = New System.Drawing.Point(528, 9)
  571. Me.未審核_lb.Name = "未審核_lb"
  572. Me.未審核_lb.Size = New System.Drawing.Size(116, 16)
  573. Me.未審核_lb.TabIndex = 1218
  574. Me.未審核_lb.Text = "未審核庫存調整單據"
  575. '
  576. '供應商編碼_tb
  577. '
  578. Me.供應商編碼_tb.Location = New System.Drawing.Point(60, 131)
  579. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  580. Me.供應商編碼_tb.Size = New System.Drawing.Size(67, 23)
  581. Me.供應商編碼_tb.TabIndex = 1216
  582. '
  583. '物料圖_pb
  584. '
  585. Me.物料圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  586. Me.物料圖_pb.BackgroundImage = Global.YD_ERP_SYS.My.Resources.Resources.底圖1
  587. Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  588. Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  589. Me.物料圖_pb.Location = New System.Drawing.Point(6, 430)
  590. Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  591. Me.物料圖_pb.Name = "物料圖_pb"
  592. Me.物料圖_pb.Size = New System.Drawing.Size(322, 247)
  593. Me.物料圖_pb.TabIndex = 1215
  594. Me.物料圖_pb.TabStop = False
  595. '
  596. '品名_tb
  597. '
  598. Me.品名_tb.Location = New System.Drawing.Point(157, 55)
  599. Me.品名_tb.Name = "品名_tb"
  600. Me.品名_tb.Size = New System.Drawing.Size(250, 23)
  601. Me.品名_tb.TabIndex = 1213
  602. '
  603. 'Label8
  604. '
  605. Me.Label8.AutoSize = True
  606. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  607. Me.Label8.Location = New System.Drawing.Point(124, 58)
  608. Me.Label8.Name = "Label8"
  609. Me.Label8.Size = New System.Drawing.Size(32, 16)
  610. Me.Label8.TabIndex = 1212
  611. Me.Label8.Text = "品名"
  612. '
  613. '料號_tb
  614. '
  615. Me.料號_tb.Location = New System.Drawing.Point(36, 55)
  616. Me.料號_tb.Name = "料號_tb"
  617. Me.料號_tb.Size = New System.Drawing.Size(82, 23)
  618. Me.料號_tb.TabIndex = 1211
  619. '
  620. 'Label7
  621. '
  622. Me.Label7.AutoSize = True
  623. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  624. Me.Label7.Location = New System.Drawing.Point(3, 59)
  625. Me.Label7.Name = "Label7"
  626. Me.Label7.Size = New System.Drawing.Size(32, 16)
  627. Me.Label7.TabIndex = 1210
  628. Me.Label7.Text = "料號"
  629. '
  630. 'Label29
  631. '
  632. Me.Label29.AutoSize = True
  633. Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
  634. Me.Label29.Location = New System.Drawing.Point(260, 8)
  635. Me.Label29.Name = "Label29"
  636. Me.Label29.Size = New System.Drawing.Size(68, 16)
  637. Me.Label29.TabIndex = 1209
  638. Me.Label29.Text = "關鍵字查詢"
  639. '
  640. '查詢_tb
  641. '
  642. Me.查詢_tb.Location = New System.Drawing.Point(327, 5)
  643. Me.查詢_tb.Name = "查詢_tb"
  644. Me.查詢_tb.Size = New System.Drawing.Size(136, 23)
  645. Me.查詢_tb.TabIndex = 1208
  646. '
  647. '供應商編碼_cb
  648. '
  649. Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  650. Me.供應商編碼_cb.FormattingEnabled = True
  651. Me.供應商編碼_cb.Location = New System.Drawing.Point(181, 4)
  652. Me.供應商編碼_cb.Name = "供應商編碼_cb"
  653. Me.供應商編碼_cb.Size = New System.Drawing.Size(76, 24)
  654. Me.供應商編碼_cb.TabIndex = 1207
  655. '
  656. 'Label6
  657. '
  658. Me.Label6.AutoSize = True
  659. Me.Label6.ForeColor = System.Drawing.Color.Red
  660. Me.Label6.Location = New System.Drawing.Point(126, 8)
  661. Me.Label6.Name = "Label6"
  662. Me.Label6.Size = New System.Drawing.Size(56, 16)
  663. Me.Label6.TabIndex = 1206
  664. Me.Label6.Text = "廠商編碼"
  665. '
  666. '供應商_cb
  667. '
  668. Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  669. Me.供應商_cb.FormattingEnabled = True
  670. Me.供應商_cb.Location = New System.Drawing.Point(42, 30)
  671. Me.供應商_cb.Name = "供應商_cb"
  672. Me.供應商_cb.Size = New System.Drawing.Size(215, 24)
  673. Me.供應商_cb.TabIndex = 1205
  674. '
  675. 'Label5
  676. '
  677. Me.Label5.AutoSize = True
  678. Me.Label5.ForeColor = System.Drawing.Color.Red
  679. Me.Label5.Location = New System.Drawing.Point(2, 33)
  680. Me.Label5.Name = "Label5"
  681. Me.Label5.Size = New System.Drawing.Size(44, 16)
  682. Me.Label5.TabIndex = 1204
  683. Me.Label5.Text = "供應商"
  684. '
  685. '清空_bt
  686. '
  687. Me.清空_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  688. Me.清空_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  689. Me.清空_bt.Location = New System.Drawing.Point(258, 29)
  690. Me.清空_bt.Name = "清空_bt"
  691. Me.清空_bt.Size = New System.Drawing.Size(205, 26)
  692. Me.清空_bt.TabIndex = 1201
  693. Me.清空_bt.Text = "清除查詢條件"
  694. Me.清空_bt.UseVisualStyleBackColor = True
  695. '
  696. '地區_cb
  697. '
  698. Me.地區_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  699. Me.地區_cb.FormattingEnabled = True
  700. Me.地區_cb.Items.AddRange(New Object() {"", "北部", "南部", "材料", "調貨"})
  701. Me.地區_cb.Location = New System.Drawing.Point(42, 4)
  702. Me.地區_cb.Name = "地區_cb"
  703. Me.地區_cb.Size = New System.Drawing.Size(82, 24)
  704. Me.地區_cb.TabIndex = 1200
  705. '
  706. 'Label2
  707. '
  708. Me.Label2.AutoSize = True
  709. Me.Label2.ForeColor = System.Drawing.Color.Red
  710. Me.Label2.Location = New System.Drawing.Point(2, 8)
  711. Me.Label2.Name = "Label2"
  712. Me.Label2.Size = New System.Drawing.Size(32, 16)
  713. Me.Label2.TabIndex = 1199
  714. Me.Label2.Text = "地區"
  715. '
  716. '物料清單_dgv
  717. '
  718. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  719. Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  720. Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  721. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  722. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  723. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  724. Me.物料清單_dgv.Location = New System.Drawing.Point(6, 79)
  725. Me.物料清單_dgv.Name = "物料清單_dgv"
  726. Me.物料清單_dgv.RowHeadersWidth = 5
  727. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  728. DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  729. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  730. Me.物料清單_dgv.RowTemplate.Height = 24
  731. Me.物料清單_dgv.Size = New System.Drawing.Size(518, 348)
  732. Me.物料清單_dgv.TabIndex = 1198
  733. '
  734. '單據作廢_bt
  735. '
  736. Me.單據作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  737. Me.單據作廢_bt.ForeColor = System.Drawing.Color.Red
  738. Me.單據作廢_bt.Location = New System.Drawing.Point(899, 105)
  739. Me.單據作廢_bt.Name = "單據作廢_bt"
  740. Me.單據作廢_bt.Size = New System.Drawing.Size(110, 47)
  741. Me.單據作廢_bt.TabIndex = 1261
  742. Me.單據作廢_bt.Text = "單據作廢"
  743. Me.單據作廢_bt.UseVisualStyleBackColor = True
  744. '
  745. 'ContextMenuStrip1
  746. '
  747. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理_tsm, Me.ToolStripSeparator1, Me.選定內容加入庫存調整申請單_tsm, Me.存檔_tsm, Me.ToolStripSeparator2, Me.審核通過_tsm, Me.單據作廢_tsm, Me.ToolStripSeparator9, Me.刪除庫存調整單據上點選的資料_tsm, Me.刪除庫存調整單據_tsm})
  748. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  749. Me.ContextMenuStrip1.Size = New System.Drawing.Size(243, 176)
  750. '
  751. '重新整理_tsm
  752. '
  753. Me.重新整理_tsm.Name = "重新整理_tsm"
  754. Me.重新整理_tsm.Size = New System.Drawing.Size(242, 22)
  755. Me.重新整理_tsm.Text = "重新整理"
  756. '
  757. 'ToolStripSeparator1
  758. '
  759. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  760. Me.ToolStripSeparator1.Size = New System.Drawing.Size(239, 6)
  761. '
  762. '選定內容加入庫存調整申請單_tsm
  763. '
  764. Me.選定內容加入庫存調整申請單_tsm.ForeColor = System.Drawing.Color.Green
  765. Me.選定內容加入庫存調整申請單_tsm.Name = "選定內容加入庫存調整申請單_tsm"
  766. Me.選定內容加入庫存調整申請單_tsm.Size = New System.Drawing.Size(242, 22)
  767. Me.選定內容加入庫存調整申請單_tsm.Text = "選定內容加入庫存調整申請單"
  768. '
  769. '存檔_tsm
  770. '
  771. Me.存檔_tsm.ForeColor = System.Drawing.Color.Green
  772. Me.存檔_tsm.Name = "存檔_tsm"
  773. Me.存檔_tsm.Size = New System.Drawing.Size(242, 22)
  774. Me.存檔_tsm.Text = "存檔"
  775. '
  776. 'ToolStripSeparator2
  777. '
  778. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  779. Me.ToolStripSeparator2.Size = New System.Drawing.Size(239, 6)
  780. '
  781. '審核通過_tsm
  782. '
  783. Me.審核通過_tsm.ForeColor = System.Drawing.Color.Green
  784. Me.審核通過_tsm.Name = "審核通過_tsm"
  785. Me.審核通過_tsm.Size = New System.Drawing.Size(242, 22)
  786. Me.審核通過_tsm.Text = "審核通過"
  787. '
  788. '單據作廢_tsm
  789. '
  790. Me.單據作廢_tsm.ForeColor = System.Drawing.Color.Red
  791. Me.單據作廢_tsm.Name = "單據作廢_tsm"
  792. Me.單據作廢_tsm.Size = New System.Drawing.Size(242, 22)
  793. Me.單據作廢_tsm.Text = "單據作廢"
  794. '
  795. 'ToolStripSeparator9
  796. '
  797. Me.ToolStripSeparator9.Name = "ToolStripSeparator9"
  798. Me.ToolStripSeparator9.Size = New System.Drawing.Size(239, 6)
  799. '
  800. '刪除庫存調整單據上點選的資料_tsm
  801. '
  802. Me.刪除庫存調整單據上點選的資料_tsm.ForeColor = System.Drawing.Color.Red
  803. Me.刪除庫存調整單據上點選的資料_tsm.Name = "刪除庫存調整單據上點選的資料_tsm"
  804. Me.刪除庫存調整單據上點選的資料_tsm.Size = New System.Drawing.Size(242, 22)
  805. Me.刪除庫存調整單據上點選的資料_tsm.Text = "刪除庫存調整單據上點選的資料"
  806. '
  807. '刪除庫存調整單據_tsm
  808. '
  809. Me.刪除庫存調整單據_tsm.ForeColor = System.Drawing.Color.Red
  810. Me.刪除庫存調整單據_tsm.Name = "刪除庫存調整單據_tsm"
  811. Me.刪除庫存調整單據_tsm.Size = New System.Drawing.Size(242, 22)
  812. Me.刪除庫存調整單據_tsm.Text = "刪除庫存調整單據"
  813. '
  814. '存檔_bt
  815. '
  816. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  817. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  818. Me.存檔_bt.Location = New System.Drawing.Point(675, 105)
  819. Me.存檔_bt.Name = "存檔_bt"
  820. Me.存檔_bt.Size = New System.Drawing.Size(110, 47)
  821. Me.存檔_bt.TabIndex = 1262
  822. Me.存檔_bt.Text = "存檔"
  823. Me.存檔_bt.UseVisualStyleBackColor = True
  824. '
  825. '需要全部庫存區域清單_ch
  826. '
  827. Me.需要全部庫存區域清單_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  828. Me.需要全部庫存區域清單_ch.AutoSize = True
  829. Me.需要全部庫存區域清單_ch.Location = New System.Drawing.Point(352, 455)
  830. Me.需要全部庫存區域清單_ch.Name = "需要全部庫存區域清單_ch"
  831. Me.需要全部庫存區域清單_ch.Size = New System.Drawing.Size(147, 20)
  832. Me.需要全部庫存區域清單_ch.TabIndex = 1263
  833. Me.需要全部庫存區域清單_ch.Text = "需要全部庫存區域清單"
  834. Me.需要全部庫存區域清單_ch.UseVisualStyleBackColor = True
  835. '
  836. '區域庫存_dgv
  837. '
  838. DataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  839. Me.區域庫存_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle7
  840. Me.區域庫存_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  841. Me.區域庫存_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  842. Me.區域庫存_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  843. Me.區域庫存_dgv.Location = New System.Drawing.Point(258, 157)
  844. Me.區域庫存_dgv.Name = "區域庫存_dgv"
  845. Me.區域庫存_dgv.RowHeadersWidth = 5
  846. DataGridViewCellStyle8.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  847. DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  848. Me.區域庫存_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8
  849. Me.區域庫存_dgv.RowTemplate.Height = 24
  850. Me.區域庫存_dgv.Size = New System.Drawing.Size(191, 110)
  851. Me.區域庫存_dgv.TabIndex = 1264
  852. Me.區域庫存_dgv.Visible = False
  853. '
  854. '字體大小調整_lb
  855. '
  856. Me.字體大小調整_lb.AutoSize = True
  857. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  858. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Red
  859. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  860. Me.字體大小調整_lb.Location = New System.Drawing.Point(464, 10)
  861. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  862. Me.字體大小調整_lb.Size = New System.Drawing.Size(60, 17)
  863. Me.字體大小調整_lb.TabIndex = 1493
  864. Me.字體大小調整_lb.Text = "字體調整"
  865. '
  866. '字體_NUD
  867. '
  868. Me.字體_NUD.DecimalPlaces = 1
  869. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  870. Me.字體_NUD.Location = New System.Drawing.Point(464, 28)
  871. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  872. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  873. Me.字體_NUD.Name = "字體_NUD"
  874. Me.字體_NUD.Size = New System.Drawing.Size(60, 23)
  875. Me.字體_NUD.TabIndex = 1492
  876. Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
  877. '
  878. '盤盈盤損審核
  879. '
  880. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  881. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  882. Me.ClientSize = New System.Drawing.Size(1268, 681)
  883. Me.ContextMenuStrip = Me.ContextMenuStrip1
  884. Me.Controls.Add(Me.字體大小調整_lb)
  885. Me.Controls.Add(Me.字體_NUD)
  886. Me.Controls.Add(Me.區域庫存_dgv)
  887. Me.Controls.Add(Me.需要全部庫存區域清單_ch)
  888. Me.Controls.Add(Me.存檔_bt)
  889. Me.Controls.Add(Me.單據作廢_bt)
  890. Me.Controls.Add(Me.刪除_bt)
  891. Me.Controls.Add(Me.物料圖1_pb)
  892. Me.Controls.Add(Me.盤盈數_nud)
  893. Me.Controls.Add(Me.盤損數_lb)
  894. Me.Controls.Add(Me.可申請_tb)
  895. Me.Controls.Add(Me.最大庫存量_tb)
  896. Me.Controls.Add(Me.庫存量_tb)
  897. Me.Controls.Add(Me.盤損數_nud)
  898. Me.Controls.Add(Me.盤盈數_lb)
  899. Me.Controls.Add(Me.庫存量_lb)
  900. Me.Controls.Add(Me.最大庫存量_lb)
  901. Me.Controls.Add(Me.可盤損數_lb)
  902. Me.Controls.Add(Me.儲態編號_cb)
  903. Me.Controls.Add(Me.倉儲狀態_cb)
  904. Me.Controls.Add(Me.Label12)
  905. Me.Controls.Add(Me.訂製編碼_cb)
  906. Me.Controls.Add(Me.訂製狀態_cb)
  907. Me.Controls.Add(Me.Label11)
  908. Me.Controls.Add(Me.Label9)
  909. Me.Controls.Add(Me.資料筆數1_tb)
  910. Me.Controls.Add(Me.Label10)
  911. Me.Controls.Add(Me.資料筆數_tb)
  912. Me.Controls.Add(Me.Label4)
  913. Me.Controls.Add(Me.刪除單據上點選的資料_bt)
  914. Me.Controls.Add(Me.審核通過_bt)
  915. Me.Controls.Add(Me.選定內容加入庫存調整申請單_bt)
  916. Me.Controls.Add(Me.倉庫編號_tb)
  917. Me.Controls.Add(Me.倉庫級別_tb)
  918. Me.Controls.Add(Me.指定倉庫_cb)
  919. Me.Controls.Add(Me.申請日期_dtp)
  920. Me.Controls.Add(Me.項次_tb)
  921. Me.Controls.Add(Me.項次_lb)
  922. Me.Controls.Add(Me.選擇_lb)
  923. Me.Controls.Add(Me.指定倉庫_lb)
  924. Me.Controls.Add(Me.申請人_lb)
  925. Me.Controls.Add(Me.申請人_tb)
  926. Me.Controls.Add(Me.申請日期_lb)
  927. Me.Controls.Add(Me.調庫單號_tb)
  928. Me.Controls.Add(Me.倉儲單號_lb)
  929. Me.Controls.Add(Me.調庫明細_dgv)
  930. Me.Controls.Add(Me.調庫單據_dgv)
  931. Me.Controls.Add(Me.未審核_lb)
  932. Me.Controls.Add(Me.供應商編碼_tb)
  933. Me.Controls.Add(Me.物料圖_pb)
  934. Me.Controls.Add(Me.品名_tb)
  935. Me.Controls.Add(Me.Label8)
  936. Me.Controls.Add(Me.料號_tb)
  937. Me.Controls.Add(Me.Label7)
  938. Me.Controls.Add(Me.查詢_tb)
  939. Me.Controls.Add(Me.供應商編碼_cb)
  940. Me.Controls.Add(Me.Label6)
  941. Me.Controls.Add(Me.供應商_cb)
  942. Me.Controls.Add(Me.Label5)
  943. Me.Controls.Add(Me.清空_bt)
  944. Me.Controls.Add(Me.地區_cb)
  945. Me.Controls.Add(Me.Label2)
  946. Me.Controls.Add(Me.物料清單_dgv)
  947. Me.Controls.Add(Me.Label3)
  948. Me.Controls.Add(Me.Label29)
  949. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  950. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  951. Me.Name = "盤盈盤損審核"
  952. Me.Text = "盤盈盤損審核"
  953. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  954. CType(Me.盤盈數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  955. CType(Me.盤損數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  956. CType(Me.調庫明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  957. CType(Me.調庫單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  958. CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
  959. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  960. Me.ContextMenuStrip1.ResumeLayout(False)
  961. CType(Me.區域庫存_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  962. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  963. Me.ResumeLayout(False)
  964. Me.PerformLayout()
  965. End Sub
  966. Friend WithEvents 刪除_bt As Button
  967. Friend WithEvents 物料圖1_pb As PictureBox
  968. Friend WithEvents 盤盈數_nud As NumericUpDown
  969. Friend WithEvents 盤損數_lb As Label
  970. Friend WithEvents 可申請_tb As TextBox
  971. Friend WithEvents 最大庫存量_tb As TextBox
  972. Friend WithEvents 庫存量_tb As TextBox
  973. Friend WithEvents 盤損數_nud As NumericUpDown
  974. Friend WithEvents 盤盈數_lb As Label
  975. Friend WithEvents 庫存量_lb As Label
  976. Friend WithEvents 最大庫存量_lb As Label
  977. Friend WithEvents 可盤損數_lb As Label
  978. Friend WithEvents 儲態編號_cb As ComboBox
  979. Friend WithEvents 倉儲狀態_cb As ComboBox
  980. Friend WithEvents Label12 As Label
  981. Friend WithEvents 訂製編碼_cb As ComboBox
  982. Friend WithEvents 訂製狀態_cb As ComboBox
  983. Friend WithEvents Label11 As Label
  984. Friend WithEvents Label9 As Label
  985. Friend WithEvents 資料筆數1_tb As TextBox
  986. Friend WithEvents Label10 As Label
  987. Friend WithEvents Label3 As Label
  988. Friend WithEvents 資料筆數_tb As TextBox
  989. Friend WithEvents Label4 As Label
  990. Friend WithEvents 刪除單據上點選的資料_bt As Button
  991. Friend WithEvents 審核通過_bt As Button
  992. Friend WithEvents 選定內容加入庫存調整申請單_bt As Button
  993. Friend WithEvents 倉庫編號_tb As TextBox
  994. Friend WithEvents 倉庫級別_tb As TextBox
  995. Friend WithEvents 指定倉庫_cb As ComboBox
  996. Friend WithEvents 申請日期_dtp As DateTimePicker
  997. Friend WithEvents 項次_tb As TextBox
  998. Friend WithEvents 項次_lb As Label
  999. Friend WithEvents 選擇_lb As Label
  1000. Friend WithEvents 指定倉庫_lb As Label
  1001. Friend WithEvents 申請人_lb As Label
  1002. Friend WithEvents 申請人_tb As TextBox
  1003. Friend WithEvents 申請日期_lb As Label
  1004. Friend WithEvents 調庫單號_tb As TextBox
  1005. Friend WithEvents 倉儲單號_lb As Label
  1006. Friend WithEvents 調庫明細_dgv As DataGridView
  1007. Friend WithEvents 調庫單據_dgv As DataGridView
  1008. Friend WithEvents 未審核_lb As Label
  1009. Friend WithEvents 供應商編碼_tb As TextBox
  1010. Friend WithEvents 物料圖_pb As PictureBox
  1011. Friend WithEvents 品名_tb As TextBox
  1012. Friend WithEvents Label8 As Label
  1013. Friend WithEvents 料號_tb As TextBox
  1014. Friend WithEvents Label7 As Label
  1015. Friend WithEvents Label29 As Label
  1016. Friend WithEvents 查詢_tb As TextBox
  1017. Friend WithEvents 供應商編碼_cb As ComboBox
  1018. Friend WithEvents Label6 As Label
  1019. Friend WithEvents 供應商_cb As ComboBox
  1020. Friend WithEvents Label5 As Label
  1021. Friend WithEvents 清空_bt As Button
  1022. Friend WithEvents 地區_cb As ComboBox
  1023. Friend WithEvents Label2 As Label
  1024. Friend WithEvents 物料清單_dgv As DataGridView
  1025. Friend WithEvents 單據作廢_bt As Button
  1026. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  1027. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  1028. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  1029. Friend WithEvents 選定內容加入庫存調整申請單_tsm As ToolStripMenuItem
  1030. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  1031. Friend WithEvents 審核通過_tsm As ToolStripMenuItem
  1032. Friend WithEvents 單據作廢_tsm As ToolStripMenuItem
  1033. Friend WithEvents ToolStripSeparator9 As ToolStripSeparator
  1034. Friend WithEvents 刪除庫存調整單據上點選的資料_tsm As ToolStripMenuItem
  1035. Friend WithEvents 刪除庫存調整單據_tsm As ToolStripMenuItem
  1036. Friend WithEvents 存檔_bt As Button
  1037. Friend WithEvents 存檔_tsm As ToolStripMenuItem
  1038. Friend WithEvents 需要全部庫存區域清單_ch As CheckBox
  1039. Friend WithEvents 區域庫存_dgv As DataGridView
  1040. Friend WithEvents 字體大小調整_lb As Label
  1041. Friend WithEvents 字體_NUD As NumericUpDown
  1042. End Class