Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

建築物料來料驗收與指定入庫.Designer.vb 55KB

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