Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

簽呈.Designer.vb 34KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703
  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. Me.控制表_dgv = New System.Windows.Forms.DataGridView()
  25. Me.單號_tb = New System.Windows.Forms.TextBox()
  26. Me.選擇日期_dtp = New System.Windows.Forms.DateTimePicker()
  27. Me.Label29 = New System.Windows.Forms.Label()
  28. Me.Label0 = New System.Windows.Forms.Label()
  29. Me.擬辦_tb = New System.Windows.Forms.TextBox()
  30. Me.Label12 = New System.Windows.Forms.Label()
  31. Me.說明_tb = New System.Windows.Forms.TextBox()
  32. Me.Label10 = New System.Windows.Forms.Label()
  33. Me.主旨_tb = New System.Windows.Forms.TextBox()
  34. Me.Label9 = New System.Windows.Forms.Label()
  35. Me.Label1 = New System.Windows.Forms.Label()
  36. Me.Label2 = New System.Windows.Forms.Label()
  37. Me.Label3 = New System.Windows.Forms.Label()
  38. Me.Label4 = New System.Windows.Forms.Label()
  39. Me.Label5 = New System.Windows.Forms.Label()
  40. Me.Label6 = New System.Windows.Forms.Label()
  41. Me.Label7 = New System.Windows.Forms.Label()
  42. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  43. Me.ComboBox7 = New System.Windows.Forms.ComboBox()
  44. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  45. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  46. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  47. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  48. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  49. Me.已核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  50. Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  51. Me.公司名稱 = New System.Windows.Forms.TextBox()
  52. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  53. Me.Label8 = New System.Windows.Forms.Label()
  54. Me.Label14 = New System.Windows.Forms.Label()
  55. Me.Label11 = New System.Windows.Forms.Label()
  56. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  57. Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument()
  58. Me.作廢_bt = New System.Windows.Forms.Button()
  59. Me.刪除_bt = New System.Windows.Forms.Button()
  60. Me.儲存_bt = New System.Windows.Forms.Button()
  61. Me.新增_bt = New System.Windows.Forms.Button()
  62. Me.列印_bt = New System.Windows.Forms.Button()
  63. Me.查詢_tb = New System.Windows.Forms.Button()
  64. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  65. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  66. Me.開單人_tb = New System.Windows.Forms.TextBox()
  67. Me.Label13 = New System.Windows.Forms.Label()
  68. Me.說明_rtb = New System.Windows.Forms.RichTextBox()
  69. Me.標題_tb = New System.Windows.Forms.TextBox()
  70. Me.Label15 = New System.Windows.Forms.Label()
  71. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  72. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  73. Me.SuspendLayout()
  74. '
  75. '控制表_dgv
  76. '
  77. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  78. Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  79. Me.控制表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  80. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  81. Me.控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  82. Me.控制表_dgv.BackgroundColor = System.Drawing.Color.White
  83. Me.控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  84. Me.控制表_dgv.Location = New System.Drawing.Point(13, 34)
  85. Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4)
  86. Me.控制表_dgv.Name = "控制表_dgv"
  87. Me.控制表_dgv.ReadOnly = True
  88. Me.控制表_dgv.RowHeadersWidth = 5
  89. Me.控制表_dgv.RowTemplate.Height = 24
  90. Me.控制表_dgv.Size = New System.Drawing.Size(371, 603)
  91. Me.控制表_dgv.TabIndex = 1512
  92. '
  93. '單號_tb
  94. '
  95. Me.單號_tb.Location = New System.Drawing.Point(563, 2)
  96. Me.單號_tb.Margin = New System.Windows.Forms.Padding(4)
  97. Me.單號_tb.Name = "單號_tb"
  98. Me.單號_tb.ReadOnly = True
  99. Me.單號_tb.Size = New System.Drawing.Size(146, 23)
  100. Me.單號_tb.TabIndex = 1755
  101. Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  102. '
  103. '選擇日期_dtp
  104. '
  105. Me.選擇日期_dtp.Location = New System.Drawing.Point(371, 3)
  106. Me.選擇日期_dtp.Name = "選擇日期_dtp"
  107. Me.選擇日期_dtp.Size = New System.Drawing.Size(134, 23)
  108. Me.選擇日期_dtp.TabIndex = 1754
  109. '
  110. 'Label29
  111. '
  112. Me.Label29.AutoSize = True
  113. Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
  114. Me.Label29.Location = New System.Drawing.Point(309, 5)
  115. Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  116. Me.Label29.Name = "Label29"
  117. Me.Label29.Size = New System.Drawing.Size(55, 16)
  118. Me.Label29.TabIndex = 1753
  119. Me.Label29.Text = "簽呈日期"
  120. '
  121. 'Label0
  122. '
  123. Me.Label0.AutoSize = True
  124. Me.Label0.ImeMode = System.Windows.Forms.ImeMode.NoControl
  125. Me.Label0.Location = New System.Drawing.Point(524, 5)
  126. Me.Label0.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  127. Me.Label0.Name = "Label0"
  128. Me.Label0.Size = New System.Drawing.Size(31, 16)
  129. Me.Label0.TabIndex = 1752
  130. Me.Label0.Text = "單號"
  131. Me.Label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  132. '
  133. '擬辦_tb
  134. '
  135. Me.擬辦_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  136. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  137. Me.擬辦_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  138. Me.擬辦_tb.Location = New System.Drawing.Point(392, 413)
  139. Me.擬辦_tb.Margin = New System.Windows.Forms.Padding(4)
  140. Me.擬辦_tb.Multiline = True
  141. Me.擬辦_tb.Name = "擬辦_tb"
  142. Me.擬辦_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  143. Me.擬辦_tb.Size = New System.Drawing.Size(469, 143)
  144. Me.擬辦_tb.TabIndex = 1772
  145. '
  146. 'Label12
  147. '
  148. Me.Label12.AutoSize = True
  149. Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
  150. Me.Label12.Location = New System.Drawing.Point(389, 392)
  151. Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  152. Me.Label12.Name = "Label12"
  153. Me.Label12.Size = New System.Drawing.Size(31, 16)
  154. Me.Label12.TabIndex = 1773
  155. Me.Label12.Text = "擬辦"
  156. '
  157. '說明_tb
  158. '
  159. Me.說明_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  160. Or System.Windows.Forms.AnchorStyles.Left) _
  161. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  162. Me.說明_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  163. Me.說明_tb.Location = New System.Drawing.Point(869, 116)
  164. Me.說明_tb.Margin = New System.Windows.Forms.Padding(4)
  165. Me.說明_tb.Multiline = True
  166. Me.說明_tb.Name = "說明_tb"
  167. Me.說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  168. Me.說明_tb.Size = New System.Drawing.Size(445, 214)
  169. Me.說明_tb.TabIndex = 1770
  170. Me.說明_tb.Visible = False
  171. '
  172. 'Label10
  173. '
  174. Me.Label10.AutoSize = True
  175. Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
  176. Me.Label10.Location = New System.Drawing.Point(845, 54)
  177. Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  178. Me.Label10.Name = "Label10"
  179. Me.Label10.Size = New System.Drawing.Size(31, 16)
  180. Me.Label10.TabIndex = 1771
  181. Me.Label10.Text = "說明"
  182. '
  183. '主旨_tb
  184. '
  185. Me.主旨_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  186. Me.主旨_tb.Location = New System.Drawing.Point(392, 72)
  187. Me.主旨_tb.Margin = New System.Windows.Forms.Padding(4)
  188. Me.主旨_tb.Multiline = True
  189. Me.主旨_tb.Name = "主旨_tb"
  190. Me.主旨_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  191. Me.主旨_tb.Size = New System.Drawing.Size(469, 315)
  192. Me.主旨_tb.TabIndex = 1768
  193. '
  194. 'Label9
  195. '
  196. Me.Label9.AutoSize = True
  197. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  198. Me.Label9.Location = New System.Drawing.Point(389, 54)
  199. Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  200. Me.Label9.Name = "Label9"
  201. Me.Label9.Size = New System.Drawing.Size(31, 16)
  202. Me.Label9.TabIndex = 1769
  203. Me.Label9.Text = "主旨"
  204. '
  205. 'Label1
  206. '
  207. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  208. Me.Label1.AutoSize = True
  209. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  210. Me.Label1.Location = New System.Drawing.Point(430, 586)
  211. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  212. Me.Label1.Name = "Label1"
  213. Me.Label1.Size = New System.Drawing.Size(43, 16)
  214. Me.Label1.TabIndex = 1774
  215. Me.Label1.Text = "敬陳一"
  216. '
  217. 'Label2
  218. '
  219. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  220. Me.Label2.AutoSize = True
  221. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  222. Me.Label2.Location = New System.Drawing.Point(841, 586)
  223. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  224. Me.Label2.Name = "Label2"
  225. Me.Label2.Size = New System.Drawing.Size(43, 16)
  226. Me.Label2.TabIndex = 1775
  227. Me.Label2.Text = "敬會二"
  228. '
  229. 'Label3
  230. '
  231. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  232. Me.Label3.AutoSize = True
  233. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  234. Me.Label3.Location = New System.Drawing.Point(707, 586)
  235. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  236. Me.Label3.Name = "Label3"
  237. Me.Label3.Size = New System.Drawing.Size(43, 16)
  238. Me.Label3.TabIndex = 1776
  239. Me.Label3.Text = "敬會一"
  240. '
  241. 'Label4
  242. '
  243. Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  244. Me.Label4.AutoSize = True
  245. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  246. Me.Label4.Location = New System.Drawing.Point(572, 586)
  247. Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  248. Me.Label4.Name = "Label4"
  249. Me.Label4.Size = New System.Drawing.Size(43, 16)
  250. Me.Label4.TabIndex = 1777
  251. Me.Label4.Text = "敬陳二"
  252. '
  253. 'Label5
  254. '
  255. Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  256. Me.Label5.AutoSize = True
  257. Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
  258. Me.Label5.Location = New System.Drawing.Point(981, 586)
  259. Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  260. Me.Label5.Name = "Label5"
  261. Me.Label5.Size = New System.Drawing.Size(43, 16)
  262. Me.Label5.TabIndex = 1778
  263. Me.Label5.Text = "敬會三"
  264. '
  265. 'Label6
  266. '
  267. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  268. Me.Label6.AutoSize = True
  269. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  270. Me.Label6.Location = New System.Drawing.Point(1118, 586)
  271. Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  272. Me.Label6.Name = "Label6"
  273. Me.Label6.Size = New System.Drawing.Size(43, 16)
  274. Me.Label6.TabIndex = 1779
  275. Me.Label6.Text = "敬會四"
  276. '
  277. 'Label7
  278. '
  279. Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  280. Me.Label7.AutoSize = True
  281. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  282. Me.Label7.Location = New System.Drawing.Point(1258, 586)
  283. Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  284. Me.Label7.Name = "Label7"
  285. Me.Label7.Size = New System.Drawing.Size(43, 16)
  286. Me.Label7.TabIndex = 1780
  287. Me.Label7.Text = "敬會五"
  288. '
  289. 'ComboBox1
  290. '
  291. Me.ComboBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  292. Me.ComboBox1.FormattingEnabled = True
  293. Me.ComboBox1.Location = New System.Drawing.Point(395, 605)
  294. Me.ComboBox1.Name = "ComboBox1"
  295. Me.ComboBox1.Size = New System.Drawing.Size(121, 24)
  296. Me.ComboBox1.TabIndex = 1781
  297. '
  298. 'ComboBox7
  299. '
  300. Me.ComboBox7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  301. Me.ComboBox7.FormattingEnabled = True
  302. Me.ComboBox7.Location = New System.Drawing.Point(1220, 605)
  303. Me.ComboBox7.Name = "ComboBox7"
  304. Me.ComboBox7.Size = New System.Drawing.Size(121, 24)
  305. Me.ComboBox7.TabIndex = 1784
  306. '
  307. 'ComboBox6
  308. '
  309. Me.ComboBox6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  310. Me.ComboBox6.FormattingEnabled = True
  311. Me.ComboBox6.Location = New System.Drawing.Point(1080, 605)
  312. Me.ComboBox6.Name = "ComboBox6"
  313. Me.ComboBox6.Size = New System.Drawing.Size(121, 24)
  314. Me.ComboBox6.TabIndex = 1785
  315. '
  316. 'ComboBox5
  317. '
  318. Me.ComboBox5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  319. Me.ComboBox5.FormattingEnabled = True
  320. Me.ComboBox5.Location = New System.Drawing.Point(943, 605)
  321. Me.ComboBox5.Name = "ComboBox5"
  322. Me.ComboBox5.Size = New System.Drawing.Size(121, 24)
  323. Me.ComboBox5.TabIndex = 1786
  324. '
  325. 'ComboBox4
  326. '
  327. Me.ComboBox4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  328. Me.ComboBox4.FormattingEnabled = True
  329. Me.ComboBox4.Location = New System.Drawing.Point(806, 605)
  330. Me.ComboBox4.Name = "ComboBox4"
  331. Me.ComboBox4.Size = New System.Drawing.Size(121, 24)
  332. Me.ComboBox4.TabIndex = 1787
  333. '
  334. 'ComboBox3
  335. '
  336. Me.ComboBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  337. Me.ComboBox3.FormattingEnabled = True
  338. Me.ComboBox3.Location = New System.Drawing.Point(669, 605)
  339. Me.ComboBox3.Name = "ComboBox3"
  340. Me.ComboBox3.Size = New System.Drawing.Size(121, 24)
  341. Me.ComboBox3.TabIndex = 1788
  342. '
  343. 'ComboBox2
  344. '
  345. Me.ComboBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  346. Me.ComboBox2.FormattingEnabled = True
  347. Me.ComboBox2.Location = New System.Drawing.Point(532, 605)
  348. Me.ComboBox2.Name = "ComboBox2"
  349. Me.ComboBox2.Size = New System.Drawing.Size(121, 24)
  350. Me.ComboBox2.TabIndex = 1789
  351. '
  352. '已核准的營運成本收支單_rb
  353. '
  354. Me.已核准的營運成本收支單_rb.AutoSize = True
  355. Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(12, 6)
  356. Me.已核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  357. Me.已核准的營運成本收支單_rb.Name = "已核准的營運成本收支單_rb"
  358. Me.已核准的營運成本收支單_rb.Size = New System.Drawing.Size(97, 20)
  359. Me.已核准的營運成本收支單_rb.TabIndex = 1791
  360. Me.已核准的營運成本收支單_rb.TabStop = True
  361. Me.已核准的營運成本收支單_rb.Text = "已儲存之公函"
  362. Me.已核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  363. '
  364. '作廢的營運成本收支單_rb
  365. '
  366. Me.作廢的營運成本收支單_rb.AutoSize = True
  367. Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(126, 6)
  368. Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  369. Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
  370. Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(97, 20)
  371. Me.作廢的營運成本收支單_rb.TabIndex = 1790
  372. Me.作廢的營運成本收支單_rb.TabStop = True
  373. Me.作廢的營運成本收支單_rb.Text = "已作廢之公函"
  374. Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True
  375. '
  376. '公司名稱
  377. '
  378. Me.公司名稱.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  379. Me.公司名稱.Location = New System.Drawing.Point(182, 116)
  380. Me.公司名稱.Margin = New System.Windows.Forms.Padding(4)
  381. Me.公司名稱.Multiline = True
  382. Me.公司名稱.Name = "公司名稱"
  383. Me.公司名稱.Size = New System.Drawing.Size(81, 20)
  384. Me.公司名稱.TabIndex = 1792
  385. Me.公司名稱.Visible = False
  386. '
  387. '檔案名稱_tb
  388. '
  389. Me.檔案名稱_tb.Location = New System.Drawing.Point(780, 2)
  390. Me.檔案名稱_tb.Margin = New System.Windows.Forms.Padding(4)
  391. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  392. Me.檔案名稱_tb.Size = New System.Drawing.Size(227, 23)
  393. Me.檔案名稱_tb.TabIndex = 1794
  394. '
  395. 'Label8
  396. '
  397. Me.Label8.AutoSize = True
  398. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  399. Me.Label8.Location = New System.Drawing.Point(719, 5)
  400. Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  401. Me.Label8.Name = "Label8"
  402. Me.Label8.Size = New System.Drawing.Size(55, 16)
  403. Me.Label8.TabIndex = 1793
  404. Me.Label8.Text = "檔案名稱"
  405. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  406. '
  407. 'Label14
  408. '
  409. Me.Label14.AutoSize = True
  410. Me.Label14.ForeColor = System.Drawing.Color.Red
  411. Me.Label14.Location = New System.Drawing.Point(418, 53)
  412. Me.Label14.Name = "Label14"
  413. Me.Label14.Size = New System.Drawing.Size(315, 16)
  414. Me.Label14.TabIndex = 1795
  415. Me.Label14.Text = "※如果列印後最後幾個字沒有顯示出來請增加一行空白行※"
  416. '
  417. 'Label11
  418. '
  419. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  420. Me.Label11.AutoSize = True
  421. Me.Label11.ForeColor = System.Drawing.Color.Red
  422. Me.Label11.Location = New System.Drawing.Point(391, 559)
  423. Me.Label11.Name = "Label11"
  424. Me.Label11.Size = New System.Drawing.Size(135, 16)
  425. Me.Label11.TabIndex = 1796
  426. Me.Label11.Text = "※按照順序,請勿跳格※"
  427. '
  428. 'ToolTip1
  429. '
  430. Me.ToolTip1.IsBalloon = True
  431. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  432. Me.ToolTip1.ToolTipTitle = "系統說明"
  433. '
  434. '作廢_bt
  435. '
  436. Me.作廢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  437. Me.作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  438. Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  439. Me.作廢_bt.ForeColor = System.Drawing.Color.DarkGreen
  440. Me.作廢_bt.Location = New System.Drawing.Point(1242, 5)
  441. Me.作廢_bt.Margin = New System.Windows.Forms.Padding(4)
  442. Me.作廢_bt.Name = "作廢_bt"
  443. Me.作廢_bt.Size = New System.Drawing.Size(45, 45)
  444. Me.作廢_bt.TabIndex = 1751
  445. Me.作廢_bt.UseVisualStyleBackColor = True
  446. '
  447. '刪除_bt
  448. '
  449. Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  450. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  451. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  452. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  453. Me.刪除_bt.Location = New System.Drawing.Point(1142, 5)
  454. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4)
  455. Me.刪除_bt.Name = "刪除_bt"
  456. Me.刪除_bt.Size = New System.Drawing.Size(45, 45)
  457. Me.刪除_bt.TabIndex = 1750
  458. Me.刪除_bt.UseVisualStyleBackColor = True
  459. '
  460. '儲存_bt
  461. '
  462. Me.儲存_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER
  463. Me.儲存_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  464. Me.儲存_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  465. Me.儲存_bt.ForeColor = System.Drawing.Color.DarkGreen
  466. Me.儲存_bt.Location = New System.Drawing.Point(1192, 5)
  467. Me.儲存_bt.Margin = New System.Windows.Forms.Padding(4)
  468. Me.儲存_bt.Name = "儲存_bt"
  469. Me.儲存_bt.Size = New System.Drawing.Size(45, 45)
  470. Me.儲存_bt.TabIndex = 1749
  471. Me.儲存_bt.UseVisualStyleBackColor = True
  472. '
  473. '新增_bt
  474. '
  475. Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_2
  476. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  477. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  478. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  479. Me.新增_bt.Location = New System.Drawing.Point(1092, 5)
  480. Me.新增_bt.Margin = New System.Windows.Forms.Padding(4)
  481. Me.新增_bt.Name = "新增_bt"
  482. Me.新增_bt.Size = New System.Drawing.Size(45, 45)
  483. Me.新增_bt.TabIndex = 1748
  484. Me.新增_bt.UseVisualStyleBackColor = True
  485. '
  486. '列印_bt
  487. '
  488. Me.列印_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print
  489. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  490. Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  491. Me.列印_bt.ForeColor = System.Drawing.Color.Red
  492. Me.列印_bt.Location = New System.Drawing.Point(1292, 5)
  493. Me.列印_bt.Margin = New System.Windows.Forms.Padding(4)
  494. Me.列印_bt.Name = "列印_bt"
  495. Me.列印_bt.Size = New System.Drawing.Size(45, 45)
  496. Me.列印_bt.TabIndex = 1747
  497. Me.列印_bt.UseVisualStyleBackColor = True
  498. '
  499. '查詢_tb
  500. '
  501. Me.查詢_tb.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Search
  502. Me.查詢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  503. Me.查詢_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  504. Me.查詢_tb.ForeColor = System.Drawing.Color.Red
  505. Me.查詢_tb.Location = New System.Drawing.Point(230, 3)
  506. Me.查詢_tb.Margin = New System.Windows.Forms.Padding(4)
  507. Me.查詢_tb.Name = "查詢_tb"
  508. Me.查詢_tb.Size = New System.Drawing.Size(30, 30)
  509. Me.查詢_tb.TabIndex = 1797
  510. Me.查詢_tb.UseVisualStyleBackColor = True
  511. '
  512. '字體大小調整_lb
  513. '
  514. Me.字體大小調整_lb.AutoSize = True
  515. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  516. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
  517. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  518. Me.字體大小調整_lb.Location = New System.Drawing.Point(1030, 8)
  519. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  520. Me.字體大小調整_lb.Size = New System.Drawing.Size(55, 16)
  521. Me.字體大小調整_lb.TabIndex = 1799
  522. Me.字體大小調整_lb.Text = "字體調整"
  523. Me.字體大小調整_lb.Visible = False
  524. '
  525. '字體_NUD
  526. '
  527. Me.字體_NUD.DecimalPlaces = 1
  528. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  529. Me.字體_NUD.Location = New System.Drawing.Point(1033, 28)
  530. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  531. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  532. Me.字體_NUD.Name = "字體_NUD"
  533. Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
  534. Me.字體_NUD.TabIndex = 1798
  535. Me.字體_NUD.Value = New Decimal(New Integer() {12, 0, 0, 0})
  536. Me.字體_NUD.Visible = False
  537. '
  538. '開單人_tb
  539. '
  540. Me.開單人_tb.Location = New System.Drawing.Point(780, 28)
  541. Me.開單人_tb.Margin = New System.Windows.Forms.Padding(4)
  542. Me.開單人_tb.Name = "開單人_tb"
  543. Me.開單人_tb.ReadOnly = True
  544. Me.開單人_tb.Size = New System.Drawing.Size(227, 23)
  545. Me.開單人_tb.TabIndex = 1801
  546. Me.開單人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  547. '
  548. 'Label13
  549. '
  550. Me.Label13.AutoSize = True
  551. Me.Label13.ImeMode = System.Windows.Forms.ImeMode.NoControl
  552. Me.Label13.Location = New System.Drawing.Point(731, 33)
  553. Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  554. Me.Label13.Name = "Label13"
  555. Me.Label13.Size = New System.Drawing.Size(43, 16)
  556. Me.Label13.TabIndex = 1800
  557. Me.Label13.Text = "開單人"
  558. Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  559. '
  560. '說明_rtb
  561. '
  562. Me.說明_rtb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  563. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  564. Me.說明_rtb.Location = New System.Drawing.Point(874, 71)
  565. Me.說明_rtb.Name = "說明_rtb"
  566. Me.說明_rtb.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical
  567. Me.說明_rtb.Size = New System.Drawing.Size(463, 502)
  568. Me.說明_rtb.TabIndex = 1802
  569. Me.說明_rtb.Text = ""
  570. '
  571. '標題_tb
  572. '
  573. Me.標題_tb.Location = New System.Drawing.Point(428, 28)
  574. Me.標題_tb.Margin = New System.Windows.Forms.Padding(4)
  575. Me.標題_tb.Name = "標題_tb"
  576. Me.標題_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  577. Me.標題_tb.Size = New System.Drawing.Size(281, 23)
  578. Me.標題_tb.TabIndex = 1804
  579. '
  580. 'Label15
  581. '
  582. Me.Label15.AutoSize = True
  583. Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
  584. Me.Label15.Location = New System.Drawing.Point(389, 33)
  585. Me.Label15.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  586. Me.Label15.Name = "Label15"
  587. Me.Label15.Size = New System.Drawing.Size(31, 16)
  588. Me.Label15.TabIndex = 1803
  589. Me.Label15.Text = "標題"
  590. Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  591. '
  592. '簽呈
  593. '
  594. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  595. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  596. Me.ClientSize = New System.Drawing.Size(1349, 650)
  597. Me.Controls.Add(Me.Label12)
  598. Me.Controls.Add(Me.標題_tb)
  599. Me.Controls.Add(Me.Label15)
  600. Me.Controls.Add(Me.說明_rtb)
  601. Me.Controls.Add(Me.開單人_tb)
  602. Me.Controls.Add(Me.Label13)
  603. Me.Controls.Add(Me.字體大小調整_lb)
  604. Me.Controls.Add(Me.字體_NUD)
  605. Me.Controls.Add(Me.查詢_tb)
  606. Me.Controls.Add(Me.Label11)
  607. Me.Controls.Add(Me.Label14)
  608. Me.Controls.Add(Me.檔案名稱_tb)
  609. Me.Controls.Add(Me.Label8)
  610. Me.Controls.Add(Me.公司名稱)
  611. Me.Controls.Add(Me.已核准的營運成本收支單_rb)
  612. Me.Controls.Add(Me.作廢的營運成本收支單_rb)
  613. Me.Controls.Add(Me.ComboBox2)
  614. Me.Controls.Add(Me.ComboBox3)
  615. Me.Controls.Add(Me.ComboBox4)
  616. Me.Controls.Add(Me.ComboBox5)
  617. Me.Controls.Add(Me.ComboBox6)
  618. Me.Controls.Add(Me.ComboBox7)
  619. Me.Controls.Add(Me.ComboBox1)
  620. Me.Controls.Add(Me.Label7)
  621. Me.Controls.Add(Me.Label6)
  622. Me.Controls.Add(Me.Label5)
  623. Me.Controls.Add(Me.Label4)
  624. Me.Controls.Add(Me.Label3)
  625. Me.Controls.Add(Me.Label2)
  626. Me.Controls.Add(Me.Label1)
  627. Me.Controls.Add(Me.擬辦_tb)
  628. Me.Controls.Add(Me.說明_tb)
  629. Me.Controls.Add(Me.Label10)
  630. Me.Controls.Add(Me.主旨_tb)
  631. Me.Controls.Add(Me.Label9)
  632. Me.Controls.Add(Me.單號_tb)
  633. Me.Controls.Add(Me.選擇日期_dtp)
  634. Me.Controls.Add(Me.Label29)
  635. Me.Controls.Add(Me.Label0)
  636. Me.Controls.Add(Me.作廢_bt)
  637. Me.Controls.Add(Me.刪除_bt)
  638. Me.Controls.Add(Me.儲存_bt)
  639. Me.Controls.Add(Me.新增_bt)
  640. Me.Controls.Add(Me.列印_bt)
  641. Me.Controls.Add(Me.控制表_dgv)
  642. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  643. Me.Margin = New System.Windows.Forms.Padding(4)
  644. Me.Name = "簽呈"
  645. Me.Text = "簽呈"
  646. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  647. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  648. Me.ResumeLayout(False)
  649. Me.PerformLayout()
  650. End Sub
  651. Friend WithEvents 控制表_dgv As DataGridView
  652. Friend WithEvents 作廢_bt As Button
  653. Friend WithEvents 刪除_bt As Button
  654. Friend WithEvents 儲存_bt As Button
  655. Friend WithEvents 新增_bt As Button
  656. Friend WithEvents 列印_bt As Button
  657. Friend WithEvents 單號_tb As TextBox
  658. Friend WithEvents 選擇日期_dtp As DateTimePicker
  659. Friend WithEvents Label29 As Label
  660. Friend WithEvents Label0 As Label
  661. Friend WithEvents 擬辦_tb As TextBox
  662. Friend WithEvents Label12 As Label
  663. Friend WithEvents 說明_tb As TextBox
  664. Friend WithEvents Label10 As Label
  665. Friend WithEvents 主旨_tb As TextBox
  666. Friend WithEvents Label9 As Label
  667. Friend WithEvents Label1 As Label
  668. Friend WithEvents Label2 As Label
  669. Friend WithEvents Label3 As Label
  670. Friend WithEvents Label4 As Label
  671. Friend WithEvents Label5 As Label
  672. Friend WithEvents Label6 As Label
  673. Friend WithEvents Label7 As Label
  674. Friend WithEvents ComboBox1 As ComboBox
  675. Friend WithEvents ComboBox7 As ComboBox
  676. Friend WithEvents ComboBox6 As ComboBox
  677. Friend WithEvents ComboBox5 As ComboBox
  678. Friend WithEvents ComboBox4 As ComboBox
  679. Friend WithEvents ComboBox3 As ComboBox
  680. Friend WithEvents ComboBox2 As ComboBox
  681. Friend WithEvents 已核准的營運成本收支單_rb As RadioButton
  682. Friend WithEvents 作廢的營運成本收支單_rb As RadioButton
  683. Friend WithEvents 公司名稱 As TextBox
  684. Friend WithEvents 檔案名稱_tb As TextBox
  685. Friend WithEvents Label8 As Label
  686. Friend WithEvents Label14 As Label
  687. Friend WithEvents Label11 As Label
  688. Friend WithEvents ToolTip1 As ToolTip
  689. Friend WithEvents PrintDocument1 As Printing.PrintDocument
  690. Friend WithEvents 查詢_tb As Button
  691. Friend WithEvents 字體大小調整_lb As Label
  692. Friend WithEvents 字體_NUD As NumericUpDown
  693. Friend WithEvents 開單人_tb As TextBox
  694. Friend WithEvents Label13 As Label
  695. Friend WithEvents 說明_rtb As RichTextBox
  696. Friend WithEvents 標題_tb As TextBox
  697. Friend WithEvents Label15 As Label
  698. End Class