Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

估價單.Designer.vb 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546
  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. Me.控制表_dgv = New System.Windows.Forms.DataGridView()
  27. Me.明細表_dgv = New System.Windows.Forms.DataGridView()
  28. Me.匯出EXCEL_bt = New System.Windows.Forms.Button()
  29. Me.確認新增_bt = New System.Windows.Forms.Button()
  30. Me.查詢_bt = New System.Windows.Forms.Button()
  31. Me.刪除_bt = New System.Windows.Forms.Button()
  32. Me.新增_bt = New System.Windows.Forms.Button()
  33. Me.修改_bt = New System.Windows.Forms.Button()
  34. Me.選擇日期_dtp = New System.Windows.Forms.DateTimePicker()
  35. Me.Label29 = New System.Windows.Forms.Label()
  36. Me.Label0 = New System.Windows.Forms.Label()
  37. Me.單號_tb = New System.Windows.Forms.TextBox()
  38. Me.Label1 = New System.Windows.Forms.Label()
  39. Me.廠牌_tb = New System.Windows.Forms.TextBox()
  40. Me.年分_tb = New System.Windows.Forms.TextBox()
  41. Me.Label2 = New System.Windows.Forms.Label()
  42. Me.Label3 = New System.Windows.Forms.Label()
  43. Me.進廠_tb = New System.Windows.Forms.TextBox()
  44. Me.業務_tb = New System.Windows.Forms.TextBox()
  45. Me.Label4 = New System.Windows.Forms.Label()
  46. Me.Label5 = New System.Windows.Forms.Label()
  47. Me.付款_tb = New System.Windows.Forms.TextBox()
  48. Me.備註_tb = New System.Windows.Forms.TextBox()
  49. Me.Label6 = New System.Windows.Forms.Label()
  50. Me.Label7 = New System.Windows.Forms.Label()
  51. Me.總價_tb = New System.Windows.Forms.TextBox()
  52. Me.Label8 = New System.Windows.Forms.Label()
  53. Me.客戶_tb = New System.Windows.Forms.TextBox()
  54. Me.收支單中新增一筆空白資料_bt = New System.Windows.Forms.Button()
  55. Me.刪除選中的一筆資料_bt = New System.Windows.Forms.Button()
  56. Me.申請_bt = New System.Windows.Forms.Button()
  57. Me.Panel1 = New System.Windows.Forms.Panel()
  58. Me.公司_tb = New System.Windows.Forms.TextBox()
  59. Me.項次_tb = New System.Windows.Forms.TextBox()
  60. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  61. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  62. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  63. Me.Panel1.SuspendLayout()
  64. Me.SuspendLayout()
  65. '
  66. '控制表_dgv
  67. '
  68. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  69. Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  70. Me.控制表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  71. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  72. Me.控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  73. Me.控制表_dgv.BackgroundColor = System.Drawing.Color.White
  74. Me.控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  75. Me.控制表_dgv.Location = New System.Drawing.Point(4, 62)
  76. Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4)
  77. Me.控制表_dgv.Name = "控制表_dgv"
  78. Me.控制表_dgv.ReadOnly = True
  79. Me.控制表_dgv.RowHeadersWidth = 5
  80. Me.控制表_dgv.RowTemplate.Height = 24
  81. Me.控制表_dgv.Size = New System.Drawing.Size(270, 606)
  82. Me.控制表_dgv.TabIndex = 960
  83. '
  84. '明細表_dgv
  85. '
  86. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  87. Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  88. Me.明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  89. Or System.Windows.Forms.AnchorStyles.Left) _
  90. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  91. Me.明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  92. Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White
  93. Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  94. Me.明細表_dgv.Location = New System.Drawing.Point(282, 86)
  95. Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(4)
  96. Me.明細表_dgv.Name = "明細表_dgv"
  97. Me.明細表_dgv.RowHeadersWidth = 5
  98. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  99. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  100. Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  101. Me.明細表_dgv.RowTemplate.Height = 24
  102. Me.明細表_dgv.Size = New System.Drawing.Size(1054, 582)
  103. Me.明細表_dgv.TabIndex = 961
  104. '
  105. '匯出EXCEL_bt
  106. '
  107. Me.匯出EXCEL_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  108. Me.匯出EXCEL_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print
  109. Me.匯出EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  110. Me.匯出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  111. Me.匯出EXCEL_bt.ForeColor = System.Drawing.Color.Red
  112. Me.匯出EXCEL_bt.Location = New System.Drawing.Point(1290, 4)
  113. Me.匯出EXCEL_bt.Margin = New System.Windows.Forms.Padding(4)
  114. Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt"
  115. Me.匯出EXCEL_bt.Size = New System.Drawing.Size(50, 50)
  116. Me.匯出EXCEL_bt.TabIndex = 1735
  117. Me.匯出EXCEL_bt.UseVisualStyleBackColor = True
  118. '
  119. '確認新增_bt
  120. '
  121. Me.確認新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER2
  122. Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  123. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  124. Me.確認新增_bt.ForeColor = System.Drawing.Color.Blue
  125. Me.確認新增_bt.Location = New System.Drawing.Point(114, 4)
  126. Me.確認新增_bt.Margin = New System.Windows.Forms.Padding(4)
  127. Me.確認新增_bt.Name = "確認新增_bt"
  128. Me.確認新增_bt.Size = New System.Drawing.Size(50, 50)
  129. Me.確認新增_bt.TabIndex = 1734
  130. Me.確認新增_bt.UseVisualStyleBackColor = True
  131. '
  132. '查詢_bt
  133. '
  134. Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.下載
  135. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  136. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  137. Me.查詢_bt.Location = New System.Drawing.Point(4, 4)
  138. Me.查詢_bt.Margin = New System.Windows.Forms.Padding(4)
  139. Me.查詢_bt.Name = "查詢_bt"
  140. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  141. Me.查詢_bt.TabIndex = 1733
  142. Me.查詢_bt.UseVisualStyleBackColor = True
  143. '
  144. '刪除_bt
  145. '
  146. Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  147. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  148. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  149. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  150. Me.刪除_bt.Location = New System.Drawing.Point(224, 4)
  151. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4)
  152. Me.刪除_bt.Name = "刪除_bt"
  153. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  154. Me.刪除_bt.TabIndex = 1732
  155. Me.刪除_bt.UseVisualStyleBackColor = True
  156. '
  157. '新增_bt
  158. '
  159. Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_2
  160. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  161. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  162. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  163. Me.新增_bt.Location = New System.Drawing.Point(59, 4)
  164. Me.新增_bt.Margin = New System.Windows.Forms.Padding(4)
  165. Me.新增_bt.Name = "新增_bt"
  166. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  167. Me.新增_bt.TabIndex = 1730
  168. Me.新增_bt.UseVisualStyleBackColor = True
  169. '
  170. '修改_bt
  171. '
  172. Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER
  173. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  174. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  175. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  176. Me.修改_bt.Location = New System.Drawing.Point(169, 4)
  177. Me.修改_bt.Margin = New System.Windows.Forms.Padding(4)
  178. Me.修改_bt.Name = "修改_bt"
  179. Me.修改_bt.Size = New System.Drawing.Size(50, 50)
  180. Me.修改_bt.TabIndex = 1731
  181. Me.修改_bt.UseVisualStyleBackColor = True
  182. '
  183. '選擇日期_dtp
  184. '
  185. Me.選擇日期_dtp.Location = New System.Drawing.Point(343, 30)
  186. Me.選擇日期_dtp.Name = "選擇日期_dtp"
  187. Me.選擇日期_dtp.Size = New System.Drawing.Size(134, 23)
  188. Me.選擇日期_dtp.TabIndex = 1739
  189. '
  190. 'Label29
  191. '
  192. Me.Label29.AutoSize = True
  193. Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
  194. Me.Label29.Location = New System.Drawing.Point(282, 31)
  195. Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  196. Me.Label29.Name = "Label29"
  197. Me.Label29.Size = New System.Drawing.Size(55, 16)
  198. Me.Label29.TabIndex = 1738
  199. Me.Label29.Text = "報價日期"
  200. '
  201. 'Label0
  202. '
  203. Me.Label0.AutoSize = True
  204. Me.Label0.ImeMode = System.Windows.Forms.ImeMode.NoControl
  205. Me.Label0.Location = New System.Drawing.Point(282, 5)
  206. Me.Label0.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  207. Me.Label0.Name = "Label0"
  208. Me.Label0.Size = New System.Drawing.Size(55, 16)
  209. Me.Label0.TabIndex = 1737
  210. Me.Label0.Text = "選擇單號"
  211. Me.Label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  212. '
  213. '單號_tb
  214. '
  215. Me.單號_tb.Location = New System.Drawing.Point(343, 2)
  216. Me.單號_tb.Margin = New System.Windows.Forms.Padding(4)
  217. Me.單號_tb.Name = "單號_tb"
  218. Me.單號_tb.ReadOnly = True
  219. Me.單號_tb.Size = New System.Drawing.Size(134, 23)
  220. Me.單號_tb.TabIndex = 1736
  221. Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  222. '
  223. 'Label1
  224. '
  225. Me.Label1.AutoSize = True
  226. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  227. Me.Label1.Location = New System.Drawing.Point(677, 5)
  228. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  229. Me.Label1.Name = "Label1"
  230. Me.Label1.Size = New System.Drawing.Size(55, 16)
  231. Me.Label1.TabIndex = 1741
  232. Me.Label1.Text = "廠牌車種"
  233. '
  234. '廠牌_tb
  235. '
  236. Me.廠牌_tb.Location = New System.Drawing.Point(737, 2)
  237. Me.廠牌_tb.Margin = New System.Windows.Forms.Padding(4)
  238. Me.廠牌_tb.Name = "廠牌_tb"
  239. Me.廠牌_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  240. Me.廠牌_tb.Size = New System.Drawing.Size(150, 23)
  241. Me.廠牌_tb.TabIndex = 1740
  242. '
  243. '年分_tb
  244. '
  245. Me.年分_tb.Location = New System.Drawing.Point(740, 29)
  246. Me.年分_tb.Margin = New System.Windows.Forms.Padding(4)
  247. Me.年分_tb.Name = "年分_tb"
  248. Me.年分_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  249. Me.年分_tb.Size = New System.Drawing.Size(150, 23)
  250. Me.年分_tb.TabIndex = 1742
  251. '
  252. 'Label2
  253. '
  254. Me.Label2.AutoSize = True
  255. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  256. Me.Label2.Location = New System.Drawing.Point(677, 35)
  257. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  258. Me.Label2.Name = "Label2"
  259. Me.Label2.Size = New System.Drawing.Size(55, 16)
  260. Me.Label2.TabIndex = 1743
  261. Me.Label2.Text = "年分型式"
  262. '
  263. 'Label3
  264. '
  265. Me.Label3.AutoSize = True
  266. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  267. Me.Label3.Location = New System.Drawing.Point(485, 35)
  268. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  269. Me.Label3.Name = "Label3"
  270. Me.Label3.Size = New System.Drawing.Size(31, 16)
  271. Me.Label3.TabIndex = 1745
  272. Me.Label3.Text = "進廠"
  273. '
  274. '進廠_tb
  275. '
  276. Me.進廠_tb.Location = New System.Drawing.Point(522, 29)
  277. Me.進廠_tb.Margin = New System.Windows.Forms.Padding(4)
  278. Me.進廠_tb.Name = "進廠_tb"
  279. Me.進廠_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  280. Me.進廠_tb.Size = New System.Drawing.Size(150, 23)
  281. Me.進廠_tb.TabIndex = 1744
  282. '
  283. '業務_tb
  284. '
  285. Me.業務_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  286. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  287. Me.業務_tb.Location = New System.Drawing.Point(935, 2)
  288. Me.業務_tb.Margin = New System.Windows.Forms.Padding(4)
  289. Me.業務_tb.Name = "業務_tb"
  290. Me.業務_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  291. Me.業務_tb.Size = New System.Drawing.Size(150, 23)
  292. Me.業務_tb.TabIndex = 1746
  293. '
  294. 'Label4
  295. '
  296. Me.Label4.AutoSize = True
  297. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  298. Me.Label4.Location = New System.Drawing.Point(896, 5)
  299. Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  300. Me.Label4.Name = "Label4"
  301. Me.Label4.Size = New System.Drawing.Size(31, 16)
  302. Me.Label4.TabIndex = 1747
  303. Me.Label4.Text = "業務"
  304. '
  305. 'Label5
  306. '
  307. Me.Label5.AutoSize = True
  308. Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
  309. Me.Label5.Location = New System.Drawing.Point(282, 58)
  310. Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  311. Me.Label5.Name = "Label5"
  312. Me.Label5.Size = New System.Drawing.Size(55, 16)
  313. Me.Label5.TabIndex = 1749
  314. Me.Label5.Text = "付款方式"
  315. '
  316. '付款_tb
  317. '
  318. Me.付款_tb.Location = New System.Drawing.Point(344, 55)
  319. Me.付款_tb.Margin = New System.Windows.Forms.Padding(4)
  320. Me.付款_tb.Name = "付款_tb"
  321. Me.付款_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  322. Me.付款_tb.Size = New System.Drawing.Size(471, 23)
  323. Me.付款_tb.TabIndex = 1748
  324. '
  325. '備註_tb
  326. '
  327. Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  328. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  329. Me.備註_tb.Location = New System.Drawing.Point(853, 55)
  330. Me.備註_tb.Margin = New System.Windows.Forms.Padding(4)
  331. Me.備註_tb.Name = "備註_tb"
  332. Me.備註_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  333. Me.備註_tb.Size = New System.Drawing.Size(483, 23)
  334. Me.備註_tb.TabIndex = 1750
  335. '
  336. 'Label6
  337. '
  338. Me.Label6.AutoSize = True
  339. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  340. Me.Label6.Location = New System.Drawing.Point(818, 62)
  341. Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  342. Me.Label6.Name = "Label6"
  343. Me.Label6.Size = New System.Drawing.Size(31, 16)
  344. Me.Label6.TabIndex = 1751
  345. Me.Label6.Text = "備註"
  346. '
  347. 'Label7
  348. '
  349. Me.Label7.AutoSize = True
  350. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  351. Me.Label7.Location = New System.Drawing.Point(896, 35)
  352. Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  353. Me.Label7.Name = "Label7"
  354. Me.Label7.Size = New System.Drawing.Size(31, 16)
  355. Me.Label7.TabIndex = 1753
  356. Me.Label7.Text = "總價"
  357. '
  358. '總價_tb
  359. '
  360. Me.總價_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  361. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  362. Me.總價_tb.Location = New System.Drawing.Point(935, 29)
  363. Me.總價_tb.Margin = New System.Windows.Forms.Padding(4)
  364. Me.總價_tb.Name = "總價_tb"
  365. Me.總價_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  366. Me.總價_tb.Size = New System.Drawing.Size(150, 23)
  367. Me.總價_tb.TabIndex = 1752
  368. '
  369. 'Label8
  370. '
  371. Me.Label8.AutoSize = True
  372. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  373. Me.Label8.Location = New System.Drawing.Point(485, 5)
  374. Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  375. Me.Label8.Name = "Label8"
  376. Me.Label8.Size = New System.Drawing.Size(31, 16)
  377. Me.Label8.TabIndex = 1755
  378. Me.Label8.Text = "客戶"
  379. '
  380. '客戶_tb
  381. '
  382. Me.客戶_tb.Location = New System.Drawing.Point(520, 2)
  383. Me.客戶_tb.Margin = New System.Windows.Forms.Padding(4)
  384. Me.客戶_tb.Name = "客戶_tb"
  385. Me.客戶_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  386. Me.客戶_tb.Size = New System.Drawing.Size(150, 23)
  387. Me.客戶_tb.TabIndex = 1754
  388. '
  389. '收支單中新增一筆空白資料_bt
  390. '
  391. Me.收支單中新增一筆空白資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  392. Me.收支單中新增一筆空白資料_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Edit_Text
  393. Me.收支單中新增一筆空白資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  394. Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green
  395. Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(1140, 4)
  396. Me.收支單中新增一筆空白資料_bt.Margin = New System.Windows.Forms.Padding(4)
  397. Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt"
  398. Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(50, 50)
  399. Me.收支單中新增一筆空白資料_bt.TabIndex = 1761
  400. Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True
  401. '
  402. '刪除選中的一筆資料_bt
  403. '
  404. Me.刪除選中的一筆資料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  405. Me.刪除選中的一筆資料_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  406. Me.刪除選中的一筆資料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  407. Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red
  408. Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1190, 4)
  409. Me.刪除選中的一筆資料_bt.Margin = New System.Windows.Forms.Padding(4)
  410. Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt"
  411. Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(50, 50)
  412. Me.刪除選中的一筆資料_bt.TabIndex = 1762
  413. Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True
  414. '
  415. '申請_bt
  416. '
  417. Me.申請_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  418. Me.申請_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Sendnow
  419. Me.申請_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  420. Me.申請_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  421. Me.申請_bt.Location = New System.Drawing.Point(1240, 5)
  422. Me.申請_bt.Margin = New System.Windows.Forms.Padding(4)
  423. Me.申請_bt.Name = "申請_bt"
  424. Me.申請_bt.Size = New System.Drawing.Size(50, 50)
  425. Me.申請_bt.TabIndex = 1760
  426. Me.申請_bt.UseVisualStyleBackColor = True
  427. '
  428. 'Panel1
  429. '
  430. Me.Panel1.Controls.Add(Me.公司_tb)
  431. Me.Panel1.Controls.Add(Me.項次_tb)
  432. Me.Panel1.Location = New System.Drawing.Point(531, 223)
  433. Me.Panel1.Name = "Panel1"
  434. Me.Panel1.Size = New System.Drawing.Size(300, 241)
  435. Me.Panel1.TabIndex = 1763
  436. Me.Panel1.Visible = False
  437. '
  438. '公司_tb
  439. '
  440. Me.公司_tb.Location = New System.Drawing.Point(43, 89)
  441. Me.公司_tb.Name = "公司_tb"
  442. Me.公司_tb.Size = New System.Drawing.Size(100, 23)
  443. Me.公司_tb.TabIndex = 1
  444. '
  445. '項次_tb
  446. '
  447. Me.項次_tb.Location = New System.Drawing.Point(43, 40)
  448. Me.項次_tb.Name = "項次_tb"
  449. Me.項次_tb.Size = New System.Drawing.Size(100, 23)
  450. Me.項次_tb.TabIndex = 0
  451. '
  452. 'ToolTip1
  453. '
  454. Me.ToolTip1.IsBalloon = True
  455. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  456. Me.ToolTip1.ToolTipTitle = "系統說明"
  457. '
  458. '估價單
  459. '
  460. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  461. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  462. Me.ClientSize = New System.Drawing.Size(1349, 681)
  463. Me.Controls.Add(Me.Panel1)
  464. Me.Controls.Add(Me.收支單中新增一筆空白資料_bt)
  465. Me.Controls.Add(Me.刪除選中的一筆資料_bt)
  466. Me.Controls.Add(Me.申請_bt)
  467. Me.Controls.Add(Me.Label8)
  468. Me.Controls.Add(Me.客戶_tb)
  469. Me.Controls.Add(Me.Label7)
  470. Me.Controls.Add(Me.總價_tb)
  471. Me.Controls.Add(Me.Label5)
  472. Me.Controls.Add(Me.付款_tb)
  473. Me.Controls.Add(Me.備註_tb)
  474. Me.Controls.Add(Me.Label6)
  475. Me.Controls.Add(Me.Label3)
  476. Me.Controls.Add(Me.進廠_tb)
  477. Me.Controls.Add(Me.業務_tb)
  478. Me.Controls.Add(Me.Label4)
  479. Me.Controls.Add(Me.Label1)
  480. Me.Controls.Add(Me.廠牌_tb)
  481. Me.Controls.Add(Me.年分_tb)
  482. Me.Controls.Add(Me.Label2)
  483. Me.Controls.Add(Me.選擇日期_dtp)
  484. Me.Controls.Add(Me.Label29)
  485. Me.Controls.Add(Me.Label0)
  486. Me.Controls.Add(Me.單號_tb)
  487. Me.Controls.Add(Me.匯出EXCEL_bt)
  488. Me.Controls.Add(Me.確認新增_bt)
  489. Me.Controls.Add(Me.查詢_bt)
  490. Me.Controls.Add(Me.刪除_bt)
  491. Me.Controls.Add(Me.新增_bt)
  492. Me.Controls.Add(Me.修改_bt)
  493. Me.Controls.Add(Me.明細表_dgv)
  494. Me.Controls.Add(Me.控制表_dgv)
  495. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  496. Me.Margin = New System.Windows.Forms.Padding(4)
  497. Me.Name = "估價單"
  498. Me.Text = "估價單"
  499. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  500. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  501. Me.Panel1.ResumeLayout(False)
  502. Me.Panel1.PerformLayout()
  503. Me.ResumeLayout(False)
  504. Me.PerformLayout()
  505. End Sub
  506. Friend WithEvents 控制表_dgv As DataGridView
  507. Friend WithEvents 明細表_dgv As DataGridView
  508. Friend WithEvents 匯出EXCEL_bt As Button
  509. Friend WithEvents 確認新增_bt As Button
  510. Friend WithEvents 查詢_bt As Button
  511. Friend WithEvents 刪除_bt As Button
  512. Friend WithEvents 新增_bt As Button
  513. Friend WithEvents 修改_bt As Button
  514. Friend WithEvents 選擇日期_dtp As DateTimePicker
  515. Friend WithEvents Label29 As Label
  516. Friend WithEvents Label0 As Label
  517. Friend WithEvents 單號_tb As TextBox
  518. Friend WithEvents Label1 As Label
  519. Friend WithEvents 廠牌_tb As TextBox
  520. Friend WithEvents 年分_tb As TextBox
  521. Friend WithEvents Label2 As Label
  522. Friend WithEvents Label3 As Label
  523. Friend WithEvents 進廠_tb As TextBox
  524. Friend WithEvents 業務_tb As TextBox
  525. Friend WithEvents Label4 As Label
  526. Friend WithEvents Label5 As Label
  527. Friend WithEvents 付款_tb As TextBox
  528. Friend WithEvents 備註_tb As TextBox
  529. Friend WithEvents Label6 As Label
  530. Friend WithEvents Label7 As Label
  531. Friend WithEvents 總價_tb As TextBox
  532. Friend WithEvents Label8 As Label
  533. Friend WithEvents 客戶_tb As TextBox
  534. Friend WithEvents 收支單中新增一筆空白資料_bt As Button
  535. Friend WithEvents 刪除選中的一筆資料_bt As Button
  536. Friend WithEvents 申請_bt As Button
  537. Friend WithEvents Panel1 As Panel
  538. Friend WithEvents 公司_tb As TextBox
  539. Friend WithEvents 項次_tb As TextBox
  540. Friend WithEvents ToolTip1 As ToolTip
  541. End Class