Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

支票收支單申請.Designer.vb 47KB

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