Nessuna descrizione
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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158
  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.Label29 = New System.Windows.Forms.Label()
  25. Me.Label0 = New System.Windows.Forms.Label()
  26. Me.控制表_dgv = New System.Windows.Forms.DataGridView()
  27. Me.Label13 = New System.Windows.Forms.Label()
  28. Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
  29. Me.字體大小調整_lb = New System.Windows.Forms.Label()
  30. Me.Label14 = New System.Windows.Forms.Label()
  31. Me.檔案名稱_tb = New System.Windows.Forms.TextBox()
  32. Me.Label8 = New System.Windows.Forms.Label()
  33. Me.公司名稱 = New System.Windows.Forms.TextBox()
  34. Me.已核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  35. Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton()
  36. Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument()
  37. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  38. Me.Label12 = New System.Windows.Forms.Label()
  39. Me.擬辦_tb = New System.Windows.Forms.TextBox()
  40. Me.Label1 = New System.Windows.Forms.Label()
  41. Me.Label4 = New System.Windows.Forms.Label()
  42. Me.Label3 = New System.Windows.Forms.Label()
  43. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  44. Me.Label2 = New System.Windows.Forms.Label()
  45. Me.ComboBox7 = New System.Windows.Forms.ComboBox()
  46. Me.ComboBox6 = New System.Windows.Forms.ComboBox()
  47. Me.說明_tb = New System.Windows.Forms.TextBox()
  48. Me.Label11 = New System.Windows.Forms.Label()
  49. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  50. Me.Label7 = New System.Windows.Forms.Label()
  51. Me.Label10 = New System.Windows.Forms.Label()
  52. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  53. Me.主旨_tb = New System.Windows.Forms.TextBox()
  54. Me.ComboBox5 = New System.Windows.Forms.ComboBox()
  55. Me.單號_tb = New System.Windows.Forms.TextBox()
  56. Me.選擇日期_dtp = New System.Windows.Forms.DateTimePicker()
  57. Me.開單人_tb = New System.Windows.Forms.TextBox()
  58. Me.Panel1 = New System.Windows.Forms.Panel()
  59. Me.疏35_tb = New System.Windows.Forms.TextBox()
  60. Me.疏36_tb = New System.Windows.Forms.TextBox()
  61. Me.疏37_tb = New System.Windows.Forms.TextBox()
  62. Me.疏38_tb = New System.Windows.Forms.TextBox()
  63. Me.疏39_tb = New System.Windows.Forms.TextBox()
  64. Me.疏40_tb = New System.Windows.Forms.TextBox()
  65. Me.疏41_tb = New System.Windows.Forms.TextBox()
  66. Me.疏42_tb = New System.Windows.Forms.TextBox()
  67. Me.疏43_tb = New System.Windows.Forms.TextBox()
  68. Me.疏44_tb = New System.Windows.Forms.TextBox()
  69. Me.疏34_tb = New System.Windows.Forms.TextBox()
  70. Me.疏33_tb = New System.Windows.Forms.TextBox()
  71. Me.疏32_tb = New System.Windows.Forms.TextBox()
  72. Me.疏31_tb = New System.Windows.Forms.TextBox()
  73. Me.疏30_tb = New System.Windows.Forms.TextBox()
  74. Me.疏29_tb = New System.Windows.Forms.TextBox()
  75. Me.疏28_tb = New System.Windows.Forms.TextBox()
  76. Me.TextBox1 = New System.Windows.Forms.TextBox()
  77. Me.疏3_tb = New System.Windows.Forms.TextBox()
  78. Me.疏4_tb = New System.Windows.Forms.TextBox()
  79. Me.疏5_tb = New System.Windows.Forms.TextBox()
  80. Me.疏6_tb = New System.Windows.Forms.TextBox()
  81. Me.疏7_tb = New System.Windows.Forms.TextBox()
  82. Me.疏8_tb = New System.Windows.Forms.TextBox()
  83. Me.疏9_tb = New System.Windows.Forms.TextBox()
  84. Me.疏10_tb = New System.Windows.Forms.TextBox()
  85. Me.疏11_tb = New System.Windows.Forms.TextBox()
  86. Me.疏12_tb = New System.Windows.Forms.TextBox()
  87. Me.疏13_tb = New System.Windows.Forms.TextBox()
  88. Me.疏14_tb = New System.Windows.Forms.TextBox()
  89. Me.疏15_tb = New System.Windows.Forms.TextBox()
  90. Me.疏16_tb = New System.Windows.Forms.TextBox()
  91. Me.疏17_tb = New System.Windows.Forms.TextBox()
  92. Me.疏18_tb = New System.Windows.Forms.TextBox()
  93. Me.疏19_tb = New System.Windows.Forms.TextBox()
  94. Me.疏20_tb = New System.Windows.Forms.TextBox()
  95. Me.疏21_tb = New System.Windows.Forms.TextBox()
  96. Me.疏22_tb = New System.Windows.Forms.TextBox()
  97. Me.疏23_tb = New System.Windows.Forms.TextBox()
  98. Me.疏24_tb = New System.Windows.Forms.TextBox()
  99. Me.疏25_tb = New System.Windows.Forms.TextBox()
  100. Me.疏26_tb = New System.Windows.Forms.TextBox()
  101. Me.疏27_tb = New System.Windows.Forms.TextBox()
  102. Me.疏2_tb = New System.Windows.Forms.TextBox()
  103. Me.疏1_tb = New System.Windows.Forms.TextBox()
  104. Me.疏文總頁數_tb = New System.Windows.Forms.TextBox()
  105. Me.ComboBox4 = New System.Windows.Forms.ComboBox()
  106. Me.Label5 = New System.Windows.Forms.Label()
  107. Me.Label6 = New System.Windows.Forms.Label()
  108. Me.Label9 = New System.Windows.Forms.Label()
  109. Me.Label15 = New System.Windows.Forms.Label()
  110. Me.Label16 = New System.Windows.Forms.Label()
  111. Me.Label17 = New System.Windows.Forms.Label()
  112. Me.查詢_tb = New System.Windows.Forms.Button()
  113. Me.作廢_bt = New System.Windows.Forms.Button()
  114. Me.刪除_bt = New System.Windows.Forms.Button()
  115. Me.儲存_bt = New System.Windows.Forms.Button()
  116. Me.新增_bt = New System.Windows.Forms.Button()
  117. Me.列印_bt = New System.Windows.Forms.Button()
  118. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  119. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
  120. Me.Panel1.SuspendLayout()
  121. Me.SuspendLayout()
  122. '
  123. 'Label29
  124. '
  125. Me.Label29.AutoSize = True
  126. Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
  127. Me.Label29.Location = New System.Drawing.Point(446, 9)
  128. Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  129. Me.Label29.Name = "Label29"
  130. Me.Label29.Size = New System.Drawing.Size(55, 16)
  131. Me.Label29.TabIndex = 1876
  132. Me.Label29.Text = "疏文日期"
  133. '
  134. 'Label0
  135. '
  136. Me.Label0.AutoSize = True
  137. Me.Label0.ImeMode = System.Windows.Forms.ImeMode.NoControl
  138. Me.Label0.Location = New System.Drawing.Point(8, 9)
  139. Me.Label0.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  140. Me.Label0.Name = "Label0"
  141. Me.Label0.Size = New System.Drawing.Size(31, 16)
  142. Me.Label0.TabIndex = 1875
  143. Me.Label0.Text = "單號"
  144. Me.Label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  145. '
  146. '控制表_dgv
  147. '
  148. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  149. Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  150. Me.控制表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  151. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  152. Me.控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  153. Me.控制表_dgv.BackgroundColor = System.Drawing.Color.White
  154. Me.控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  155. Me.控制表_dgv.Location = New System.Drawing.Point(11, 62)
  156. Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4)
  157. Me.控制表_dgv.Name = "控制表_dgv"
  158. Me.控制表_dgv.ReadOnly = True
  159. Me.控制表_dgv.RowHeadersWidth = 5
  160. Me.控制表_dgv.RowTemplate.Height = 24
  161. Me.控制表_dgv.Size = New System.Drawing.Size(371, 583)
  162. Me.控制表_dgv.TabIndex = 1869
  163. '
  164. 'Label13
  165. '
  166. Me.Label13.AutoSize = True
  167. Me.Label13.ImeMode = System.Windows.Forms.ImeMode.NoControl
  168. Me.Label13.Location = New System.Drawing.Point(240, 9)
  169. Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  170. Me.Label13.Name = "Label13"
  171. Me.Label13.Size = New System.Drawing.Size(43, 16)
  172. Me.Label13.TabIndex = 1893
  173. Me.Label13.Text = "開單人"
  174. '
  175. '字體_NUD
  176. '
  177. Me.字體_NUD.DecimalPlaces = 1
  178. Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
  179. Me.字體_NUD.Location = New System.Drawing.Point(292, 35)
  180. Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
  181. Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
  182. Me.字體_NUD.Name = "字體_NUD"
  183. Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
  184. Me.字體_NUD.TabIndex = 1890
  185. Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
  186. '
  187. '字體大小調整_lb
  188. '
  189. Me.字體大小調整_lb.AutoSize = True
  190. Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  191. Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
  192. Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  193. Me.字體大小調整_lb.Location = New System.Drawing.Point(228, 38)
  194. Me.字體大小調整_lb.Name = "字體大小調整_lb"
  195. Me.字體大小調整_lb.Size = New System.Drawing.Size(55, 16)
  196. Me.字體大小調整_lb.TabIndex = 1891
  197. Me.字體大小調整_lb.Text = "字體調整"
  198. '
  199. 'Label14
  200. '
  201. Me.Label14.AutoSize = True
  202. Me.Label14.ForeColor = System.Drawing.Color.Red
  203. Me.Label14.Location = New System.Drawing.Point(426, 42)
  204. Me.Label14.Name = "Label14"
  205. Me.Label14.Size = New System.Drawing.Size(315, 16)
  206. Me.Label14.TabIndex = 1888
  207. Me.Label14.Text = "※如果列印後最後幾個字沒有顯示出來請增加一行空白行※"
  208. '
  209. '檔案名稱_tb
  210. '
  211. Me.檔案名稱_tb.Location = New System.Drawing.Point(714, 6)
  212. Me.檔案名稱_tb.Margin = New System.Windows.Forms.Padding(4)
  213. Me.檔案名稱_tb.Name = "檔案名稱_tb"
  214. Me.檔案名稱_tb.Size = New System.Drawing.Size(361, 23)
  215. Me.檔案名稱_tb.TabIndex = 1887
  216. '
  217. 'Label8
  218. '
  219. Me.Label8.AutoSize = True
  220. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  221. Me.Label8.Location = New System.Drawing.Point(650, 9)
  222. Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  223. Me.Label8.Name = "Label8"
  224. Me.Label8.Size = New System.Drawing.Size(55, 16)
  225. Me.Label8.TabIndex = 1886
  226. Me.Label8.Text = "檔案名稱"
  227. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  228. '
  229. '公司名稱
  230. '
  231. Me.公司名稱.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  232. Me.公司名稱.Location = New System.Drawing.Point(180, 124)
  233. Me.公司名稱.Margin = New System.Windows.Forms.Padding(4)
  234. Me.公司名稱.Multiline = True
  235. Me.公司名稱.Name = "公司名稱"
  236. Me.公司名稱.Size = New System.Drawing.Size(81, 20)
  237. Me.公司名稱.TabIndex = 1885
  238. Me.公司名稱.Visible = False
  239. '
  240. '已核准的營運成本收支單_rb
  241. '
  242. Me.已核准的營運成本收支單_rb.AutoSize = True
  243. Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(11, 36)
  244. Me.已核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  245. Me.已核准的營運成本收支單_rb.Name = "已核准的營運成本收支單_rb"
  246. Me.已核准的營運成本收支單_rb.Size = New System.Drawing.Size(97, 20)
  247. Me.已核准的營運成本收支單_rb.TabIndex = 1884
  248. Me.已核准的營運成本收支單_rb.TabStop = True
  249. Me.已核准的營運成本收支單_rb.Text = "已儲存之疏文"
  250. Me.已核准的營運成本收支單_rb.UseVisualStyleBackColor = True
  251. '
  252. '作廢的營運成本收支單_rb
  253. '
  254. Me.作廢的營運成本收支單_rb.AutoSize = True
  255. Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(115, 36)
  256. Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  257. Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
  258. Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(97, 20)
  259. Me.作廢的營運成本收支單_rb.TabIndex = 1883
  260. Me.作廢的營運成本收支單_rb.TabStop = True
  261. Me.作廢的營運成本收支單_rb.Text = "已作廢之疏文"
  262. Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True
  263. '
  264. 'ToolTip1
  265. '
  266. Me.ToolTip1.IsBalloon = True
  267. Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info
  268. Me.ToolTip1.ToolTipTitle = "系統說明"
  269. '
  270. 'Label12
  271. '
  272. Me.Label12.AutoSize = True
  273. Me.Label12.ImeMode = System.Windows.Forms.ImeMode.NoControl
  274. Me.Label12.Location = New System.Drawing.Point(4, 10)
  275. Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  276. Me.Label12.Name = "Label12"
  277. Me.Label12.Size = New System.Drawing.Size(31, 16)
  278. Me.Label12.TabIndex = 1815
  279. Me.Label12.Text = "擬辦"
  280. '
  281. '擬辦_tb
  282. '
  283. Me.擬辦_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  284. Me.擬辦_tb.Location = New System.Drawing.Point(859, 62)
  285. Me.擬辦_tb.Margin = New System.Windows.Forms.Padding(4)
  286. Me.擬辦_tb.Multiline = True
  287. Me.擬辦_tb.Name = "擬辦_tb"
  288. Me.擬辦_tb.Size = New System.Drawing.Size(481, 47)
  289. Me.擬辦_tb.TabIndex = 1814
  290. '
  291. 'Label1
  292. '
  293. Me.Label1.AutoSize = True
  294. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  295. Me.Label1.Location = New System.Drawing.Point(100, 26)
  296. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  297. Me.Label1.Name = "Label1"
  298. Me.Label1.Size = New System.Drawing.Size(43, 16)
  299. Me.Label1.TabIndex = 1816
  300. Me.Label1.Text = "敬陳一"
  301. '
  302. 'Label4
  303. '
  304. Me.Label4.AutoSize = True
  305. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  306. Me.Label4.Location = New System.Drawing.Point(104, 72)
  307. Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  308. Me.Label4.Name = "Label4"
  309. Me.Label4.Size = New System.Drawing.Size(43, 16)
  310. Me.Label4.TabIndex = 1819
  311. Me.Label4.Text = "敬陳二"
  312. '
  313. 'Label3
  314. '
  315. Me.Label3.AutoSize = True
  316. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  317. Me.Label3.Location = New System.Drawing.Point(220, 26)
  318. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  319. Me.Label3.Name = "Label3"
  320. Me.Label3.Size = New System.Drawing.Size(43, 16)
  321. Me.Label3.TabIndex = 1818
  322. Me.Label3.Text = "敬會一"
  323. '
  324. 'ComboBox3
  325. '
  326. Me.ComboBox3.FormattingEnabled = True
  327. Me.ComboBox3.Location = New System.Drawing.Point(223, 45)
  328. Me.ComboBox3.Name = "ComboBox3"
  329. Me.ComboBox3.Size = New System.Drawing.Size(121, 24)
  330. Me.ComboBox3.TabIndex = 1828
  331. '
  332. 'Label2
  333. '
  334. Me.Label2.AutoSize = True
  335. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  336. Me.Label2.Location = New System.Drawing.Point(220, 72)
  337. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  338. Me.Label2.Name = "Label2"
  339. Me.Label2.Size = New System.Drawing.Size(43, 16)
  340. Me.Label2.TabIndex = 1817
  341. Me.Label2.Text = "敬會二"
  342. '
  343. 'ComboBox7
  344. '
  345. Me.ComboBox7.FormattingEnabled = True
  346. Me.ComboBox7.Location = New System.Drawing.Point(477, 45)
  347. Me.ComboBox7.Name = "ComboBox7"
  348. Me.ComboBox7.Size = New System.Drawing.Size(121, 24)
  349. Me.ComboBox7.TabIndex = 1824
  350. '
  351. 'ComboBox6
  352. '
  353. Me.ComboBox6.FormattingEnabled = True
  354. Me.ComboBox6.Location = New System.Drawing.Point(350, 90)
  355. Me.ComboBox6.Name = "ComboBox6"
  356. Me.ComboBox6.Size = New System.Drawing.Size(121, 24)
  357. Me.ComboBox6.TabIndex = 1825
  358. '
  359. '說明_tb
  360. '
  361. Me.說明_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  362. Or System.Windows.Forms.AnchorStyles.Left) _
  363. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  364. Me.說明_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  365. Me.說明_tb.Location = New System.Drawing.Point(385, 133)
  366. Me.說明_tb.Margin = New System.Windows.Forms.Padding(4)
  367. Me.說明_tb.Multiline = True
  368. Me.說明_tb.Name = "說明_tb"
  369. Me.說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
  370. Me.說明_tb.Size = New System.Drawing.Size(955, 512)
  371. Me.說明_tb.TabIndex = 1881
  372. '
  373. 'Label11
  374. '
  375. Me.Label11.AutoSize = True
  376. Me.Label11.ForeColor = System.Drawing.Color.Red
  377. Me.Label11.Location = New System.Drawing.Point(100, 10)
  378. Me.Label11.Name = "Label11"
  379. Me.Label11.Size = New System.Drawing.Size(135, 16)
  380. Me.Label11.TabIndex = 1836
  381. Me.Label11.Text = "※按照順序,請勿跳格※"
  382. '
  383. 'ComboBox2
  384. '
  385. Me.ComboBox2.FormattingEnabled = True
  386. Me.ComboBox2.Location = New System.Drawing.Point(99, 90)
  387. Me.ComboBox2.Name = "ComboBox2"
  388. Me.ComboBox2.Size = New System.Drawing.Size(121, 24)
  389. Me.ComboBox2.TabIndex = 1829
  390. '
  391. 'Label7
  392. '
  393. Me.Label7.AutoSize = True
  394. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  395. Me.Label7.Location = New System.Drawing.Point(474, 26)
  396. Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  397. Me.Label7.Name = "Label7"
  398. Me.Label7.Size = New System.Drawing.Size(43, 16)
  399. Me.Label7.TabIndex = 1822
  400. Me.Label7.Text = "敬會五"
  401. '
  402. 'Label10
  403. '
  404. Me.Label10.AutoSize = True
  405. Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
  406. Me.Label10.Location = New System.Drawing.Point(387, 113)
  407. Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  408. Me.Label10.Name = "Label10"
  409. Me.Label10.Size = New System.Drawing.Size(31, 16)
  410. Me.Label10.TabIndex = 1882
  411. Me.Label10.Text = "內文"
  412. '
  413. 'ComboBox1
  414. '
  415. Me.ComboBox1.FormattingEnabled = True
  416. Me.ComboBox1.Location = New System.Drawing.Point(99, 45)
  417. Me.ComboBox1.Name = "ComboBox1"
  418. Me.ComboBox1.Size = New System.Drawing.Size(121, 24)
  419. Me.ComboBox1.TabIndex = 1823
  420. '
  421. '主旨_tb
  422. '
  423. Me.主旨_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  424. Me.主旨_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  425. Me.主旨_tb.Location = New System.Drawing.Point(385, 62)
  426. Me.主旨_tb.Margin = New System.Windows.Forms.Padding(4)
  427. Me.主旨_tb.Multiline = True
  428. Me.主旨_tb.Name = "主旨_tb"
  429. Me.主旨_tb.Size = New System.Drawing.Size(473, 47)
  430. Me.主旨_tb.TabIndex = 1879
  431. '
  432. 'ComboBox5
  433. '
  434. Me.ComboBox5.FormattingEnabled = True
  435. Me.ComboBox5.Location = New System.Drawing.Point(350, 45)
  436. Me.ComboBox5.Name = "ComboBox5"
  437. Me.ComboBox5.Size = New System.Drawing.Size(121, 24)
  438. Me.ComboBox5.TabIndex = 1826
  439. '
  440. '單號_tb
  441. '
  442. Me.單號_tb.Location = New System.Drawing.Point(48, 6)
  443. Me.單號_tb.Margin = New System.Windows.Forms.Padding(4)
  444. Me.單號_tb.Name = "單號_tb"
  445. Me.單號_tb.ReadOnly = True
  446. Me.單號_tb.Size = New System.Drawing.Size(146, 23)
  447. Me.單號_tb.TabIndex = 1878
  448. Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  449. '
  450. '選擇日期_dtp
  451. '
  452. Me.選擇日期_dtp.Location = New System.Drawing.Point(509, 6)
  453. Me.選擇日期_dtp.Name = "選擇日期_dtp"
  454. Me.選擇日期_dtp.Size = New System.Drawing.Size(134, 23)
  455. Me.選擇日期_dtp.TabIndex = 1877
  456. '
  457. '開單人_tb
  458. '
  459. Me.開單人_tb.Location = New System.Drawing.Point(292, 6)
  460. Me.開單人_tb.Margin = New System.Windows.Forms.Padding(4)
  461. Me.開單人_tb.Name = "開單人_tb"
  462. Me.開單人_tb.ReadOnly = True
  463. Me.開單人_tb.Size = New System.Drawing.Size(146, 23)
  464. Me.開單人_tb.TabIndex = 1894
  465. Me.開單人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  466. '
  467. 'Panel1
  468. '
  469. Me.Panel1.Controls.Add(Me.疏35_tb)
  470. Me.Panel1.Controls.Add(Me.疏36_tb)
  471. Me.Panel1.Controls.Add(Me.疏37_tb)
  472. Me.Panel1.Controls.Add(Me.疏38_tb)
  473. Me.Panel1.Controls.Add(Me.疏39_tb)
  474. Me.Panel1.Controls.Add(Me.疏40_tb)
  475. Me.Panel1.Controls.Add(Me.疏41_tb)
  476. Me.Panel1.Controls.Add(Me.疏42_tb)
  477. Me.Panel1.Controls.Add(Me.疏43_tb)
  478. Me.Panel1.Controls.Add(Me.疏44_tb)
  479. Me.Panel1.Controls.Add(Me.疏34_tb)
  480. Me.Panel1.Controls.Add(Me.疏33_tb)
  481. Me.Panel1.Controls.Add(Me.疏32_tb)
  482. Me.Panel1.Controls.Add(Me.疏31_tb)
  483. Me.Panel1.Controls.Add(Me.疏30_tb)
  484. Me.Panel1.Controls.Add(Me.疏29_tb)
  485. Me.Panel1.Controls.Add(Me.疏28_tb)
  486. Me.Panel1.Controls.Add(Me.TextBox1)
  487. Me.Panel1.Controls.Add(Me.疏3_tb)
  488. Me.Panel1.Controls.Add(Me.疏4_tb)
  489. Me.Panel1.Controls.Add(Me.疏5_tb)
  490. Me.Panel1.Controls.Add(Me.疏6_tb)
  491. Me.Panel1.Controls.Add(Me.疏7_tb)
  492. Me.Panel1.Controls.Add(Me.疏8_tb)
  493. Me.Panel1.Controls.Add(Me.疏9_tb)
  494. Me.Panel1.Controls.Add(Me.疏10_tb)
  495. Me.Panel1.Controls.Add(Me.疏11_tb)
  496. Me.Panel1.Controls.Add(Me.疏12_tb)
  497. Me.Panel1.Controls.Add(Me.疏13_tb)
  498. Me.Panel1.Controls.Add(Me.疏14_tb)
  499. Me.Panel1.Controls.Add(Me.疏15_tb)
  500. Me.Panel1.Controls.Add(Me.疏16_tb)
  501. Me.Panel1.Controls.Add(Me.疏17_tb)
  502. Me.Panel1.Controls.Add(Me.疏18_tb)
  503. Me.Panel1.Controls.Add(Me.疏19_tb)
  504. Me.Panel1.Controls.Add(Me.疏20_tb)
  505. Me.Panel1.Controls.Add(Me.疏21_tb)
  506. Me.Panel1.Controls.Add(Me.疏22_tb)
  507. Me.Panel1.Controls.Add(Me.疏23_tb)
  508. Me.Panel1.Controls.Add(Me.疏24_tb)
  509. Me.Panel1.Controls.Add(Me.疏25_tb)
  510. Me.Panel1.Controls.Add(Me.疏26_tb)
  511. Me.Panel1.Controls.Add(Me.疏27_tb)
  512. Me.Panel1.Controls.Add(Me.疏2_tb)
  513. Me.Panel1.Controls.Add(Me.疏1_tb)
  514. Me.Panel1.Controls.Add(Me.疏文總頁數_tb)
  515. Me.Panel1.Controls.Add(Me.Label12)
  516. Me.Panel1.Controls.Add(Me.Label11)
  517. Me.Panel1.Controls.Add(Me.Label1)
  518. Me.Panel1.Controls.Add(Me.ComboBox1)
  519. Me.Panel1.Controls.Add(Me.Label4)
  520. Me.Panel1.Controls.Add(Me.ComboBox2)
  521. Me.Panel1.Controls.Add(Me.Label3)
  522. Me.Panel1.Controls.Add(Me.ComboBox3)
  523. Me.Panel1.Controls.Add(Me.Label2)
  524. Me.Panel1.Controls.Add(Me.ComboBox7)
  525. Me.Panel1.Controls.Add(Me.ComboBox6)
  526. Me.Panel1.Controls.Add(Me.Label7)
  527. Me.Panel1.Controls.Add(Me.ComboBox5)
  528. Me.Panel1.Controls.Add(Me.ComboBox4)
  529. Me.Panel1.Controls.Add(Me.Label5)
  530. Me.Panel1.Controls.Add(Me.Label6)
  531. Me.Panel1.Location = New System.Drawing.Point(429, 155)
  532. Me.Panel1.Name = "Panel1"
  533. Me.Panel1.Size = New System.Drawing.Size(833, 443)
  534. Me.Panel1.TabIndex = 1892
  535. Me.Panel1.Visible = False
  536. '
  537. '疏35_tb
  538. '
  539. Me.疏35_tb.Location = New System.Drawing.Point(11, 274)
  540. Me.疏35_tb.Name = "疏35_tb"
  541. Me.疏35_tb.Size = New System.Drawing.Size(88, 23)
  542. Me.疏35_tb.TabIndex = 1910
  543. '
  544. '疏36_tb
  545. '
  546. Me.疏36_tb.Location = New System.Drawing.Point(105, 275)
  547. Me.疏36_tb.Name = "疏36_tb"
  548. Me.疏36_tb.Size = New System.Drawing.Size(88, 23)
  549. Me.疏36_tb.TabIndex = 1909
  550. '
  551. '疏37_tb
  552. '
  553. Me.疏37_tb.Location = New System.Drawing.Point(197, 274)
  554. Me.疏37_tb.Name = "疏37_tb"
  555. Me.疏37_tb.Size = New System.Drawing.Size(88, 23)
  556. Me.疏37_tb.TabIndex = 1908
  557. '
  558. '疏38_tb
  559. '
  560. Me.疏38_tb.Location = New System.Drawing.Point(291, 275)
  561. Me.疏38_tb.Name = "疏38_tb"
  562. Me.疏38_tb.Size = New System.Drawing.Size(88, 23)
  563. Me.疏38_tb.TabIndex = 1907
  564. '
  565. '疏39_tb
  566. '
  567. Me.疏39_tb.Location = New System.Drawing.Point(383, 275)
  568. Me.疏39_tb.Name = "疏39_tb"
  569. Me.疏39_tb.Size = New System.Drawing.Size(88, 23)
  570. Me.疏39_tb.TabIndex = 1906
  571. '
  572. '疏40_tb
  573. '
  574. Me.疏40_tb.Location = New System.Drawing.Point(479, 275)
  575. Me.疏40_tb.Name = "疏40_tb"
  576. Me.疏40_tb.Size = New System.Drawing.Size(88, 23)
  577. Me.疏40_tb.TabIndex = 1905
  578. '
  579. '疏41_tb
  580. '
  581. Me.疏41_tb.Location = New System.Drawing.Point(573, 274)
  582. Me.疏41_tb.Name = "疏41_tb"
  583. Me.疏41_tb.Size = New System.Drawing.Size(88, 23)
  584. Me.疏41_tb.TabIndex = 1904
  585. '
  586. '疏42_tb
  587. '
  588. Me.疏42_tb.Location = New System.Drawing.Point(11, 303)
  589. Me.疏42_tb.Name = "疏42_tb"
  590. Me.疏42_tb.Size = New System.Drawing.Size(88, 23)
  591. Me.疏42_tb.TabIndex = 1903
  592. '
  593. '疏43_tb
  594. '
  595. Me.疏43_tb.Location = New System.Drawing.Point(105, 303)
  596. Me.疏43_tb.Name = "疏43_tb"
  597. Me.疏43_tb.Size = New System.Drawing.Size(88, 23)
  598. Me.疏43_tb.TabIndex = 1902
  599. '
  600. '疏44_tb
  601. '
  602. Me.疏44_tb.Location = New System.Drawing.Point(197, 303)
  603. Me.疏44_tb.Name = "疏44_tb"
  604. Me.疏44_tb.Size = New System.Drawing.Size(88, 23)
  605. Me.疏44_tb.TabIndex = 1901
  606. '
  607. '疏34_tb
  608. '
  609. Me.疏34_tb.Location = New System.Drawing.Point(573, 246)
  610. Me.疏34_tb.Name = "疏34_tb"
  611. Me.疏34_tb.Size = New System.Drawing.Size(88, 23)
  612. Me.疏34_tb.TabIndex = 1900
  613. '
  614. '疏33_tb
  615. '
  616. Me.疏33_tb.Location = New System.Drawing.Point(479, 246)
  617. Me.疏33_tb.Name = "疏33_tb"
  618. Me.疏33_tb.Size = New System.Drawing.Size(88, 23)
  619. Me.疏33_tb.TabIndex = 1899
  620. '
  621. '疏32_tb
  622. '
  623. Me.疏32_tb.Location = New System.Drawing.Point(385, 246)
  624. Me.疏32_tb.Name = "疏32_tb"
  625. Me.疏32_tb.Size = New System.Drawing.Size(88, 23)
  626. Me.疏32_tb.TabIndex = 1898
  627. '
  628. '疏31_tb
  629. '
  630. Me.疏31_tb.Location = New System.Drawing.Point(291, 246)
  631. Me.疏31_tb.Name = "疏31_tb"
  632. Me.疏31_tb.Size = New System.Drawing.Size(88, 23)
  633. Me.疏31_tb.TabIndex = 1897
  634. '
  635. '疏30_tb
  636. '
  637. Me.疏30_tb.Location = New System.Drawing.Point(197, 246)
  638. Me.疏30_tb.Name = "疏30_tb"
  639. Me.疏30_tb.Size = New System.Drawing.Size(88, 23)
  640. Me.疏30_tb.TabIndex = 1896
  641. '
  642. '疏29_tb
  643. '
  644. Me.疏29_tb.Location = New System.Drawing.Point(103, 246)
  645. Me.疏29_tb.Name = "疏29_tb"
  646. Me.疏29_tb.Size = New System.Drawing.Size(88, 23)
  647. Me.疏29_tb.TabIndex = 1866
  648. '
  649. '疏28_tb
  650. '
  651. Me.疏28_tb.Location = New System.Drawing.Point(11, 246)
  652. Me.疏28_tb.Name = "疏28_tb"
  653. Me.疏28_tb.Size = New System.Drawing.Size(88, 23)
  654. Me.疏28_tb.TabIndex = 1865
  655. '
  656. 'TextBox1
  657. '
  658. Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  659. Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  660. Me.TextBox1.Location = New System.Drawing.Point(477, 90)
  661. Me.TextBox1.Margin = New System.Windows.Forms.Padding(4)
  662. Me.TextBox1.Multiline = True
  663. Me.TextBox1.Name = "TextBox1"
  664. Me.TextBox1.Size = New System.Drawing.Size(121, 24)
  665. Me.TextBox1.TabIndex = 1895
  666. '
  667. '疏3_tb
  668. '
  669. Me.疏3_tb.Location = New System.Drawing.Point(291, 130)
  670. Me.疏3_tb.Name = "疏3_tb"
  671. Me.疏3_tb.Size = New System.Drawing.Size(88, 23)
  672. Me.疏3_tb.TabIndex = 1864
  673. '
  674. '疏4_tb
  675. '
  676. Me.疏4_tb.Location = New System.Drawing.Point(385, 130)
  677. Me.疏4_tb.Name = "疏4_tb"
  678. Me.疏4_tb.Size = New System.Drawing.Size(88, 23)
  679. Me.疏4_tb.TabIndex = 1863
  680. '
  681. '疏5_tb
  682. '
  683. Me.疏5_tb.Location = New System.Drawing.Point(479, 130)
  684. Me.疏5_tb.Name = "疏5_tb"
  685. Me.疏5_tb.Size = New System.Drawing.Size(88, 23)
  686. Me.疏5_tb.TabIndex = 1862
  687. '
  688. '疏6_tb
  689. '
  690. Me.疏6_tb.Location = New System.Drawing.Point(573, 130)
  691. Me.疏6_tb.Name = "疏6_tb"
  692. Me.疏6_tb.Size = New System.Drawing.Size(88, 23)
  693. Me.疏6_tb.TabIndex = 1861
  694. '
  695. '疏7_tb
  696. '
  697. Me.疏7_tb.Location = New System.Drawing.Point(11, 159)
  698. Me.疏7_tb.Name = "疏7_tb"
  699. Me.疏7_tb.Size = New System.Drawing.Size(88, 23)
  700. Me.疏7_tb.TabIndex = 1860
  701. '
  702. '疏8_tb
  703. '
  704. Me.疏8_tb.Location = New System.Drawing.Point(103, 159)
  705. Me.疏8_tb.Name = "疏8_tb"
  706. Me.疏8_tb.Size = New System.Drawing.Size(88, 23)
  707. Me.疏8_tb.TabIndex = 1859
  708. '
  709. '疏9_tb
  710. '
  711. Me.疏9_tb.Location = New System.Drawing.Point(195, 159)
  712. Me.疏9_tb.Name = "疏9_tb"
  713. Me.疏9_tb.Size = New System.Drawing.Size(88, 23)
  714. Me.疏9_tb.TabIndex = 1858
  715. '
  716. '疏10_tb
  717. '
  718. Me.疏10_tb.Location = New System.Drawing.Point(289, 159)
  719. Me.疏10_tb.Name = "疏10_tb"
  720. Me.疏10_tb.Size = New System.Drawing.Size(88, 23)
  721. Me.疏10_tb.TabIndex = 1857
  722. '
  723. '疏11_tb
  724. '
  725. Me.疏11_tb.Location = New System.Drawing.Point(381, 159)
  726. Me.疏11_tb.Name = "疏11_tb"
  727. Me.疏11_tb.Size = New System.Drawing.Size(88, 23)
  728. Me.疏11_tb.TabIndex = 1856
  729. '
  730. '疏12_tb
  731. '
  732. Me.疏12_tb.Location = New System.Drawing.Point(479, 159)
  733. Me.疏12_tb.Name = "疏12_tb"
  734. Me.疏12_tb.Size = New System.Drawing.Size(88, 23)
  735. Me.疏12_tb.TabIndex = 1855
  736. '
  737. '疏13_tb
  738. '
  739. Me.疏13_tb.Location = New System.Drawing.Point(573, 157)
  740. Me.疏13_tb.Name = "疏13_tb"
  741. Me.疏13_tb.Size = New System.Drawing.Size(88, 23)
  742. Me.疏13_tb.TabIndex = 1854
  743. '
  744. '疏14_tb
  745. '
  746. Me.疏14_tb.Location = New System.Drawing.Point(11, 188)
  747. Me.疏14_tb.Name = "疏14_tb"
  748. Me.疏14_tb.Size = New System.Drawing.Size(88, 23)
  749. Me.疏14_tb.TabIndex = 1853
  750. '
  751. '疏15_tb
  752. '
  753. Me.疏15_tb.Location = New System.Drawing.Point(105, 188)
  754. Me.疏15_tb.Name = "疏15_tb"
  755. Me.疏15_tb.Size = New System.Drawing.Size(88, 23)
  756. Me.疏15_tb.TabIndex = 1852
  757. '
  758. '疏16_tb
  759. '
  760. Me.疏16_tb.Location = New System.Drawing.Point(197, 188)
  761. Me.疏16_tb.Name = "疏16_tb"
  762. Me.疏16_tb.Size = New System.Drawing.Size(88, 23)
  763. Me.疏16_tb.TabIndex = 1851
  764. '
  765. '疏17_tb
  766. '
  767. Me.疏17_tb.Location = New System.Drawing.Point(291, 188)
  768. Me.疏17_tb.Name = "疏17_tb"
  769. Me.疏17_tb.Size = New System.Drawing.Size(88, 23)
  770. Me.疏17_tb.TabIndex = 1850
  771. '
  772. '疏18_tb
  773. '
  774. Me.疏18_tb.Location = New System.Drawing.Point(383, 188)
  775. Me.疏18_tb.Name = "疏18_tb"
  776. Me.疏18_tb.Size = New System.Drawing.Size(88, 23)
  777. Me.疏18_tb.TabIndex = 1849
  778. '
  779. '疏19_tb
  780. '
  781. Me.疏19_tb.Location = New System.Drawing.Point(479, 188)
  782. Me.疏19_tb.Name = "疏19_tb"
  783. Me.疏19_tb.Size = New System.Drawing.Size(88, 23)
  784. Me.疏19_tb.TabIndex = 1848
  785. '
  786. '疏20_tb
  787. '
  788. Me.疏20_tb.Location = New System.Drawing.Point(573, 188)
  789. Me.疏20_tb.Name = "疏20_tb"
  790. Me.疏20_tb.Size = New System.Drawing.Size(88, 23)
  791. Me.疏20_tb.TabIndex = 1847
  792. '
  793. '疏21_tb
  794. '
  795. Me.疏21_tb.Location = New System.Drawing.Point(11, 217)
  796. Me.疏21_tb.Name = "疏21_tb"
  797. Me.疏21_tb.Size = New System.Drawing.Size(88, 23)
  798. Me.疏21_tb.TabIndex = 1846
  799. '
  800. '疏22_tb
  801. '
  802. Me.疏22_tb.Location = New System.Drawing.Point(103, 217)
  803. Me.疏22_tb.Name = "疏22_tb"
  804. Me.疏22_tb.Size = New System.Drawing.Size(88, 23)
  805. Me.疏22_tb.TabIndex = 1845
  806. '
  807. '疏23_tb
  808. '
  809. Me.疏23_tb.Location = New System.Drawing.Point(197, 217)
  810. Me.疏23_tb.Name = "疏23_tb"
  811. Me.疏23_tb.Size = New System.Drawing.Size(88, 23)
  812. Me.疏23_tb.TabIndex = 1844
  813. '
  814. '疏24_tb
  815. '
  816. Me.疏24_tb.Location = New System.Drawing.Point(291, 217)
  817. Me.疏24_tb.Name = "疏24_tb"
  818. Me.疏24_tb.Size = New System.Drawing.Size(88, 23)
  819. Me.疏24_tb.TabIndex = 1843
  820. '
  821. '疏25_tb
  822. '
  823. Me.疏25_tb.Location = New System.Drawing.Point(383, 217)
  824. Me.疏25_tb.Name = "疏25_tb"
  825. Me.疏25_tb.Size = New System.Drawing.Size(88, 23)
  826. Me.疏25_tb.TabIndex = 1842
  827. '
  828. '疏26_tb
  829. '
  830. Me.疏26_tb.Location = New System.Drawing.Point(479, 217)
  831. Me.疏26_tb.Name = "疏26_tb"
  832. Me.疏26_tb.Size = New System.Drawing.Size(88, 23)
  833. Me.疏26_tb.TabIndex = 1841
  834. '
  835. '疏27_tb
  836. '
  837. Me.疏27_tb.Location = New System.Drawing.Point(573, 217)
  838. Me.疏27_tb.Name = "疏27_tb"
  839. Me.疏27_tb.Size = New System.Drawing.Size(88, 23)
  840. Me.疏27_tb.TabIndex = 1840
  841. '
  842. '疏2_tb
  843. '
  844. Me.疏2_tb.Location = New System.Drawing.Point(197, 130)
  845. Me.疏2_tb.Name = "疏2_tb"
  846. Me.疏2_tb.Size = New System.Drawing.Size(88, 23)
  847. Me.疏2_tb.TabIndex = 1839
  848. '
  849. '疏1_tb
  850. '
  851. Me.疏1_tb.Location = New System.Drawing.Point(103, 130)
  852. Me.疏1_tb.Name = "疏1_tb"
  853. Me.疏1_tb.Size = New System.Drawing.Size(88, 23)
  854. Me.疏1_tb.TabIndex = 1838
  855. '
  856. '疏文總頁數_tb
  857. '
  858. Me.疏文總頁數_tb.Location = New System.Drawing.Point(11, 130)
  859. Me.疏文總頁數_tb.Name = "疏文總頁數_tb"
  860. Me.疏文總頁數_tb.Size = New System.Drawing.Size(88, 23)
  861. Me.疏文總頁數_tb.TabIndex = 1837
  862. '
  863. 'ComboBox4
  864. '
  865. Me.ComboBox4.FormattingEnabled = True
  866. Me.ComboBox4.Location = New System.Drawing.Point(223, 90)
  867. Me.ComboBox4.Name = "ComboBox4"
  868. Me.ComboBox4.Size = New System.Drawing.Size(121, 24)
  869. Me.ComboBox4.TabIndex = 1827
  870. '
  871. 'Label5
  872. '
  873. Me.Label5.AutoSize = True
  874. Me.Label5.ImeMode = System.Windows.Forms.ImeMode.NoControl
  875. Me.Label5.Location = New System.Drawing.Point(351, 26)
  876. Me.Label5.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  877. Me.Label5.Name = "Label5"
  878. Me.Label5.Size = New System.Drawing.Size(43, 16)
  879. Me.Label5.TabIndex = 1820
  880. Me.Label5.Text = "敬會三"
  881. '
  882. 'Label6
  883. '
  884. Me.Label6.AutoSize = True
  885. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  886. Me.Label6.Location = New System.Drawing.Point(351, 72)
  887. Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  888. Me.Label6.Name = "Label6"
  889. Me.Label6.Size = New System.Drawing.Size(43, 16)
  890. Me.Label6.TabIndex = 1821
  891. Me.Label6.Text = "敬會四"
  892. '
  893. 'Label9
  894. '
  895. Me.Label9.AutoSize = True
  896. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  897. Me.Label9.Location = New System.Drawing.Point(387, 42)
  898. Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  899. Me.Label9.Name = "Label9"
  900. Me.Label9.Size = New System.Drawing.Size(31, 16)
  901. Me.Label9.TabIndex = 1880
  902. Me.Label9.Text = "主旨"
  903. '
  904. 'Label15
  905. '
  906. Me.Label15.AutoSize = True
  907. Me.Label15.ImeMode = System.Windows.Forms.ImeMode.NoControl
  908. Me.Label15.Location = New System.Drawing.Point(856, 42)
  909. Me.Label15.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  910. Me.Label15.Name = "Label15"
  911. Me.Label15.Size = New System.Drawing.Size(31, 16)
  912. Me.Label15.TabIndex = 1896
  913. Me.Label15.Text = "頁尾"
  914. '
  915. 'Label16
  916. '
  917. Me.Label16.AutoSize = True
  918. Me.Label16.ForeColor = System.Drawing.Color.Red
  919. Me.Label16.Location = New System.Drawing.Point(426, 113)
  920. Me.Label16.Name = "Label16"
  921. Me.Label16.Size = New System.Drawing.Size(145, 16)
  922. Me.Label16.TabIndex = 1897
  923. Me.Label16.Text = "※單頁最多44行(含空白)※"
  924. '
  925. 'Label17
  926. '
  927. Me.Label17.AutoSize = True
  928. Me.Label17.ForeColor = System.Drawing.Color.Red
  929. Me.Label17.Location = New System.Drawing.Point(578, 113)
  930. Me.Label17.Name = "Label17"
  931. Me.Label17.Size = New System.Drawing.Size(145, 16)
  932. Me.Label17.TabIndex = 1898
  933. Me.Label17.Text = "※單行最多28字(含空白)※"
  934. '
  935. '查詢_tb
  936. '
  937. Me.查詢_tb.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Search
  938. Me.查詢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  939. Me.查詢_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  940. Me.查詢_tb.ForeColor = System.Drawing.Color.Red
  941. Me.查詢_tb.Location = New System.Drawing.Point(202, 5)
  942. Me.查詢_tb.Margin = New System.Windows.Forms.Padding(4)
  943. Me.查詢_tb.Name = "查詢_tb"
  944. Me.查詢_tb.Size = New System.Drawing.Size(30, 25)
  945. Me.查詢_tb.TabIndex = 1889
  946. Me.查詢_tb.UseVisualStyleBackColor = True
  947. '
  948. '作廢_bt
  949. '
  950. Me.作廢_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  951. Me.作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  952. Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  953. Me.作廢_bt.ForeColor = System.Drawing.Color.DarkGreen
  954. Me.作廢_bt.Location = New System.Drawing.Point(1242, 5)
  955. Me.作廢_bt.Margin = New System.Windows.Forms.Padding(4)
  956. Me.作廢_bt.Name = "作廢_bt"
  957. Me.作廢_bt.Size = New System.Drawing.Size(45, 45)
  958. Me.作廢_bt.TabIndex = 1874
  959. Me.作廢_bt.UseVisualStyleBackColor = True
  960. '
  961. '刪除_bt
  962. '
  963. Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  964. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  965. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  966. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  967. Me.刪除_bt.Location = New System.Drawing.Point(1136, 5)
  968. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4)
  969. Me.刪除_bt.Name = "刪除_bt"
  970. Me.刪除_bt.Size = New System.Drawing.Size(45, 45)
  971. Me.刪除_bt.TabIndex = 1873
  972. Me.刪除_bt.UseVisualStyleBackColor = True
  973. '
  974. '儲存_bt
  975. '
  976. Me.儲存_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER
  977. Me.儲存_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  978. Me.儲存_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  979. Me.儲存_bt.ForeColor = System.Drawing.Color.DarkGreen
  980. Me.儲存_bt.Location = New System.Drawing.Point(1189, 5)
  981. Me.儲存_bt.Margin = New System.Windows.Forms.Padding(4)
  982. Me.儲存_bt.Name = "儲存_bt"
  983. Me.儲存_bt.Size = New System.Drawing.Size(45, 45)
  984. Me.儲存_bt.TabIndex = 1872
  985. Me.儲存_bt.UseVisualStyleBackColor = True
  986. '
  987. '新增_bt
  988. '
  989. Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_2
  990. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  991. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  992. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  993. Me.新增_bt.Location = New System.Drawing.Point(1083, 5)
  994. Me.新增_bt.Margin = New System.Windows.Forms.Padding(4)
  995. Me.新增_bt.Name = "新增_bt"
  996. Me.新增_bt.Size = New System.Drawing.Size(45, 45)
  997. Me.新增_bt.TabIndex = 1871
  998. Me.新增_bt.UseVisualStyleBackColor = True
  999. '
  1000. '列印_bt
  1001. '
  1002. Me.列印_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print
  1003. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1004. Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1005. Me.列印_bt.ForeColor = System.Drawing.Color.Red
  1006. Me.列印_bt.Location = New System.Drawing.Point(1295, 5)
  1007. Me.列印_bt.Margin = New System.Windows.Forms.Padding(4)
  1008. Me.列印_bt.Name = "列印_bt"
  1009. Me.列印_bt.Size = New System.Drawing.Size(45, 45)
  1010. Me.列印_bt.TabIndex = 1870
  1011. Me.列印_bt.UseVisualStyleBackColor = True
  1012. '
  1013. '疏文
  1014. '
  1015. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1016. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1017. Me.ClientSize = New System.Drawing.Size(1349, 650)
  1018. Me.Controls.Add(Me.Label17)
  1019. Me.Controls.Add(Me.Label16)
  1020. Me.Controls.Add(Me.Label15)
  1021. Me.Controls.Add(Me.Panel1)
  1022. Me.Controls.Add(Me.查詢_tb)
  1023. Me.Controls.Add(Me.Label29)
  1024. Me.Controls.Add(Me.Label0)
  1025. Me.Controls.Add(Me.作廢_bt)
  1026. Me.Controls.Add(Me.刪除_bt)
  1027. Me.Controls.Add(Me.儲存_bt)
  1028. Me.Controls.Add(Me.新增_bt)
  1029. Me.Controls.Add(Me.列印_bt)
  1030. Me.Controls.Add(Me.控制表_dgv)
  1031. Me.Controls.Add(Me.Label13)
  1032. Me.Controls.Add(Me.字體_NUD)
  1033. Me.Controls.Add(Me.字體大小調整_lb)
  1034. Me.Controls.Add(Me.Label14)
  1035. Me.Controls.Add(Me.檔案名稱_tb)
  1036. Me.Controls.Add(Me.Label8)
  1037. Me.Controls.Add(Me.公司名稱)
  1038. Me.Controls.Add(Me.已核准的營運成本收支單_rb)
  1039. Me.Controls.Add(Me.作廢的營運成本收支單_rb)
  1040. Me.Controls.Add(Me.Label10)
  1041. Me.Controls.Add(Me.主旨_tb)
  1042. Me.Controls.Add(Me.單號_tb)
  1043. Me.Controls.Add(Me.選擇日期_dtp)
  1044. Me.Controls.Add(Me.開單人_tb)
  1045. Me.Controls.Add(Me.Label9)
  1046. Me.Controls.Add(Me.說明_tb)
  1047. Me.Controls.Add(Me.擬辦_tb)
  1048. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1049. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1050. Me.Name = "疏文"
  1051. Me.Text = "疏文"
  1052. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1053. CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
  1054. Me.Panel1.ResumeLayout(False)
  1055. Me.Panel1.PerformLayout()
  1056. Me.ResumeLayout(False)
  1057. Me.PerformLayout()
  1058. End Sub
  1059. Friend WithEvents 查詢_tb As Button
  1060. Friend WithEvents Label29 As Label
  1061. Friend WithEvents Label0 As Label
  1062. Friend WithEvents 作廢_bt As Button
  1063. Friend WithEvents 刪除_bt As Button
  1064. Friend WithEvents 儲存_bt As Button
  1065. Friend WithEvents 新增_bt As Button
  1066. Friend WithEvents 列印_bt As Button
  1067. Friend WithEvents 控制表_dgv As DataGridView
  1068. Friend WithEvents Label13 As Label
  1069. Friend WithEvents 字體_NUD As NumericUpDown
  1070. Friend WithEvents 字體大小調整_lb As Label
  1071. Friend WithEvents Label14 As Label
  1072. Friend WithEvents 檔案名稱_tb As TextBox
  1073. Friend WithEvents Label8 As Label
  1074. Friend WithEvents 公司名稱 As TextBox
  1075. Friend WithEvents 已核准的營運成本收支單_rb As RadioButton
  1076. Friend WithEvents 作廢的營運成本收支單_rb As RadioButton
  1077. Friend WithEvents PrintDocument1 As Printing.PrintDocument
  1078. Friend WithEvents ToolTip1 As ToolTip
  1079. Friend WithEvents Label12 As Label
  1080. Friend WithEvents 擬辦_tb As TextBox
  1081. Friend WithEvents Label1 As Label
  1082. Friend WithEvents Label4 As Label
  1083. Friend WithEvents Label3 As Label
  1084. Friend WithEvents ComboBox3 As ComboBox
  1085. Friend WithEvents Label2 As Label
  1086. Friend WithEvents ComboBox7 As ComboBox
  1087. Friend WithEvents ComboBox6 As ComboBox
  1088. Friend WithEvents 說明_tb As TextBox
  1089. Friend WithEvents Label11 As Label
  1090. Friend WithEvents ComboBox2 As ComboBox
  1091. Friend WithEvents Label7 As Label
  1092. Friend WithEvents Label10 As Label
  1093. Friend WithEvents ComboBox1 As ComboBox
  1094. Friend WithEvents 主旨_tb As TextBox
  1095. Friend WithEvents ComboBox5 As ComboBox
  1096. Friend WithEvents 單號_tb As TextBox
  1097. Friend WithEvents 選擇日期_dtp As DateTimePicker
  1098. Friend WithEvents 開單人_tb As TextBox
  1099. Friend WithEvents Panel1 As Panel
  1100. Friend WithEvents 疏29_tb As TextBox
  1101. Friend WithEvents 疏28_tb As TextBox
  1102. Friend WithEvents 疏3_tb As TextBox
  1103. Friend WithEvents 疏4_tb As TextBox
  1104. Friend WithEvents 疏5_tb As TextBox
  1105. Friend WithEvents 疏6_tb As TextBox
  1106. Friend WithEvents 疏7_tb As TextBox
  1107. Friend WithEvents 疏8_tb As TextBox
  1108. Friend WithEvents 疏9_tb As TextBox
  1109. Friend WithEvents 疏10_tb As TextBox
  1110. Friend WithEvents 疏11_tb As TextBox
  1111. Friend WithEvents 疏12_tb As TextBox
  1112. Friend WithEvents 疏13_tb As TextBox
  1113. Friend WithEvents 疏14_tb As TextBox
  1114. Friend WithEvents 疏15_tb As TextBox
  1115. Friend WithEvents 疏16_tb As TextBox
  1116. Friend WithEvents 疏17_tb As TextBox
  1117. Friend WithEvents 疏18_tb As TextBox
  1118. Friend WithEvents 疏19_tb As TextBox
  1119. Friend WithEvents 疏20_tb As TextBox
  1120. Friend WithEvents 疏21_tb As TextBox
  1121. Friend WithEvents 疏22_tb As TextBox
  1122. Friend WithEvents 疏23_tb As TextBox
  1123. Friend WithEvents 疏24_tb As TextBox
  1124. Friend WithEvents 疏25_tb As TextBox
  1125. Friend WithEvents 疏26_tb As TextBox
  1126. Friend WithEvents 疏27_tb As TextBox
  1127. Friend WithEvents 疏2_tb As TextBox
  1128. Friend WithEvents 疏1_tb As TextBox
  1129. Friend WithEvents 疏文總頁數_tb As TextBox
  1130. Friend WithEvents ComboBox4 As ComboBox
  1131. Friend WithEvents Label5 As Label
  1132. Friend WithEvents Label6 As Label
  1133. Friend WithEvents Label9 As Label
  1134. Friend WithEvents Label15 As Label
  1135. Friend WithEvents Label16 As Label
  1136. Friend WithEvents Label17 As Label
  1137. Friend WithEvents TextBox1 As TextBox
  1138. Friend WithEvents 疏35_tb As TextBox
  1139. Friend WithEvents 疏36_tb As TextBox
  1140. Friend WithEvents 疏37_tb As TextBox
  1141. Friend WithEvents 疏38_tb As TextBox
  1142. Friend WithEvents 疏39_tb As TextBox
  1143. Friend WithEvents 疏40_tb As TextBox
  1144. Friend WithEvents 疏41_tb As TextBox
  1145. Friend WithEvents 疏42_tb As TextBox
  1146. Friend WithEvents 疏43_tb As TextBox
  1147. Friend WithEvents 疏44_tb As TextBox
  1148. Friend WithEvents 疏34_tb As TextBox
  1149. Friend WithEvents 疏33_tb As TextBox
  1150. Friend WithEvents 疏32_tb As TextBox
  1151. Friend WithEvents 疏31_tb As TextBox
  1152. Friend WithEvents 疏30_tb As TextBox
  1153. End Class