Brak opisu
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 78KB

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