No Description
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 49KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961
  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 DataGridViewCellStyle25 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle26 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle27 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle28 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle29 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle30 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(估價單))
  30. Me.控制表_dgv = New System.Windows.Forms.DataGridView()
  31. Me.明細表_dgv = New System.Windows.Forms.DataGridView()
  32. Me.匯出EXCEL_bt = New System.Windows.Forms.Button()
  33. Me.確認新增_bt = New System.Windows.Forms.Button()
  34. Me.查詢_bt = New System.Windows.Forms.Button()
  35. Me.刪除_bt = New System.Windows.Forms.Button()
  36. Me.新增_bt = New System.Windows.Forms.Button()
  37. Me.修改_bt = New System.Windows.Forms.Button()
  38. Me.報價日期_dtp = New System.Windows.Forms.DateTimePicker()
  39. Me.Label29 = New System.Windows.Forms.Label()
  40. Me.Label0 = New System.Windows.Forms.Label()
  41. Me.單號_tb = New System.Windows.Forms.TextBox()
  42. Me.Panel1 = New System.Windows.Forms.Panel()
  43. Me.狀態_tb = New System.Windows.Forms.TextBox()
  44. Me.成本_tb = New System.Windows.Forms.TextBox()
  45. Me.品名_tb = New System.Windows.Forms.TextBox()
  46. Me.料號_tb = New System.Windows.Forms.TextBox()
  47. Me.供應商編號_tb = New System.Windows.Forms.TextBox()
  48. Me.流水號_tb = New System.Windows.Forms.TextBox()
  49. Me.全部_tb = New System.Windows.Forms.TextBox()
  50. Me.明細表1_dgv = New System.Windows.Forms.DataGridView()
  51. Me.公司_tb = New System.Windows.Forms.TextBox()
  52. Me.項次_tb = New System.Windows.Forms.TextBox()
  53. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  54. Me.Panel2 = New System.Windows.Forms.Panel()
  55. Me.顯示成本_cb = New System.Windows.Forms.CheckBox()
  56. Me.選擇供應商_cb = New System.Windows.Forms.ComboBox()
  57. Me.Label25 = New System.Windows.Forms.Label()
  58. Me.物料_dgv = New System.Windows.Forms.DataGridView()
  59. Me.GroupBox4 = New System.Windows.Forms.GroupBox()
  60. Me.Label57 = New System.Windows.Forms.Label()
  61. Me.Label58 = New System.Windows.Forms.Label()
  62. Me.總計_tb = New System.Windows.Forms.TextBox()
  63. Me.是否收稅_cb = New System.Windows.Forms.CheckBox()
  64. Me.零件_tb = New System.Windows.Forms.TextBox()
  65. Me.Label40 = New System.Windows.Forms.Label()
  66. Me.工資_tb = New System.Windows.Forms.TextBox()
  67. Me.隱藏成本_cb = New System.Windows.Forms.CheckBox()
  68. Me.稅金_tb = New System.Windows.Forms.TextBox()
  69. Me.Label38 = New System.Windows.Forms.Label()
  70. Me.應收合計_tb = New System.Windows.Forms.TextBox()
  71. Me.Label36 = New System.Windows.Forms.Label()
  72. Me.GroupBox3 = New System.Windows.Forms.GroupBox()
  73. Me.備註_tb = New System.Windows.Forms.TextBox()
  74. Me.Label53 = New System.Windows.Forms.Label()
  75. Me.Label47 = New System.Windows.Forms.Label()
  76. Me.Label43 = New System.Windows.Forms.Label()
  77. Me.車號_tb = New System.Windows.Forms.TextBox()
  78. Me.車主名稱_tb = New System.Windows.Forms.TextBox()
  79. Me.Button2 = New System.Windows.Forms.Button()
  80. Me.刪除選中的一筆資料1_bt = New System.Windows.Forms.Button()
  81. Me.申請1_bt = New System.Windows.Forms.Button()
  82. Me.收支單中新增一筆資料1_bt = New System.Windows.Forms.Button()
  83. Me.收支單中新增一筆空白資料1_bt = New System.Windows.Forms.Button()
  84. Me.查詢物_bt = New System.Windows.Forms.Button()
  85. Me.匯入_bt = New System.Windows.Forms.Button()
  86. Me.年_tb = New System.Windows.Forms.TextBox()
  87. Me.輪胎尺寸_tb = New System.Windows.Forms.TextBox()
  88. Me.引擎號碼1_tb = New System.Windows.Forms.TextBox()
  89. Me.車型_tb = New System.Windows.Forms.TextBox()
  90. Me.電話_tb = New System.Windows.Forms.TextBox()
  91. Me.Label52 = New System.Windows.Forms.Label()
  92. Me.Label1 = New System.Windows.Forms.Label()
  93. Me.里程_tb = New System.Windows.Forms.TextBox()
  94. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  95. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  96. Me.Panel1.SuspendLayout()
  97. CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  98. Me.Panel2.SuspendLayout()
  99. CType(Me.物料_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  100. Me.GroupBox4.SuspendLayout()
  101. Me.GroupBox3.SuspendLayout()
  102. Me.SuspendLayout()
  103. '
  104. '控制表_dgv
  105. '
  106. DataGridViewCellStyle25.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  107. Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle25
  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.BackgroundColor = System.Drawing.Color.White
  112. Me.控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  113. Me.控制表_dgv.Location = New System.Drawing.Point(4, 62)
  114. Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4)
  115. Me.控制表_dgv.Name = "控制表_dgv"
  116. Me.控制表_dgv.ReadOnly = True
  117. Me.控制表_dgv.RowHeadersWidth = 5
  118. Me.控制表_dgv.RowTemplate.Height = 24
  119. Me.控制表_dgv.Size = New System.Drawing.Size(178, 614)
  120. Me.控制表_dgv.TabIndex = 960
  121. '
  122. '明細表_dgv
  123. '
  124. DataGridViewCellStyle26.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  125. Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle26
  126. Me.明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  127. Or System.Windows.Forms.AnchorStyles.Left) _
  128. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  129. Me.明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  130. Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White
  131. Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  132. Me.明細表_dgv.Location = New System.Drawing.Point(669, 226)
  133. Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(4)
  134. Me.明細表_dgv.Name = "明細表_dgv"
  135. Me.明細表_dgv.RowHeadersWidth = 5
  136. DataGridViewCellStyle27.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  137. DataGridViewCellStyle27.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  138. Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle27
  139. Me.明細表_dgv.RowTemplate.Height = 24
  140. Me.明細表_dgv.Size = New System.Drawing.Size(671, 450)
  141. Me.明細表_dgv.TabIndex = 961
  142. '
  143. '匯出EXCEL_bt
  144. '
  145. Me.匯出EXCEL_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print
  146. Me.匯出EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  147. Me.匯出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  148. Me.匯出EXCEL_bt.ForeColor = System.Drawing.Color.Red
  149. Me.匯出EXCEL_bt.Location = New System.Drawing.Point(540, 5)
  150. Me.匯出EXCEL_bt.Margin = New System.Windows.Forms.Padding(4)
  151. Me.匯出EXCEL_bt.Name = "匯出EXCEL_bt"
  152. Me.匯出EXCEL_bt.Size = New System.Drawing.Size(50, 50)
  153. Me.匯出EXCEL_bt.TabIndex = 1735
  154. Me.匯出EXCEL_bt.UseVisualStyleBackColor = True
  155. '
  156. '確認新增_bt
  157. '
  158. Me.確認新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER2
  159. Me.確認新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  160. Me.確認新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  161. Me.確認新增_bt.ForeColor = System.Drawing.Color.Blue
  162. Me.確認新增_bt.Location = New System.Drawing.Point(114, 4)
  163. Me.確認新增_bt.Margin = New System.Windows.Forms.Padding(4)
  164. Me.確認新增_bt.Name = "確認新增_bt"
  165. Me.確認新增_bt.Size = New System.Drawing.Size(50, 50)
  166. Me.確認新增_bt.TabIndex = 1734
  167. Me.確認新增_bt.UseVisualStyleBackColor = True
  168. '
  169. '查詢_bt
  170. '
  171. Me.查詢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.下載
  172. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  173. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  174. Me.查詢_bt.Location = New System.Drawing.Point(4, 4)
  175. Me.查詢_bt.Margin = New System.Windows.Forms.Padding(4)
  176. Me.查詢_bt.Name = "查詢_bt"
  177. Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
  178. Me.查詢_bt.TabIndex = 1733
  179. Me.查詢_bt.UseVisualStyleBackColor = True
  180. '
  181. '刪除_bt
  182. '
  183. Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  184. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  185. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  186. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  187. Me.刪除_bt.Location = New System.Drawing.Point(279, 5)
  188. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4)
  189. Me.刪除_bt.Name = "刪除_bt"
  190. Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
  191. Me.刪除_bt.TabIndex = 1732
  192. Me.刪除_bt.UseVisualStyleBackColor = True
  193. '
  194. '新增_bt
  195. '
  196. Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_2
  197. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  198. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  200. Me.新增_bt.Location = New System.Drawing.Point(59, 4)
  201. Me.新增_bt.Margin = New System.Windows.Forms.Padding(4)
  202. Me.新增_bt.Name = "新增_bt"
  203. Me.新增_bt.Size = New System.Drawing.Size(50, 50)
  204. Me.新增_bt.TabIndex = 1730
  205. Me.新增_bt.UseVisualStyleBackColor = True
  206. '
  207. '修改_bt
  208. '
  209. Me.修改_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER
  210. Me.修改_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  211. Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  212. Me.修改_bt.ForeColor = System.Drawing.Color.DarkGreen
  213. Me.修改_bt.Location = New System.Drawing.Point(169, 4)
  214. Me.修改_bt.Margin = New System.Windows.Forms.Padding(4)
  215. Me.修改_bt.Name = "修改_bt"
  216. Me.修改_bt.Size = New System.Drawing.Size(50, 50)
  217. Me.修改_bt.TabIndex = 1731
  218. Me.修改_bt.UseVisualStyleBackColor = True
  219. '
  220. '報價日期_dtp
  221. '
  222. Me.報價日期_dtp.Location = New System.Drawing.Point(68, 39)
  223. Me.報價日期_dtp.Name = "報價日期_dtp"
  224. Me.報價日期_dtp.Size = New System.Drawing.Size(151, 23)
  225. Me.報價日期_dtp.TabIndex = 1739
  226. '
  227. 'Label29
  228. '
  229. Me.Label29.AutoSize = True
  230. Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
  231. Me.Label29.Location = New System.Drawing.Point(7, 42)
  232. Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  233. Me.Label29.Name = "Label29"
  234. Me.Label29.Size = New System.Drawing.Size(55, 16)
  235. Me.Label29.TabIndex = 1738
  236. Me.Label29.Text = "報價日期"
  237. '
  238. 'Label0
  239. '
  240. Me.Label0.AutoSize = True
  241. Me.Label0.ImeMode = System.Windows.Forms.ImeMode.NoControl
  242. Me.Label0.Location = New System.Drawing.Point(337, 22)
  243. Me.Label0.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  244. Me.Label0.Name = "Label0"
  245. Me.Label0.Size = New System.Drawing.Size(55, 16)
  246. Me.Label0.TabIndex = 1737
  247. Me.Label0.Text = "選擇單號"
  248. Me.Label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  249. '
  250. '單號_tb
  251. '
  252. Me.單號_tb.Location = New System.Drawing.Point(398, 18)
  253. Me.單號_tb.Margin = New System.Windows.Forms.Padding(4)
  254. Me.單號_tb.Name = "單號_tb"
  255. Me.單號_tb.ReadOnly = True
  256. Me.單號_tb.Size = New System.Drawing.Size(134, 23)
  257. Me.單號_tb.TabIndex = 1736
  258. Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  259. '
  260. 'Panel1
  261. '
  262. Me.Panel1.Controls.Add(Me.年_tb)
  263. Me.Panel1.Controls.Add(Me.狀態_tb)
  264. Me.Panel1.Controls.Add(Me.引擎號碼1_tb)
  265. Me.Panel1.Controls.Add(Me.成本_tb)
  266. Me.Panel1.Controls.Add(Me.輪胎尺寸_tb)
  267. Me.Panel1.Controls.Add(Me.品名_tb)
  268. Me.Panel1.Controls.Add(Me.料號_tb)
  269. Me.Panel1.Controls.Add(Me.供應商編號_tb)
  270. Me.Panel1.Controls.Add(Me.流水號_tb)
  271. Me.Panel1.Controls.Add(Me.車型_tb)
  272. Me.Panel1.Controls.Add(Me.全部_tb)
  273. Me.Panel1.Controls.Add(Me.明細表1_dgv)
  274. Me.Panel1.Controls.Add(Me.公司_tb)
  275. Me.Panel1.Controls.Add(Me.項次_tb)
  276. Me.Panel1.Location = New System.Drawing.Point(53, 89)
  277. Me.Panel1.Name = "Panel1"
  278. Me.Panel1.Size = New System.Drawing.Size(311, 398)
  279. Me.Panel1.TabIndex = 1763
  280. Me.Panel1.Visible = False
  281. '
  282. '狀態_tb
  283. '
  284. Me.狀態_tb.Location = New System.Drawing.Point(193, 178)
  285. Me.狀態_tb.Name = "狀態_tb"
  286. Me.狀態_tb.Size = New System.Drawing.Size(100, 23)
  287. Me.狀態_tb.TabIndex = 1774
  288. '
  289. '成本_tb
  290. '
  291. Me.成本_tb.Location = New System.Drawing.Point(193, 133)
  292. Me.成本_tb.Name = "成本_tb"
  293. Me.成本_tb.Size = New System.Drawing.Size(100, 23)
  294. Me.成本_tb.TabIndex = 1773
  295. '
  296. '品名_tb
  297. '
  298. Me.品名_tb.Location = New System.Drawing.Point(193, 104)
  299. Me.品名_tb.Name = "品名_tb"
  300. Me.品名_tb.Size = New System.Drawing.Size(100, 23)
  301. Me.品名_tb.TabIndex = 1772
  302. '
  303. '料號_tb
  304. '
  305. Me.料號_tb.Location = New System.Drawing.Point(193, 75)
  306. Me.料號_tb.Name = "料號_tb"
  307. Me.料號_tb.Size = New System.Drawing.Size(100, 23)
  308. Me.料號_tb.TabIndex = 1771
  309. '
  310. '供應商編號_tb
  311. '
  312. Me.供應商編號_tb.Location = New System.Drawing.Point(176, 290)
  313. Me.供應商編號_tb.Name = "供應商編號_tb"
  314. Me.供應商編號_tb.Size = New System.Drawing.Size(100, 23)
  315. Me.供應商編號_tb.TabIndex = 1770
  316. '
  317. '流水號_tb
  318. '
  319. Me.流水號_tb.Location = New System.Drawing.Point(14, 315)
  320. Me.流水號_tb.Name = "流水號_tb"
  321. Me.流水號_tb.Size = New System.Drawing.Size(100, 23)
  322. Me.流水號_tb.TabIndex = 1769
  323. '
  324. '全部_tb
  325. '
  326. Me.全部_tb.Location = New System.Drawing.Point(4, 10)
  327. Me.全部_tb.Margin = New System.Windows.Forms.Padding(4)
  328. Me.全部_tb.Name = "全部_tb"
  329. Me.全部_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  330. Me.全部_tb.Size = New System.Drawing.Size(76, 23)
  331. Me.全部_tb.TabIndex = 1747
  332. Me.全部_tb.Visible = False
  333. '
  334. '明細表1_dgv
  335. '
  336. DataGridViewCellStyle28.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  337. Me.明細表1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle28
  338. Me.明細表1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  339. Or System.Windows.Forms.AnchorStyles.Left) _
  340. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  341. Me.明細表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  342. Me.明細表1_dgv.BackgroundColor = System.Drawing.Color.White
  343. Me.明細表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  344. Me.明細表1_dgv.Location = New System.Drawing.Point(201, 10)
  345. Me.明細表1_dgv.Margin = New System.Windows.Forms.Padding(4)
  346. Me.明細表1_dgv.Name = "明細表1_dgv"
  347. Me.明細表1_dgv.RowHeadersWidth = 5
  348. DataGridViewCellStyle29.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  349. DataGridViewCellStyle29.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  350. Me.明細表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle29
  351. Me.明細表1_dgv.RowTemplate.Height = 24
  352. Me.明細表1_dgv.Size = New System.Drawing.Size(92, 29)
  353. Me.明細表1_dgv.TabIndex = 1768
  354. '
  355. '公司_tb
  356. '
  357. Me.公司_tb.Location = New System.Drawing.Point(176, 321)
  358. Me.公司_tb.Name = "公司_tb"
  359. Me.公司_tb.Size = New System.Drawing.Size(100, 23)
  360. Me.公司_tb.TabIndex = 1
  361. '
  362. '項次_tb
  363. '
  364. Me.項次_tb.Location = New System.Drawing.Point(176, 350)
  365. Me.項次_tb.Name = "項次_tb"
  366. Me.項次_tb.Size = New System.Drawing.Size(100, 23)
  367. Me.項次_tb.TabIndex = 0
  368. '
  369. 'ToolTip1
  370. '
  371. Me.ToolTip1.IsBalloon = True
  372. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  373. Me.ToolTip1.ToolTipTitle = "系統說明"
  374. '
  375. 'Panel2
  376. '
  377. Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  378. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  379. Me.Panel2.Controls.Add(Me.顯示成本_cb)
  380. Me.Panel2.Controls.Add(Me.選擇供應商_cb)
  381. Me.Panel2.Controls.Add(Me.Panel1)
  382. Me.Panel2.Controls.Add(Me.Label25)
  383. Me.Panel2.Controls.Add(Me.物料_dgv)
  384. Me.Panel2.Location = New System.Drawing.Point(186, 62)
  385. Me.Panel2.Name = "Panel2"
  386. Me.Panel2.Size = New System.Drawing.Size(480, 614)
  387. Me.Panel2.TabIndex = 1765
  388. '
  389. '顯示成本_cb
  390. '
  391. Me.顯示成本_cb.AutoSize = True
  392. Me.顯示成本_cb.Location = New System.Drawing.Point(215, 4)
  393. Me.顯示成本_cb.Name = "顯示成本_cb"
  394. Me.顯示成本_cb.Size = New System.Drawing.Size(74, 20)
  395. Me.顯示成本_cb.TabIndex = 1731
  396. Me.顯示成本_cb.Text = "顯示成本"
  397. Me.顯示成本_cb.UseVisualStyleBackColor = True
  398. '
  399. '選擇供應商_cb
  400. '
  401. Me.選擇供應商_cb.FormattingEnabled = True
  402. Me.選擇供應商_cb.Location = New System.Drawing.Point(78, 2)
  403. Me.選擇供應商_cb.Name = "選擇供應商_cb"
  404. Me.選擇供應商_cb.Size = New System.Drawing.Size(121, 24)
  405. Me.選擇供應商_cb.TabIndex = 1730
  406. '
  407. 'Label25
  408. '
  409. Me.Label25.AutoSize = True
  410. Me.Label25.ImeMode = System.Windows.Forms.ImeMode.NoControl
  411. Me.Label25.Location = New System.Drawing.Point(4, 5)
  412. Me.Label25.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  413. Me.Label25.Name = "Label25"
  414. Me.Label25.Size = New System.Drawing.Size(67, 16)
  415. Me.Label25.TabIndex = 1729
  416. Me.Label25.Text = "選擇供應商"
  417. '
  418. '物料_dgv
  419. '
  420. DataGridViewCellStyle30.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  421. Me.物料_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle30
  422. Me.物料_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  423. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  424. Me.物料_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  425. Me.物料_dgv.BackgroundColor = System.Drawing.Color.White
  426. Me.物料_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  427. Me.物料_dgv.Location = New System.Drawing.Point(1, 28)
  428. Me.物料_dgv.Margin = New System.Windows.Forms.Padding(4)
  429. Me.物料_dgv.Name = "物料_dgv"
  430. Me.物料_dgv.ReadOnly = True
  431. Me.物料_dgv.RowHeadersWidth = 5
  432. Me.物料_dgv.RowTemplate.Height = 24
  433. Me.物料_dgv.Size = New System.Drawing.Size(475, 586)
  434. Me.物料_dgv.TabIndex = 960
  435. '
  436. 'GroupBox4
  437. '
  438. Me.GroupBox4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  439. Me.GroupBox4.Controls.Add(Me.Label57)
  440. Me.GroupBox4.Controls.Add(Me.Label58)
  441. Me.GroupBox4.Controls.Add(Me.總計_tb)
  442. Me.GroupBox4.Controls.Add(Me.是否收稅_cb)
  443. Me.GroupBox4.Controls.Add(Me.零件_tb)
  444. Me.GroupBox4.Controls.Add(Me.Label40)
  445. Me.GroupBox4.Controls.Add(Me.工資_tb)
  446. Me.GroupBox4.Controls.Add(Me.隱藏成本_cb)
  447. Me.GroupBox4.Controls.Add(Me.稅金_tb)
  448. Me.GroupBox4.Controls.Add(Me.Label38)
  449. Me.GroupBox4.Controls.Add(Me.應收合計_tb)
  450. Me.GroupBox4.Controls.Add(Me.Label36)
  451. Me.GroupBox4.Location = New System.Drawing.Point(1080, 56)
  452. Me.GroupBox4.Name = "GroupBox4"
  453. Me.GroupBox4.Size = New System.Drawing.Size(260, 157)
  454. Me.GroupBox4.TabIndex = 1767
  455. Me.GroupBox4.TabStop = False
  456. Me.GroupBox4.Text = "金額"
  457. '
  458. 'Label57
  459. '
  460. Me.Label57.AutoSize = True
  461. Me.Label57.ImeMode = System.Windows.Forms.ImeMode.NoControl
  462. Me.Label57.Location = New System.Drawing.Point(8, 20)
  463. Me.Label57.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  464. Me.Label57.Name = "Label57"
  465. Me.Label57.Size = New System.Drawing.Size(31, 16)
  466. Me.Label57.TabIndex = 1716
  467. Me.Label57.Text = "工資"
  468. '
  469. 'Label58
  470. '
  471. Me.Label58.AutoSize = True
  472. Me.Label58.ImeMode = System.Windows.Forms.ImeMode.NoControl
  473. Me.Label58.Location = New System.Drawing.Point(133, 20)
  474. Me.Label58.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  475. Me.Label58.Name = "Label58"
  476. Me.Label58.Size = New System.Drawing.Size(31, 16)
  477. Me.Label58.TabIndex = 1714
  478. Me.Label58.Text = "零件"
  479. '
  480. '總計_tb
  481. '
  482. Me.總計_tb.Location = New System.Drawing.Point(168, 42)
  483. Me.總計_tb.Margin = New System.Windows.Forms.Padding(4)
  484. Me.總計_tb.Name = "總計_tb"
  485. Me.總計_tb.ReadOnly = True
  486. Me.總計_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  487. Me.總計_tb.Size = New System.Drawing.Size(84, 23)
  488. Me.總計_tb.TabIndex = 1745
  489. '
  490. '是否收稅_cb
  491. '
  492. Me.是否收稅_cb.AutoSize = True
  493. Me.是否收稅_cb.Location = New System.Drawing.Point(41, 114)
  494. Me.是否收稅_cb.Name = "是否收稅_cb"
  495. Me.是否收稅_cb.Size = New System.Drawing.Size(74, 20)
  496. Me.是否收稅_cb.TabIndex = 1775
  497. Me.是否收稅_cb.Text = "是否收稅"
  498. Me.是否收稅_cb.UseVisualStyleBackColor = True
  499. '
  500. '零件_tb
  501. '
  502. Me.零件_tb.Location = New System.Drawing.Point(168, 17)
  503. Me.零件_tb.Margin = New System.Windows.Forms.Padding(4)
  504. Me.零件_tb.Name = "零件_tb"
  505. Me.零件_tb.ReadOnly = True
  506. Me.零件_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  507. Me.零件_tb.Size = New System.Drawing.Size(84, 23)
  508. Me.零件_tb.TabIndex = 1713
  509. '
  510. 'Label40
  511. '
  512. Me.Label40.AutoSize = True
  513. Me.Label40.ImeMode = System.Windows.Forms.ImeMode.NoControl
  514. Me.Label40.Location = New System.Drawing.Point(133, 45)
  515. Me.Label40.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  516. Me.Label40.Name = "Label40"
  517. Me.Label40.Size = New System.Drawing.Size(31, 16)
  518. Me.Label40.TabIndex = 1746
  519. Me.Label40.Text = "總計"
  520. '
  521. '工資_tb
  522. '
  523. Me.工資_tb.Location = New System.Drawing.Point(43, 17)
  524. Me.工資_tb.Margin = New System.Windows.Forms.Padding(4)
  525. Me.工資_tb.Name = "工資_tb"
  526. Me.工資_tb.ReadOnly = True
  527. Me.工資_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  528. Me.工資_tb.Size = New System.Drawing.Size(76, 23)
  529. Me.工資_tb.TabIndex = 1715
  530. '
  531. '隱藏成本_cb
  532. '
  533. Me.隱藏成本_cb.AutoSize = True
  534. Me.隱藏成本_cb.Location = New System.Drawing.Point(165, 114)
  535. Me.隱藏成本_cb.Name = "隱藏成本_cb"
  536. Me.隱藏成本_cb.Size = New System.Drawing.Size(74, 20)
  537. Me.隱藏成本_cb.TabIndex = 1746
  538. Me.隱藏成本_cb.Text = "顯示成本"
  539. Me.隱藏成本_cb.UseVisualStyleBackColor = True
  540. '
  541. '稅金_tb
  542. '
  543. Me.稅金_tb.Location = New System.Drawing.Point(43, 42)
  544. Me.稅金_tb.Margin = New System.Windows.Forms.Padding(4)
  545. Me.稅金_tb.Name = "稅金_tb"
  546. Me.稅金_tb.ReadOnly = True
  547. Me.稅金_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  548. Me.稅金_tb.Size = New System.Drawing.Size(76, 23)
  549. Me.稅金_tb.TabIndex = 1743
  550. '
  551. 'Label38
  552. '
  553. Me.Label38.AutoSize = True
  554. Me.Label38.ImeMode = System.Windows.Forms.ImeMode.NoControl
  555. Me.Label38.Location = New System.Drawing.Point(8, 45)
  556. Me.Label38.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  557. Me.Label38.Name = "Label38"
  558. Me.Label38.Size = New System.Drawing.Size(31, 16)
  559. Me.Label38.TabIndex = 1744
  560. Me.Label38.Text = "稅金"
  561. '
  562. '應收合計_tb
  563. '
  564. Me.應收合計_tb.Location = New System.Drawing.Point(43, 68)
  565. Me.應收合計_tb.Margin = New System.Windows.Forms.Padding(4)
  566. Me.應收合計_tb.Name = "應收合計_tb"
  567. Me.應收合計_tb.ReadOnly = True
  568. Me.應收合計_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  569. Me.應收合計_tb.Size = New System.Drawing.Size(209, 23)
  570. Me.應收合計_tb.TabIndex = 1739
  571. '
  572. 'Label36
  573. '
  574. Me.Label36.AutoSize = True
  575. Me.Label36.ImeMode = System.Windows.Forms.ImeMode.NoControl
  576. Me.Label36.Location = New System.Drawing.Point(8, 72)
  577. Me.Label36.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  578. Me.Label36.Name = "Label36"
  579. Me.Label36.Size = New System.Drawing.Size(31, 16)
  580. Me.Label36.TabIndex = 1740
  581. Me.Label36.Text = "合計"
  582. '
  583. 'GroupBox3
  584. '
  585. Me.GroupBox3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  586. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  587. Me.GroupBox3.Controls.Add(Me.里程_tb)
  588. Me.GroupBox3.Controls.Add(Me.Label1)
  589. Me.GroupBox3.Controls.Add(Me.備註_tb)
  590. Me.GroupBox3.Controls.Add(Me.Label53)
  591. Me.GroupBox3.Controls.Add(Me.Label52)
  592. Me.GroupBox3.Controls.Add(Me.Label47)
  593. Me.GroupBox3.Controls.Add(Me.Label43)
  594. Me.GroupBox3.Controls.Add(Me.車號_tb)
  595. Me.GroupBox3.Controls.Add(Me.電話_tb)
  596. Me.GroupBox3.Controls.Add(Me.車主名稱_tb)
  597. Me.GroupBox3.Controls.Add(Me.Button2)
  598. Me.GroupBox3.Controls.Add(Me.Label29)
  599. Me.GroupBox3.Controls.Add(Me.報價日期_dtp)
  600. Me.GroupBox3.Location = New System.Drawing.Point(669, 56)
  601. Me.GroupBox3.Name = "GroupBox3"
  602. Me.GroupBox3.Size = New System.Drawing.Size(412, 157)
  603. Me.GroupBox3.TabIndex = 1766
  604. Me.GroupBox3.TabStop = False
  605. Me.GroupBox3.Text = " 基本資料"
  606. '
  607. '備註_tb
  608. '
  609. Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  610. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  611. Me.備註_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  612. Me.備註_tb.Location = New System.Drawing.Point(69, 95)
  613. Me.備註_tb.Margin = New System.Windows.Forms.Padding(4)
  614. Me.備註_tb.Multiline = True
  615. Me.備註_tb.Name = "備註_tb"
  616. Me.備註_tb.Size = New System.Drawing.Size(336, 54)
  617. Me.備註_tb.TabIndex = 1776
  618. '
  619. 'Label53
  620. '
  621. Me.Label53.AutoSize = True
  622. Me.Label53.ImeMode = System.Windows.Forms.ImeMode.NoControl
  623. Me.Label53.Location = New System.Drawing.Point(223, 15)
  624. Me.Label53.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  625. Me.Label53.Name = "Label53"
  626. Me.Label53.Size = New System.Drawing.Size(55, 16)
  627. Me.Label53.TabIndex = 1736
  628. Me.Label53.Text = "車 號"
  629. '
  630. 'Label47
  631. '
  632. Me.Label47.AutoSize = True
  633. Me.Label47.ImeMode = System.Windows.Forms.ImeMode.NoControl
  634. Me.Label47.Location = New System.Drawing.Point(5, 114)
  635. Me.Label47.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  636. Me.Label47.Name = "Label47"
  637. Me.Label47.Size = New System.Drawing.Size(55, 16)
  638. Me.Label47.TabIndex = 1777
  639. Me.Label47.Text = "備 註"
  640. '
  641. 'Label43
  642. '
  643. Me.Label43.AutoSize = True
  644. Me.Label43.ImeMode = System.Windows.Forms.ImeMode.NoControl
  645. Me.Label43.Location = New System.Drawing.Point(5, 18)
  646. Me.Label43.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  647. Me.Label43.Name = "Label43"
  648. Me.Label43.Size = New System.Drawing.Size(55, 16)
  649. Me.Label43.TabIndex = 1732
  650. Me.Label43.Text = "車主名稱"
  651. '
  652. '車號_tb
  653. '
  654. Me.車號_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  655. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  656. Me.車號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  657. Me.車號_tb.Location = New System.Drawing.Point(281, 11)
  658. Me.車號_tb.Margin = New System.Windows.Forms.Padding(4)
  659. Me.車號_tb.Name = "車號_tb"
  660. Me.車號_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  661. Me.車號_tb.Size = New System.Drawing.Size(124, 23)
  662. Me.車號_tb.TabIndex = 1681
  663. '
  664. '車主名稱_tb
  665. '
  666. Me.車主名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  667. Me.車主名稱_tb.Location = New System.Drawing.Point(68, 11)
  668. Me.車主名稱_tb.Margin = New System.Windows.Forms.Padding(4)
  669. Me.車主名稱_tb.Name = "車主名稱_tb"
  670. Me.車主名稱_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  671. Me.車主名稱_tb.Size = New System.Drawing.Size(116, 23)
  672. Me.車主名稱_tb.TabIndex = 1685
  673. '
  674. 'Button2
  675. '
  676. Me.Button2.BackgroundImage = CType(resources.GetObject("Button2.BackgroundImage"), System.Drawing.Image)
  677. Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  678. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold)
  679. Me.Button2.Location = New System.Drawing.Point(191, 7)
  680. Me.Button2.Name = "Button2"
  681. Me.Button2.Size = New System.Drawing.Size(28, 29)
  682. Me.Button2.TabIndex = 1725
  683. Me.Button2.UseVisualStyleBackColor = True
  684. '
  685. '刪除選中的一筆資料1_bt
  686. '
  687. Me.刪除選中的一筆資料1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  688. Me.刪除選中的一筆資料1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  689. Me.刪除選中的一筆資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  690. Me.刪除選中的一筆資料1_bt.ForeColor = System.Drawing.Color.Red
  691. Me.刪除選中的一筆資料1_bt.Location = New System.Drawing.Point(1245, 5)
  692. Me.刪除選中的一筆資料1_bt.Margin = New System.Windows.Forms.Padding(4)
  693. Me.刪除選中的一筆資料1_bt.Name = "刪除選中的一筆資料1_bt"
  694. Me.刪除選中的一筆資料1_bt.Size = New System.Drawing.Size(50, 50)
  695. Me.刪除選中的一筆資料1_bt.TabIndex = 1719
  696. Me.刪除選中的一筆資料1_bt.UseVisualStyleBackColor = True
  697. '
  698. '申請1_bt
  699. '
  700. Me.申請1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  701. Me.申請1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Sendnow
  702. Me.申請1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  703. Me.申請1_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  704. Me.申請1_bt.Location = New System.Drawing.Point(1295, 5)
  705. Me.申請1_bt.Margin = New System.Windows.Forms.Padding(4)
  706. Me.申請1_bt.Name = "申請1_bt"
  707. Me.申請1_bt.Size = New System.Drawing.Size(50, 50)
  708. Me.申請1_bt.TabIndex = 1717
  709. Me.申請1_bt.UseVisualStyleBackColor = True
  710. '
  711. '收支單中新增一筆資料1_bt
  712. '
  713. Me.收支單中新增一筆資料1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  714. Me.收支單中新增一筆資料1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.pen
  715. Me.收支單中新增一筆資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  716. Me.收支單中新增一筆資料1_bt.ForeColor = System.Drawing.Color.Green
  717. Me.收支單中新增一筆資料1_bt.Location = New System.Drawing.Point(1145, 5)
  718. Me.收支單中新增一筆資料1_bt.Margin = New System.Windows.Forms.Padding(4)
  719. Me.收支單中新增一筆資料1_bt.Name = "收支單中新增一筆資料1_bt"
  720. Me.收支單中新增一筆資料1_bt.Size = New System.Drawing.Size(50, 50)
  721. Me.收支單中新增一筆資料1_bt.TabIndex = 1725
  722. Me.收支單中新增一筆資料1_bt.UseVisualStyleBackColor = True
  723. '
  724. '收支單中新增一筆空白資料1_bt
  725. '
  726. Me.收支單中新增一筆空白資料1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  727. Me.收支單中新增一筆空白資料1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Edit_Text
  728. Me.收支單中新增一筆空白資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  729. Me.收支單中新增一筆空白資料1_bt.ForeColor = System.Drawing.Color.Green
  730. Me.收支單中新增一筆空白資料1_bt.Location = New System.Drawing.Point(1195, 5)
  731. Me.收支單中新增一筆空白資料1_bt.Margin = New System.Windows.Forms.Padding(4)
  732. Me.收支單中新增一筆空白資料1_bt.Name = "收支單中新增一筆空白資料1_bt"
  733. Me.收支單中新增一筆空白資料1_bt.Size = New System.Drawing.Size(50, 50)
  734. Me.收支單中新增一筆空白資料1_bt.TabIndex = 1718
  735. Me.收支單中新增一筆空白資料1_bt.UseVisualStyleBackColor = True
  736. '
  737. '查詢物_bt
  738. '
  739. Me.查詢物_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Search
  740. Me.查詢物_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  741. Me.查詢物_bt.Location = New System.Drawing.Point(224, 5)
  742. Me.查詢物_bt.Margin = New System.Windows.Forms.Padding(4)
  743. Me.查詢物_bt.Name = "查詢物_bt"
  744. Me.查詢物_bt.Size = New System.Drawing.Size(50, 50)
  745. Me.查詢物_bt.TabIndex = 1774
  746. Me.查詢物_bt.UseVisualStyleBackColor = True
  747. '
  748. '匯入_bt
  749. '
  750. Me.匯入_bt.Location = New System.Drawing.Point(597, 6)
  751. Me.匯入_bt.Name = "匯入_bt"
  752. Me.匯入_bt.Size = New System.Drawing.Size(126, 50)
  753. Me.匯入_bt.TabIndex = 1775
  754. Me.匯入_bt.Text = "匯入車輛銷售管理"
  755. Me.匯入_bt.UseVisualStyleBackColor = True
  756. '
  757. '年_tb
  758. '
  759. Me.年_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  760. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  761. Me.年_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  762. Me.年_tb.Location = New System.Drawing.Point(14, 154)
  763. Me.年_tb.Margin = New System.Windows.Forms.Padding(4)
  764. Me.年_tb.Name = "年_tb"
  765. Me.年_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  766. Me.年_tb.Size = New System.Drawing.Size(76, 23)
  767. Me.年_tb.TabIndex = 1778
  768. '
  769. '輪胎尺寸_tb
  770. '
  771. Me.輪胎尺寸_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  772. Me.輪胎尺寸_tb.Location = New System.Drawing.Point(15, 123)
  773. Me.輪胎尺寸_tb.Margin = New System.Windows.Forms.Padding(4)
  774. Me.輪胎尺寸_tb.Name = "輪胎尺寸_tb"
  775. Me.輪胎尺寸_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  776. Me.輪胎尺寸_tb.Size = New System.Drawing.Size(75, 23)
  777. Me.輪胎尺寸_tb.TabIndex = 1777
  778. '
  779. '引擎號碼1_tb
  780. '
  781. Me.引擎號碼1_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  782. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  783. Me.引擎號碼1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  784. Me.引擎號碼1_tb.Location = New System.Drawing.Point(14, 185)
  785. Me.引擎號碼1_tb.Margin = New System.Windows.Forms.Padding(4)
  786. Me.引擎號碼1_tb.Name = "引擎號碼1_tb"
  787. Me.引擎號碼1_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  788. Me.引擎號碼1_tb.Size = New System.Drawing.Size(76, 23)
  789. Me.引擎號碼1_tb.TabIndex = 1776
  790. '
  791. '車型_tb
  792. '
  793. Me.車型_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  794. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  795. Me.車型_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  796. Me.車型_tb.Location = New System.Drawing.Point(14, 92)
  797. Me.車型_tb.Margin = New System.Windows.Forms.Padding(4)
  798. Me.車型_tb.Name = "車型_tb"
  799. Me.車型_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  800. Me.車型_tb.Size = New System.Drawing.Size(76, 23)
  801. Me.車型_tb.TabIndex = 1775
  802. '
  803. '電話_tb
  804. '
  805. Me.電話_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  806. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  807. Me.電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  808. Me.電話_tb.Location = New System.Drawing.Point(68, 67)
  809. Me.電話_tb.Margin = New System.Windows.Forms.Padding(4)
  810. Me.電話_tb.Name = "電話_tb"
  811. Me.電話_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  812. Me.電話_tb.Size = New System.Drawing.Size(336, 23)
  813. Me.電話_tb.TabIndex = 1689
  814. '
  815. 'Label52
  816. '
  817. Me.Label52.AutoSize = True
  818. Me.Label52.ImeMode = System.Windows.Forms.ImeMode.NoControl
  819. Me.Label52.Location = New System.Drawing.Point(7, 72)
  820. Me.Label52.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  821. Me.Label52.Name = "Label52"
  822. Me.Label52.Size = New System.Drawing.Size(55, 16)
  823. Me.Label52.TabIndex = 1735
  824. Me.Label52.Text = "電 話"
  825. '
  826. 'Label1
  827. '
  828. Me.Label1.AutoSize = True
  829. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  830. Me.Label1.Location = New System.Drawing.Point(223, 43)
  831. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  832. Me.Label1.Name = "Label1"
  833. Me.Label1.Size = New System.Drawing.Size(55, 16)
  834. Me.Label1.TabIndex = 1779
  835. Me.Label1.Text = "進廠里程"
  836. '
  837. '里程_tb
  838. '
  839. Me.里程_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  840. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  841. Me.里程_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  842. Me.里程_tb.Location = New System.Drawing.Point(281, 39)
  843. Me.里程_tb.Margin = New System.Windows.Forms.Padding(4)
  844. Me.里程_tb.Name = "里程_tb"
  845. Me.里程_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  846. Me.里程_tb.Size = New System.Drawing.Size(124, 23)
  847. Me.里程_tb.TabIndex = 1778
  848. '
  849. '估價單
  850. '
  851. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  852. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  853. Me.ClientSize = New System.Drawing.Size(1349, 681)
  854. Me.Controls.Add(Me.匯入_bt)
  855. Me.Controls.Add(Me.查詢物_bt)
  856. Me.Controls.Add(Me.GroupBox4)
  857. Me.Controls.Add(Me.刪除選中的一筆資料1_bt)
  858. Me.Controls.Add(Me.GroupBox3)
  859. Me.Controls.Add(Me.Label0)
  860. Me.Controls.Add(Me.明細表_dgv)
  861. Me.Controls.Add(Me.單號_tb)
  862. Me.Controls.Add(Me.申請1_bt)
  863. Me.Controls.Add(Me.Panel2)
  864. Me.Controls.Add(Me.收支單中新增一筆資料1_bt)
  865. Me.Controls.Add(Me.控制表_dgv)
  866. Me.Controls.Add(Me.收支單中新增一筆空白資料1_bt)
  867. Me.Controls.Add(Me.匯出EXCEL_bt)
  868. Me.Controls.Add(Me.確認新增_bt)
  869. Me.Controls.Add(Me.查詢_bt)
  870. Me.Controls.Add(Me.刪除_bt)
  871. Me.Controls.Add(Me.新增_bt)
  872. Me.Controls.Add(Me.修改_bt)
  873. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  874. Me.Margin = New System.Windows.Forms.Padding(4)
  875. Me.Name = "估價單"
  876. Me.Text = "估價單"
  877. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  878. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  879. Me.Panel1.ResumeLayout(False)
  880. Me.Panel1.PerformLayout()
  881. CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  882. Me.Panel2.ResumeLayout(False)
  883. Me.Panel2.PerformLayout()
  884. CType(Me.物料_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  885. Me.GroupBox4.ResumeLayout(False)
  886. Me.GroupBox4.PerformLayout()
  887. Me.GroupBox3.ResumeLayout(False)
  888. Me.GroupBox3.PerformLayout()
  889. Me.ResumeLayout(False)
  890. Me.PerformLayout()
  891. End Sub
  892. Friend WithEvents 控制表_dgv As DataGridView
  893. Friend WithEvents 明細表_dgv As DataGridView
  894. Friend WithEvents 匯出EXCEL_bt As Button
  895. Friend WithEvents 確認新增_bt As Button
  896. Friend WithEvents 查詢_bt As Button
  897. Friend WithEvents 刪除_bt As Button
  898. Friend WithEvents 新增_bt As Button
  899. Friend WithEvents 修改_bt As Button
  900. Friend WithEvents 報價日期_dtp As DateTimePicker
  901. Friend WithEvents Label29 As Label
  902. Friend WithEvents Label0 As Label
  903. Friend WithEvents 單號_tb As TextBox
  904. Friend WithEvents Panel1 As Panel
  905. Friend WithEvents 公司_tb As TextBox
  906. Friend WithEvents 項次_tb As TextBox
  907. Friend WithEvents ToolTip1 As ToolTip
  908. Friend WithEvents Panel2 As Panel
  909. Friend WithEvents 顯示成本_cb As CheckBox
  910. Friend WithEvents 選擇供應商_cb As ComboBox
  911. Friend WithEvents Label25 As Label
  912. Friend WithEvents 物料_dgv As DataGridView
  913. Friend WithEvents GroupBox4 As GroupBox
  914. Friend WithEvents 全部_tb As TextBox
  915. Friend WithEvents Label57 As Label
  916. Friend WithEvents Label58 As Label
  917. Friend WithEvents 總計_tb As TextBox
  918. Friend WithEvents 零件_tb As TextBox
  919. Friend WithEvents Label40 As Label
  920. Friend WithEvents 工資_tb As TextBox
  921. Friend WithEvents 稅金_tb As TextBox
  922. Friend WithEvents Label38 As Label
  923. Friend WithEvents 應收合計_tb As TextBox
  924. Friend WithEvents Label36 As Label
  925. Friend WithEvents GroupBox3 As GroupBox
  926. Friend WithEvents 隱藏成本_cb As CheckBox
  927. Friend WithEvents 刪除選中的一筆資料1_bt As Button
  928. Friend WithEvents 申請1_bt As Button
  929. Friend WithEvents 收支單中新增一筆資料1_bt As Button
  930. Friend WithEvents 收支單中新增一筆空白資料1_bt As Button
  931. Friend WithEvents Label53 As Label
  932. Friend WithEvents Label43 As Label
  933. Friend WithEvents 車號_tb As TextBox
  934. Friend WithEvents 車主名稱_tb As TextBox
  935. Friend WithEvents Button2 As Button
  936. Friend WithEvents 明細表1_dgv As DataGridView
  937. Friend WithEvents 查詢物_bt As Button
  938. Friend WithEvents 是否收稅_cb As CheckBox
  939. Friend WithEvents Label47 As Label
  940. Friend WithEvents 流水號_tb As TextBox
  941. Friend WithEvents 備註_tb As TextBox
  942. Friend WithEvents 供應商編號_tb As TextBox
  943. Friend WithEvents 狀態_tb As TextBox
  944. Friend WithEvents 成本_tb As TextBox
  945. Friend WithEvents 品名_tb As TextBox
  946. Friend WithEvents 料號_tb As TextBox
  947. Friend WithEvents 匯入_bt As Button
  948. Friend WithEvents 年_tb As TextBox
  949. Friend WithEvents 引擎號碼1_tb As TextBox
  950. Friend WithEvents 輪胎尺寸_tb As TextBox
  951. Friend WithEvents 車型_tb As TextBox
  952. Friend WithEvents Label1 As Label
  953. Friend WithEvents 里程_tb As TextBox
  954. Friend WithEvents Label52 As Label
  955. Friend WithEvents 電話_tb As TextBox
  956. End Class