Няма описание
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 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  24. Me.Button7 = New System.Windows.Forms.Button()
  25. Me.CheckBox1 = New System.Windows.Forms.CheckBox()
  26. Me.TextBox9 = New System.Windows.Forms.TextBox()
  27. Me.Label14 = New System.Windows.Forms.Label()
  28. Me.TextBox1 = New System.Windows.Forms.TextBox()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  31. Me.Label4 = New System.Windows.Forms.Label()
  32. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  33. Me.Label5 = New System.Windows.Forms.Label()
  34. Me.TextBox2 = New System.Windows.Forms.TextBox()
  35. Me.Label6 = New System.Windows.Forms.Label()
  36. Me.Label9 = New System.Windows.Forms.Label()
  37. Me.TextBox4 = New System.Windows.Forms.TextBox()
  38. Me.Label2 = New System.Windows.Forms.Label()
  39. Me.TextBox3 = New System.Windows.Forms.TextBox()
  40. Me.Label3 = New System.Windows.Forms.Label()
  41. Me.TextBox5 = New System.Windows.Forms.TextBox()
  42. Me.Label7 = New System.Windows.Forms.Label()
  43. Me.TextBox6 = New System.Windows.Forms.TextBox()
  44. Me.Button3 = New System.Windows.Forms.Button()
  45. Me.Button1 = New System.Windows.Forms.Button()
  46. Me.Button2 = New System.Windows.Forms.Button()
  47. Me.TextBox7 = New System.Windows.Forms.TextBox()
  48. Me.Label8 = New System.Windows.Forms.Label()
  49. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  50. Me.SuspendLayout()
  51. '
  52. 'DataGridView1
  53. '
  54. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer))
  55. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  56. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  57. Me.DataGridView1.Location = New System.Drawing.Point(12, 95)
  58. Me.DataGridView1.Name = "DataGridView1"
  59. Me.DataGridView1.RowHeadersWidth = 5
  60. Me.DataGridView1.RowTemplate.Height = 24
  61. Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
  62. Me.DataGridView1.Size = New System.Drawing.Size(1336, 574)
  63. Me.DataGridView1.TabIndex = 126
  64. '
  65. 'Button7
  66. '
  67. Me.Button7.Location = New System.Drawing.Point(1111, 33)
  68. Me.Button7.Name = "Button7"
  69. Me.Button7.Size = New System.Drawing.Size(79, 54)
  70. Me.Button7.TabIndex = 187
  71. Me.Button7.Text = "查詢"
  72. Me.Button7.UseVisualStyleBackColor = True
  73. '
  74. 'CheckBox1
  75. '
  76. Me.CheckBox1.AutoSize = True
  77. Me.CheckBox1.Location = New System.Drawing.Point(1115, 7)
  78. Me.CheckBox1.Name = "CheckBox1"
  79. Me.CheckBox1.Size = New System.Drawing.Size(75, 20)
  80. Me.CheckBox1.TabIndex = 188
  81. Me.CheckBox1.Text = "使用參考"
  82. Me.CheckBox1.UseVisualStyleBackColor = True
  83. '
  84. 'TextBox9
  85. '
  86. Me.TextBox9.Enabled = False
  87. Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  88. Me.TextBox9.Location = New System.Drawing.Point(747, 64)
  89. Me.TextBox9.Name = "TextBox9"
  90. Me.TextBox9.Size = New System.Drawing.Size(78, 23)
  91. Me.TextBox9.TabIndex = 190
  92. '
  93. 'Label14
  94. '
  95. Me.Label14.AutoSize = True
  96. Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  97. Me.Label14.Location = New System.Drawing.Point(709, 67)
  98. Me.Label14.Name = "Label14"
  99. Me.Label14.Size = New System.Drawing.Size(32, 16)
  100. Me.Label14.TabIndex = 189
  101. Me.Label14.Text = "匯率"
  102. '
  103. 'TextBox1
  104. '
  105. Me.TextBox1.Enabled = False
  106. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  107. Me.TextBox1.Location = New System.Drawing.Point(74, 6)
  108. Me.TextBox1.Name = "TextBox1"
  109. Me.TextBox1.Size = New System.Drawing.Size(143, 23)
  110. Me.TextBox1.TabIndex = 192
  111. '
  112. 'Label1
  113. '
  114. Me.Label1.AutoSize = True
  115. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  116. Me.Label1.Location = New System.Drawing.Point(12, 9)
  117. Me.Label1.Name = "Label1"
  118. Me.Label1.Size = New System.Drawing.Size(44, 16)
  119. Me.Label1.TabIndex = 191
  120. Me.Label1.Text = "流水號"
  121. '
  122. 'ComboBox3
  123. '
  124. Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  125. Me.ComboBox3.FormattingEnabled = True
  126. Me.ComboBox3.Location = New System.Drawing.Point(74, 35)
  127. Me.ComboBox3.Name = "ComboBox3"
  128. Me.ComboBox3.Size = New System.Drawing.Size(143, 24)
  129. Me.ComboBox3.TabIndex = 194
  130. '
  131. 'Label4
  132. '
  133. Me.Label4.AutoSize = True
  134. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  135. Me.Label4.Location = New System.Drawing.Point(12, 38)
  136. Me.Label4.Name = "Label4"
  137. Me.Label4.Size = New System.Drawing.Size(32, 16)
  138. Me.Label4.TabIndex = 193
  139. Me.Label4.Text = "科目"
  140. '
  141. 'ComboBox4
  142. '
  143. Me.ComboBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  144. Me.ComboBox4.FormattingEnabled = True
  145. Me.ComboBox4.Location = New System.Drawing.Point(74, 65)
  146. Me.ComboBox4.Name = "ComboBox4"
  147. Me.ComboBox4.Size = New System.Drawing.Size(143, 24)
  148. Me.ComboBox4.TabIndex = 196
  149. '
  150. 'Label5
  151. '
  152. Me.Label5.AutoSize = True
  153. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  154. Me.Label5.Location = New System.Drawing.Point(12, 67)
  155. Me.Label5.Name = "Label5"
  156. Me.Label5.Size = New System.Drawing.Size(32, 16)
  157. Me.Label5.TabIndex = 195
  158. Me.Label5.Text = "類型"
  159. '
  160. 'TextBox2
  161. '
  162. Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  163. Me.TextBox2.Location = New System.Drawing.Point(285, 6)
  164. Me.TextBox2.Multiline = True
  165. Me.TextBox2.Name = "TextBox2"
  166. Me.TextBox2.Size = New System.Drawing.Size(236, 81)
  167. Me.TextBox2.TabIndex = 198
  168. '
  169. 'Label6
  170. '
  171. Me.Label6.AutoSize = True
  172. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  173. Me.Label6.Location = New System.Drawing.Point(223, 9)
  174. Me.Label6.Name = "Label6"
  175. Me.Label6.Size = New System.Drawing.Size(56, 16)
  176. Me.Label6.TabIndex = 197
  177. Me.Label6.Text = "服務內容"
  178. '
  179. 'Label9
  180. '
  181. Me.Label9.AutoSize = True
  182. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  183. Me.Label9.Location = New System.Drawing.Point(527, 9)
  184. Me.Label9.Name = "Label9"
  185. Me.Label9.Size = New System.Drawing.Size(56, 16)
  186. Me.Label9.TabIndex = 200
  187. Me.Label9.Text = "台幣成本"
  188. '
  189. 'TextBox4
  190. '
  191. Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  192. Me.TextBox4.Location = New System.Drawing.Point(589, 6)
  193. Me.TextBox4.Name = "TextBox4"
  194. Me.TextBox4.Size = New System.Drawing.Size(78, 23)
  195. Me.TextBox4.TabIndex = 199
  196. '
  197. 'Label2
  198. '
  199. Me.Label2.AutoSize = True
  200. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  201. Me.Label2.Location = New System.Drawing.Point(527, 38)
  202. Me.Label2.Name = "Label2"
  203. Me.Label2.Size = New System.Drawing.Size(56, 16)
  204. Me.Label2.TabIndex = 202
  205. Me.Label2.Text = "台幣費用"
  206. '
  207. 'TextBox3
  208. '
  209. Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  210. Me.TextBox3.Location = New System.Drawing.Point(589, 35)
  211. Me.TextBox3.Name = "TextBox3"
  212. Me.TextBox3.Size = New System.Drawing.Size(78, 23)
  213. Me.TextBox3.TabIndex = 201
  214. '
  215. 'Label3
  216. '
  217. Me.Label3.AutoSize = True
  218. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  219. Me.Label3.Location = New System.Drawing.Point(673, 10)
  220. Me.Label3.Name = "Label3"
  221. Me.Label3.Size = New System.Drawing.Size(68, 16)
  222. Me.Label3.TabIndex = 204
  223. Me.Label3.Text = "人民幣成本"
  224. '
  225. 'TextBox5
  226. '
  227. Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  228. Me.TextBox5.Location = New System.Drawing.Point(747, 6)
  229. Me.TextBox5.Name = "TextBox5"
  230. Me.TextBox5.Size = New System.Drawing.Size(78, 23)
  231. Me.TextBox5.TabIndex = 203
  232. '
  233. 'Label7
  234. '
  235. Me.Label7.AutoSize = True
  236. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.Label7.Location = New System.Drawing.Point(673, 38)
  238. Me.Label7.Name = "Label7"
  239. Me.Label7.Size = New System.Drawing.Size(68, 16)
  240. Me.Label7.TabIndex = 206
  241. Me.Label7.Text = "人民幣費用"
  242. '
  243. 'TextBox6
  244. '
  245. Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  246. Me.TextBox6.Location = New System.Drawing.Point(747, 35)
  247. Me.TextBox6.Name = "TextBox6"
  248. Me.TextBox6.Size = New System.Drawing.Size(78, 23)
  249. Me.TextBox6.TabIndex = 205
  250. '
  251. 'Button3
  252. '
  253. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  254. Me.Button3.ForeColor = System.Drawing.Color.Red
  255. Me.Button3.Location = New System.Drawing.Point(1196, 62)
  256. Me.Button3.Name = "Button3"
  257. Me.Button3.Size = New System.Drawing.Size(79, 25)
  258. Me.Button3.TabIndex = 209
  259. Me.Button3.Text = "刪除"
  260. Me.Button3.UseVisualStyleBackColor = True
  261. '
  262. 'Button1
  263. '
  264. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  265. Me.Button1.ForeColor = System.Drawing.Color.Blue
  266. Me.Button1.Location = New System.Drawing.Point(1196, 4)
  267. Me.Button1.Name = "Button1"
  268. Me.Button1.Size = New System.Drawing.Size(79, 25)
  269. Me.Button1.TabIndex = 207
  270. Me.Button1.Text = "新增"
  271. Me.Button1.UseVisualStyleBackColor = True
  272. '
  273. 'Button2
  274. '
  275. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  276. Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
  277. Me.Button2.Location = New System.Drawing.Point(1196, 33)
  278. Me.Button2.Name = "Button2"
  279. Me.Button2.Size = New System.Drawing.Size(79, 25)
  280. Me.Button2.TabIndex = 208
  281. Me.Button2.Text = "修改"
  282. Me.Button2.UseVisualStyleBackColor = True
  283. '
  284. 'TextBox7
  285. '
  286. Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  287. Me.TextBox7.Location = New System.Drawing.Point(869, 6)
  288. Me.TextBox7.Multiline = True
  289. Me.TextBox7.Name = "TextBox7"
  290. Me.TextBox7.Size = New System.Drawing.Size(236, 81)
  291. Me.TextBox7.TabIndex = 211
  292. '
  293. 'Label8
  294. '
  295. Me.Label8.AutoSize = True
  296. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  297. Me.Label8.Location = New System.Drawing.Point(831, 9)
  298. Me.Label8.Name = "Label8"
  299. Me.Label8.Size = New System.Drawing.Size(32, 16)
  300. Me.Label8.TabIndex = 210
  301. Me.Label8.Text = "備註"
  302. '
  303. '服務項目成本建檔
  304. '
  305. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  306. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  307. Me.ClientSize = New System.Drawing.Size(1360, 681)
  308. Me.Controls.Add(Me.TextBox7)
  309. Me.Controls.Add(Me.Label8)
  310. Me.Controls.Add(Me.Button3)
  311. Me.Controls.Add(Me.Button1)
  312. Me.Controls.Add(Me.Button2)
  313. Me.Controls.Add(Me.Label7)
  314. Me.Controls.Add(Me.TextBox6)
  315. Me.Controls.Add(Me.Label3)
  316. Me.Controls.Add(Me.TextBox5)
  317. Me.Controls.Add(Me.Label2)
  318. Me.Controls.Add(Me.TextBox3)
  319. Me.Controls.Add(Me.Label9)
  320. Me.Controls.Add(Me.TextBox4)
  321. Me.Controls.Add(Me.TextBox2)
  322. Me.Controls.Add(Me.Label6)
  323. Me.Controls.Add(Me.ComboBox4)
  324. Me.Controls.Add(Me.Label5)
  325. Me.Controls.Add(Me.ComboBox3)
  326. Me.Controls.Add(Me.Label4)
  327. Me.Controls.Add(Me.TextBox1)
  328. Me.Controls.Add(Me.Label1)
  329. Me.Controls.Add(Me.TextBox9)
  330. Me.Controls.Add(Me.Label14)
  331. Me.Controls.Add(Me.CheckBox1)
  332. Me.Controls.Add(Me.Button7)
  333. Me.Controls.Add(Me.DataGridView1)
  334. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  335. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  336. Me.Name = "服務項目成本建檔"
  337. Me.Text = "服務項目成本建檔"
  338. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  339. Me.ResumeLayout(False)
  340. Me.PerformLayout()
  341. End Sub
  342. Friend WithEvents DataGridView1 As DataGridView
  343. Friend WithEvents Button7 As Button
  344. Friend WithEvents CheckBox1 As CheckBox
  345. Friend WithEvents TextBox9 As TextBox
  346. Friend WithEvents Label14 As Label
  347. Friend WithEvents TextBox1 As TextBox
  348. Friend WithEvents Label1 As Label
  349. Friend WithEvents ComboBox3 As ComboBox
  350. Friend WithEvents Label4 As Label
  351. Friend WithEvents ComboBox4 As ComboBox
  352. Friend WithEvents Label5 As Label
  353. Friend WithEvents TextBox2 As TextBox
  354. Friend WithEvents Label6 As Label
  355. Friend WithEvents Label9 As Label
  356. Friend WithEvents TextBox4 As TextBox
  357. Friend WithEvents Label2 As Label
  358. Friend WithEvents TextBox3 As TextBox
  359. Friend WithEvents Label3 As Label
  360. Friend WithEvents TextBox5 As TextBox
  361. Friend WithEvents Label7 As Label
  362. Friend WithEvents TextBox6 As TextBox
  363. Friend WithEvents Button3 As Button
  364. Friend WithEvents Button1 As Button
  365. Friend WithEvents Button2 As Button
  366. Friend WithEvents TextBox7 As TextBox
  367. Friend WithEvents Label8 As Label
  368. End Class