Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

採購單驗收.Designer.vb 68KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230
  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. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  36. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  37. Dim DataGridViewCellStyle15 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  38. Me.採購單號1_tb = New System.Windows.Forms.TextBox()
  39. Me.採購單號_lb = New System.Windows.Forms.Label()
  40. Me.物料圖檔1_pb = New System.Windows.Forms.PictureBox()
  41. Me.指定入庫申請單建立完成_bt = New System.Windows.Forms.Button()
  42. Me.入庫申請_dgv = New System.Windows.Forms.DataGridView()
  43. Me.指定入庫單號1_lb = New System.Windows.Forms.Label()
  44. Me.指定入庫單號1_tb = New System.Windows.Forms.TextBox()
  45. Me.指定入庫單號_lb = New System.Windows.Forms.Label()
  46. Me.指定入庫申請單建立完成_tsm = New System.Windows.Forms.ToolStripMenuItem()
  47. Me.選定內容加入指定入庫申請單_tsm = New System.Windows.Forms.ToolStripMenuItem()
  48. Me.開立指定入庫單_tsm = New System.Windows.Forms.ToolStripMenuItem()
  49. Me.ToolStripSeparator4 = New System.Windows.Forms.ToolStripSeparator()
  50. Me.全部取消1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  51. Me.依單號全部選擇_tsm = New System.Windows.Forms.ToolStripMenuItem()
  52. Me.採購單號查詢_tsm = New System.Windows.Forms.ToolStripMenuItem()
  53. Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
  54. Me.重新整理_tsm = New System.Windows.Forms.ToolStripMenuItem()
  55. Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator()
  56. Me.指定入庫申請_tsm = New System.Windows.Forms.ToolStripMenuItem()
  57. Me.料來料驗收_tsm = New System.Windows.Forms.ToolStripMenuItem()
  58. Me.入庫明細_dgv = New System.Windows.Forms.DataGridView()
  59. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  60. Me.指定入庫單號_tb = New System.Windows.Forms.TextBox()
  61. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  62. Me.建築物料來料驗收單_tp = New System.Windows.Forms.TabPage()
  63. Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  64. Me.料來料驗收1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  65. Me.指定入庫申請1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  66. Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
  67. Me.重新整理1_tsm = New System.Windows.Forms.ToolStripMenuItem()
  68. Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
  69. Me.確定收貨_tsm = New System.Windows.Forms.ToolStripMenuItem()
  70. Me.全部選擇_tsm = New System.Windows.Forms.ToolStripMenuItem()
  71. Me.全部取消_tsm = New System.Windows.Forms.ToolStripMenuItem()
  72. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  73. Me.物料圖檔_pb = New System.Windows.Forms.PictureBox()
  74. Me.已核准_dgv = New System.Windows.Forms.DataGridView()
  75. Me.確定收貨_bt = New System.Windows.Forms.Button()
  76. Me.驗證碼1_tb = New System.Windows.Forms.TextBox()
  77. Me.尋價日期_tb = New System.Windows.Forms.TextBox()
  78. Me.詢價員_tb = New System.Windows.Forms.TextBox()
  79. Me.核對日期_tb = New System.Windows.Forms.TextBox()
  80. Me.核對員_tb = New System.Windows.Forms.TextBox()
  81. Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
  82. Me.傳真_tb = New System.Windows.Forms.TextBox()
  83. Me.Label11 = New System.Windows.Forms.Label()
  84. Me.圖片編碼_tb = New System.Windows.Forms.TextBox()
  85. Me.驗證碼_tb = New System.Windows.Forms.TextBox()
  86. Me.圖片編碼_lb = New System.Windows.Forms.Label()
  87. Me.簽名檔_pb = New System.Windows.Forms.PictureBox()
  88. Me.廠商_cb = New System.Windows.Forms.ComboBox()
  89. Me.選擇公司_lb = New System.Windows.Forms.Label()
  90. Me.選擇公司_cb = New System.Windows.Forms.ComboBox()
  91. Me.需求日期_dtp = New System.Windows.Forms.DateTimePicker()
  92. Me.Label8 = New System.Windows.Forms.Label()
  93. Me.使用地點_tb = New System.Windows.Forms.TextBox()
  94. Me.Label5 = New System.Windows.Forms.Label()
  95. Me.採購單號_tb = New System.Windows.Forms.TextBox()
  96. Me.電話_tb = New System.Windows.Forms.TextBox()
  97. Me.地址_tb = New System.Windows.Forms.TextBox()
  98. Me.Label7 = New System.Windows.Forms.Label()
  99. Me.郵件_tb = New System.Windows.Forms.TextBox()
  100. Me.Label9 = New System.Windows.Forms.Label()
  101. Me.Label10 = New System.Windows.Forms.Label()
  102. Me.Label12 = New System.Windows.Forms.Label()
  103. Me.驗證碼_lb = New System.Windows.Forms.Label()
  104. Me.已核准_lb = New System.Windows.Forms.Label()
  105. Me.Label6 = New System.Windows.Forms.Label()
  106. Me.明細_dgv = New System.Windows.Forms.DataGridView()
  107. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  108. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  109. Me.語轉扭_bt = New System.Windows.Forms.Button()
  110. Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
  111. Me.Label1 = New System.Windows.Forms.Label()
  112. Me.料號_lb = New System.Windows.Forms.Label()
  113. Me.料號_tb = New System.Windows.Forms.TextBox()
  114. Me.倉級_tb = New System.Windows.Forms.TextBox()
  115. Me.指定倉庫_lb = New System.Windows.Forms.Label()
  116. Me.倉名_cb = New System.Windows.Forms.ComboBox()
  117. Me.物料規格_dgv = New System.Windows.Forms.DataGridView()
  118. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  119. Me.群組編碼_lb = New System.Windows.Forms.Label()
  120. Me.群組編碼_cb = New System.Windows.Forms.ComboBox()
  121. Me.無料明細_dgv = New System.Windows.Forms.DataGridView()
  122. Me.選定內容加入指定入庫申請單_bt = New System.Windows.Forms.Button()
  123. Me.開立指定入庫單_bt = New System.Windows.Forms.Button()
  124. Me.倉庫編號_lb = New System.Windows.Forms.Label()
  125. Me.倉名編號_tb = New System.Windows.Forms.TextBox()
  126. Me.倉庫級別_lb = New System.Windows.Forms.Label()
  127. Me.未入庫_dgv = New System.Windows.Forms.DataGridView()
  128. Me.物料驗收後指定入庫申請_tp = New System.Windows.Forms.TabPage()
  129. Me.SYS_DEBUG_tp = New System.Windows.Forms.TabPage()
  130. Me.TabControl1 = New System.Windows.Forms.TabControl()
  131. CType(Me.物料圖檔1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  132. CType(Me.入庫申請_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  133. CType(Me.入庫明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  134. Me.建築物料來料驗收單_tp.SuspendLayout()
  135. Me.ContextMenuStrip2.SuspendLayout()
  136. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  137. CType(Me.物料圖檔_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  138. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  139. CType(Me.簽名檔_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  140. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  141. Me.ContextMenuStrip1.SuspendLayout()
  142. CType(Me.物料規格_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  143. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  144. CType(Me.無料明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  145. CType(Me.未入庫_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  146. Me.物料驗收後指定入庫申請_tp.SuspendLayout()
  147. Me.SYS_DEBUG_tp.SuspendLayout()
  148. Me.TabControl1.SuspendLayout()
  149. Me.SuspendLayout()
  150. '
  151. '採購單號1_tb
  152. '
  153. Me.採購單號1_tb.Location = New System.Drawing.Point(1053, 2)
  154. Me.採購單號1_tb.Name = "採購單號1_tb"
  155. Me.採購單號1_tb.Size = New System.Drawing.Size(142, 22)
  156. Me.採購單號1_tb.TabIndex = 1024
  157. '
  158. '採購單號_lb
  159. '
  160. Me.採購單號_lb.AutoSize = True
  161. Me.採購單號_lb.Location = New System.Drawing.Point(917, 7)
  162. Me.採購單號_lb.Name = "採購單號_lb"
  163. Me.採購單號_lb.Size = New System.Drawing.Size(78, 15)
  164. Me.採購單號_lb.TabIndex = 1025
  165. Me.採購單號_lb.Text = "採 購 單 號"
  166. '
  167. '物料圖檔1_pb
  168. '
  169. Me.物料圖檔1_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  170. Me.物料圖檔1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  171. Me.物料圖檔1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  172. Me.物料圖檔1_pb.Location = New System.Drawing.Point(1201, 0)
  173. Me.物料圖檔1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  174. Me.物料圖檔1_pb.Name = "物料圖檔1_pb"
  175. Me.物料圖檔1_pb.Size = New System.Drawing.Size(124, 50)
  176. Me.物料圖檔1_pb.TabIndex = 1023
  177. Me.物料圖檔1_pb.TabStop = False
  178. '
  179. '指定入庫申請單建立完成_bt
  180. '
  181. Me.指定入庫申請單建立完成_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  182. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  183. Me.指定入庫申請單建立完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  184. Me.指定入庫申請單建立完成_bt.ForeColor = System.Drawing.Color.Green
  185. Me.指定入庫申請單建立完成_bt.Location = New System.Drawing.Point(694, 372)
  186. Me.指定入庫申請單建立完成_bt.Name = "指定入庫申請單建立完成_bt"
  187. Me.指定入庫申請單建立完成_bt.Size = New System.Drawing.Size(631, 25)
  188. Me.指定入庫申請單建立完成_bt.TabIndex = 1013
  189. Me.指定入庫申請單建立完成_bt.Text = "指定入庫申請單建立完成"
  190. Me.指定入庫申請單建立完成_bt.UseVisualStyleBackColor = True
  191. '
  192. '入庫申請_dgv
  193. '
  194. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  195. Me.入庫申請_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  196. Me.入庫申請_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  197. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  198. Me.入庫申請_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  199. Me.入庫申請_dgv.BackgroundColor = System.Drawing.Color.White
  200. Me.入庫申請_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  201. Me.入庫申請_dgv.Location = New System.Drawing.Point(3, 374)
  202. Me.入庫申請_dgv.Name = "入庫申請_dgv"
  203. Me.入庫申請_dgv.RowHeadersWidth = 5
  204. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  205. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  206. Me.入庫申請_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  207. Me.入庫申請_dgv.RowTemplate.Height = 24
  208. Me.入庫申請_dgv.Size = New System.Drawing.Size(332, 263)
  209. Me.入庫申請_dgv.TabIndex = 1012
  210. '
  211. '指定入庫單號1_lb
  212. '
  213. Me.指定入庫單號1_lb.AutoSize = True
  214. Me.指定入庫單號1_lb.Location = New System.Drawing.Point(341, 377)
  215. Me.指定入庫單號1_lb.Name = "指定入庫單號1_lb"
  216. Me.指定入庫單號1_lb.Size = New System.Drawing.Size(103, 15)
  217. Me.指定入庫單號1_lb.TabIndex = 1011
  218. Me.指定入庫單號1_lb.Text = "指 定 入 庫 單 號"
  219. '
  220. '指定入庫單號1_tb
  221. '
  222. Me.指定入庫單號1_tb.Location = New System.Drawing.Point(449, 374)
  223. Me.指定入庫單號1_tb.Name = "指定入庫單號1_tb"
  224. Me.指定入庫單號1_tb.Size = New System.Drawing.Size(164, 22)
  225. Me.指定入庫單號1_tb.TabIndex = 1010
  226. Me.指定入庫單號1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  227. '
  228. '指定入庫單號_lb
  229. '
  230. Me.指定入庫單號_lb.AutoSize = True
  231. Me.指定入庫單號_lb.Location = New System.Drawing.Point(628, 5)
  232. Me.指定入庫單號_lb.Name = "指定入庫單號_lb"
  233. Me.指定入庫單號_lb.Size = New System.Drawing.Size(103, 15)
  234. Me.指定入庫單號_lb.TabIndex = 1008
  235. Me.指定入庫單號_lb.Text = "指 定 入 庫 單 號"
  236. '
  237. '指定入庫申請單建立完成_tsm
  238. '
  239. Me.指定入庫申請單建立完成_tsm.Name = "指定入庫申請單建立完成_tsm"
  240. Me.指定入庫申請單建立完成_tsm.Size = New System.Drawing.Size(230, 22)
  241. Me.指定入庫申請單建立完成_tsm.Text = "指定入庫申請單建立完成"
  242. '
  243. '選定內容加入指定入庫申請單_tsm
  244. '
  245. Me.選定內容加入指定入庫申請單_tsm.Name = "選定內容加入指定入庫申請單_tsm"
  246. Me.選定內容加入指定入庫申請單_tsm.Size = New System.Drawing.Size(230, 22)
  247. Me.選定內容加入指定入庫申請單_tsm.Text = "選定內容加入指定入庫申請單"
  248. '
  249. '開立指定入庫單_tsm
  250. '
  251. Me.開立指定入庫單_tsm.Name = "開立指定入庫單_tsm"
  252. Me.開立指定入庫單_tsm.Size = New System.Drawing.Size(230, 22)
  253. Me.開立指定入庫單_tsm.Text = "開立指定入庫單"
  254. '
  255. 'ToolStripSeparator4
  256. '
  257. Me.ToolStripSeparator4.Name = "ToolStripSeparator4"
  258. Me.ToolStripSeparator4.Size = New System.Drawing.Size(227, 6)
  259. '
  260. '全部取消1_tsm
  261. '
  262. Me.全部取消1_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  263. Me.全部取消1_tsm.Name = "全部取消1_tsm"
  264. Me.全部取消1_tsm.Size = New System.Drawing.Size(230, 22)
  265. Me.全部取消1_tsm.Text = "全部取消"
  266. '
  267. '依單號全部選擇_tsm
  268. '
  269. Me.依單號全部選擇_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  270. Me.依單號全部選擇_tsm.Name = "依單號全部選擇_tsm"
  271. Me.依單號全部選擇_tsm.Size = New System.Drawing.Size(230, 22)
  272. Me.依單號全部選擇_tsm.Text = "依據採購單號全部選擇"
  273. '
  274. '採購單號查詢_tsm
  275. '
  276. Me.採購單號查詢_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  277. Me.採購單號查詢_tsm.Name = "採購單號查詢_tsm"
  278. Me.採購單號查詢_tsm.Size = New System.Drawing.Size(230, 22)
  279. Me.採購單號查詢_tsm.Text = "採購單號查詢"
  280. '
  281. 'ToolStripSeparator3
  282. '
  283. Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
  284. Me.ToolStripSeparator3.Size = New System.Drawing.Size(227, 6)
  285. '
  286. '重新整理_tsm
  287. '
  288. Me.重新整理_tsm.Name = "重新整理_tsm"
  289. Me.重新整理_tsm.Size = New System.Drawing.Size(230, 22)
  290. Me.重新整理_tsm.Text = "重新整理"
  291. '
  292. 'ToolStripSeparator6
  293. '
  294. Me.ToolStripSeparator6.Name = "ToolStripSeparator6"
  295. Me.ToolStripSeparator6.Size = New System.Drawing.Size(227, 6)
  296. '
  297. '指定入庫申請_tsm
  298. '
  299. Me.指定入庫申請_tsm.Name = "指定入庫申請_tsm"
  300. Me.指定入庫申請_tsm.Size = New System.Drawing.Size(230, 22)
  301. Me.指定入庫申請_tsm.Text = "物料驗收後指定入庫申請"
  302. '
  303. '料來料驗收_tsm
  304. '
  305. Me.料來料驗收_tsm.Name = "料來料驗收_tsm"
  306. Me.料來料驗收_tsm.RightToLeftAutoMirrorImage = True
  307. Me.料來料驗收_tsm.Size = New System.Drawing.Size(230, 22)
  308. Me.料來料驗收_tsm.Text = "建築物料來料驗收單"
  309. '
  310. '入庫明細_dgv
  311. '
  312. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  313. Me.入庫明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  314. Me.入庫明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  315. Or System.Windows.Forms.AnchorStyles.Left) _
  316. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  317. Me.入庫明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  318. Me.入庫明細_dgv.BackgroundColor = System.Drawing.Color.White
  319. Me.入庫明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  320. Me.入庫明細_dgv.Location = New System.Drawing.Point(342, 401)
  321. Me.入庫明細_dgv.Name = "入庫明細_dgv"
  322. Me.入庫明細_dgv.RowHeadersWidth = 5
  323. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  324. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  325. Me.入庫明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  326. Me.入庫明細_dgv.RowTemplate.Height = 24
  327. Me.入庫明細_dgv.Size = New System.Drawing.Size(983, 236)
  328. Me.入庫明細_dgv.TabIndex = 1009
  329. '
  330. '小間距_ch
  331. '
  332. Me.小間距_ch.AutoSize = True
  333. Me.小間距_ch.Location = New System.Drawing.Point(1084, 5)
  334. Me.小間距_ch.Name = "小間距_ch"
  335. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  336. Me.小間距_ch.TabIndex = 1840
  337. Me.小間距_ch.Text = "L1"
  338. Me.小間距_ch.UseVisualStyleBackColor = True
  339. '
  340. '指定入庫單號_tb
  341. '
  342. Me.指定入庫單號_tb.Location = New System.Drawing.Point(740, 2)
  343. Me.指定入庫單號_tb.Name = "指定入庫單號_tb"
  344. Me.指定入庫單號_tb.Size = New System.Drawing.Size(171, 22)
  345. Me.指定入庫單號_tb.TabIndex = 1007
  346. Me.指定入庫單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  347. '
  348. '詳細資料2_ch
  349. '
  350. Me.詳細資料2_ch.AutoSize = True
  351. Me.詳細資料2_ch.Location = New System.Drawing.Point(952, 3)
  352. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  353. Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
  354. Me.詳細資料2_ch.TabIndex = 1843
  355. Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
  356. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  357. '
  358. '建築物料來料驗收單_tp
  359. '
  360. Me.建築物料來料驗收單_tp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  361. Me.建築物料來料驗收單_tp.ContextMenuStrip = Me.ContextMenuStrip2
  362. Me.建築物料來料驗收單_tp.Controls.Add(Me.語言_dgv)
  363. Me.建築物料來料驗收單_tp.Controls.Add(Me.物料圖檔_pb)
  364. Me.建築物料來料驗收單_tp.Controls.Add(Me.已核准_dgv)
  365. Me.建築物料來料驗收單_tp.Controls.Add(Me.確定收貨_bt)
  366. Me.建築物料來料驗收單_tp.Controls.Add(Me.驗證碼1_tb)
  367. Me.建築物料來料驗收單_tp.Controls.Add(Me.尋價日期_tb)
  368. Me.建築物料來料驗收單_tp.Controls.Add(Me.詢價員_tb)
  369. Me.建築物料來料驗收單_tp.Controls.Add(Me.核對日期_tb)
  370. Me.建築物料來料驗收單_tp.Controls.Add(Me.核對員_tb)
  371. Me.建築物料來料驗收單_tp.Controls.Add(Me.供應商編碼_tb)
  372. Me.建築物料來料驗收單_tp.Controls.Add(Me.傳真_tb)
  373. Me.建築物料來料驗收單_tp.Controls.Add(Me.Label11)
  374. Me.建築物料來料驗收單_tp.Controls.Add(Me.圖片編碼_tb)
  375. Me.建築物料來料驗收單_tp.Controls.Add(Me.驗證碼_tb)
  376. Me.建築物料來料驗收單_tp.Controls.Add(Me.圖片編碼_lb)
  377. Me.建築物料來料驗收單_tp.Controls.Add(Me.簽名檔_pb)
  378. Me.建築物料來料驗收單_tp.Controls.Add(Me.廠商_cb)
  379. Me.建築物料來料驗收單_tp.Controls.Add(Me.選擇公司_lb)
  380. Me.建築物料來料驗收單_tp.Controls.Add(Me.選擇公司_cb)
  381. Me.建築物料來料驗收單_tp.Controls.Add(Me.需求日期_dtp)
  382. Me.建築物料來料驗收單_tp.Controls.Add(Me.Label8)
  383. Me.建築物料來料驗收單_tp.Controls.Add(Me.使用地點_tb)
  384. Me.建築物料來料驗收單_tp.Controls.Add(Me.Label5)
  385. Me.建築物料來料驗收單_tp.Controls.Add(Me.採購單號_tb)
  386. Me.建築物料來料驗收單_tp.Controls.Add(Me.電話_tb)
  387. Me.建築物料來料驗收單_tp.Controls.Add(Me.地址_tb)
  388. Me.建築物料來料驗收單_tp.Controls.Add(Me.Label7)
  389. Me.建築物料來料驗收單_tp.Controls.Add(Me.郵件_tb)
  390. Me.建築物料來料驗收單_tp.Controls.Add(Me.Label9)
  391. Me.建築物料來料驗收單_tp.Controls.Add(Me.Label10)
  392. Me.建築物料來料驗收單_tp.Controls.Add(Me.Label12)
  393. Me.建築物料來料驗收單_tp.Controls.Add(Me.驗證碼_lb)
  394. Me.建築物料來料驗收單_tp.Controls.Add(Me.已核准_lb)
  395. Me.建築物料來料驗收單_tp.Controls.Add(Me.Label6)
  396. Me.建築物料來料驗收單_tp.Controls.Add(Me.明細_dgv)
  397. Me.建築物料來料驗收單_tp.Location = New System.Drawing.Point(4, 27)
  398. Me.建築物料來料驗收單_tp.Name = "建築物料來料驗收單_tp"
  399. Me.建築物料來料驗收單_tp.Padding = New System.Windows.Forms.Padding(3)
  400. Me.建築物料來料驗收單_tp.Size = New System.Drawing.Size(1335, 644)
  401. Me.建築物料來料驗收單_tp.TabIndex = 2
  402. Me.建築物料來料驗收單_tp.Text = "建築物料來料驗收單"
  403. Me.建築物料來料驗收單_tp.UseVisualStyleBackColor = True
  404. '
  405. 'ContextMenuStrip2
  406. '
  407. Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.料來料驗收1_tsm, Me.指定入庫申請1_tsm, Me.ToolStripSeparator1, Me.重新整理1_tsm, Me.ToolStripSeparator2, Me.確定收貨_tsm, Me.全部選擇_tsm, Me.全部取消_tsm})
  408. Me.ContextMenuStrip2.Name = "ContextMenuStrip2"
  409. Me.ContextMenuStrip2.Size = New System.Drawing.Size(207, 148)
  410. '
  411. '料來料驗收1_tsm
  412. '
  413. Me.料來料驗收1_tsm.Name = "料來料驗收1_tsm"
  414. Me.料來料驗收1_tsm.Size = New System.Drawing.Size(206, 22)
  415. Me.料來料驗收1_tsm.Text = "建築物料來料驗收單"
  416. Me.料來料驗收1_tsm.TextAlign = System.Drawing.ContentAlignment.BottomRight
  417. '
  418. '指定入庫申請1_tsm
  419. '
  420. Me.指定入庫申請1_tsm.Name = "指定入庫申請1_tsm"
  421. Me.指定入庫申請1_tsm.Size = New System.Drawing.Size(206, 22)
  422. Me.指定入庫申請1_tsm.Text = "物料驗收後指定入庫申請"
  423. '
  424. 'ToolStripSeparator1
  425. '
  426. Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
  427. Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6)
  428. '
  429. '重新整理1_tsm
  430. '
  431. Me.重新整理1_tsm.Name = "重新整理1_tsm"
  432. Me.重新整理1_tsm.Size = New System.Drawing.Size(206, 22)
  433. Me.重新整理1_tsm.Text = "重新整理"
  434. '
  435. 'ToolStripSeparator2
  436. '
  437. Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
  438. Me.ToolStripSeparator2.Size = New System.Drawing.Size(203, 6)
  439. '
  440. '確定收貨_tsm
  441. '
  442. Me.確定收貨_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  443. Me.確定收貨_tsm.Name = "確定收貨_tsm"
  444. Me.確定收貨_tsm.Size = New System.Drawing.Size(206, 22)
  445. Me.確定收貨_tsm.Text = "確定收貨"
  446. '
  447. '全部選擇_tsm
  448. '
  449. Me.全部選擇_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  450. Me.全部選擇_tsm.Name = "全部選擇_tsm"
  451. Me.全部選擇_tsm.Size = New System.Drawing.Size(206, 22)
  452. Me.全部選擇_tsm.Text = "全部選擇"
  453. '
  454. '全部取消_tsm
  455. '
  456. Me.全部取消_tsm.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
  457. Me.全部取消_tsm.Name = "全部取消_tsm"
  458. Me.全部取消_tsm.Size = New System.Drawing.Size(206, 22)
  459. Me.全部取消_tsm.Text = "全部取消"
  460. '
  461. '語言_dgv
  462. '
  463. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  464. Me.語言_dgv.Location = New System.Drawing.Point(268, 154)
  465. Me.語言_dgv.Name = "語言_dgv"
  466. Me.語言_dgv.RowHeadersWidth = 5
  467. Me.語言_dgv.RowTemplate.Height = 24
  468. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  469. Me.語言_dgv.TabIndex = 1031
  470. Me.語言_dgv.Visible = False
  471. '
  472. '物料圖檔_pb
  473. '
  474. Me.物料圖檔_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  475. Me.物料圖檔_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  476. Me.物料圖檔_pb.Location = New System.Drawing.Point(960, 1)
  477. Me.物料圖檔_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  478. Me.物料圖檔_pb.Name = "物料圖檔_pb"
  479. Me.物料圖檔_pb.Size = New System.Drawing.Size(168, 117)
  480. Me.物料圖檔_pb.TabIndex = 1022
  481. Me.物料圖檔_pb.TabStop = False
  482. '
  483. '已核准_dgv
  484. '
  485. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  486. Me.已核准_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  487. Me.已核准_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  488. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  489. Me.已核准_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  490. Me.已核准_dgv.BackgroundColor = System.Drawing.Color.White
  491. Me.已核准_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  492. Me.已核准_dgv.Location = New System.Drawing.Point(2, 38)
  493. Me.已核准_dgv.Name = "已核准_dgv"
  494. Me.已核准_dgv.ReadOnly = True
  495. Me.已核准_dgv.RowHeadersWidth = 5
  496. DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  497. Me.已核准_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
  498. Me.已核准_dgv.RowTemplate.Height = 24
  499. Me.已核准_dgv.Size = New System.Drawing.Size(171, 600)
  500. Me.已核准_dgv.TabIndex = 987
  501. '
  502. '確定收貨_bt
  503. '
  504. Me.確定收貨_bt.Cursor = System.Windows.Forms.Cursors.Default
  505. Me.確定收貨_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  506. Me.確定收貨_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  507. Me.確定收貨_bt.Location = New System.Drawing.Point(1130, 1)
  508. Me.確定收貨_bt.Name = "確定收貨_bt"
  509. Me.確定收貨_bt.Size = New System.Drawing.Size(196, 55)
  510. Me.確定收貨_bt.TabIndex = 1021
  511. Me.確定收貨_bt.Text = "確定收貨"
  512. Me.確定收貨_bt.UseVisualStyleBackColor = True
  513. '
  514. '驗證碼1_tb
  515. '
  516. Me.驗證碼1_tb.Location = New System.Drawing.Point(232, 297)
  517. Me.驗證碼1_tb.Name = "驗證碼1_tb"
  518. Me.驗證碼1_tb.Size = New System.Drawing.Size(30, 22)
  519. Me.驗證碼1_tb.TabIndex = 1018
  520. '
  521. '尋價日期_tb
  522. '
  523. Me.尋價日期_tb.Location = New System.Drawing.Point(232, 268)
  524. Me.尋價日期_tb.Name = "尋價日期_tb"
  525. Me.尋價日期_tb.Size = New System.Drawing.Size(30, 22)
  526. Me.尋價日期_tb.TabIndex = 1017
  527. '
  528. '詢價員_tb
  529. '
  530. Me.詢價員_tb.Location = New System.Drawing.Point(232, 239)
  531. Me.詢價員_tb.Name = "詢價員_tb"
  532. Me.詢價員_tb.Size = New System.Drawing.Size(30, 22)
  533. Me.詢價員_tb.TabIndex = 1016
  534. '
  535. '核對日期_tb
  536. '
  537. Me.核對日期_tb.Location = New System.Drawing.Point(232, 210)
  538. Me.核對日期_tb.Name = "核對日期_tb"
  539. Me.核對日期_tb.Size = New System.Drawing.Size(30, 22)
  540. Me.核對日期_tb.TabIndex = 1015
  541. '
  542. '核對員_tb
  543. '
  544. Me.核對員_tb.Location = New System.Drawing.Point(232, 181)
  545. Me.核對員_tb.Name = "核對員_tb"
  546. Me.核對員_tb.Size = New System.Drawing.Size(30, 22)
  547. Me.核對員_tb.TabIndex = 1014
  548. '
  549. '供應商編碼_tb
  550. '
  551. Me.供應商編碼_tb.Location = New System.Drawing.Point(232, 152)
  552. Me.供應商編碼_tb.Name = "供應商編碼_tb"
  553. Me.供應商編碼_tb.Size = New System.Drawing.Size(30, 22)
  554. Me.供應商編碼_tb.TabIndex = 1013
  555. '
  556. '傳真_tb
  557. '
  558. Me.傳真_tb.Location = New System.Drawing.Point(232, 73)
  559. Me.傳真_tb.Name = "傳真_tb"
  560. Me.傳真_tb.Size = New System.Drawing.Size(292, 22)
  561. Me.傳真_tb.TabIndex = 1011
  562. '
  563. 'Label11
  564. '
  565. Me.Label11.AutoSize = True
  566. Me.Label11.Location = New System.Drawing.Point(175, 77)
  567. Me.Label11.Name = "Label11"
  568. Me.Label11.Size = New System.Drawing.Size(37, 15)
  569. Me.Label11.TabIndex = 1010
  570. Me.Label11.Text = "FAX : "
  571. '
  572. '圖片編碼_tb
  573. '
  574. Me.圖片編碼_tb.ForeColor = System.Drawing.Color.Blue
  575. Me.圖片編碼_tb.Location = New System.Drawing.Point(772, 239)
  576. Me.圖片編碼_tb.Name = "圖片編碼_tb"
  577. Me.圖片編碼_tb.Size = New System.Drawing.Size(186, 22)
  578. Me.圖片編碼_tb.TabIndex = 1009
  579. Me.圖片編碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  580. Me.圖片編碼_tb.Visible = False
  581. '
  582. '驗證碼_tb
  583. '
  584. Me.驗證碼_tb.ForeColor = System.Drawing.Color.Blue
  585. Me.驗證碼_tb.Location = New System.Drawing.Point(772, 262)
  586. Me.驗證碼_tb.Name = "驗證碼_tb"
  587. Me.驗證碼_tb.Size = New System.Drawing.Size(186, 22)
  588. Me.驗證碼_tb.TabIndex = 1008
  589. Me.驗證碼_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  590. Me.驗證碼_tb.Visible = False
  591. '
  592. '圖片編碼_lb
  593. '
  594. Me.圖片編碼_lb.AutoSize = True
  595. Me.圖片編碼_lb.ForeColor = System.Drawing.Color.Blue
  596. Me.圖片編碼_lb.Location = New System.Drawing.Point(718, 242)
  597. Me.圖片編碼_lb.Name = "圖片編碼_lb"
  598. Me.圖片編碼_lb.Size = New System.Drawing.Size(51, 15)
  599. Me.圖片編碼_lb.TabIndex = 1007
  600. Me.圖片編碼_lb.Text = "圖片編碼"
  601. Me.圖片編碼_lb.Visible = False
  602. '
  603. '簽名檔_pb
  604. '
  605. Me.簽名檔_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  606. Me.簽名檔_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  607. Me.簽名檔_pb.Location = New System.Drawing.Point(1131, 56)
  608. Me.簽名檔_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  609. Me.簽名檔_pb.Name = "簽名檔_pb"
  610. Me.簽名檔_pb.Size = New System.Drawing.Size(195, 62)
  611. Me.簽名檔_pb.TabIndex = 1005
  612. Me.簽名檔_pb.TabStop = False
  613. '
  614. '廠商_cb
  615. '
  616. Me.廠商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  617. Me.廠商_cb.ForeColor = System.Drawing.Color.Blue
  618. Me.廠商_cb.FormattingEnabled = True
  619. Me.廠商_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  620. Me.廠商_cb.Location = New System.Drawing.Point(666, 2)
  621. Me.廠商_cb.Name = "廠商_cb"
  622. Me.廠商_cb.Size = New System.Drawing.Size(292, 23)
  623. Me.廠商_cb.TabIndex = 1004
  624. '
  625. '選擇公司_lb
  626. '
  627. Me.選擇公司_lb.AutoSize = True
  628. Me.選擇公司_lb.ForeColor = System.Drawing.Color.Blue
  629. Me.選擇公司_lb.Location = New System.Drawing.Point(175, 5)
  630. Me.選擇公司_lb.Name = "選擇公司_lb"
  631. Me.選擇公司_lb.Size = New System.Drawing.Size(114, 15)
  632. Me.選擇公司_lb.TabIndex = 1002
  633. Me.選擇公司_lb.Text = "選       擇       公       司"
  634. '
  635. '選擇公司_cb
  636. '
  637. Me.選擇公司_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  638. Me.選擇公司_cb.ForeColor = System.Drawing.Color.Blue
  639. Me.選擇公司_cb.FormattingEnabled = True
  640. Me.選擇公司_cb.Items.AddRange(New Object() {"PT HONG XHE INDUSTRIAL", "PT PUNCAK GEMILANG SEMESTA"})
  641. Me.選擇公司_cb.Location = New System.Drawing.Point(295, 2)
  642. Me.選擇公司_cb.Name = "選擇公司_cb"
  643. Me.選擇公司_cb.Size = New System.Drawing.Size(292, 23)
  644. Me.選擇公司_cb.TabIndex = 1001
  645. '
  646. '需求日期_dtp
  647. '
  648. Me.需求日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  649. Me.需求日期_dtp.Location = New System.Drawing.Point(666, 73)
  650. Me.需求日期_dtp.Name = "需求日期_dtp"
  651. Me.需求日期_dtp.Size = New System.Drawing.Size(292, 22)
  652. Me.需求日期_dtp.TabIndex = 1000
  653. '
  654. 'Label8
  655. '
  656. Me.Label8.AutoSize = True
  657. Me.Label8.Location = New System.Drawing.Point(530, 76)
  658. Me.Label8.Name = "Label8"
  659. Me.Label8.Size = New System.Drawing.Size(91, 15)
  660. Me.Label8.TabIndex = 999
  661. Me.Label8.Text = "TGL/BLN/THN : "
  662. '
  663. '使用地點_tb
  664. '
  665. Me.使用地點_tb.Location = New System.Drawing.Point(666, 96)
  666. Me.使用地點_tb.Name = "使用地點_tb"
  667. Me.使用地點_tb.Size = New System.Drawing.Size(292, 22)
  668. Me.使用地點_tb.TabIndex = 996
  669. '
  670. 'Label5
  671. '
  672. Me.Label5.AutoSize = True
  673. Me.Label5.Location = New System.Drawing.Point(175, 99)
  674. Me.Label5.Name = "Label5"
  675. Me.Label5.Size = New System.Drawing.Size(50, 15)
  676. Me.Label5.TabIndex = 995
  677. Me.Label5.Text = "EMAIL : "
  678. '
  679. '採購單號_tb
  680. '
  681. Me.採購單號_tb.Location = New System.Drawing.Point(666, 50)
  682. Me.採購單號_tb.Name = "採購單號_tb"
  683. Me.採購單號_tb.Size = New System.Drawing.Size(292, 22)
  684. Me.採購單號_tb.TabIndex = 994
  685. '
  686. '電話_tb
  687. '
  688. Me.電話_tb.Location = New System.Drawing.Point(232, 50)
  689. Me.電話_tb.Name = "電話_tb"
  690. Me.電話_tb.Size = New System.Drawing.Size(292, 22)
  691. Me.電話_tb.TabIndex = 992
  692. '
  693. '地址_tb
  694. '
  695. Me.地址_tb.Location = New System.Drawing.Point(232, 27)
  696. Me.地址_tb.Name = "地址_tb"
  697. Me.地址_tb.Size = New System.Drawing.Size(726, 22)
  698. Me.地址_tb.TabIndex = 990
  699. '
  700. 'Label7
  701. '
  702. Me.Label7.AutoSize = True
  703. Me.Label7.Location = New System.Drawing.Point(175, 54)
  704. Me.Label7.Name = "Label7"
  705. Me.Label7.Size = New System.Drawing.Size(41, 15)
  706. Me.Label7.TabIndex = 989
  707. Me.Label7.Text = "TELP : "
  708. '
  709. '郵件_tb
  710. '
  711. Me.郵件_tb.Location = New System.Drawing.Point(232, 96)
  712. Me.郵件_tb.Name = "郵件_tb"
  713. Me.郵件_tb.Size = New System.Drawing.Size(292, 22)
  714. Me.郵件_tb.TabIndex = 988
  715. '
  716. 'Label9
  717. '
  718. Me.Label9.AutoSize = True
  719. Me.Label9.Location = New System.Drawing.Point(593, 5)
  720. Me.Label9.Name = "Label9"
  721. Me.Label9.Size = New System.Drawing.Size(71, 15)
  722. Me.Label9.TabIndex = 991
  723. Me.Label9.Text = "ORDER TO : "
  724. '
  725. 'Label10
  726. '
  727. Me.Label10.AutoSize = True
  728. Me.Label10.Location = New System.Drawing.Point(530, 53)
  729. Me.Label10.Name = "Label10"
  730. Me.Label10.Size = New System.Drawing.Size(80, 15)
  731. Me.Label10.TabIndex = 997
  732. Me.Label10.Text = "PO NOMOR : "
  733. '
  734. 'Label12
  735. '
  736. Me.Label12.AutoSize = True
  737. Me.Label12.Location = New System.Drawing.Point(530, 99)
  738. Me.Label12.Name = "Label12"
  739. Me.Label12.Size = New System.Drawing.Size(130, 15)
  740. Me.Label12.TabIndex = 998
  741. Me.Label12.Text = "TEMPAT PEMAKAIAN : "
  742. '
  743. '驗證碼_lb
  744. '
  745. Me.驗證碼_lb.AutoSize = True
  746. Me.驗證碼_lb.ForeColor = System.Drawing.Color.Blue
  747. Me.驗證碼_lb.Location = New System.Drawing.Point(716, 265)
  748. Me.驗證碼_lb.Name = "驗證碼_lb"
  749. Me.驗證碼_lb.Size = New System.Drawing.Size(52, 15)
  750. Me.驗證碼_lb.TabIndex = 1006
  751. Me.驗證碼_lb.Text = "驗  證  碼"
  752. Me.驗證碼_lb.Visible = False
  753. '
  754. '已核准_lb
  755. '
  756. Me.已核准_lb.AutoSize = True
  757. Me.已核准_lb.Location = New System.Drawing.Point(7, 3)
  758. Me.已核准_lb.Name = "已核准_lb"
  759. Me.已核准_lb.Size = New System.Drawing.Size(148, 15)
  760. Me.已核准_lb.TabIndex = 1012
  761. Me.已核准_lb.Text = "已     核     准     採     購     單"
  762. '
  763. 'Label6
  764. '
  765. Me.Label6.AutoSize = True
  766. Me.Label6.Location = New System.Drawing.Point(175, 31)
  767. Me.Label6.Name = "Label6"
  768. Me.Label6.Size = New System.Drawing.Size(63, 15)
  769. Me.Label6.TabIndex = 993
  770. Me.Label6.Text = "ALAMAT : "
  771. '
  772. '明細_dgv
  773. '
  774. Me.明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  775. Or System.Windows.Forms.AnchorStyles.Left) _
  776. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  777. Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  778. Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
  779. Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  780. Me.明細_dgv.Location = New System.Drawing.Point(175, 121)
  781. Me.明細_dgv.Name = "明細_dgv"
  782. Me.明細_dgv.RowHeadersWidth = 5
  783. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  784. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  785. Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
  786. Me.明細_dgv.RowTemplate.Height = 24
  787. Me.明細_dgv.Size = New System.Drawing.Size(1155, 517)
  788. Me.明細_dgv.TabIndex = 1003
  789. '
  790. '大間距_ch
  791. '
  792. Me.大間距_ch.AutoSize = True
  793. Me.大間距_ch.Location = New System.Drawing.Point(1169, 5)
  794. Me.大間距_ch.Name = "大間距_ch"
  795. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  796. Me.大間距_ch.TabIndex = 1842
  797. Me.大間距_ch.Text = "L3"
  798. Me.大間距_ch.UseVisualStyleBackColor = True
  799. '
  800. '中間距_ch
  801. '
  802. Me.中間距_ch.AutoSize = True
  803. Me.中間距_ch.Location = New System.Drawing.Point(1126, 5)
  804. Me.中間距_ch.Name = "中間距_ch"
  805. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  806. Me.中間距_ch.TabIndex = 1841
  807. Me.中間距_ch.Text = "L2"
  808. Me.中間距_ch.UseVisualStyleBackColor = True
  809. '
  810. '語轉扭_bt
  811. '
  812. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  813. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  814. Me.語轉扭_bt.Location = New System.Drawing.Point(1317, 2)
  815. Me.語轉扭_bt.Name = "語轉扭_bt"
  816. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  817. Me.語轉扭_bt.TabIndex = 1839
  818. Me.語轉扭_bt.Text = "L"
  819. Me.語轉扭_bt.UseVisualStyleBackColor = True
  820. '
  821. 'ContextMenuStrip1
  822. '
  823. Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.料來料驗收_tsm, Me.指定入庫申請_tsm, Me.ToolStripSeparator6, Me.重新整理_tsm, Me.ToolStripSeparator3, Me.採購單號查詢_tsm, Me.依單號全部選擇_tsm, Me.全部取消1_tsm, Me.ToolStripSeparator4, Me.開立指定入庫單_tsm, Me.選定內容加入指定入庫申請單_tsm, Me.指定入庫申請單建立完成_tsm})
  824. Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
  825. Me.ContextMenuStrip1.Size = New System.Drawing.Size(231, 220)
  826. '
  827. 'Label1
  828. '
  829. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  830. Me.Label1.AutoSize = True
  831. Me.Label1.Location = New System.Drawing.Point(459, 7)
  832. Me.Label1.Name = "Label1"
  833. Me.Label1.Size = New System.Drawing.Size(178, 15)
  834. Me.Label1.TabIndex = 1026
  835. Me.Label1.Text = "料號指定修正尚未編輯完成............."
  836. '
  837. '料號_lb
  838. '
  839. Me.料號_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  840. Me.料號_lb.AutoSize = True
  841. Me.料號_lb.Location = New System.Drawing.Point(247, 6)
  842. Me.料號_lb.Name = "料號_lb"
  843. Me.料號_lb.Size = New System.Drawing.Size(29, 15)
  844. Me.料號_lb.TabIndex = 1025
  845. Me.料號_lb.Text = "料號"
  846. '
  847. '料號_tb
  848. '
  849. Me.料號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  850. Me.料號_tb.Location = New System.Drawing.Point(278, 3)
  851. Me.料號_tb.Name = "料號_tb"
  852. Me.料號_tb.Size = New System.Drawing.Size(175, 22)
  853. Me.料號_tb.TabIndex = 1024
  854. '
  855. '倉級_tb
  856. '
  857. Me.倉級_tb.Location = New System.Drawing.Point(392, 2)
  858. Me.倉級_tb.Name = "倉級_tb"
  859. Me.倉級_tb.Size = New System.Drawing.Size(52, 22)
  860. Me.倉級_tb.TabIndex = 994
  861. Me.倉級_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  862. '
  863. '指定倉庫_lb
  864. '
  865. Me.指定倉庫_lb.AutoSize = True
  866. Me.指定倉庫_lb.Location = New System.Drawing.Point(6, 5)
  867. Me.指定倉庫_lb.Name = "指定倉庫_lb"
  868. Me.指定倉庫_lb.Size = New System.Drawing.Size(132, 15)
  869. Me.指定倉庫_lb.TabIndex = 993
  870. Me.指定倉庫_lb.Text = "指 定 倉 庫"
  871. '
  872. '倉名_cb
  873. '
  874. Me.倉名_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  875. Me.倉名_cb.FormattingEnabled = True
  876. Me.倉名_cb.Items.AddRange(New Object() {"2019"})
  877. Me.倉名_cb.Location = New System.Drawing.Point(144, 2)
  878. Me.倉名_cb.Name = "倉名_cb"
  879. Me.倉名_cb.Size = New System.Drawing.Size(141, 23)
  880. Me.倉名_cb.TabIndex = 992
  881. '
  882. '物料規格_dgv
  883. '
  884. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  885. Me.物料規格_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  886. Me.物料規格_dgv.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  887. Me.物料規格_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  888. Me.物料規格_dgv.BackgroundColor = System.Drawing.Color.White
  889. Me.物料規格_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  890. Me.物料規格_dgv.Location = New System.Drawing.Point(3, 284)
  891. Me.物料規格_dgv.Name = "物料規格_dgv"
  892. Me.物料規格_dgv.RowHeadersWidth = 5
  893. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  894. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  895. Me.物料規格_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
  896. Me.物料規格_dgv.RowTemplate.Height = 24
  897. Me.物料規格_dgv.Size = New System.Drawing.Size(567, 354)
  898. Me.物料規格_dgv.TabIndex = 1023
  899. '
  900. '物料清單_dgv
  901. '
  902. DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  903. Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
  904. Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  905. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  906. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  907. Me.物料清單_dgv.BackgroundColor = System.Drawing.Color.White
  908. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  909. Me.物料清單_dgv.Location = New System.Drawing.Point(3, 27)
  910. Me.物料清單_dgv.Name = "物料清單_dgv"
  911. Me.物料清單_dgv.RowHeadersWidth = 5
  912. DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  913. DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  914. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle11
  915. Me.物料清單_dgv.RowTemplate.Height = 24
  916. Me.物料清單_dgv.Size = New System.Drawing.Size(567, 256)
  917. Me.物料清單_dgv.TabIndex = 1022
  918. '
  919. '群組編碼_lb
  920. '
  921. Me.群組編碼_lb.AutoSize = True
  922. Me.群組編碼_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  923. Me.群組編碼_lb.Location = New System.Drawing.Point(3, 6)
  924. Me.群組編碼_lb.Name = "群組編碼_lb"
  925. Me.群組編碼_lb.Size = New System.Drawing.Size(60, 15)
  926. Me.群組編碼_lb.TabIndex = 1021
  927. Me.群組編碼_lb.Text = "群 組 編 碼"
  928. Me.群組編碼_lb.TextAlign = System.Drawing.ContentAlignment.TopRight
  929. '
  930. '群組編碼_cb
  931. '
  932. Me.群組編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  933. Me.群組編碼_cb.FormattingEnabled = True
  934. Me.群組編碼_cb.Items.AddRange(New Object() {"2019"})
  935. Me.群組編碼_cb.Location = New System.Drawing.Point(65, 2)
  936. Me.群組編碼_cb.Name = "群組編碼_cb"
  937. Me.群組編碼_cb.Size = New System.Drawing.Size(180, 23)
  938. Me.群組編碼_cb.TabIndex = 1020
  939. '
  940. '無料明細_dgv
  941. '
  942. DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  943. Me.無料明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
  944. Me.無料明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  945. Or System.Windows.Forms.AnchorStyles.Left) _
  946. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  947. Me.無料明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  948. Me.無料明細_dgv.BackgroundColor = System.Drawing.Color.White
  949. Me.無料明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  950. Me.無料明細_dgv.Location = New System.Drawing.Point(573, 27)
  951. Me.無料明細_dgv.Name = "無料明細_dgv"
  952. Me.無料明細_dgv.RowHeadersWidth = 5
  953. DataGridViewCellStyle13.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  954. DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  955. Me.無料明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle13
  956. Me.無料明細_dgv.RowTemplate.Height = 24
  957. Me.無料明細_dgv.Size = New System.Drawing.Size(755, 611)
  958. Me.無料明細_dgv.TabIndex = 1019
  959. '
  960. '選定內容加入指定入庫申請單_bt
  961. '
  962. Me.選定內容加入指定入庫申請單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  963. Me.選定內容加入指定入庫申請單_bt.ForeColor = System.Drawing.Color.Green
  964. Me.選定內容加入指定入庫申請單_bt.Location = New System.Drawing.Point(438, 25)
  965. Me.選定內容加入指定入庫申請單_bt.Name = "選定內容加入指定入庫申請單_bt"
  966. Me.選定內容加入指定入庫申請單_bt.Size = New System.Drawing.Size(757, 24)
  967. Me.選定內容加入指定入庫申請單_bt.TabIndex = 1002
  968. Me.選定內容加入指定入庫申請單_bt.Text = "選定內容加入指定入庫申請單"
  969. Me.選定內容加入指定入庫申請單_bt.UseVisualStyleBackColor = True
  970. '
  971. '開立指定入庫單_bt
  972. '
  973. Me.開立指定入庫單_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  974. Me.開立指定入庫單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  975. Me.開立指定入庫單_bt.Location = New System.Drawing.Point(2, 25)
  976. Me.開立指定入庫單_bt.Name = "開立指定入庫單_bt"
  977. Me.開立指定入庫單_bt.Size = New System.Drawing.Size(435, 24)
  978. Me.開立指定入庫單_bt.TabIndex = 1001
  979. Me.開立指定入庫單_bt.Text = "開立指定入庫單"
  980. Me.開立指定入庫單_bt.UseVisualStyleBackColor = True
  981. '
  982. '倉庫編號_lb
  983. '
  984. Me.倉庫編號_lb.AutoSize = True
  985. Me.倉庫編號_lb.Location = New System.Drawing.Point(450, 5)
  986. Me.倉庫編號_lb.Name = "倉庫編號_lb"
  987. Me.倉庫編號_lb.Size = New System.Drawing.Size(114, 15)
  988. Me.倉庫編號_lb.TabIndex = 997
  989. Me.倉庫編號_lb.Text = "倉 庫 編 號"
  990. '
  991. '倉名編號_tb
  992. '
  993. Me.倉名編號_tb.Location = New System.Drawing.Point(570, 2)
  994. Me.倉名編號_tb.Name = "倉名編號_tb"
  995. Me.倉名編號_tb.Size = New System.Drawing.Size(52, 22)
  996. Me.倉名編號_tb.TabIndex = 996
  997. Me.倉名編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  998. '
  999. '倉庫級別_lb
  1000. '
  1001. Me.倉庫級別_lb.AutoSize = True
  1002. Me.倉庫級別_lb.Location = New System.Drawing.Point(291, 5)
  1003. Me.倉庫級別_lb.Name = "倉庫級別_lb"
  1004. Me.倉庫級別_lb.Size = New System.Drawing.Size(96, 15)
  1005. Me.倉庫級別_lb.TabIndex = 995
  1006. Me.倉庫級別_lb.Text = "倉 庫 級 別"
  1007. Me.倉庫級別_lb.UseMnemonic = False
  1008. '
  1009. '未入庫_dgv
  1010. '
  1011. DataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  1012. Me.未入庫_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle14
  1013. Me.未入庫_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  1014. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1015. Me.未入庫_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  1016. Me.未入庫_dgv.BackgroundColor = System.Drawing.Color.White
  1017. Me.未入庫_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  1018. Me.未入庫_dgv.Location = New System.Drawing.Point(3, 50)
  1019. Me.未入庫_dgv.Name = "未入庫_dgv"
  1020. Me.未入庫_dgv.RowHeadersWidth = 5
  1021. DataGridViewCellStyle15.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1022. DataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  1023. Me.未入庫_dgv.RowsDefaultCellStyle = DataGridViewCellStyle15
  1024. Me.未入庫_dgv.RowTemplate.Height = 24
  1025. Me.未入庫_dgv.Size = New System.Drawing.Size(1322, 318)
  1026. Me.未入庫_dgv.TabIndex = 969
  1027. '
  1028. '物料驗收後指定入庫申請_tp
  1029. '
  1030. Me.物料驗收後指定入庫申請_tp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1031. Me.物料驗收後指定入庫申請_tp.ContextMenuStrip = Me.ContextMenuStrip1
  1032. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.採購單號1_tb)
  1033. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.採購單號_lb)
  1034. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.物料圖檔1_pb)
  1035. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.指定入庫申請單建立完成_bt)
  1036. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.入庫申請_dgv)
  1037. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.指定入庫單號1_lb)
  1038. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.指定入庫單號1_tb)
  1039. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.入庫明細_dgv)
  1040. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.指定入庫單號_lb)
  1041. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.指定入庫單號_tb)
  1042. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.選定內容加入指定入庫申請單_bt)
  1043. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.開立指定入庫單_bt)
  1044. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.倉庫編號_lb)
  1045. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.倉名編號_tb)
  1046. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.倉庫級別_lb)
  1047. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.倉級_tb)
  1048. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.指定倉庫_lb)
  1049. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.倉名_cb)
  1050. Me.物料驗收後指定入庫申請_tp.Controls.Add(Me.未入庫_dgv)
  1051. Me.物料驗收後指定入庫申請_tp.Location = New System.Drawing.Point(4, 27)
  1052. Me.物料驗收後指定入庫申請_tp.Name = "物料驗收後指定入庫申請_tp"
  1053. Me.物料驗收後指定入庫申請_tp.Padding = New System.Windows.Forms.Padding(3)
  1054. Me.物料驗收後指定入庫申請_tp.Size = New System.Drawing.Size(1335, 644)
  1055. Me.物料驗收後指定入庫申請_tp.TabIndex = 0
  1056. Me.物料驗收後指定入庫申請_tp.Text = "物料驗收後指定入庫申請"
  1057. Me.物料驗收後指定入庫申請_tp.UseVisualStyleBackColor = True
  1058. '
  1059. 'SYS_DEBUG_tp
  1060. '
  1061. Me.SYS_DEBUG_tp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1062. Me.SYS_DEBUG_tp.Controls.Add(Me.Label1)
  1063. Me.SYS_DEBUG_tp.Controls.Add(Me.料號_lb)
  1064. Me.SYS_DEBUG_tp.Controls.Add(Me.料號_tb)
  1065. Me.SYS_DEBUG_tp.Controls.Add(Me.物料規格_dgv)
  1066. Me.SYS_DEBUG_tp.Controls.Add(Me.物料清單_dgv)
  1067. Me.SYS_DEBUG_tp.Controls.Add(Me.群組編碼_lb)
  1068. Me.SYS_DEBUG_tp.Controls.Add(Me.群組編碼_cb)
  1069. Me.SYS_DEBUG_tp.Controls.Add(Me.無料明細_dgv)
  1070. Me.SYS_DEBUG_tp.Location = New System.Drawing.Point(4, 27)
  1071. Me.SYS_DEBUG_tp.Name = "SYS_DEBUG_tp"
  1072. Me.SYS_DEBUG_tp.Size = New System.Drawing.Size(1335, 644)
  1073. Me.SYS_DEBUG_tp.TabIndex = 3
  1074. Me.SYS_DEBUG_tp.Text = "SYS DEBUG"
  1075. Me.SYS_DEBUG_tp.UseVisualStyleBackColor = True
  1076. '
  1077. 'TabControl1
  1078. '
  1079. Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1080. Or System.Windows.Forms.AnchorStyles.Left) _
  1081. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1082. Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
  1083. Me.TabControl1.Controls.Add(Me.建築物料來料驗收單_tp)
  1084. Me.TabControl1.Controls.Add(Me.物料驗收後指定入庫申請_tp)
  1085. Me.TabControl1.Controls.Add(Me.SYS_DEBUG_tp)
  1086. Me.TabControl1.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1087. Me.TabControl1.Location = New System.Drawing.Point(3, 3)
  1088. Me.TabControl1.Name = "TabControl1"
  1089. Me.TabControl1.SelectedIndex = 0
  1090. Me.TabControl1.Size = New System.Drawing.Size(1343, 675)
  1091. Me.TabControl1.TabIndex = 1838
  1092. '
  1093. '採購單驗收
  1094. '
  1095. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1096. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1097. Me.ClientSize = New System.Drawing.Size(1349, 681)
  1098. Me.Controls.Add(Me.小間距_ch)
  1099. Me.Controls.Add(Me.詳細資料2_ch)
  1100. Me.Controls.Add(Me.大間距_ch)
  1101. Me.Controls.Add(Me.中間距_ch)
  1102. Me.Controls.Add(Me.語轉扭_bt)
  1103. Me.Controls.Add(Me.TabControl1)
  1104. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1105. Me.Margin = New System.Windows.Forms.Padding(4)
  1106. Me.Name = "採購單驗收"
  1107. Me.Text = "採購單驗收"
  1108. CType(Me.物料圖檔1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1109. CType(Me.入庫申請_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1110. CType(Me.入庫明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1111. Me.建築物料來料驗收單_tp.ResumeLayout(False)
  1112. Me.建築物料來料驗收單_tp.PerformLayout()
  1113. Me.ContextMenuStrip2.ResumeLayout(False)
  1114. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1115. CType(Me.物料圖檔_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1116. CType(Me.已核准_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1117. CType(Me.簽名檔_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1118. CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1119. Me.ContextMenuStrip1.ResumeLayout(False)
  1120. CType(Me.物料規格_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1121. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1122. CType(Me.無料明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1123. CType(Me.未入庫_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1124. Me.物料驗收後指定入庫申請_tp.ResumeLayout(False)
  1125. Me.物料驗收後指定入庫申請_tp.PerformLayout()
  1126. Me.SYS_DEBUG_tp.ResumeLayout(False)
  1127. Me.SYS_DEBUG_tp.PerformLayout()
  1128. Me.TabControl1.ResumeLayout(False)
  1129. Me.ResumeLayout(False)
  1130. Me.PerformLayout()
  1131. End Sub
  1132. Friend WithEvents 採購單號1_tb As TextBox
  1133. Friend WithEvents 採購單號_lb As Label
  1134. Friend WithEvents 物料圖檔1_pb As PictureBox
  1135. Friend WithEvents 指定入庫申請單建立完成_bt As Button
  1136. Friend WithEvents 入庫申請_dgv As DataGridView
  1137. Friend WithEvents 指定入庫單號1_lb As Label
  1138. Friend WithEvents 指定入庫單號1_tb As TextBox
  1139. Friend WithEvents 指定入庫單號_lb As Label
  1140. Friend WithEvents 指定入庫申請單建立完成_tsm As ToolStripMenuItem
  1141. Friend WithEvents 選定內容加入指定入庫申請單_tsm As ToolStripMenuItem
  1142. Friend WithEvents 開立指定入庫單_tsm As ToolStripMenuItem
  1143. Friend WithEvents ToolStripSeparator4 As ToolStripSeparator
  1144. Friend WithEvents 全部取消1_tsm As ToolStripMenuItem
  1145. Friend WithEvents 依單號全部選擇_tsm As ToolStripMenuItem
  1146. Friend WithEvents 採購單號查詢_tsm As ToolStripMenuItem
  1147. Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
  1148. Friend WithEvents 重新整理_tsm As ToolStripMenuItem
  1149. Friend WithEvents ToolStripSeparator6 As ToolStripSeparator
  1150. Friend WithEvents 指定入庫申請_tsm As ToolStripMenuItem
  1151. Friend WithEvents 料來料驗收_tsm As ToolStripMenuItem
  1152. Friend WithEvents 入庫明細_dgv As DataGridView
  1153. Friend WithEvents 小間距_ch As CheckBox
  1154. Friend WithEvents 指定入庫單號_tb As TextBox
  1155. Friend WithEvents 詳細資料2_ch As CheckBox
  1156. Friend WithEvents 建築物料來料驗收單_tp As TabPage
  1157. Friend WithEvents ContextMenuStrip2 As ContextMenuStrip
  1158. Friend WithEvents 料來料驗收1_tsm As ToolStripMenuItem
  1159. Friend WithEvents 指定入庫申請1_tsm As ToolStripMenuItem
  1160. Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
  1161. Friend WithEvents 重新整理1_tsm As ToolStripMenuItem
  1162. Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
  1163. Friend WithEvents 確定收貨_tsm As ToolStripMenuItem
  1164. Friend WithEvents 全部選擇_tsm As ToolStripMenuItem
  1165. Friend WithEvents 全部取消_tsm As ToolStripMenuItem
  1166. Friend WithEvents 語言_dgv As DataGridView
  1167. Friend WithEvents 物料圖檔_pb As PictureBox
  1168. Friend WithEvents 已核准_dgv As DataGridView
  1169. Friend WithEvents 確定收貨_bt As Button
  1170. Friend WithEvents 驗證碼1_tb As TextBox
  1171. Friend WithEvents 尋價日期_tb As TextBox
  1172. Friend WithEvents 詢價員_tb As TextBox
  1173. Friend WithEvents 核對日期_tb As TextBox
  1174. Friend WithEvents 核對員_tb As TextBox
  1175. Friend WithEvents 供應商編碼_tb As TextBox
  1176. Friend WithEvents 傳真_tb As TextBox
  1177. Friend WithEvents Label11 As Label
  1178. Friend WithEvents 圖片編碼_tb As TextBox
  1179. Friend WithEvents 驗證碼_tb As TextBox
  1180. Friend WithEvents 圖片編碼_lb As Label
  1181. Friend WithEvents 簽名檔_pb As PictureBox
  1182. Friend WithEvents 廠商_cb As ComboBox
  1183. Friend WithEvents 選擇公司_lb As Label
  1184. Friend WithEvents 選擇公司_cb As ComboBox
  1185. Friend WithEvents 需求日期_dtp As DateTimePicker
  1186. Friend WithEvents Label8 As Label
  1187. Friend WithEvents 使用地點_tb As TextBox
  1188. Friend WithEvents Label5 As Label
  1189. Friend WithEvents 採購單號_tb As TextBox
  1190. Friend WithEvents 電話_tb As TextBox
  1191. Friend WithEvents 地址_tb As TextBox
  1192. Friend WithEvents Label7 As Label
  1193. Friend WithEvents 郵件_tb As TextBox
  1194. Friend WithEvents Label9 As Label
  1195. Friend WithEvents Label10 As Label
  1196. Friend WithEvents Label12 As Label
  1197. Friend WithEvents 驗證碼_lb As Label
  1198. Friend WithEvents 已核准_lb As Label
  1199. Friend WithEvents Label6 As Label
  1200. Friend WithEvents 明細_dgv As DataGridView
  1201. Friend WithEvents 大間距_ch As CheckBox
  1202. Friend WithEvents 中間距_ch As CheckBox
  1203. Friend WithEvents 語轉扭_bt As Button
  1204. Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
  1205. Friend WithEvents Label1 As Label
  1206. Friend WithEvents 料號_lb As Label
  1207. Friend WithEvents 料號_tb As TextBox
  1208. Friend WithEvents 倉級_tb As TextBox
  1209. Friend WithEvents 指定倉庫_lb As Label
  1210. Friend WithEvents 倉名_cb As ComboBox
  1211. Friend WithEvents 物料規格_dgv As DataGridView
  1212. Friend WithEvents 物料清單_dgv As DataGridView
  1213. Friend WithEvents 群組編碼_lb As Label
  1214. Friend WithEvents 群組編碼_cb As ComboBox
  1215. Friend WithEvents 無料明細_dgv As DataGridView
  1216. Friend WithEvents 選定內容加入指定入庫申請單_bt As Button
  1217. Friend WithEvents 開立指定入庫單_bt As Button
  1218. Friend WithEvents 倉庫編號_lb As Label
  1219. Friend WithEvents 倉名編號_tb As TextBox
  1220. Friend WithEvents 倉庫級別_lb As Label
  1221. Friend WithEvents 未入庫_dgv As DataGridView
  1222. Friend WithEvents 物料驗收後指定入庫申請_tp As TabPage
  1223. Friend WithEvents SYS_DEBUG_tp As TabPage
  1224. Friend WithEvents TabControl1 As TabControl
  1225. End Class