暫無描述
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 45KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991
  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 DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(票務控制表))
  25. Me.Button1 = New System.Windows.Forms.Button()
  26. Me.一般月 = New System.Windows.Forms.CheckBox()
  27. Me.會計月 = New System.Windows.Forms.CheckBox()
  28. Me.Button2 = New System.Windows.Forms.Button()
  29. Me.Label4 = New System.Windows.Forms.Label()
  30. Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
  31. Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
  32. Me.DataGridView1 = New System.Windows.Forms.DataGridView()
  33. Me.Label14 = New System.Windows.Forms.Label()
  34. Me.ComboBox15 = New System.Windows.Forms.ComboBox()
  35. Me.ComboBox1 = New System.Windows.Forms.ComboBox()
  36. Me.Label1 = New System.Windows.Forms.Label()
  37. Me.ComboBox2 = New System.Windows.Forms.ComboBox()
  38. Me.Label2 = New System.Windows.Forms.Label()
  39. Me.Button3 = New System.Windows.Forms.Button()
  40. Me.Button4 = New System.Windows.Forms.Button()
  41. Me.Button5 = New System.Windows.Forms.Button()
  42. Me.Button6 = New System.Windows.Forms.Button()
  43. Me.Label6 = New System.Windows.Forms.Label()
  44. Me.TextBox1 = New System.Windows.Forms.TextBox()
  45. Me.Label7 = New System.Windows.Forms.Label()
  46. Me.TextBox8 = New System.Windows.Forms.TextBox()
  47. Me.Label11 = New System.Windows.Forms.Label()
  48. Me.TextBox7 = New System.Windows.Forms.TextBox()
  49. Me.Label10 = New System.Windows.Forms.Label()
  50. Me.TextBox6 = New System.Windows.Forms.TextBox()
  51. Me.Label9 = New System.Windows.Forms.Label()
  52. Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
  53. Me.Label3 = New System.Windows.Forms.Label()
  54. Me.ComboBox3 = New System.Windows.Forms.ComboBox()
  55. Me.Button7 = New System.Windows.Forms.Button()
  56. Me.TextBox16 = New System.Windows.Forms.TextBox()
  57. Me.Label25 = New System.Windows.Forms.Label()
  58. Me.TextBox15 = New System.Windows.Forms.TextBox()
  59. Me.Label24 = New System.Windows.Forms.Label()
  60. Me.TextBox14 = New System.Windows.Forms.TextBox()
  61. Me.Label23 = New System.Windows.Forms.Label()
  62. Me.TextBox13 = New System.Windows.Forms.TextBox()
  63. Me.Label18 = New System.Windows.Forms.Label()
  64. Me.ComboBox9 = New System.Windows.Forms.ComboBox()
  65. Me.Label20 = New System.Windows.Forms.Label()
  66. Me.Label17 = New System.Windows.Forms.Label()
  67. Me.DateTimePicker5 = New System.Windows.Forms.DateTimePicker()
  68. Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker()
  69. Me.Label15 = New System.Windows.Forms.Label()
  70. Me.TextBox12 = New System.Windows.Forms.TextBox()
  71. Me.Label13 = New System.Windows.Forms.Label()
  72. Me.TextBox11 = New System.Windows.Forms.TextBox()
  73. Me.Label12 = New System.Windows.Forms.Label()
  74. Me.TextBox10 = New System.Windows.Forms.TextBox()
  75. Me.Label5 = New System.Windows.Forms.Label()
  76. Me.TextBox9 = New System.Windows.Forms.TextBox()
  77. Me.Label8 = New System.Windows.Forms.Label()
  78. Me.Label16 = New System.Windows.Forms.Label()
  79. Me.TextBox18 = New System.Windows.Forms.TextBox()
  80. Me.Label28 = New System.Windows.Forms.Label()
  81. Me.Label27 = New System.Windows.Forms.Label()
  82. Me.Label29 = New System.Windows.Forms.Label()
  83. Me.TextBox19 = New System.Windows.Forms.TextBox()
  84. Me.TextBox20 = New System.Windows.Forms.TextBox()
  85. Me.Label30 = New System.Windows.Forms.Label()
  86. Me.Label31 = New System.Windows.Forms.Label()
  87. Me.Label32 = New System.Windows.Forms.Label()
  88. Me.Label33 = New System.Windows.Forms.Label()
  89. Me.Label34 = New System.Windows.Forms.Label()
  90. Me.DateTimePicker7 = New System.Windows.Forms.DateTimePicker()
  91. Me.DateTimePicker8 = New System.Windows.Forms.DateTimePicker()
  92. Me.Label19 = New System.Windows.Forms.Label()
  93. Me.ComboBox8 = New System.Windows.Forms.ComboBox()
  94. Me.ComboBox10 = New System.Windows.Forms.ComboBox()
  95. Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
  96. Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
  97. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
  100. Me.SuspendLayout()
  101. '
  102. 'Button1
  103. '
  104. Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  105. Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  106. Me.Button1.Location = New System.Drawing.Point(192, 26)
  107. Me.Button1.Name = "Button1"
  108. Me.Button1.Size = New System.Drawing.Size(88, 26)
  109. Me.Button1.TabIndex = 1120
  110. Me.Button1.Text = "上個月"
  111. Me.Button1.UseVisualStyleBackColor = True
  112. '
  113. '一般月
  114. '
  115. Me.一般月.AutoSize = True
  116. Me.一般月.Location = New System.Drawing.Point(325, 5)
  117. Me.一般月.Name = "一般月"
  118. Me.一般月.Size = New System.Drawing.Size(63, 20)
  119. Me.一般月.TabIndex = 1123
  120. Me.一般月.Text = "一般月"
  121. Me.一般月.UseVisualStyleBackColor = True
  122. '
  123. '會計月
  124. '
  125. Me.會計月.AutoSize = True
  126. Me.會計月.Checked = True
  127. Me.會計月.CheckState = System.Windows.Forms.CheckState.Checked
  128. Me.會計月.Location = New System.Drawing.Point(196, 5)
  129. Me.會計月.Name = "會計月"
  130. Me.會計月.Size = New System.Drawing.Size(63, 20)
  131. Me.會計月.TabIndex = 1122
  132. Me.會計月.Text = "會計月"
  133. Me.會計月.UseVisualStyleBackColor = True
  134. '
  135. 'Button2
  136. '
  137. Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  138. Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  139. Me.Button2.Location = New System.Drawing.Point(304, 26)
  140. Me.Button2.Name = "Button2"
  141. Me.Button2.Size = New System.Drawing.Size(89, 26)
  142. Me.Button2.TabIndex = 1121
  143. Me.Button2.Text = "下個月"
  144. Me.Button2.UseVisualStyleBackColor = True
  145. '
  146. 'Label4
  147. '
  148. Me.Label4.AutoSize = True
  149. Me.Label4.Location = New System.Drawing.Point(283, 58)
  150. Me.Label4.Name = "Label4"
  151. Me.Label4.Size = New System.Drawing.Size(20, 16)
  152. Me.Label4.TabIndex = 1119
  153. Me.Label4.Text = "到"
  154. '
  155. 'DateTimePicker2
  156. '
  157. Me.DateTimePicker2.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  158. Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  159. Me.DateTimePicker2.Location = New System.Drawing.Point(305, 55)
  160. Me.DateTimePicker2.Name = "DateTimePicker2"
  161. Me.DateTimePicker2.Size = New System.Drawing.Size(89, 23)
  162. Me.DateTimePicker2.TabIndex = 1118
  163. '
  164. 'DateTimePicker1
  165. '
  166. Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  167. Me.DateTimePicker1.Location = New System.Drawing.Point(192, 55)
  168. Me.DateTimePicker1.Name = "DateTimePicker1"
  169. Me.DateTimePicker1.Size = New System.Drawing.Size(89, 23)
  170. Me.DateTimePicker1.TabIndex = 1117
  171. '
  172. 'DataGridView1
  173. '
  174. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  175. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  176. Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  177. Me.DataGridView1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  178. Or System.Windows.Forms.AnchorStyles.Left) _
  179. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  180. Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  181. Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  182. Me.DataGridView1.Location = New System.Drawing.Point(5, 164)
  183. Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  184. Me.DataGridView1.Name = "DataGridView1"
  185. Me.DataGridView1.RowHeadersWidth = 5
  186. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  187. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  188. Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle4
  189. Me.DataGridView1.RowTemplate.Height = 24
  190. Me.DataGridView1.Size = New System.Drawing.Size(1235, 438)
  191. Me.DataGridView1.TabIndex = 1116
  192. '
  193. 'Label14
  194. '
  195. Me.Label14.AutoSize = True
  196. Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  197. Me.Label14.Location = New System.Drawing.Point(7, 58)
  198. Me.Label14.Name = "Label14"
  199. Me.Label14.Size = New System.Drawing.Size(56, 16)
  200. Me.Label14.TabIndex = 1125
  201. Me.Label14.Text = "日期選項"
  202. '
  203. 'ComboBox15
  204. '
  205. Me.ComboBox15.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  206. Me.ComboBox15.ForeColor = System.Drawing.Color.Green
  207. Me.ComboBox15.FormattingEnabled = True
  208. Me.ComboBox15.Items.AddRange(New Object() {"開收票日", "到期日", "預定兌現日", "託收已付日"})
  209. Me.ComboBox15.Location = New System.Drawing.Point(62, 55)
  210. Me.ComboBox15.Name = "ComboBox15"
  211. Me.ComboBox15.Size = New System.Drawing.Size(123, 24)
  212. Me.ComboBox15.TabIndex = 1124
  213. '
  214. 'ComboBox1
  215. '
  216. Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  217. Me.ComboBox1.ForeColor = System.Drawing.Color.Green
  218. Me.ComboBox1.FormattingEnabled = True
  219. Me.ComboBox1.Items.AddRange(New Object() {"開收票日", "到期日", "預定兌現日", "託收已付日"})
  220. Me.ComboBox1.Location = New System.Drawing.Point(62, 3)
  221. Me.ComboBox1.Name = "ComboBox1"
  222. Me.ComboBox1.Size = New System.Drawing.Size(87, 24)
  223. Me.ComboBox1.TabIndex = 1126
  224. '
  225. 'Label1
  226. '
  227. Me.Label1.AutoSize = True
  228. Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  229. Me.Label1.Location = New System.Drawing.Point(7, 6)
  230. Me.Label1.Name = "Label1"
  231. Me.Label1.Size = New System.Drawing.Size(56, 16)
  232. Me.Label1.TabIndex = 1127
  233. Me.Label1.Text = "區 分"
  234. '
  235. 'ComboBox2
  236. '
  237. Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  238. Me.ComboBox2.ForeColor = System.Drawing.Color.Green
  239. Me.ComboBox2.FormattingEnabled = True
  240. Me.ComboBox2.Items.AddRange(New Object() {"開票"})
  241. Me.ComboBox2.Location = New System.Drawing.Point(62, 29)
  242. Me.ComboBox2.Name = "ComboBox2"
  243. Me.ComboBox2.Size = New System.Drawing.Size(87, 24)
  244. Me.ComboBox2.TabIndex = 1128
  245. '
  246. 'Label2
  247. '
  248. Me.Label2.AutoSize = True
  249. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  250. Me.Label2.Location = New System.Drawing.Point(7, 32)
  251. Me.Label2.Name = "Label2"
  252. Me.Label2.Size = New System.Drawing.Size(56, 16)
  253. Me.Label2.TabIndex = 1129
  254. Me.Label2.Text = "票 況"
  255. '
  256. 'Button3
  257. '
  258. Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  259. Me.Button3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  260. Me.Button3.Location = New System.Drawing.Point(152, 3)
  261. Me.Button3.Name = "Button3"
  262. Me.Button3.Size = New System.Drawing.Size(33, 50)
  263. Me.Button3.TabIndex = 1130
  264. Me.Button3.Text = "讀取"
  265. Me.Button3.UseVisualStyleBackColor = True
  266. '
  267. 'Button4
  268. '
  269. Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  270. Me.Button4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  271. Me.Button4.Location = New System.Drawing.Point(729, 2)
  272. Me.Button4.Name = "Button4"
  273. Me.Button4.Size = New System.Drawing.Size(76, 76)
  274. Me.Button4.TabIndex = 1131
  275. Me.Button4.Text = "託收"
  276. Me.Button4.UseVisualStyleBackColor = True
  277. '
  278. 'Button5
  279. '
  280. Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  281. Me.Button5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  282. Me.Button5.Location = New System.Drawing.Point(811, 2)
  283. Me.Button5.Name = "Button5"
  284. Me.Button5.Size = New System.Drawing.Size(76, 76)
  285. Me.Button5.TabIndex = 1132
  286. Me.Button5.Text = "已付"
  287. Me.Button5.UseVisualStyleBackColor = True
  288. '
  289. 'Button6
  290. '
  291. Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  292. Me.Button6.ForeColor = System.Drawing.Color.Red
  293. Me.Button6.Location = New System.Drawing.Point(893, 2)
  294. Me.Button6.Name = "Button6"
  295. Me.Button6.Size = New System.Drawing.Size(76, 76)
  296. Me.Button6.TabIndex = 1133
  297. Me.Button6.Text = "退(撤)票"
  298. Me.Button6.UseVisualStyleBackColor = True
  299. '
  300. 'Label6
  301. '
  302. Me.Label6.AutoSize = True
  303. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  304. Me.Label6.Location = New System.Drawing.Point(403, 58)
  305. Me.Label6.Name = "Label6"
  306. Me.Label6.Size = New System.Drawing.Size(20, 16)
  307. Me.Label6.TabIndex = 1136
  308. Me.Label6.Text = "共"
  309. '
  310. 'TextBox1
  311. '
  312. Me.TextBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  313. Me.TextBox1.Location = New System.Drawing.Point(425, 55)
  314. Me.TextBox1.Name = "TextBox1"
  315. Me.TextBox1.Size = New System.Drawing.Size(98, 23)
  316. Me.TextBox1.TabIndex = 1137
  317. Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  318. '
  319. 'Label7
  320. '
  321. Me.Label7.AutoSize = True
  322. Me.Label7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  323. Me.Label7.Location = New System.Drawing.Point(529, 59)
  324. Me.Label7.Name = "Label7"
  325. Me.Label7.Size = New System.Drawing.Size(20, 16)
  326. Me.Label7.TabIndex = 1138
  327. Me.Label7.Text = "筆"
  328. '
  329. 'TextBox8
  330. '
  331. Me.TextBox8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  332. Me.TextBox8.Location = New System.Drawing.Point(623, 3)
  333. Me.TextBox8.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  334. Me.TextBox8.Name = "TextBox8"
  335. Me.TextBox8.Size = New System.Drawing.Size(100, 23)
  336. Me.TextBox8.TabIndex = 1144
  337. Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  338. '
  339. 'Label11
  340. '
  341. Me.Label11.AutoSize = True
  342. Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  343. Me.Label11.Location = New System.Drawing.Point(589, 6)
  344. Me.Label11.Name = "Label11"
  345. Me.Label11.Size = New System.Drawing.Size(32, 16)
  346. Me.Label11.TabIndex = 1143
  347. Me.Label11.Text = "收票"
  348. '
  349. 'TextBox7
  350. '
  351. Me.TextBox7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  352. Me.TextBox7.Location = New System.Drawing.Point(623, 29)
  353. Me.TextBox7.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  354. Me.TextBox7.Name = "TextBox7"
  355. Me.TextBox7.Size = New System.Drawing.Size(100, 23)
  356. Me.TextBox7.TabIndex = 1142
  357. Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  358. '
  359. 'Label10
  360. '
  361. Me.Label10.AutoSize = True
  362. Me.Label10.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  363. Me.Label10.Location = New System.Drawing.Point(589, 32)
  364. Me.Label10.Name = "Label10"
  365. Me.Label10.Size = New System.Drawing.Size(32, 16)
  366. Me.Label10.TabIndex = 1141
  367. Me.Label10.Text = "開票"
  368. '
  369. 'TextBox6
  370. '
  371. Me.TextBox6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  372. Me.TextBox6.Location = New System.Drawing.Point(623, 55)
  373. Me.TextBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  374. Me.TextBox6.Name = "TextBox6"
  375. Me.TextBox6.Size = New System.Drawing.Size(100, 23)
  376. Me.TextBox6.TabIndex = 1140
  377. Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  378. '
  379. 'Label9
  380. '
  381. Me.Label9.AutoSize = True
  382. Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  383. Me.Label9.Location = New System.Drawing.Point(589, 58)
  384. Me.Label9.Name = "Label9"
  385. Me.Label9.Size = New System.Drawing.Size(32, 16)
  386. Me.Label9.TabIndex = 1139
  387. Me.Label9.Text = "合計"
  388. '
  389. 'DateTimePicker3
  390. '
  391. Me.DateTimePicker3.DropDownAlign = System.Windows.Forms.LeftRightAlignment.Right
  392. Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  393. Me.DateTimePicker3.Location = New System.Drawing.Point(265, 2)
  394. Me.DateTimePicker3.Name = "DateTimePicker3"
  395. Me.DateTimePicker3.Size = New System.Drawing.Size(43, 23)
  396. Me.DateTimePicker3.TabIndex = 1145
  397. '
  398. 'Label3
  399. '
  400. Me.Label3.AutoSize = True
  401. Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  402. Me.Label3.Location = New System.Drawing.Point(401, 6)
  403. Me.Label3.Name = "Label3"
  404. Me.Label3.Size = New System.Drawing.Size(101, 16)
  405. Me.Label3.TabIndex = 1146
  406. Me.Label3.Text = "兌 現 科 目"
  407. '
  408. 'ComboBox3
  409. '
  410. Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  411. Me.ComboBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  412. Me.ComboBox3.FormattingEnabled = True
  413. Me.ComboBox3.Items.AddRange(New Object() {"開收票日", "到期日", "預定兌現日", "託收已付日"})
  414. Me.ComboBox3.Location = New System.Drawing.Point(399, 28)
  415. Me.ComboBox3.Name = "ComboBox3"
  416. Me.ComboBox3.Size = New System.Drawing.Size(183, 24)
  417. Me.ComboBox3.TabIndex = 1147
  418. '
  419. 'Button7
  420. '
  421. Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  422. Me.Button7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  423. Me.Button7.Location = New System.Drawing.Point(508, 2)
  424. Me.Button7.Name = "Button7"
  425. Me.Button7.Size = New System.Drawing.Size(74, 24)
  426. Me.Button7.TabIndex = 1148
  427. Me.Button7.Text = "清除"
  428. Me.Button7.UseVisualStyleBackColor = True
  429. '
  430. 'TextBox16
  431. '
  432. Me.TextBox16.ForeColor = System.Drawing.Color.Green
  433. Me.TextBox16.Location = New System.Drawing.Point(1055, 86)
  434. Me.TextBox16.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  435. Me.TextBox16.Name = "TextBox16"
  436. Me.TextBox16.Size = New System.Drawing.Size(185, 23)
  437. Me.TextBox16.TabIndex = 1191
  438. '
  439. 'Label25
  440. '
  441. Me.Label25.AutoSize = True
  442. Me.Label25.ForeColor = System.Drawing.Color.Green
  443. Me.Label25.Location = New System.Drawing.Point(1022, 89)
  444. Me.Label25.Name = "Label25"
  445. Me.Label25.Size = New System.Drawing.Size(32, 16)
  446. Me.Label25.TabIndex = 1190
  447. Me.Label25.Text = "備註"
  448. '
  449. 'TextBox15
  450. '
  451. Me.TextBox15.ForeColor = System.Drawing.Color.Green
  452. Me.TextBox15.Location = New System.Drawing.Point(1089, 137)
  453. Me.TextBox15.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  454. Me.TextBox15.Name = "TextBox15"
  455. Me.TextBox15.Size = New System.Drawing.Size(151, 23)
  456. Me.TextBox15.TabIndex = 1189
  457. '
  458. 'Label24
  459. '
  460. Me.Label24.AutoSize = True
  461. Me.Label24.ForeColor = System.Drawing.Color.Green
  462. Me.Label24.Location = New System.Drawing.Point(1022, 141)
  463. Me.Label24.Name = "Label24"
  464. Me.Label24.Size = New System.Drawing.Size(68, 16)
  465. Me.Label24.TabIndex = 1188
  466. Me.Label24.Text = "發票人帳號"
  467. '
  468. 'TextBox14
  469. '
  470. Me.TextBox14.ForeColor = System.Drawing.Color.Green
  471. Me.TextBox14.Location = New System.Drawing.Point(729, 138)
  472. Me.TextBox14.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  473. Me.TextBox14.Name = "TextBox14"
  474. Me.TextBox14.Size = New System.Drawing.Size(291, 23)
  475. Me.TextBox14.TabIndex = 1187
  476. '
  477. 'Label23
  478. '
  479. Me.Label23.AutoSize = True
  480. Me.Label23.ForeColor = System.Drawing.Color.Green
  481. Me.Label23.Location = New System.Drawing.Point(696, 141)
  482. Me.Label23.Name = "Label23"
  483. Me.Label23.Size = New System.Drawing.Size(32, 16)
  484. Me.Label23.TabIndex = 1186
  485. Me.Label23.Text = "用途"
  486. '
  487. 'TextBox13
  488. '
  489. Me.TextBox13.ForeColor = System.Drawing.Color.Green
  490. Me.TextBox13.Location = New System.Drawing.Point(443, 138)
  491. Me.TextBox13.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  492. Me.TextBox13.Name = "TextBox13"
  493. Me.TextBox13.Size = New System.Drawing.Size(250, 23)
  494. Me.TextBox13.TabIndex = 1185
  495. Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  496. '
  497. 'Label18
  498. '
  499. Me.Label18.AutoSize = True
  500. Me.Label18.ForeColor = System.Drawing.Color.Green
  501. Me.Label18.Location = New System.Drawing.Point(380, 141)
  502. Me.Label18.Name = "Label18"
  503. Me.Label18.Size = New System.Drawing.Size(65, 16)
  504. Me.Label18.TabIndex = 1184
  505. Me.Label18.Text = "開 票 人"
  506. '
  507. 'ComboBox9
  508. '
  509. Me.ComboBox9.ForeColor = System.Drawing.Color.Green
  510. Me.ComboBox9.FormattingEnabled = True
  511. Me.ComboBox9.Location = New System.Drawing.Point(832, 85)
  512. Me.ComboBox9.Name = "ComboBox9"
  513. Me.ComboBox9.Size = New System.Drawing.Size(188, 24)
  514. Me.ComboBox9.TabIndex = 1182
  515. '
  516. 'Label20
  517. '
  518. Me.Label20.AutoSize = True
  519. Me.Label20.ForeColor = System.Drawing.Color.Green
  520. Me.Label20.Location = New System.Drawing.Point(777, 89)
  521. Me.Label20.Name = "Label20"
  522. Me.Label20.Size = New System.Drawing.Size(56, 16)
  523. Me.Label20.TabIndex = 1183
  524. Me.Label20.Text = "付款銀行"
  525. '
  526. 'Label17
  527. '
  528. Me.Label17.AutoSize = True
  529. Me.Label17.ForeColor = System.Drawing.Color.Green
  530. Me.Label17.Location = New System.Drawing.Point(539, 115)
  531. Me.Label17.Name = "Label17"
  532. Me.Label17.Size = New System.Drawing.Size(64, 16)
  533. Me.Label17.TabIndex = 1180
  534. Me.Label17.Text = "開(收)票日"
  535. '
  536. 'DateTimePicker5
  537. '
  538. Me.DateTimePicker5.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  539. Me.DateTimePicker5.Location = New System.Drawing.Point(603, 112)
  540. Me.DateTimePicker5.Name = "DateTimePicker5"
  541. Me.DateTimePicker5.Size = New System.Drawing.Size(90, 23)
  542. Me.DateTimePicker5.TabIndex = 1179
  543. '
  544. 'DateTimePicker4
  545. '
  546. Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  547. Me.DateTimePicker4.Location = New System.Drawing.Point(766, 112)
  548. Me.DateTimePicker4.Name = "DateTimePicker4"
  549. Me.DateTimePicker4.Size = New System.Drawing.Size(90, 23)
  550. Me.DateTimePicker4.TabIndex = 1177
  551. '
  552. 'Label15
  553. '
  554. Me.Label15.AutoSize = True
  555. Me.Label15.ForeColor = System.Drawing.Color.Green
  556. Me.Label15.Location = New System.Drawing.Point(380, 115)
  557. Me.Label15.Name = "Label15"
  558. Me.Label15.Size = New System.Drawing.Size(65, 16)
  559. Me.Label15.TabIndex = 1176
  560. Me.Label15.Text = "到 期 日"
  561. '
  562. 'TextBox12
  563. '
  564. Me.TextBox12.ForeColor = System.Drawing.Color.Green
  565. Me.TextBox12.Location = New System.Drawing.Point(62, 112)
  566. Me.TextBox12.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  567. Me.TextBox12.Name = "TextBox12"
  568. Me.TextBox12.Size = New System.Drawing.Size(123, 23)
  569. Me.TextBox12.TabIndex = 1175
  570. Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  571. '
  572. 'Label13
  573. '
  574. Me.Label13.AutoSize = True
  575. Me.Label13.ForeColor = System.Drawing.Color.Green
  576. Me.Label13.Location = New System.Drawing.Point(6, 116)
  577. Me.Label13.Name = "Label13"
  578. Me.Label13.Size = New System.Drawing.Size(56, 16)
  579. Me.Label13.TabIndex = 1174
  580. Me.Label13.Text = "支票號碼"
  581. '
  582. 'TextBox11
  583. '
  584. Me.TextBox11.ForeColor = System.Drawing.Color.Green
  585. Me.TextBox11.Location = New System.Drawing.Point(262, 138)
  586. Me.TextBox11.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  587. Me.TextBox11.Name = "TextBox11"
  588. Me.TextBox11.Size = New System.Drawing.Size(112, 23)
  589. Me.TextBox11.TabIndex = 1173
  590. Me.TextBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  591. '
  592. 'Label12
  593. '
  594. Me.Label12.AutoSize = True
  595. Me.Label12.ForeColor = System.Drawing.Color.Green
  596. Me.Label12.Location = New System.Drawing.Point(191, 142)
  597. Me.Label12.Name = "Label12"
  598. Me.Label12.Size = New System.Drawing.Size(73, 16)
  599. Me.Label12.TabIndex = 1172
  600. Me.Label12.Text = "客戶/供應商"
  601. '
  602. 'TextBox10
  603. '
  604. Me.TextBox10.ForeColor = System.Drawing.Color.Green
  605. Me.TextBox10.Location = New System.Drawing.Point(62, 138)
  606. Me.TextBox10.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  607. Me.TextBox10.Name = "TextBox10"
  608. Me.TextBox10.Size = New System.Drawing.Size(123, 23)
  609. Me.TextBox10.TabIndex = 1171
  610. Me.TextBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  611. '
  612. 'Label5
  613. '
  614. Me.Label5.AutoSize = True
  615. Me.Label5.ForeColor = System.Drawing.Color.Green
  616. Me.Label5.Location = New System.Drawing.Point(6, 142)
  617. Me.Label5.Name = "Label5"
  618. Me.Label5.Size = New System.Drawing.Size(56, 16)
  619. Me.Label5.TabIndex = 1170
  620. Me.Label5.Text = "客戶編號"
  621. '
  622. 'TextBox9
  623. '
  624. Me.TextBox9.ForeColor = System.Drawing.Color.Green
  625. Me.TextBox9.Location = New System.Drawing.Point(262, 112)
  626. Me.TextBox9.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  627. Me.TextBox9.Name = "TextBox9"
  628. Me.TextBox9.Size = New System.Drawing.Size(112, 23)
  629. Me.TextBox9.TabIndex = 1169
  630. Me.TextBox9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  631. '
  632. 'Label8
  633. '
  634. Me.Label8.AutoSize = True
  635. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  636. Me.Label8.Location = New System.Drawing.Point(500, 89)
  637. Me.Label8.Name = "Label8"
  638. Me.Label8.Size = New System.Drawing.Size(32, 16)
  639. Me.Label8.TabIndex = 1167
  640. Me.Label8.Text = "收票"
  641. '
  642. 'Label16
  643. '
  644. Me.Label16.AutoSize = True
  645. Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  646. Me.Label16.Location = New System.Drawing.Point(640, 89)
  647. Me.Label16.Name = "Label16"
  648. Me.Label16.Size = New System.Drawing.Size(32, 16)
  649. Me.Label16.TabIndex = 1165
  650. Me.Label16.Text = "開票"
  651. '
  652. 'TextBox18
  653. '
  654. Me.TextBox18.ForeColor = System.Drawing.Color.Green
  655. Me.TextBox18.Location = New System.Drawing.Point(246, 86)
  656. Me.TextBox18.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  657. Me.TextBox18.Name = "TextBox18"
  658. Me.TextBox18.Size = New System.Drawing.Size(61, 23)
  659. Me.TextBox18.TabIndex = 1155
  660. Me.TextBox18.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  661. '
  662. 'Label28
  663. '
  664. Me.Label28.AutoSize = True
  665. Me.Label28.ForeColor = System.Drawing.Color.Green
  666. Me.Label28.Location = New System.Drawing.Point(309, 90)
  667. Me.Label28.Name = "Label28"
  668. Me.Label28.Size = New System.Drawing.Size(44, 16)
  669. Me.Label28.TabIndex = 1154
  670. Me.Label28.Text = "項次。"
  671. '
  672. 'Label27
  673. '
  674. Me.Label27.AutoSize = True
  675. Me.Label27.ForeColor = System.Drawing.Color.Green
  676. Me.Label27.Location = New System.Drawing.Point(190, 89)
  677. Me.Label27.Name = "Label27"
  678. Me.Label27.Size = New System.Drawing.Size(56, 16)
  679. Me.Label27.TabIndex = 1153
  680. Me.Label27.Text = "選 擇"
  681. '
  682. 'Label29
  683. '
  684. Me.Label29.AutoSize = True
  685. Me.Label29.ForeColor = System.Drawing.Color.Green
  686. Me.Label29.Location = New System.Drawing.Point(1026, 115)
  687. Me.Label29.Name = "Label29"
  688. Me.Label29.Size = New System.Drawing.Size(59, 16)
  689. Me.Label29.TabIndex = 1152
  690. Me.Label29.Text = "登 錄 人"
  691. '
  692. 'TextBox19
  693. '
  694. Me.TextBox19.ForeColor = System.Drawing.Color.Green
  695. Me.TextBox19.Location = New System.Drawing.Point(1089, 112)
  696. Me.TextBox19.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  697. Me.TextBox19.Name = "TextBox19"
  698. Me.TextBox19.Size = New System.Drawing.Size(151, 23)
  699. Me.TextBox19.TabIndex = 1151
  700. Me.TextBox19.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  701. '
  702. 'TextBox20
  703. '
  704. Me.TextBox20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  705. Me.TextBox20.Location = New System.Drawing.Point(62, 86)
  706. Me.TextBox20.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  707. Me.TextBox20.Name = "TextBox20"
  708. Me.TextBox20.Size = New System.Drawing.Size(122, 23)
  709. Me.TextBox20.TabIndex = 1149
  710. Me.TextBox20.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  711. '
  712. 'Label30
  713. '
  714. Me.Label30.AutoSize = True
  715. Me.Label30.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  716. Me.Label30.Location = New System.Drawing.Point(4, 89)
  717. Me.Label30.Name = "Label30"
  718. Me.Label30.Size = New System.Drawing.Size(56, 16)
  719. Me.Label30.TabIndex = 1150
  720. Me.Label30.Text = "收支單號"
  721. '
  722. 'Label31
  723. '
  724. Me.Label31.AutoSize = True
  725. Me.Label31.ForeColor = System.Drawing.Color.Green
  726. Me.Label31.Location = New System.Drawing.Point(191, 115)
  727. Me.Label31.Name = "Label31"
  728. Me.Label31.Size = New System.Drawing.Size(74, 16)
  729. Me.Label31.TabIndex = 1158
  730. Me.Label31.Text = "會 計 科 目"
  731. '
  732. 'Label32
  733. '
  734. Me.Label32.AutoSize = True
  735. Me.Label32.ForeColor = System.Drawing.Color.Green
  736. Me.Label32.Location = New System.Drawing.Point(699, 116)
  737. Me.Label32.Name = "Label32"
  738. Me.Label32.Size = New System.Drawing.Size(68, 16)
  739. Me.Label32.TabIndex = 1178
  740. Me.Label32.Text = "預定兌現日"
  741. '
  742. 'Label33
  743. '
  744. Me.Label33.AutoSize = True
  745. Me.Label33.ForeColor = System.Drawing.Color.Green
  746. Me.Label33.Location = New System.Drawing.Point(972, 7)
  747. Me.Label33.Name = "Label33"
  748. Me.Label33.Size = New System.Drawing.Size(74, 16)
  749. Me.Label33.TabIndex = 1181
  750. Me.Label33.Text = "轉 換 科 目"
  751. '
  752. 'Label34
  753. '
  754. Me.Label34.AutoSize = True
  755. Me.Label34.Location = New System.Drawing.Point(2, 68)
  756. Me.Label34.Name = "Label34"
  757. Me.Label34.Size = New System.Drawing.Size(1243, 16)
  758. Me.Label34.TabIndex = 1192
  759. Me.Label34.Text = resources.GetString("Label34.Text")
  760. '
  761. 'DateTimePicker7
  762. '
  763. Me.DateTimePicker7.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  764. Me.DateTimePicker7.Location = New System.Drawing.Point(443, 111)
  765. Me.DateTimePicker7.Name = "DateTimePicker7"
  766. Me.DateTimePicker7.Size = New System.Drawing.Size(90, 23)
  767. Me.DateTimePicker7.TabIndex = 1193
  768. '
  769. 'DateTimePicker8
  770. '
  771. Me.DateTimePicker8.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  772. Me.DateTimePicker8.Location = New System.Drawing.Point(1050, 30)
  773. Me.DateTimePicker8.Name = "DateTimePicker8"
  774. Me.DateTimePicker8.Size = New System.Drawing.Size(190, 23)
  775. Me.DateTimePicker8.TabIndex = 1194
  776. '
  777. 'Label19
  778. '
  779. Me.Label19.AutoSize = True
  780. Me.Label19.ForeColor = System.Drawing.Color.Green
  781. Me.Label19.Location = New System.Drawing.Point(972, 33)
  782. Me.Label19.Name = "Label19"
  783. Me.Label19.Size = New System.Drawing.Size(76, 16)
  784. Me.Label19.TabIndex = 1195
  785. Me.Label19.Text = "託收(已付)日"
  786. '
  787. 'ComboBox8
  788. '
  789. Me.ComboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  790. Me.ComboBox8.ForeColor = System.Drawing.Color.Green
  791. Me.ComboBox8.FormattingEnabled = True
  792. Me.ComboBox8.Items.AddRange(New Object() {"開票", "收票"})
  793. Me.ComboBox8.Location = New System.Drawing.Point(1050, 3)
  794. Me.ComboBox8.Name = "ComboBox8"
  795. Me.ComboBox8.Size = New System.Drawing.Size(190, 24)
  796. Me.ComboBox8.TabIndex = 1196
  797. '
  798. 'ComboBox10
  799. '
  800. Me.ComboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  801. Me.ComboBox10.ForeColor = System.Drawing.Color.Green
  802. Me.ComboBox10.FormattingEnabled = True
  803. Me.ComboBox10.Items.AddRange(New Object() {"開票", "收票"})
  804. Me.ComboBox10.Location = New System.Drawing.Point(346, 85)
  805. Me.ComboBox10.Name = "ComboBox10"
  806. Me.ComboBox10.Size = New System.Drawing.Size(148, 24)
  807. Me.ComboBox10.TabIndex = 1197
  808. '
  809. 'NumericUpDown1
  810. '
  811. Me.NumericUpDown1.Location = New System.Drawing.Point(536, 86)
  812. Me.NumericUpDown1.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  813. Me.NumericUpDown1.Name = "NumericUpDown1"
  814. Me.NumericUpDown1.Size = New System.Drawing.Size(98, 23)
  815. Me.NumericUpDown1.TabIndex = 1198
  816. Me.NumericUpDown1.ThousandsSeparator = True
  817. '
  818. 'NumericUpDown2
  819. '
  820. Me.NumericUpDown2.Location = New System.Drawing.Point(678, 85)
  821. Me.NumericUpDown2.Maximum = New Decimal(New Integer() {100000, 0, 0, 0})
  822. Me.NumericUpDown2.Name = "NumericUpDown2"
  823. Me.NumericUpDown2.Size = New System.Drawing.Size(98, 23)
  824. Me.NumericUpDown2.TabIndex = 1199
  825. Me.NumericUpDown2.ThousandsSeparator = True
  826. '
  827. '票務控制表
  828. '
  829. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  830. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  831. Me.ClientSize = New System.Drawing.Size(1249, 611)
  832. Me.Controls.Add(Me.NumericUpDown2)
  833. Me.Controls.Add(Me.NumericUpDown1)
  834. Me.Controls.Add(Me.ComboBox10)
  835. Me.Controls.Add(Me.ComboBox8)
  836. Me.Controls.Add(Me.Label19)
  837. Me.Controls.Add(Me.DateTimePicker8)
  838. Me.Controls.Add(Me.DateTimePicker7)
  839. Me.Controls.Add(Me.TextBox16)
  840. Me.Controls.Add(Me.Label25)
  841. Me.Controls.Add(Me.TextBox15)
  842. Me.Controls.Add(Me.Label24)
  843. Me.Controls.Add(Me.TextBox14)
  844. Me.Controls.Add(Me.Label23)
  845. Me.Controls.Add(Me.TextBox13)
  846. Me.Controls.Add(Me.Label18)
  847. Me.Controls.Add(Me.ComboBox9)
  848. Me.Controls.Add(Me.Label20)
  849. Me.Controls.Add(Me.Label17)
  850. Me.Controls.Add(Me.DateTimePicker5)
  851. Me.Controls.Add(Me.DateTimePicker4)
  852. Me.Controls.Add(Me.Label15)
  853. Me.Controls.Add(Me.TextBox12)
  854. Me.Controls.Add(Me.Label13)
  855. Me.Controls.Add(Me.TextBox11)
  856. Me.Controls.Add(Me.Label12)
  857. Me.Controls.Add(Me.TextBox10)
  858. Me.Controls.Add(Me.Label5)
  859. Me.Controls.Add(Me.TextBox9)
  860. Me.Controls.Add(Me.Label8)
  861. Me.Controls.Add(Me.Label16)
  862. Me.Controls.Add(Me.TextBox18)
  863. Me.Controls.Add(Me.Label28)
  864. Me.Controls.Add(Me.Label27)
  865. Me.Controls.Add(Me.Label29)
  866. Me.Controls.Add(Me.TextBox19)
  867. Me.Controls.Add(Me.TextBox20)
  868. Me.Controls.Add(Me.Label30)
  869. Me.Controls.Add(Me.Label31)
  870. Me.Controls.Add(Me.Label32)
  871. Me.Controls.Add(Me.Label33)
  872. Me.Controls.Add(Me.Button7)
  873. Me.Controls.Add(Me.ComboBox3)
  874. Me.Controls.Add(Me.Label3)
  875. Me.Controls.Add(Me.DateTimePicker3)
  876. Me.Controls.Add(Me.TextBox8)
  877. Me.Controls.Add(Me.Label11)
  878. Me.Controls.Add(Me.TextBox7)
  879. Me.Controls.Add(Me.Label10)
  880. Me.Controls.Add(Me.TextBox6)
  881. Me.Controls.Add(Me.Label9)
  882. Me.Controls.Add(Me.Label7)
  883. Me.Controls.Add(Me.TextBox1)
  884. Me.Controls.Add(Me.Label6)
  885. Me.Controls.Add(Me.Button6)
  886. Me.Controls.Add(Me.Button5)
  887. Me.Controls.Add(Me.Button4)
  888. Me.Controls.Add(Me.Button3)
  889. Me.Controls.Add(Me.ComboBox2)
  890. Me.Controls.Add(Me.Label2)
  891. Me.Controls.Add(Me.ComboBox1)
  892. Me.Controls.Add(Me.Label1)
  893. Me.Controls.Add(Me.ComboBox15)
  894. Me.Controls.Add(Me.Button1)
  895. Me.Controls.Add(Me.一般月)
  896. Me.Controls.Add(Me.會計月)
  897. Me.Controls.Add(Me.Button2)
  898. Me.Controls.Add(Me.DateTimePicker2)
  899. Me.Controls.Add(Me.DateTimePicker1)
  900. Me.Controls.Add(Me.Label14)
  901. Me.Controls.Add(Me.Label4)
  902. Me.Controls.Add(Me.Label34)
  903. Me.Controls.Add(Me.DataGridView1)
  904. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  905. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  906. Me.Name = "票務控制表"
  907. Me.Text = "票務控制表"
  908. CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
  909. CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
  910. CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
  911. Me.ResumeLayout(False)
  912. Me.PerformLayout()
  913. End Sub
  914. Friend WithEvents Button1 As Button
  915. Friend WithEvents 一般月 As CheckBox
  916. Friend WithEvents 會計月 As CheckBox
  917. Friend WithEvents Button2 As Button
  918. Friend WithEvents Label4 As Label
  919. Friend WithEvents DateTimePicker2 As DateTimePicker
  920. Friend WithEvents DateTimePicker1 As DateTimePicker
  921. Friend WithEvents DataGridView1 As DataGridView
  922. Friend WithEvents Label14 As Label
  923. Friend WithEvents ComboBox15 As ComboBox
  924. Friend WithEvents ComboBox1 As ComboBox
  925. Friend WithEvents Label1 As Label
  926. Friend WithEvents ComboBox2 As ComboBox
  927. Friend WithEvents Label2 As Label
  928. Friend WithEvents Button3 As Button
  929. Friend WithEvents Button4 As Button
  930. Friend WithEvents Button5 As Button
  931. Friend WithEvents Button6 As Button
  932. Friend WithEvents Label6 As Label
  933. Friend WithEvents TextBox1 As TextBox
  934. Friend WithEvents Label7 As Label
  935. Friend WithEvents TextBox8 As TextBox
  936. Friend WithEvents Label11 As Label
  937. Friend WithEvents TextBox7 As TextBox
  938. Friend WithEvents Label10 As Label
  939. Friend WithEvents TextBox6 As TextBox
  940. Friend WithEvents Label9 As Label
  941. Friend WithEvents DateTimePicker3 As DateTimePicker
  942. Friend WithEvents Label3 As Label
  943. Friend WithEvents ComboBox3 As ComboBox
  944. Friend WithEvents Button7 As Button
  945. Friend WithEvents TextBox16 As TextBox
  946. Friend WithEvents Label25 As Label
  947. Friend WithEvents TextBox15 As TextBox
  948. Friend WithEvents Label24 As Label
  949. Friend WithEvents TextBox14 As TextBox
  950. Friend WithEvents Label23 As Label
  951. Friend WithEvents TextBox13 As TextBox
  952. Friend WithEvents Label18 As Label
  953. Friend WithEvents ComboBox9 As ComboBox
  954. Friend WithEvents Label20 As Label
  955. Friend WithEvents Label17 As Label
  956. Friend WithEvents DateTimePicker5 As DateTimePicker
  957. Friend WithEvents DateTimePicker4 As DateTimePicker
  958. Friend WithEvents Label15 As Label
  959. Friend WithEvents TextBox12 As TextBox
  960. Friend WithEvents Label13 As Label
  961. Friend WithEvents TextBox11 As TextBox
  962. Friend WithEvents Label12 As Label
  963. Friend WithEvents TextBox10 As TextBox
  964. Friend WithEvents Label5 As Label
  965. Friend WithEvents TextBox9 As TextBox
  966. Friend WithEvents Label8 As Label
  967. Friend WithEvents Label16 As Label
  968. Friend WithEvents TextBox18 As TextBox
  969. Friend WithEvents Label28 As Label
  970. Friend WithEvents Label27 As Label
  971. Friend WithEvents Label29 As Label
  972. Friend WithEvents TextBox19 As TextBox
  973. Friend WithEvents TextBox20 As TextBox
  974. Friend WithEvents Label30 As Label
  975. Friend WithEvents Label31 As Label
  976. Friend WithEvents Label32 As Label
  977. Friend WithEvents Label33 As Label
  978. Friend WithEvents Label34 As Label
  979. Friend WithEvents DateTimePicker7 As DateTimePicker
  980. Friend WithEvents DateTimePicker8 As DateTimePicker
  981. Friend WithEvents Label19 As Label
  982. Friend WithEvents ComboBox8 As ComboBox
  983. Friend WithEvents ComboBox10 As ComboBox
  984. Friend WithEvents NumericUpDown1 As NumericUpDown
  985. Friend WithEvents NumericUpDown2 As NumericUpDown
  986. End Class