Ingen beskrivning
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 48KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938
  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. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(依銷售申請採購單))
  26. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle14 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Me.銷售單據_dgv = New System.Windows.Forms.DataGridView()
  31. Me.業務_cb = New System.Windows.Forms.ComboBox()
  32. Me.採購金額_tb = New System.Windows.Forms.TextBox()
  33. Me.Label16 = New System.Windows.Forms.Label()
  34. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  35. Me.清空1_bt = New System.Windows.Forms.Button()
  36. Me.供應商編碼1_tb = New System.Windows.Forms.TextBox()
  37. Me.查詢1_tb = New System.Windows.Forms.TextBox()
  38. Me.地區1_cb = New System.Windows.Forms.ComboBox()
  39. Me.Label14 = New System.Windows.Forms.Label()
  40. Me.供應商1_cb = New System.Windows.Forms.ComboBox()
  41. Me.Label13 = New System.Windows.Forms.Label()
  42. Me.供應商編碼1_cb = New System.Windows.Forms.ComboBox()
  43. Me.Label1 = New System.Windows.Forms.Label()
  44. Me.存檔_bt = New System.Windows.Forms.Button()
  45. Me.刪除單據上點選的資料_bt = New System.Windows.Forms.Button()
  46. Me.Label9 = New System.Windows.Forms.Label()
  47. Me.資料筆數1_tb = New System.Windows.Forms.TextBox()
  48. Me.Label10 = New System.Windows.Forms.Label()
  49. Me.項次_tb = New System.Windows.Forms.TextBox()
  50. Me.選擇_lb = New System.Windows.Forms.Label()
  51. Me.採購清單_dgv = New System.Windows.Forms.DataGridView()
  52. Me.Label15 = New System.Windows.Forms.Label()
  53. Me.Label17 = New System.Windows.Forms.Label()
  54. Me.Label2 = New System.Windows.Forms.Label()
  55. Me.銷售單顯示_ch = New System.Windows.Forms.CheckBox()
  56. Me.銷售明細_dgv = New System.Windows.Forms.DataGridView()
  57. Me.單號_tb = New System.Windows.Forms.TextBox()
  58. Me.窄間距1_ch = New System.Windows.Forms.CheckBox()
  59. Me.轉採購_bt = New System.Windows.Forms.Button()
  60. Me.Label3 = New System.Windows.Forms.Label()
  61. Me.業務1_cb = New System.Windows.Forms.ComboBox()
  62. Me.日期2_dtp = New System.Windows.Forms.DateTimePicker()
  63. Me.日期1_dtp = New System.Windows.Forms.DateTimePicker()
  64. Me.申請人_tb = New System.Windows.Forms.TextBox()
  65. Me.Label19 = New System.Windows.Forms.Label()
  66. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  67. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  68. Me.檔名讀取_tb = New System.Windows.Forms.TextBox()
  69. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  70. Me.Label12 = New System.Windows.Forms.Label()
  71. Me.Label4 = New System.Windows.Forms.Label()
  72. Me.讀取資料夾路徑_bt = New System.Windows.Forms.Button()
  73. Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser()
  74. Me.FTP資料夾_wb = New System.Windows.Forms.WebBrowser()
  75. Me.Label11 = New System.Windows.Forms.Label()
  76. Me.Label5 = New System.Windows.Forms.Label()
  77. Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
  78. Me.下載圖檔_bt = New System.Windows.Forms.Button()
  79. Me.圖檔入系統_bt = New System.Windows.Forms.Button()
  80. Me.訂製圖檔_dgv = New System.Windows.Forms.DataGridView()
  81. Me.版次_tb = New System.Windows.Forms.TextBox()
  82. Me.大圖預覽_bt = New System.Windows.Forms.Button()
  83. Me.單號1_tb = New System.Windows.Forms.TextBox()
  84. Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
  85. Me.料號_tb = New System.Windows.Forms.TextBox()
  86. Me.下載檔名_tb = New System.Windows.Forms.TextBox()
  87. Me.物料圖1_pb = New System.Windows.Forms.PictureBox()
  88. Me.採購金額1_tb = New System.Windows.Forms.TextBox()
  89. Me.Label6 = New System.Windows.Forms.Label()
  90. Me.供應商_tb = New System.Windows.Forms.TextBox()
  91. Me.Label7 = New System.Windows.Forms.Label()
  92. Me.採購日期_tb = New System.Windows.Forms.TextBox()
  93. Me.交貨日期_tb = New System.Windows.Forms.TextBox()
  94. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  95. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  96. CType(Me.銷售單據_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.採購清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.銷售明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.訂製圖檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  101. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  102. Me.SuspendLayout()
  103. '
  104. '銷售單據_dgv
  105. '
  106. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  107. Me.銷售單據_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  108. Me.銷售單據_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  109. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  110. Me.銷售單據_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  111. Me.銷售單據_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  112. Me.銷售單據_dgv.Location = New System.Drawing.Point(5, 123)
  113. Me.銷售單據_dgv.Name = "銷售單據_dgv"
  114. Me.銷售單據_dgv.RowHeadersWidth = 5
  115. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  116. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  117. Me.銷售單據_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
  118. Me.銷售單據_dgv.RowTemplate.Height = 24
  119. Me.銷售單據_dgv.Size = New System.Drawing.Size(81, 552)
  120. Me.銷售單據_dgv.TabIndex = 1159
  121. '
  122. '業務_cb
  123. '
  124. Me.業務_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  125. Me.業務_cb.FormattingEnabled = True
  126. Me.業務_cb.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5", "6", "7", "8", "9", "B", "Y"})
  127. Me.業務_cb.Location = New System.Drawing.Point(5, 21)
  128. Me.業務_cb.Name = "業務_cb"
  129. Me.業務_cb.Size = New System.Drawing.Size(81, 24)
  130. Me.業務_cb.TabIndex = 1256
  131. '
  132. '採購金額_tb
  133. '
  134. Me.採購金額_tb.ForeColor = System.Drawing.Color.Blue
  135. Me.採購金額_tb.Location = New System.Drawing.Point(362, 62)
  136. Me.採購金額_tb.Name = "採購金額_tb"
  137. Me.採購金額_tb.Size = New System.Drawing.Size(130, 23)
  138. Me.採購金額_tb.TabIndex = 1305
  139. Me.採購金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  140. '
  141. 'Label16
  142. '
  143. Me.Label16.AutoSize = True
  144. Me.Label16.ForeColor = System.Drawing.Color.Blue
  145. Me.Label16.Location = New System.Drawing.Point(306, 65)
  146. Me.Label16.Name = "Label16"
  147. Me.Label16.Size = New System.Drawing.Size(56, 16)
  148. Me.Label16.TabIndex = 1304
  149. Me.Label16.Text = "採購金額"
  150. '
  151. '小間距_ch
  152. '
  153. Me.小間距_ch.AutoSize = True
  154. Me.小間距_ch.Location = New System.Drawing.Point(92, 64)
  155. Me.小間距_ch.Name = "小間距_ch"
  156. Me.小間距_ch.Size = New System.Drawing.Size(63, 20)
  157. Me.小間距_ch.TabIndex = 1303
  158. Me.小間距_ch.Text = "小間距"
  159. Me.小間距_ch.UseVisualStyleBackColor = True
  160. '
  161. '清空1_bt
  162. '
  163. Me.清空1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  164. Me.清空1_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
  165. Me.清空1_bt.Location = New System.Drawing.Point(445, 2)
  166. Me.清空1_bt.Name = "清空1_bt"
  167. Me.清空1_bt.Size = New System.Drawing.Size(90, 52)
  168. Me.清空1_bt.TabIndex = 1301
  169. Me.清空1_bt.Text = "清除查詢條件"
  170. Me.清空1_bt.UseVisualStyleBackColor = True
  171. '
  172. '供應商編碼1_tb
  173. '
  174. Me.供應商編碼1_tb.Location = New System.Drawing.Point(827, 239)
  175. Me.供應商編碼1_tb.Name = "供應商編碼1_tb"
  176. Me.供應商編碼1_tb.Size = New System.Drawing.Size(122, 23)
  177. Me.供應商編碼1_tb.TabIndex = 1300
  178. Me.供應商編碼1_tb.Visible = False
  179. '
  180. '查詢1_tb
  181. '
  182. Me.查詢1_tb.Location = New System.Drawing.Point(263, 3)
  183. Me.查詢1_tb.Name = "查詢1_tb"
  184. Me.查詢1_tb.Size = New System.Drawing.Size(134, 23)
  185. Me.查詢1_tb.TabIndex = 1298
  186. '
  187. '地區1_cb
  188. '
  189. Me.地區1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  190. Me.地區1_cb.FormattingEnabled = True
  191. Me.地區1_cb.Items.AddRange(New Object() {"", "北部", "南部", "材料", "調貨"})
  192. Me.地區1_cb.Location = New System.Drawing.Point(144, 2)
  193. Me.地區1_cb.Name = "地區1_cb"
  194. Me.地區1_cb.Size = New System.Drawing.Size(76, 24)
  195. Me.地區1_cb.TabIndex = 1297
  196. '
  197. 'Label14
  198. '
  199. Me.Label14.AutoSize = True
  200. Me.Label14.ForeColor = System.Drawing.Color.Red
  201. Me.Label14.Location = New System.Drawing.Point(89, 7)
  202. Me.Label14.Name = "Label14"
  203. Me.Label14.Size = New System.Drawing.Size(32, 16)
  204. Me.Label14.TabIndex = 1296
  205. Me.Label14.Text = "地區"
  206. '
  207. '供應商1_cb
  208. '
  209. Me.供應商1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  210. Me.供應商1_cb.FormattingEnabled = True
  211. Me.供應商1_cb.Location = New System.Drawing.Point(263, 29)
  212. Me.供應商1_cb.Name = "供應商1_cb"
  213. Me.供應商1_cb.Size = New System.Drawing.Size(134, 24)
  214. Me.供應商1_cb.TabIndex = 1295
  215. '
  216. 'Label13
  217. '
  218. Me.Label13.AutoSize = True
  219. Me.Label13.ForeColor = System.Drawing.Color.Red
  220. Me.Label13.Location = New System.Drawing.Point(222, 33)
  221. Me.Label13.Name = "Label13"
  222. Me.Label13.Size = New System.Drawing.Size(44, 16)
  223. Me.Label13.TabIndex = 1294
  224. Me.Label13.Text = "供應商"
  225. '
  226. '供應商編碼1_cb
  227. '
  228. Me.供應商編碼1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  229. Me.供應商編碼1_cb.FormattingEnabled = True
  230. Me.供應商編碼1_cb.Location = New System.Drawing.Point(144, 29)
  231. Me.供應商編碼1_cb.Name = "供應商編碼1_cb"
  232. Me.供應商編碼1_cb.Size = New System.Drawing.Size(76, 24)
  233. Me.供應商編碼1_cb.TabIndex = 1293
  234. '
  235. 'Label1
  236. '
  237. Me.Label1.AutoSize = True
  238. Me.Label1.ForeColor = System.Drawing.Color.Red
  239. Me.Label1.Location = New System.Drawing.Point(89, 33)
  240. Me.Label1.Name = "Label1"
  241. Me.Label1.Size = New System.Drawing.Size(56, 16)
  242. Me.Label1.TabIndex = 1292
  243. Me.Label1.Text = "廠商編碼"
  244. '
  245. '存檔_bt
  246. '
  247. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  248. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  249. Me.存檔_bt.Location = New System.Drawing.Point(557, 2)
  250. Me.存檔_bt.Name = "存檔_bt"
  251. Me.存檔_bt.Size = New System.Drawing.Size(90, 52)
  252. Me.存檔_bt.TabIndex = 1285
  253. Me.存檔_bt.Text = "存檔"
  254. Me.存檔_bt.UseVisualStyleBackColor = True
  255. '
  256. '刪除單據上點選的資料_bt
  257. '
  258. Me.刪除單據上點選的資料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  259. Me.刪除單據上點選的資料_bt.ForeColor = System.Drawing.Color.Red
  260. Me.刪除單據上點選的資料_bt.Location = New System.Drawing.Point(857, 3)
  261. Me.刪除單據上點選的資料_bt.Name = "刪除單據上點選的資料_bt"
  262. Me.刪除單據上點選的資料_bt.Size = New System.Drawing.Size(102, 50)
  263. Me.刪除單據上點選的資料_bt.TabIndex = 1286
  264. Me.刪除單據上點選的資料_bt.Text = "刪除採購單據上點選的資料"
  265. Me.刪除單據上點選的資料_bt.UseVisualStyleBackColor = True
  266. '
  267. 'Label9
  268. '
  269. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  270. Me.Label9.AutoSize = True
  271. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  272. Me.Label9.Location = New System.Drawing.Point(1075, 65)
  273. Me.Label9.Name = "Label9"
  274. Me.Label9.Size = New System.Drawing.Size(44, 16)
  275. Me.Label9.TabIndex = 1289
  276. Me.Label9.Text = "筆資料"
  277. '
  278. '資料筆數1_tb
  279. '
  280. Me.資料筆數1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  281. Me.資料筆數1_tb.Location = New System.Drawing.Point(1033, 62)
  282. Me.資料筆數1_tb.Name = "資料筆數1_tb"
  283. Me.資料筆數1_tb.Size = New System.Drawing.Size(39, 23)
  284. Me.資料筆數1_tb.TabIndex = 1288
  285. Me.資料筆數1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  286. '
  287. 'Label10
  288. '
  289. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  290. Me.Label10.AutoSize = True
  291. Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
  292. Me.Label10.Location = New System.Drawing.Point(1011, 65)
  293. Me.Label10.Name = "Label10"
  294. Me.Label10.Size = New System.Drawing.Size(20, 16)
  295. Me.Label10.TabIndex = 1287
  296. Me.Label10.Text = "共"
  297. '
  298. '項次_tb
  299. '
  300. Me.項次_tb.Enabled = False
  301. Me.項次_tb.Location = New System.Drawing.Point(721, 3)
  302. Me.項次_tb.Name = "項次_tb"
  303. Me.項次_tb.Size = New System.Drawing.Size(130, 23)
  304. Me.項次_tb.TabIndex = 1284
  305. '
  306. '選擇_lb
  307. '
  308. Me.選擇_lb.AutoSize = True
  309. Me.選擇_lb.Location = New System.Drawing.Point(653, 6)
  310. Me.選擇_lb.Name = "選擇_lb"
  311. Me.選擇_lb.Size = New System.Drawing.Size(68, 16)
  312. Me.選擇_lb.TabIndex = 1283
  313. Me.選擇_lb.Text = "資料流水號"
  314. '
  315. '採購清單_dgv
  316. '
  317. Me.採購清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  318. Or System.Windows.Forms.AnchorStyles.Left) _
  319. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  320. Me.採購清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  321. Me.採購清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  322. Me.採購清單_dgv.Location = New System.Drawing.Point(89, 90)
  323. Me.採購清單_dgv.Name = "採購清單_dgv"
  324. Me.採購清單_dgv.RowHeadersWidth = 5
  325. DataGridViewCellStyle10.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  326. DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  327. Me.採購清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10
  328. Me.採購清單_dgv.RowTemplate.Height = 24
  329. Me.採購清單_dgv.Size = New System.Drawing.Size(1030, 585)
  330. Me.採購清單_dgv.TabIndex = 1235
  331. '
  332. 'Label15
  333. '
  334. Me.Label15.AutoSize = True
  335. Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
  336. Me.Label15.Location = New System.Drawing.Point(222, 6)
  337. Me.Label15.Name = "Label15"
  338. Me.Label15.Size = New System.Drawing.Size(44, 16)
  339. Me.Label15.TabIndex = 1299
  340. Me.Label15.Text = "關鍵字"
  341. '
  342. 'Label17
  343. '
  344. Me.Label17.AutoSize = True
  345. Me.Label17.Location = New System.Drawing.Point(87, 49)
  346. Me.Label17.Name = "Label17"
  347. Me.Label17.Size = New System.Drawing.Size(1513, 16)
  348. Me.Label17.TabIndex = 1302
  349. Me.Label17.Text = resources.GetString("Label17.Text")
  350. '
  351. 'Label2
  352. '
  353. Me.Label2.AutoSize = True
  354. Me.Label2.Location = New System.Drawing.Point(2, 3)
  355. Me.Label2.Name = "Label2"
  356. Me.Label2.Size = New System.Drawing.Size(80, 16)
  357. Me.Label2.TabIndex = 1306
  358. Me.Label2.Text = "未轉換銷售單"
  359. '
  360. '銷售單顯示_ch
  361. '
  362. Me.銷售單顯示_ch.AutoSize = True
  363. Me.銷售單顯示_ch.Location = New System.Drawing.Point(5, 68)
  364. Me.銷售單顯示_ch.Name = "銷售單顯示_ch"
  365. Me.銷售單顯示_ch.Size = New System.Drawing.Size(87, 20)
  366. Me.銷售單顯示_ch.TabIndex = 1307
  367. Me.銷售單顯示_ch.Text = "銷售單顯示"
  368. Me.銷售單顯示_ch.UseVisualStyleBackColor = True
  369. '
  370. '銷售明細_dgv
  371. '
  372. DataGridViewCellStyle11.BackColor = System.Drawing.Color.White
  373. Me.銷售明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle11
  374. Me.銷售明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  375. Or System.Windows.Forms.AnchorStyles.Left) _
  376. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  377. Me.銷售明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  378. Me.銷售明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  379. Me.銷售明細_dgv.Location = New System.Drawing.Point(88, 2)
  380. Me.銷售明細_dgv.Name = "銷售明細_dgv"
  381. Me.銷售明細_dgv.RowHeadersWidth = 5
  382. DataGridViewCellStyle12.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  383. DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  384. Me.銷售明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle12
  385. Me.銷售明細_dgv.RowTemplate.Height = 24
  386. Me.銷售明細_dgv.Size = New System.Drawing.Size(1031, 673)
  387. Me.銷售明細_dgv.TabIndex = 1308
  388. '
  389. '單號_tb
  390. '
  391. Me.單號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  392. Me.單號_tb.Enabled = False
  393. Me.單號_tb.Location = New System.Drawing.Point(987, 123)
  394. Me.單號_tb.Name = "單號_tb"
  395. Me.單號_tb.Size = New System.Drawing.Size(122, 23)
  396. Me.單號_tb.TabIndex = 1309
  397. Me.單號_tb.Visible = False
  398. '
  399. '窄間距1_ch
  400. '
  401. Me.窄間距1_ch.AutoSize = True
  402. Me.窄間距1_ch.Location = New System.Drawing.Point(5, 48)
  403. Me.窄間距1_ch.Name = "窄間距1_ch"
  404. Me.窄間距1_ch.Size = New System.Drawing.Size(63, 20)
  405. Me.窄間距1_ch.TabIndex = 1310
  406. Me.窄間距1_ch.Text = "窄間距"
  407. Me.窄間距1_ch.UseVisualStyleBackColor = True
  408. '
  409. '轉採購_bt
  410. '
  411. Me.轉採購_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  412. Me.轉採購_bt.ForeColor = System.Drawing.Color.Green
  413. Me.轉採購_bt.Location = New System.Drawing.Point(5, 90)
  414. Me.轉採購_bt.Name = "轉採購_bt"
  415. Me.轉採購_bt.Size = New System.Drawing.Size(81, 31)
  416. Me.轉採購_bt.TabIndex = 1311
  417. Me.轉採購_bt.Text = "轉採購"
  418. Me.轉採購_bt.UseVisualStyleBackColor = True
  419. '
  420. 'Label3
  421. '
  422. Me.Label3.AutoSize = True
  423. Me.Label3.Location = New System.Drawing.Point(403, 7)
  424. Me.Label3.Name = "Label3"
  425. Me.Label3.Size = New System.Drawing.Size(32, 16)
  426. Me.Label3.TabIndex = 1313
  427. Me.Label3.Text = "業務"
  428. '
  429. '業務1_cb
  430. '
  431. Me.業務1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  432. Me.業務1_cb.FormattingEnabled = True
  433. Me.業務1_cb.Items.AddRange(New Object() {"", "1", "2", "3", "4", "5", "6", "7", "8", "9", "B", "Y"})
  434. Me.業務1_cb.Location = New System.Drawing.Point(400, 29)
  435. Me.業務1_cb.Name = "業務1_cb"
  436. Me.業務1_cb.Size = New System.Drawing.Size(42, 24)
  437. Me.業務1_cb.TabIndex = 1312
  438. '
  439. '日期2_dtp
  440. '
  441. Me.日期2_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  442. Me.日期2_dtp.Enabled = False
  443. Me.日期2_dtp.Location = New System.Drawing.Point(987, 181)
  444. Me.日期2_dtp.Name = "日期2_dtp"
  445. Me.日期2_dtp.Size = New System.Drawing.Size(122, 23)
  446. Me.日期2_dtp.TabIndex = 1315
  447. Me.日期2_dtp.Visible = False
  448. '
  449. '日期1_dtp
  450. '
  451. Me.日期1_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  452. Me.日期1_dtp.Enabled = False
  453. Me.日期1_dtp.Location = New System.Drawing.Point(987, 152)
  454. Me.日期1_dtp.Name = "日期1_dtp"
  455. Me.日期1_dtp.Size = New System.Drawing.Size(122, 23)
  456. Me.日期1_dtp.TabIndex = 1314
  457. Me.日期1_dtp.Visible = False
  458. '
  459. '申請人_tb
  460. '
  461. Me.申請人_tb.Enabled = False
  462. Me.申請人_tb.Location = New System.Drawing.Point(721, 29)
  463. Me.申請人_tb.Name = "申請人_tb"
  464. Me.申請人_tb.Size = New System.Drawing.Size(130, 23)
  465. Me.申請人_tb.TabIndex = 1323
  466. '
  467. 'Label19
  468. '
  469. Me.Label19.AutoSize = True
  470. Me.Label19.Location = New System.Drawing.Point(671, 32)
  471. Me.Label19.Name = "Label19"
  472. Me.Label19.Size = New System.Drawing.Size(44, 16)
  473. Me.Label19.TabIndex = 1322
  474. Me.Label19.Text = "申請人"
  475. '
  476. '大間距_ch
  477. '
  478. Me.大間距_ch.AutoSize = True
  479. Me.大間距_ch.Location = New System.Drawing.Point(230, 64)
  480. Me.大間距_ch.Name = "大間距_ch"
  481. Me.大間距_ch.Size = New System.Drawing.Size(63, 20)
  482. Me.大間距_ch.TabIndex = 1328
  483. Me.大間距_ch.Text = "大間距"
  484. Me.大間距_ch.UseVisualStyleBackColor = True
  485. '
  486. '中間距_ch
  487. '
  488. Me.中間距_ch.AutoSize = True
  489. Me.中間距_ch.Location = New System.Drawing.Point(161, 64)
  490. Me.中間距_ch.Name = "中間距_ch"
  491. Me.中間距_ch.Size = New System.Drawing.Size(63, 20)
  492. Me.中間距_ch.TabIndex = 1327
  493. Me.中間距_ch.Text = "中間距"
  494. Me.中間距_ch.UseVisualStyleBackColor = True
  495. '
  496. '檔名讀取_tb
  497. '
  498. Me.檔名讀取_tb.AllowDrop = True
  499. Me.檔名讀取_tb.ForeColor = System.Drawing.Color.Black
  500. Me.檔名讀取_tb.Location = New System.Drawing.Point(827, 210)
  501. Me.檔名讀取_tb.Multiline = True
  502. Me.檔名讀取_tb.Name = "檔名讀取_tb"
  503. Me.檔名讀取_tb.Size = New System.Drawing.Size(122, 23)
  504. Me.檔名讀取_tb.TabIndex = 1337
  505. Me.檔名讀取_tb.Visible = False
  506. '
  507. '檔案名稱_tb
  508. '
  509. Me.檔案名稱_tb.AllowDrop = True
  510. Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  511. Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black
  512. Me.檔案名稱_tb.Location = New System.Drawing.Point(1267, 480)
  513. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  514. Me.檔案名稱_tb.Size = New System.Drawing.Size(231, 23)
  515. Me.檔案名稱_tb.TabIndex = 1335
  516. '
  517. 'Label12
  518. '
  519. Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  520. Me.Label12.AutoSize = True
  521. Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  522. Me.Label12.Location = New System.Drawing.Point(1215, 506)
  523. Me.Label12.Name = "Label12"
  524. Me.Label12.Size = New System.Drawing.Size(108, 17)
  525. Me.Label12.TabIndex = 1333
  526. Me.Label12.Text = "伺服器FTP文件夾"
  527. '
  528. 'Label4
  529. '
  530. Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  531. Me.Label4.AutoSize = True
  532. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  533. Me.Label4.Location = New System.Drawing.Point(1217, 298)
  534. Me.Label4.Name = "Label4"
  535. Me.Label4.Size = New System.Drawing.Size(56, 16)
  536. Me.Label4.TabIndex = 1332
  537. Me.Label4.Text = "我的電腦"
  538. '
  539. '讀取資料夾路徑_bt
  540. '
  541. Me.讀取資料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  542. Me.讀取資料夾路徑_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  543. Me.讀取資料夾路徑_bt.ForeColor = System.Drawing.Color.Blue
  544. Me.讀取資料夾路徑_bt.Location = New System.Drawing.Point(1122, 269)
  545. Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt"
  546. Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(89, 24)
  547. Me.讀取資料夾路徑_bt.TabIndex = 1331
  548. Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑"
  549. Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True
  550. '
  551. '本機資料夾_wb
  552. '
  553. Me.本機資料夾_wb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  554. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  555. Me.本機資料夾_wb.Location = New System.Drawing.Point(1216, 354)
  556. Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  557. Me.本機資料夾_wb.Name = "本機資料夾_wb"
  558. Me.本機資料夾_wb.Size = New System.Drawing.Size(287, 122)
  559. Me.本機資料夾_wb.TabIndex = 1330
  560. Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  561. '
  562. 'FTP資料夾_wb
  563. '
  564. Me.FTP資料夾_wb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  565. Me.FTP資料夾_wb.Location = New System.Drawing.Point(1216, 523)
  566. Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20)
  567. Me.FTP資料夾_wb.Name = "FTP資料夾_wb"
  568. Me.FTP資料夾_wb.Size = New System.Drawing.Size(282, 152)
  569. Me.FTP資料夾_wb.TabIndex = 1329
  570. Me.FTP資料夾_wb.Url = New System.Uri("", System.UriKind.Relative)
  571. '
  572. 'Label11
  573. '
  574. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  575. Me.Label11.AutoSize = True
  576. Me.Label11.ForeColor = System.Drawing.Color.Red
  577. Me.Label11.Location = New System.Drawing.Point(1224, 319)
  578. Me.Label11.Name = "Label11"
  579. Me.Label11.Size = New System.Drawing.Size(244, 32)
  580. Me.Label11.TabIndex = 1334
  581. Me.Label11.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "檔案名稱不要帶有中文字或是符號"
  582. '
  583. 'Label5
  584. '
  585. Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  586. Me.Label5.AutoSize = True
  587. Me.Label5.Location = New System.Drawing.Point(1213, 483)
  588. Me.Label5.Name = "Label5"
  589. Me.Label5.Size = New System.Drawing.Size(56, 16)
  590. Me.Label5.TabIndex = 1336
  591. Me.Label5.Text = "檔案名稱"
  592. '
  593. '下載圖檔_bt
  594. '
  595. Me.下載圖檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  596. Me.下載圖檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  597. Me.下載圖檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  598. Me.下載圖檔_bt.Location = New System.Drawing.Point(1386, 269)
  599. Me.下載圖檔_bt.Name = "下載圖檔_bt"
  600. Me.下載圖檔_bt.Size = New System.Drawing.Size(94, 24)
  601. Me.下載圖檔_bt.TabIndex = 1339
  602. Me.下載圖檔_bt.Text = "下載圖片"
  603. Me.下載圖檔_bt.UseVisualStyleBackColor = True
  604. '
  605. '圖檔入系統_bt
  606. '
  607. Me.圖檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  608. Me.圖檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  609. Me.圖檔入系統_bt.ForeColor = System.Drawing.Color.Green
  610. Me.圖檔入系統_bt.Location = New System.Drawing.Point(1212, 269)
  611. Me.圖檔入系統_bt.Name = "圖檔入系統_bt"
  612. Me.圖檔入系統_bt.Size = New System.Drawing.Size(173, 24)
  613. Me.圖檔入系統_bt.TabIndex = 1338
  614. Me.圖檔入系統_bt.Text = "圖檔入系統 或 圖片修改存檔"
  615. Me.圖檔入系統_bt.UseVisualStyleBackColor = True
  616. '
  617. '訂製圖檔_dgv
  618. '
  619. DataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  620. Me.訂製圖檔_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle13
  621. Me.訂製圖檔_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  622. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  623. Me.訂製圖檔_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  624. Me.訂製圖檔_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  625. Me.訂製圖檔_dgv.Location = New System.Drawing.Point(1121, 321)
  626. Me.訂製圖檔_dgv.Name = "訂製圖檔_dgv"
  627. Me.訂製圖檔_dgv.RowHeadersWidth = 5
  628. DataGridViewCellStyle14.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  629. DataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  630. Me.訂製圖檔_dgv.RowsDefaultCellStyle = DataGridViewCellStyle14
  631. Me.訂製圖檔_dgv.RowTemplate.Height = 24
  632. Me.訂製圖檔_dgv.Size = New System.Drawing.Size(90, 354)
  633. Me.訂製圖檔_dgv.TabIndex = 1340
  634. '
  635. '版次_tb
  636. '
  637. Me.版次_tb.Location = New System.Drawing.Point(827, 268)
  638. Me.版次_tb.Name = "版次_tb"
  639. Me.版次_tb.Size = New System.Drawing.Size(122, 23)
  640. Me.版次_tb.TabIndex = 1341
  641. Me.版次_tb.Visible = False
  642. '
  643. '大圖預覽_bt
  644. '
  645. Me.大圖預覽_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  646. Me.大圖預覽_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  647. Me.大圖預覽_bt.ForeColor = System.Drawing.Color.Blue
  648. Me.大圖預覽_bt.Location = New System.Drawing.Point(1122, 295)
  649. Me.大圖預覽_bt.Name = "大圖預覽_bt"
  650. Me.大圖預覽_bt.Size = New System.Drawing.Size(89, 24)
  651. Me.大圖預覽_bt.TabIndex = 1342
  652. Me.大圖預覽_bt.Text = "大圖預覽"
  653. Me.大圖預覽_bt.UseVisualStyleBackColor = True
  654. '
  655. '單號1_tb
  656. '
  657. Me.單號1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  658. Me.單號1_tb.Enabled = False
  659. Me.單號1_tb.Location = New System.Drawing.Point(987, 296)
  660. Me.單號1_tb.Name = "單號1_tb"
  661. Me.單號1_tb.Size = New System.Drawing.Size(122, 23)
  662. Me.單號1_tb.TabIndex = 1343
  663. Me.單號1_tb.Visible = False
  664. '
  665. 'SaveFileDialog1
  666. '
  667. Me.SaveFileDialog1.DefaultExt = "jpg"
  668. Me.SaveFileDialog1.SupportMultiDottedExtensions = True
  669. Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑"
  670. '
  671. '料號_tb
  672. '
  673. Me.料號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  674. Me.料號_tb.Enabled = False
  675. Me.料號_tb.Location = New System.Drawing.Point(987, 325)
  676. Me.料號_tb.Name = "料號_tb"
  677. Me.料號_tb.Size = New System.Drawing.Size(122, 23)
  678. Me.料號_tb.TabIndex = 1344
  679. Me.料號_tb.Visible = False
  680. '
  681. '下載檔名_tb
  682. '
  683. Me.下載檔名_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  684. Me.下載檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  685. Me.下載檔名_tb.Location = New System.Drawing.Point(827, 354)
  686. Me.下載檔名_tb.Name = "下載檔名_tb"
  687. Me.下載檔名_tb.Size = New System.Drawing.Size(122, 23)
  688. Me.下載檔名_tb.TabIndex = 1345
  689. Me.下載檔名_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  690. Me.下載檔名_tb.Visible = False
  691. '
  692. '物料圖1_pb
  693. '
  694. Me.物料圖1_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  695. Me.物料圖1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  696. Me.物料圖1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  697. Me.物料圖1_pb.Location = New System.Drawing.Point(1125, 4)
  698. Me.物料圖1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  699. Me.物料圖1_pb.Name = "物料圖1_pb"
  700. Me.物料圖1_pb.Size = New System.Drawing.Size(373, 262)
  701. Me.物料圖1_pb.TabIndex = 1290
  702. Me.物料圖1_pb.TabStop = False
  703. '
  704. '採購金額1_tb
  705. '
  706. Me.採購金額1_tb.ForeColor = System.Drawing.Color.Green
  707. Me.採購金額1_tb.Location = New System.Drawing.Point(703, 62)
  708. Me.採購金額1_tb.Name = "採購金額1_tb"
  709. Me.採購金額1_tb.Size = New System.Drawing.Size(117, 23)
  710. Me.採購金額1_tb.TabIndex = 1458
  711. Me.採購金額1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  712. '
  713. 'Label6
  714. '
  715. Me.Label6.AutoSize = True
  716. Me.Label6.ForeColor = System.Drawing.Color.Green
  717. Me.Label6.Location = New System.Drawing.Point(636, 65)
  718. Me.Label6.Name = "Label6"
  719. Me.Label6.Size = New System.Drawing.Size(56, 16)
  720. Me.Label6.TabIndex = 1457
  721. Me.Label6.Text = "採購金額"
  722. '
  723. '供應商_tb
  724. '
  725. Me.供應商_tb.ForeColor = System.Drawing.Color.Green
  726. Me.供應商_tb.Location = New System.Drawing.Point(542, 62)
  727. Me.供應商_tb.Name = "供應商_tb"
  728. Me.供應商_tb.Size = New System.Drawing.Size(88, 23)
  729. Me.供應商_tb.TabIndex = 1456
  730. Me.供應商_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  731. '
  732. 'Label7
  733. '
  734. Me.Label7.AutoSize = True
  735. Me.Label7.ForeColor = System.Drawing.Color.Green
  736. Me.Label7.Location = New System.Drawing.Point(498, 65)
  737. Me.Label7.Name = "Label7"
  738. Me.Label7.Size = New System.Drawing.Size(44, 16)
  739. Me.Label7.TabIndex = 1455
  740. Me.Label7.Text = "供應商"
  741. '
  742. '採購日期_tb
  743. '
  744. Me.採購日期_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  745. Me.採購日期_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  746. Me.採購日期_tb.Location = New System.Drawing.Point(827, 383)
  747. Me.採購日期_tb.Name = "採購日期_tb"
  748. Me.採購日期_tb.Size = New System.Drawing.Size(122, 23)
  749. Me.採購日期_tb.TabIndex = 1459
  750. Me.採購日期_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  751. Me.採購日期_tb.Visible = False
  752. '
  753. '交貨日期_tb
  754. '
  755. Me.交貨日期_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  756. Me.交貨日期_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  757. Me.交貨日期_tb.Location = New System.Drawing.Point(827, 412)
  758. Me.交貨日期_tb.Name = "交貨日期_tb"
  759. Me.交貨日期_tb.Size = New System.Drawing.Size(122, 23)
  760. Me.交貨日期_tb.TabIndex = 1460
  761. Me.交貨日期_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  762. Me.交貨日期_tb.Visible = False
  763. '
  764. '字體大小調整_lb
  765. '
  766. Me.字體大小調整_lb.AutoSize = True
  767. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  768. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.DarkRed
  769. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  770. Me.字體大小調整_lb.Location = New System.Drawing.Point(979, 32)
  771. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  772. Me.字體大小調整_lb.Size = New System.Drawing.Size(69, 19)
  773. Me.字體大小調整_lb.TabIndex = 1462
  774. Me.字體大小調整_lb.Text = "字體調整"
  775. '
  776. '字體_NUD
  777. '
  778. Me.字體_NUD.Location = New System.Drawing.Point(1050, 31)
  779. Me.字體_NUD.Maximum = New Decimal(New Integer() {14, 0, 0, 0})
  780. Me.字體_NUD.Minimum = New Decimal(New Integer() {9, 0, 0, 0})
  781. Me.字體_NUD.Name = "字體_NUD"
  782. Me.字體_NUD.Size = New System.Drawing.Size(65, 23)
  783. Me.字體_NUD.TabIndex = 1461
  784. Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
  785. '
  786. '依銷售申請採購單
  787. '
  788. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  789. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  790. Me.ClientSize = New System.Drawing.Size(1504, 681)
  791. Me.Controls.Add(Me.字體大小調整_lb)
  792. Me.Controls.Add(Me.字體_NUD)
  793. Me.Controls.Add(Me.交貨日期_tb)
  794. Me.Controls.Add(Me.採購日期_tb)
  795. Me.Controls.Add(Me.採購金額1_tb)
  796. Me.Controls.Add(Me.Label6)
  797. Me.Controls.Add(Me.供應商_tb)
  798. Me.Controls.Add(Me.Label7)
  799. Me.Controls.Add(Me.下載檔名_tb)
  800. Me.Controls.Add(Me.料號_tb)
  801. Me.Controls.Add(Me.單號1_tb)
  802. Me.Controls.Add(Me.大圖預覽_bt)
  803. Me.Controls.Add(Me.版次_tb)
  804. Me.Controls.Add(Me.訂製圖檔_dgv)
  805. Me.Controls.Add(Me.下載圖檔_bt)
  806. Me.Controls.Add(Me.圖檔入系統_bt)
  807. Me.Controls.Add(Me.檔名讀取_tb)
  808. Me.Controls.Add(Me.檔案名稱_tb)
  809. Me.Controls.Add(Me.Label12)
  810. Me.Controls.Add(Me.Label4)
  811. Me.Controls.Add(Me.讀取資料夾路徑_bt)
  812. Me.Controls.Add(Me.本機資料夾_wb)
  813. Me.Controls.Add(Me.FTP資料夾_wb)
  814. Me.Controls.Add(Me.Label11)
  815. Me.Controls.Add(Me.Label5)
  816. Me.Controls.Add(Me.大間距_ch)
  817. Me.Controls.Add(Me.中間距_ch)
  818. Me.Controls.Add(Me.申請人_tb)
  819. Me.Controls.Add(Me.Label19)
  820. Me.Controls.Add(Me.日期2_dtp)
  821. Me.Controls.Add(Me.日期1_dtp)
  822. Me.Controls.Add(Me.Label3)
  823. Me.Controls.Add(Me.業務1_cb)
  824. Me.Controls.Add(Me.轉採購_bt)
  825. Me.Controls.Add(Me.窄間距1_ch)
  826. Me.Controls.Add(Me.單號_tb)
  827. Me.Controls.Add(Me.Label2)
  828. Me.Controls.Add(Me.採購金額_tb)
  829. Me.Controls.Add(Me.Label16)
  830. Me.Controls.Add(Me.小間距_ch)
  831. Me.Controls.Add(Me.物料圖1_pb)
  832. Me.Controls.Add(Me.清空1_bt)
  833. Me.Controls.Add(Me.供應商編碼1_tb)
  834. Me.Controls.Add(Me.查詢1_tb)
  835. Me.Controls.Add(Me.地區1_cb)
  836. Me.Controls.Add(Me.Label14)
  837. Me.Controls.Add(Me.供應商1_cb)
  838. Me.Controls.Add(Me.Label13)
  839. Me.Controls.Add(Me.供應商編碼1_cb)
  840. Me.Controls.Add(Me.Label1)
  841. Me.Controls.Add(Me.存檔_bt)
  842. Me.Controls.Add(Me.刪除單據上點選的資料_bt)
  843. Me.Controls.Add(Me.Label9)
  844. Me.Controls.Add(Me.資料筆數1_tb)
  845. Me.Controls.Add(Me.Label10)
  846. Me.Controls.Add(Me.項次_tb)
  847. Me.Controls.Add(Me.選擇_lb)
  848. Me.Controls.Add(Me.Label15)
  849. Me.Controls.Add(Me.Label17)
  850. Me.Controls.Add(Me.業務_cb)
  851. Me.Controls.Add(Me.銷售單據_dgv)
  852. Me.Controls.Add(Me.銷售單顯示_ch)
  853. Me.Controls.Add(Me.採購清單_dgv)
  854. Me.Controls.Add(Me.銷售明細_dgv)
  855. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  856. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  857. Me.Name = "依銷售申請採購單"
  858. Me.Text = "依銷售申請採購單"
  859. CType(Me.銷售單據_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  860. CType(Me.採購清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  861. CType(Me.銷售明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  862. CType(Me.訂製圖檔_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  863. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  864. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  865. Me.ResumeLayout(False)
  866. Me.PerformLayout()
  867. End Sub
  868. Friend WithEvents 銷售單據_dgv As DataGridView
  869. Friend WithEvents 業務_cb As ComboBox
  870. Friend WithEvents 採購金額_tb As TextBox
  871. Friend WithEvents Label16 As Label
  872. Friend WithEvents 小間距_ch As CheckBox
  873. Friend WithEvents 物料圖1_pb As PictureBox
  874. Friend WithEvents 清空1_bt As Button
  875. Friend WithEvents 供應商編碼1_tb As TextBox
  876. Friend WithEvents 查詢1_tb As TextBox
  877. Friend WithEvents 地區1_cb As ComboBox
  878. Friend WithEvents Label14 As Label
  879. Friend WithEvents 供應商1_cb As ComboBox
  880. Friend WithEvents Label13 As Label
  881. Friend WithEvents 供應商編碼1_cb As ComboBox
  882. Friend WithEvents Label1 As Label
  883. Friend WithEvents 存檔_bt As Button
  884. Friend WithEvents 刪除單據上點選的資料_bt As Button
  885. Friend WithEvents Label9 As Label
  886. Friend WithEvents 資料筆數1_tb As TextBox
  887. Friend WithEvents Label10 As Label
  888. Friend WithEvents 項次_tb As TextBox
  889. Friend WithEvents 選擇_lb As Label
  890. Friend WithEvents 採購清單_dgv As DataGridView
  891. Friend WithEvents Label15 As Label
  892. Friend WithEvents Label17 As Label
  893. Friend WithEvents Label2 As Label
  894. Friend WithEvents 銷售單顯示_ch As CheckBox
  895. Friend WithEvents 銷售明細_dgv As DataGridView
  896. Friend WithEvents 單號_tb As TextBox
  897. Friend WithEvents 窄間距1_ch As CheckBox
  898. Friend WithEvents 轉採購_bt As Button
  899. Friend WithEvents Label3 As Label
  900. Friend WithEvents 業務1_cb As ComboBox
  901. Friend WithEvents 日期2_dtp As DateTimePicker
  902. Friend WithEvents 日期1_dtp As DateTimePicker
  903. Friend WithEvents 申請人_tb As TextBox
  904. Friend WithEvents Label19 As Label
  905. Friend WithEvents 大間距_ch As CheckBox
  906. Friend WithEvents 中間距_ch As CheckBox
  907. Friend WithEvents 檔名讀取_tb As TextBox
  908. Friend WithEvents 檔案名稱_tb As TextBox
  909. Friend WithEvents Label12 As Label
  910. Friend WithEvents Label4 As Label
  911. Friend WithEvents 讀取資料夾路徑_bt As Button
  912. Friend WithEvents 本機資料夾_wb As WebBrowser
  913. Friend WithEvents FTP資料夾_wb As WebBrowser
  914. Friend WithEvents Label11 As Label
  915. Friend WithEvents Label5 As Label
  916. Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
  917. Friend WithEvents 下載圖檔_bt As Button
  918. Friend WithEvents 圖檔入系統_bt As Button
  919. Friend WithEvents 訂製圖檔_dgv As DataGridView
  920. Friend WithEvents 版次_tb As TextBox
  921. Friend WithEvents 大圖預覽_bt As Button
  922. Friend WithEvents 單號1_tb As TextBox
  923. Friend WithEvents SaveFileDialog1 As SaveFileDialog
  924. Friend WithEvents 料號_tb As TextBox
  925. Friend WithEvents 下載檔名_tb As TextBox
  926. Friend WithEvents 採購金額1_tb As TextBox
  927. Friend WithEvents Label6 As Label
  928. Friend WithEvents 供應商_tb As TextBox
  929. Friend WithEvents Label7 As Label
  930. Friend WithEvents 採購日期_tb As TextBox
  931. Friend WithEvents 交貨日期_tb As TextBox
  932. Friend WithEvents 字體大小調整_lb As Label
  933. Friend WithEvents 字體_NUD As NumericUpDown
  934. End Class