설명 없음
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 50KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 點燈系統
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  23. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Dim DataGridViewCellStyle13 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  35. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(點燈系統))
  36. Me.控制表_dgv = New System.Windows.Forms.DataGridView()
  37. Me.明細表_dgv = New System.Windows.Forms.DataGridView()
  38. Me.選擇日期_dtp = New System.Windows.Forms.DateTimePicker()
  39. Me.Label29 = New System.Windows.Forms.Label()
  40. Me.Label0 = New System.Windows.Forms.Label()
  41. Me.單號_tb = New System.Windows.Forms.TextBox()
  42. Me.Label43 = New System.Windows.Forms.Label()
  43. Me.車主名稱_tb = New System.Windows.Forms.TextBox()
  44. Me.Label1 = New System.Windows.Forms.Label()
  45. Me.電話_tb = New System.Windows.Forms.TextBox()
  46. Me.Label2 = New System.Windows.Forms.Label()
  47. Me.地址_tb = New System.Windows.Forms.TextBox()
  48. Me.Label3 = New System.Windows.Forms.Label()
  49. Me.總金額_tb = New System.Windows.Forms.TextBox()
  50. Me.Label4 = New System.Windows.Forms.Label()
  51. Me.委員_tb = New System.Windows.Forms.TextBox()
  52. Me.簡稱_lb = New System.Windows.Forms.Label()
  53. Me.群組人員_cb = New System.Windows.Forms.ComboBox()
  54. Me.Label5 = New System.Windows.Forms.Label()
  55. Me.Label6 = New System.Windows.Forms.Label()
  56. Me.收款人_tb = New System.Windows.Forms.TextBox()
  57. Me.Label7 = New System.Windows.Forms.Label()
  58. Me.內容_tb = New System.Windows.Forms.TextBox()
  59. Me.群組編號_cb = New System.Windows.Forms.TextBox()
  60. Me.明細表1_dgv = New System.Windows.Forms.DataGridView()
  61. Me.Panel1 = New System.Windows.Forms.Panel()
  62. Me.公司編號_cb = New System.Windows.Forms.ComboBox()
  63. Me.生肖_cb = New System.Windows.Forms.ComboBox()
  64. Me.性別_cb = New System.Windows.Forms.ComboBox()
  65. Me.剩餘燈_dgv = New System.Windows.Forms.DataGridView()
  66. Me.未安燈_dgv = New System.Windows.Forms.DataGridView()
  67. Me.收款_dgv = New System.Windows.Forms.DataGridView()
  68. Me.編號_cb = New System.Windows.Forms.ComboBox()
  69. Me.科目_cb = New System.Windows.Forms.ComboBox()
  70. Me.明細表2_dgv = New System.Windows.Forms.DataGridView()
  71. Me.Panel2 = New System.Windows.Forms.Panel()
  72. Me.剩餘燈_lb = New System.Windows.Forms.Label()
  73. Me.年度_cb = New System.Windows.Forms.ComboBox()
  74. Me.Label9 = New System.Windows.Forms.Label()
  75. Me.收款日期_dtp = New System.Windows.Forms.DateTimePicker()
  76. Me.Label8 = New System.Windows.Forms.Label()
  77. Me.點燈確認_bt = New System.Windows.Forms.Button()
  78. Me.客戶查詢_bt = New System.Windows.Forms.Button()
  79. Me.刪除選中的一筆資料1_bt = New System.Windows.Forms.Button()
  80. Me.收支單中新增一筆空白資料1_bt = New System.Windows.Forms.Button()
  81. Me.收款_bt = New System.Windows.Forms.Button()
  82. Me.查詢物_bt = New System.Windows.Forms.Button()
  83. Me.列印_bt = New System.Windows.Forms.Button()
  84. Me.刪除_bt = New System.Windows.Forms.Button()
  85. Me.儲存_bt = New System.Windows.Forms.Button()
  86. Me.新增_bt = New System.Windows.Forms.Button()
  87. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  88. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  89. CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  90. Me.Panel1.SuspendLayout()
  91. CType(Me.剩餘燈_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.未安燈_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.收款_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.明細表2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  95. Me.Panel2.SuspendLayout()
  96. Me.SuspendLayout()
  97. '
  98. '控制表_dgv
  99. '
  100. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  101. Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  102. Me.控制表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  103. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  104. Me.控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  105. Me.控制表_dgv.BackgroundColor = System.Drawing.Color.White
  106. Me.控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  107. Me.控制表_dgv.Location = New System.Drawing.Point(5, 63)
  108. Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4)
  109. Me.控制表_dgv.Name = "控制表_dgv"
  110. Me.控制表_dgv.ReadOnly = True
  111. Me.控制表_dgv.RowHeadersWidth = 5
  112. Me.控制表_dgv.RowTemplate.Height = 24
  113. Me.控制表_dgv.Size = New System.Drawing.Size(181, 616)
  114. Me.控制表_dgv.TabIndex = 1512
  115. '
  116. '明細表_dgv
  117. '
  118. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  119. Me.明細表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  120. Me.明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  121. Or System.Windows.Forms.AnchorStyles.Left) _
  122. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  123. Me.明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  124. Me.明細表_dgv.BackgroundColor = System.Drawing.Color.White
  125. Me.明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  126. Me.明細表_dgv.Location = New System.Drawing.Point(185, 91)
  127. Me.明細表_dgv.Margin = New System.Windows.Forms.Padding(4)
  128. Me.明細表_dgv.Name = "明細表_dgv"
  129. Me.明細表_dgv.RowHeadersWidth = 5
  130. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  131. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  132. Me.明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  133. Me.明細表_dgv.RowTemplate.Height = 24
  134. Me.明細表_dgv.Size = New System.Drawing.Size(1311, 588)
  135. Me.明細表_dgv.TabIndex = 1513
  136. '
  137. '選擇日期_dtp
  138. '
  139. Me.選擇日期_dtp.CustomFormat = "yyyy/MM/dd"
  140. Me.選擇日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  141. Me.選擇日期_dtp.Location = New System.Drawing.Point(249, 4)
  142. Me.選擇日期_dtp.Name = "選擇日期_dtp"
  143. Me.選擇日期_dtp.Size = New System.Drawing.Size(130, 25)
  144. Me.選擇日期_dtp.TabIndex = 1740
  145. '
  146. 'Label29
  147. '
  148. Me.Label29.AutoSize = True
  149. Me.Label29.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  150. Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
  151. Me.Label29.Location = New System.Drawing.Point(188, 7)
  152. Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  153. Me.Label29.Name = "Label29"
  154. Me.Label29.Size = New System.Drawing.Size(60, 17)
  155. Me.Label29.TabIndex = 1739
  156. Me.Label29.Text = "選擇日期"
  157. '
  158. 'Label0
  159. '
  160. Me.Label0.AutoSize = True
  161. Me.Label0.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  162. Me.Label0.ImeMode = System.Windows.Forms.ImeMode.NoControl
  163. Me.Label0.Location = New System.Drawing.Point(188, 39)
  164. Me.Label0.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  165. Me.Label0.Name = "Label0"
  166. Me.Label0.Size = New System.Drawing.Size(58, 17)
  167. Me.Label0.TabIndex = 1738
  168. Me.Label0.Text = "單 號"
  169. Me.Label0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  170. '
  171. '單號_tb
  172. '
  173. Me.單號_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  174. Me.單號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  175. Me.單號_tb.Location = New System.Drawing.Point(249, 33)
  176. Me.單號_tb.Margin = New System.Windows.Forms.Padding(4)
  177. Me.單號_tb.Name = "單號_tb"
  178. Me.單號_tb.ReadOnly = True
  179. Me.單號_tb.Size = New System.Drawing.Size(129, 25)
  180. Me.單號_tb.TabIndex = 1737
  181. Me.單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  182. '
  183. 'Label43
  184. '
  185. Me.Label43.AutoSize = True
  186. Me.Label43.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  187. Me.Label43.ImeMode = System.Windows.Forms.ImeMode.NoControl
  188. Me.Label43.Location = New System.Drawing.Point(379, 9)
  189. Me.Label43.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  190. Me.Label43.Name = "Label43"
  191. Me.Label43.Size = New System.Drawing.Size(60, 17)
  192. Me.Label43.TabIndex = 1748
  193. Me.Label43.Text = "信眾名稱"
  194. '
  195. '車主名稱_tb
  196. '
  197. Me.車主名稱_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  198. Me.車主名稱_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  199. Me.車主名稱_tb.Location = New System.Drawing.Point(441, 5)
  200. Me.車主名稱_tb.Margin = New System.Windows.Forms.Padding(4)
  201. Me.車主名稱_tb.Name = "車主名稱_tb"
  202. Me.車主名稱_tb.ReadOnly = True
  203. Me.車主名稱_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  204. Me.車主名稱_tb.Size = New System.Drawing.Size(181, 25)
  205. Me.車主名稱_tb.TabIndex = 1746
  206. '
  207. 'Label1
  208. '
  209. Me.Label1.AutoSize = True
  210. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  211. Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
  212. Me.Label1.Location = New System.Drawing.Point(654, 9)
  213. Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  214. Me.Label1.Name = "Label1"
  215. Me.Label1.Size = New System.Drawing.Size(60, 17)
  216. Me.Label1.TabIndex = 1750
  217. Me.Label1.Text = "信眾電話"
  218. '
  219. '電話_tb
  220. '
  221. Me.電話_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  222. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  223. Me.電話_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  224. Me.電話_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  225. Me.電話_tb.Location = New System.Drawing.Point(715, 5)
  226. Me.電話_tb.Margin = New System.Windows.Forms.Padding(4)
  227. Me.電話_tb.Name = "電話_tb"
  228. Me.電話_tb.ReadOnly = True
  229. Me.電話_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  230. Me.電話_tb.Size = New System.Drawing.Size(251, 25)
  231. Me.電話_tb.TabIndex = 1749
  232. '
  233. 'Label2
  234. '
  235. Me.Label2.AutoSize = True
  236. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  237. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  238. Me.Label2.Location = New System.Drawing.Point(382, 38)
  239. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  240. Me.Label2.Name = "Label2"
  241. Me.Label2.Size = New System.Drawing.Size(55, 17)
  242. Me.Label2.TabIndex = 1752
  243. Me.Label2.Text = "地 址"
  244. '
  245. '地址_tb
  246. '
  247. Me.地址_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  248. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  249. Me.地址_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  250. Me.地址_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  251. Me.地址_tb.Location = New System.Drawing.Point(441, 34)
  252. Me.地址_tb.Margin = New System.Windows.Forms.Padding(4)
  253. Me.地址_tb.Name = "地址_tb"
  254. Me.地址_tb.ReadOnly = True
  255. Me.地址_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  256. Me.地址_tb.Size = New System.Drawing.Size(525, 25)
  257. Me.地址_tb.TabIndex = 1751
  258. '
  259. 'Label3
  260. '
  261. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  262. Me.Label3.AutoSize = True
  263. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  264. Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
  265. Me.Label3.Location = New System.Drawing.Point(974, 10)
  266. Me.Label3.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  267. Me.Label3.Name = "Label3"
  268. Me.Label3.Size = New System.Drawing.Size(47, 17)
  269. Me.Label3.TabIndex = 1754
  270. Me.Label3.Text = "總金額"
  271. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  272. '
  273. '總金額_tb
  274. '
  275. Me.總金額_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  276. Me.總金額_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  277. Me.總金額_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  278. Me.總金額_tb.Location = New System.Drawing.Point(1028, 6)
  279. Me.總金額_tb.Margin = New System.Windows.Forms.Padding(4)
  280. Me.總金額_tb.Name = "總金額_tb"
  281. Me.總金額_tb.ReadOnly = True
  282. Me.總金額_tb.Size = New System.Drawing.Size(99, 25)
  283. Me.總金額_tb.TabIndex = 1753
  284. Me.總金額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  285. '
  286. 'Label4
  287. '
  288. Me.Label4.AutoSize = True
  289. Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
  290. Me.Label4.Location = New System.Drawing.Point(263, 9)
  291. Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  292. Me.Label4.Name = "Label4"
  293. Me.Label4.Size = New System.Drawing.Size(73, 20)
  294. Me.Label4.TabIndex = 1756
  295. Me.Label4.Text = "主任委員"
  296. '
  297. '委員_tb
  298. '
  299. Me.委員_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  300. Me.委員_tb.Location = New System.Drawing.Point(338, 5)
  301. Me.委員_tb.Margin = New System.Windows.Forms.Padding(4)
  302. Me.委員_tb.Name = "委員_tb"
  303. Me.委員_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  304. Me.委員_tb.Size = New System.Drawing.Size(198, 29)
  305. Me.委員_tb.TabIndex = 1755
  306. '
  307. '簡稱_lb
  308. '
  309. Me.簡稱_lb.AutoSize = True
  310. Me.簡稱_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  311. Me.簡稱_lb.Location = New System.Drawing.Point(5, 40)
  312. Me.簡稱_lb.Name = "簡稱_lb"
  313. Me.簡稱_lb.Size = New System.Drawing.Size(73, 20)
  314. Me.簡稱_lb.TabIndex = 1757
  315. Me.簡稱_lb.Text = "群組編號"
  316. Me.簡稱_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  317. '
  318. '群組人員_cb
  319. '
  320. Me.群組人員_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  321. Me.群組人員_cb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  322. Me.群組人員_cb.FormattingEnabled = True
  323. Me.群組人員_cb.Location = New System.Drawing.Point(338, 36)
  324. Me.群組人員_cb.Name = "群組人員_cb"
  325. Me.群組人員_cb.Size = New System.Drawing.Size(198, 28)
  326. Me.群組人員_cb.TabIndex = 1760
  327. '
  328. 'Label5
  329. '
  330. Me.Label5.AutoSize = True
  331. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  332. Me.Label5.Location = New System.Drawing.Point(262, 40)
  333. Me.Label5.Name = "Label5"
  334. Me.Label5.Size = New System.Drawing.Size(73, 20)
  335. Me.Label5.TabIndex = 1759
  336. Me.Label5.Text = "群組人員"
  337. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  338. '
  339. 'Label6
  340. '
  341. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  342. Me.Label6.AutoSize = True
  343. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  344. Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
  345. Me.Label6.Location = New System.Drawing.Point(974, 40)
  346. Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  347. Me.Label6.Name = "Label6"
  348. Me.Label6.Size = New System.Drawing.Size(47, 17)
  349. Me.Label6.TabIndex = 1762
  350. Me.Label6.Text = "收款人"
  351. '
  352. '收款人_tb
  353. '
  354. Me.收款人_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  355. Me.收款人_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  356. Me.收款人_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  357. Me.收款人_tb.Location = New System.Drawing.Point(1028, 35)
  358. Me.收款人_tb.Margin = New System.Windows.Forms.Padding(4)
  359. Me.收款人_tb.Name = "收款人_tb"
  360. Me.收款人_tb.ReadOnly = True
  361. Me.收款人_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  362. Me.收款人_tb.Size = New System.Drawing.Size(99, 25)
  363. Me.收款人_tb.TabIndex = 1761
  364. Me.收款人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  365. '
  366. 'Label7
  367. '
  368. Me.Label7.AutoSize = True
  369. Me.Label7.ImeMode = System.Windows.Forms.ImeMode.NoControl
  370. Me.Label7.Location = New System.Drawing.Point(6, 7)
  371. Me.Label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  372. Me.Label7.Name = "Label7"
  373. Me.Label7.Size = New System.Drawing.Size(89, 20)
  374. Me.Label7.TabIndex = 1764
  375. Me.Label7.Text = "感謝狀內容"
  376. '
  377. '內容_tb
  378. '
  379. Me.內容_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  380. Me.內容_tb.Location = New System.Drawing.Point(96, 4)
  381. Me.內容_tb.Margin = New System.Windows.Forms.Padding(4)
  382. Me.內容_tb.Name = "內容_tb"
  383. Me.內容_tb.RightToLeft = System.Windows.Forms.RightToLeft.No
  384. Me.內容_tb.Size = New System.Drawing.Size(155, 29)
  385. Me.內容_tb.TabIndex = 1763
  386. '
  387. '群組編號_cb
  388. '
  389. Me.群組編號_cb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  390. Me.群組編號_cb.Location = New System.Drawing.Point(96, 34)
  391. Me.群組編號_cb.Margin = New System.Windows.Forms.Padding(4)
  392. Me.群組編號_cb.Name = "群組編號_cb"
  393. Me.群組編號_cb.RightToLeft = System.Windows.Forms.RightToLeft.No
  394. Me.群組編號_cb.Size = New System.Drawing.Size(155, 29)
  395. Me.群組編號_cb.TabIndex = 1765
  396. '
  397. '明細表1_dgv
  398. '
  399. DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  400. Me.明細表1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
  401. Me.明細表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  402. Me.明細表1_dgv.BackgroundColor = System.Drawing.Color.White
  403. Me.明細表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  404. Me.明細表1_dgv.Location = New System.Drawing.Point(5, 95)
  405. Me.明細表1_dgv.Margin = New System.Windows.Forms.Padding(4)
  406. Me.明細表1_dgv.Name = "明細表1_dgv"
  407. Me.明細表1_dgv.RowHeadersWidth = 5
  408. DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  409. DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  410. Me.明細表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
  411. Me.明細表1_dgv.RowTemplate.Height = 24
  412. Me.明細表1_dgv.Size = New System.Drawing.Size(301, 83)
  413. Me.明細表1_dgv.TabIndex = 1766
  414. '
  415. 'Panel1
  416. '
  417. Me.Panel1.Controls.Add(Me.公司編號_cb)
  418. Me.Panel1.Controls.Add(Me.生肖_cb)
  419. Me.Panel1.Controls.Add(Me.性別_cb)
  420. Me.Panel1.Controls.Add(Me.剩餘燈_dgv)
  421. Me.Panel1.Controls.Add(Me.未安燈_dgv)
  422. Me.Panel1.Controls.Add(Me.收款_dgv)
  423. Me.Panel1.Controls.Add(Me.編號_cb)
  424. Me.Panel1.Controls.Add(Me.科目_cb)
  425. Me.Panel1.Controls.Add(Me.群組編號_cb)
  426. Me.Panel1.Controls.Add(Me.簡稱_lb)
  427. Me.Panel1.Controls.Add(Me.明細表2_dgv)
  428. Me.Panel1.Controls.Add(Me.群組人員_cb)
  429. Me.Panel1.Controls.Add(Me.Label5)
  430. Me.Panel1.Controls.Add(Me.Label7)
  431. Me.Panel1.Controls.Add(Me.委員_tb)
  432. Me.Panel1.Controls.Add(Me.Label4)
  433. Me.Panel1.Controls.Add(Me.內容_tb)
  434. Me.Panel1.Controls.Add(Me.明細表1_dgv)
  435. Me.Panel1.Location = New System.Drawing.Point(205, 279)
  436. Me.Panel1.Name = "Panel1"
  437. Me.Panel1.Size = New System.Drawing.Size(789, 309)
  438. Me.Panel1.TabIndex = 1768
  439. '
  440. '公司編號_cb
  441. '
  442. Me.公司編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  443. Me.公司編號_cb.Enabled = False
  444. Me.公司編號_cb.FormattingEnabled = True
  445. Me.公司編號_cb.Items.AddRange(New Object() {"華燊居善", "華燊國際"})
  446. Me.公司編號_cb.Location = New System.Drawing.Point(422, 65)
  447. Me.公司編號_cb.Name = "公司編號_cb"
  448. Me.公司編號_cb.Size = New System.Drawing.Size(85, 24)
  449. Me.公司編號_cb.TabIndex = 1791
  450. '
  451. '生肖_cb
  452. '
  453. Me.生肖_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  454. Me.生肖_cb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  455. Me.生肖_cb.FormattingEnabled = True
  456. Me.生肖_cb.Location = New System.Drawing.Point(342, 65)
  457. Me.生肖_cb.Name = "生肖_cb"
  458. Me.生肖_cb.Size = New System.Drawing.Size(75, 28)
  459. Me.生肖_cb.TabIndex = 1790
  460. '
  461. '性別_cb
  462. '
  463. Me.性別_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  464. Me.性別_cb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  465. Me.性別_cb.FormattingEnabled = True
  466. Me.性別_cb.Location = New System.Drawing.Point(266, 65)
  467. Me.性別_cb.Name = "性別_cb"
  468. Me.性別_cb.Size = New System.Drawing.Size(70, 28)
  469. Me.性別_cb.TabIndex = 1789
  470. '
  471. '剩餘燈_dgv
  472. '
  473. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  474. Me.剩餘燈_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  475. Me.剩餘燈_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  476. Me.剩餘燈_dgv.BackgroundColor = System.Drawing.Color.White
  477. Me.剩餘燈_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  478. Me.剩餘燈_dgv.Location = New System.Drawing.Point(539, 4)
  479. Me.剩餘燈_dgv.Margin = New System.Windows.Forms.Padding(4)
  480. Me.剩餘燈_dgv.Name = "剩餘燈_dgv"
  481. Me.剩餘燈_dgv.RowHeadersWidth = 5
  482. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  483. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  484. Me.剩餘燈_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
  485. Me.剩餘燈_dgv.RowTemplate.Height = 24
  486. Me.剩餘燈_dgv.Size = New System.Drawing.Size(246, 89)
  487. Me.剩餘燈_dgv.TabIndex = 1788
  488. '
  489. '未安燈_dgv
  490. '
  491. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  492. Me.未安燈_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  493. Me.未安燈_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  494. Me.未安燈_dgv.BackgroundColor = System.Drawing.Color.White
  495. Me.未安燈_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  496. Me.未安燈_dgv.Location = New System.Drawing.Point(539, 95)
  497. Me.未安燈_dgv.Margin = New System.Windows.Forms.Padding(4)
  498. Me.未安燈_dgv.Name = "未安燈_dgv"
  499. Me.未安燈_dgv.RowHeadersWidth = 5
  500. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  501. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  502. Me.未安燈_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
  503. Me.未安燈_dgv.RowTemplate.Height = 24
  504. Me.未安燈_dgv.Size = New System.Drawing.Size(246, 210)
  505. Me.未安燈_dgv.TabIndex = 1787
  506. '
  507. '收款_dgv
  508. '
  509. DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  510. Me.收款_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
  511. Me.收款_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  512. Me.收款_dgv.BackgroundColor = System.Drawing.Color.White
  513. Me.收款_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  514. Me.收款_dgv.Location = New System.Drawing.Point(6, 180)
  515. Me.收款_dgv.Margin = New System.Windows.Forms.Padding(4)
  516. Me.收款_dgv.Name = "收款_dgv"
  517. Me.收款_dgv.RowHeadersWidth = 5
  518. DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  519. DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  520. Me.收款_dgv.RowsDefaultCellStyle = DataGridViewCellStyle11
  521. Me.收款_dgv.RowTemplate.Height = 24
  522. Me.收款_dgv.Size = New System.Drawing.Size(530, 125)
  523. Me.收款_dgv.TabIndex = 1786
  524. '
  525. '編號_cb
  526. '
  527. Me.編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  528. Me.編號_cb.FormattingEnabled = True
  529. Me.編號_cb.Location = New System.Drawing.Point(122, 65)
  530. Me.編號_cb.Name = "編號_cb"
  531. Me.編號_cb.Size = New System.Drawing.Size(129, 28)
  532. Me.編號_cb.TabIndex = 1785
  533. '
  534. '科目_cb
  535. '
  536. Me.科目_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  537. Me.科目_cb.FormattingEnabled = True
  538. Me.科目_cb.Location = New System.Drawing.Point(6, 65)
  539. Me.科目_cb.Name = "科目_cb"
  540. Me.科目_cb.Size = New System.Drawing.Size(114, 28)
  541. Me.科目_cb.TabIndex = 1784
  542. '
  543. '明細表2_dgv
  544. '
  545. DataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
  546. Me.明細表2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle12
  547. Me.明細表2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  548. Me.明細表2_dgv.BackgroundColor = System.Drawing.Color.White
  549. Me.明細表2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  550. Me.明細表2_dgv.Location = New System.Drawing.Point(307, 95)
  551. Me.明細表2_dgv.Margin = New System.Windows.Forms.Padding(4)
  552. Me.明細表2_dgv.Name = "明細表2_dgv"
  553. Me.明細表2_dgv.RowHeadersWidth = 5
  554. DataGridViewCellStyle13.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  555. DataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  556. Me.明細表2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle13
  557. Me.明細表2_dgv.RowTemplate.Height = 24
  558. Me.明細表2_dgv.Size = New System.Drawing.Size(229, 83)
  559. Me.明細表2_dgv.TabIndex = 1769
  560. '
  561. 'Panel2
  562. '
  563. Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  564. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  565. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  566. Me.Panel2.Controls.Add(Me.剩餘燈_lb)
  567. Me.Panel2.Location = New System.Drawing.Point(185, 63)
  568. Me.Panel2.Name = "Panel2"
  569. Me.Panel2.Size = New System.Drawing.Size(1005, 29)
  570. Me.Panel2.TabIndex = 1769
  571. '
  572. '剩餘燈_lb
  573. '
  574. Me.剩餘燈_lb.AutoSize = True
  575. Me.剩餘燈_lb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  576. Me.剩餘燈_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
  577. Me.剩餘燈_lb.Location = New System.Drawing.Point(8, 5)
  578. Me.剩餘燈_lb.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  579. Me.剩餘燈_lb.Name = "剩餘燈_lb"
  580. Me.剩餘燈_lb.Size = New System.Drawing.Size(20, 17)
  581. Me.剩餘燈_lb.TabIndex = 1740
  582. Me.剩餘燈_lb.Text = "xx"
  583. '
  584. '年度_cb
  585. '
  586. Me.年度_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  587. Me.年度_cb.Font = New System.Drawing.Font("微軟正黑體", 9.75!)
  588. Me.年度_cb.FormattingEnabled = True
  589. Me.年度_cb.Items.AddRange(New Object() {"由下而上", "由上而下"})
  590. Me.年度_cb.Location = New System.Drawing.Point(1236, 63)
  591. Me.年度_cb.Name = "年度_cb"
  592. Me.年度_cb.Size = New System.Drawing.Size(74, 25)
  593. Me.年度_cb.TabIndex = 1772
  594. '
  595. 'Label9
  596. '
  597. Me.Label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  598. Me.Label9.AutoSize = True
  599. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  600. Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
  601. Me.Label9.Location = New System.Drawing.Point(1194, 66)
  602. Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  603. Me.Label9.Name = "Label9"
  604. Me.Label9.Size = New System.Drawing.Size(37, 17)
  605. Me.Label9.TabIndex = 1771
  606. Me.Label9.Text = "年度:"
  607. '
  608. '收款日期_dtp
  609. '
  610. Me.收款日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  611. Me.收款日期_dtp.CustomFormat = "yyyy/MM/dd"
  612. Me.收款日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  613. Me.收款日期_dtp.Location = New System.Drawing.Point(1373, 63)
  614. Me.收款日期_dtp.Name = "收款日期_dtp"
  615. Me.收款日期_dtp.Size = New System.Drawing.Size(120, 25)
  616. Me.收款日期_dtp.TabIndex = 1774
  617. '
  618. 'Label8
  619. '
  620. Me.Label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  621. Me.Label8.AutoSize = True
  622. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  623. Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
  624. Me.Label8.Location = New System.Drawing.Point(1312, 66)
  625. Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  626. Me.Label8.Name = "Label8"
  627. Me.Label8.Size = New System.Drawing.Size(60, 17)
  628. Me.Label8.TabIndex = 1773
  629. Me.Label8.Text = "收款日期"
  630. '
  631. '點燈確認_bt
  632. '
  633. Me.點燈確認_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  634. Me.點燈確認_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.燈
  635. Me.點燈確認_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  636. Me.點燈確認_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  637. Me.點燈確認_bt.ForeColor = System.Drawing.Color.DarkGreen
  638. Me.點燈確認_bt.Location = New System.Drawing.Point(1314, 2)
  639. Me.點燈確認_bt.Margin = New System.Windows.Forms.Padding(4)
  640. Me.點燈確認_bt.Name = "點燈確認_bt"
  641. Me.點燈確認_bt.Size = New System.Drawing.Size(60, 60)
  642. Me.點燈確認_bt.TabIndex = 1775
  643. Me.點燈確認_bt.UseVisualStyleBackColor = True
  644. '
  645. '客戶查詢_bt
  646. '
  647. Me.客戶查詢_bt.BackgroundImage = CType(resources.GetObject("客戶查詢_bt.BackgroundImage"), System.Drawing.Image)
  648. Me.客戶查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  649. Me.客戶查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  650. Me.客戶查詢_bt.Location = New System.Drawing.Point(624, 3)
  651. Me.客戶查詢_bt.Name = "客戶查詢_bt"
  652. Me.客戶查詢_bt.Size = New System.Drawing.Size(28, 29)
  653. Me.客戶查詢_bt.TabIndex = 1747
  654. Me.客戶查詢_bt.UseVisualStyleBackColor = True
  655. '
  656. '刪除選中的一筆資料1_bt
  657. '
  658. Me.刪除選中的一筆資料1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  659. Me.刪除選中的一筆資料1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Close
  660. Me.刪除選中的一筆資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  661. Me.刪除選中的一筆資料1_bt.ForeColor = System.Drawing.Color.Red
  662. Me.刪除選中的一筆資料1_bt.Location = New System.Drawing.Point(1194, 2)
  663. Me.刪除選中的一筆資料1_bt.Margin = New System.Windows.Forms.Padding(4)
  664. Me.刪除選中的一筆資料1_bt.Name = "刪除選中的一筆資料1_bt"
  665. Me.刪除選中的一筆資料1_bt.Size = New System.Drawing.Size(60, 60)
  666. Me.刪除選中的一筆資料1_bt.TabIndex = 1745
  667. Me.刪除選中的一筆資料1_bt.UseVisualStyleBackColor = True
  668. '
  669. '收支單中新增一筆空白資料1_bt
  670. '
  671. Me.收支單中新增一筆空白資料1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  672. Me.收支單中新增一筆空白資料1_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Edit_Text
  673. Me.收支單中新增一筆空白資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  674. Me.收支單中新增一筆空白資料1_bt.ForeColor = System.Drawing.Color.Green
  675. Me.收支單中新增一筆空白資料1_bt.Location = New System.Drawing.Point(1134, 2)
  676. Me.收支單中新增一筆空白資料1_bt.Margin = New System.Windows.Forms.Padding(4)
  677. Me.收支單中新增一筆空白資料1_bt.Name = "收支單中新增一筆空白資料1_bt"
  678. Me.收支單中新增一筆空白資料1_bt.Size = New System.Drawing.Size(60, 60)
  679. Me.收支單中新增一筆空白資料1_bt.TabIndex = 1744
  680. Me.收支單中新增一筆空白資料1_bt.UseVisualStyleBackColor = True
  681. '
  682. '收款_bt
  683. '
  684. Me.收款_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  685. Me.收款_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Sendnow
  686. Me.收款_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  687. Me.收款_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  688. Me.收款_bt.Location = New System.Drawing.Point(1374, 2)
  689. Me.收款_bt.Margin = New System.Windows.Forms.Padding(4)
  690. Me.收款_bt.Name = "收款_bt"
  691. Me.收款_bt.Size = New System.Drawing.Size(60, 60)
  692. Me.收款_bt.TabIndex = 1743
  693. Me.收款_bt.UseVisualStyleBackColor = True
  694. '
  695. '查詢物_bt
  696. '
  697. Me.查詢物_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Search
  698. Me.查詢物_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  699. Me.查詢物_bt.Location = New System.Drawing.Point(4, 2)
  700. Me.查詢物_bt.Margin = New System.Windows.Forms.Padding(4)
  701. Me.查詢物_bt.Name = "查詢物_bt"
  702. Me.查詢物_bt.Size = New System.Drawing.Size(60, 60)
  703. Me.查詢物_bt.TabIndex = 1742
  704. Me.查詢物_bt.UseVisualStyleBackColor = True
  705. '
  706. '列印_bt
  707. '
  708. Me.列印_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  709. Me.列印_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.print
  710. Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  711. Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  712. Me.列印_bt.ForeColor = System.Drawing.Color.Red
  713. Me.列印_bt.Location = New System.Drawing.Point(1434, 2)
  714. Me.列印_bt.Margin = New System.Windows.Forms.Padding(4)
  715. Me.列印_bt.Name = "列印_bt"
  716. Me.列印_bt.Size = New System.Drawing.Size(60, 60)
  717. Me.列印_bt.TabIndex = 1741
  718. Me.列印_bt.UseVisualStyleBackColor = True
  719. '
  720. '刪除_bt
  721. '
  722. Me.刪除_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  723. Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  724. Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  725. Me.刪除_bt.ForeColor = System.Drawing.Color.Red
  726. Me.刪除_bt.Location = New System.Drawing.Point(124, 2)
  727. Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4)
  728. Me.刪除_bt.Name = "刪除_bt"
  729. Me.刪除_bt.Size = New System.Drawing.Size(60, 60)
  730. Me.刪除_bt.TabIndex = 1736
  731. Me.刪除_bt.UseVisualStyleBackColor = True
  732. '
  733. '儲存_bt
  734. '
  735. Me.儲存_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  736. Me.儲存_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.SAVER
  737. Me.儲存_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  738. Me.儲存_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  739. Me.儲存_bt.ForeColor = System.Drawing.Color.DarkGreen
  740. Me.儲存_bt.Location = New System.Drawing.Point(1254, 2)
  741. Me.儲存_bt.Margin = New System.Windows.Forms.Padding(4)
  742. Me.儲存_bt.Name = "儲存_bt"
  743. Me.儲存_bt.Size = New System.Drawing.Size(60, 60)
  744. Me.儲存_bt.TabIndex = 1735
  745. Me.儲存_bt.UseVisualStyleBackColor = True
  746. '
  747. '新增_bt
  748. '
  749. Me.新增_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.add_2
  750. Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  751. Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  752. Me.新增_bt.ForeColor = System.Drawing.Color.Blue
  753. Me.新增_bt.Location = New System.Drawing.Point(64, 2)
  754. Me.新增_bt.Margin = New System.Windows.Forms.Padding(4)
  755. Me.新增_bt.Name = "新增_bt"
  756. Me.新增_bt.Size = New System.Drawing.Size(60, 60)
  757. Me.新增_bt.TabIndex = 1734
  758. Me.新增_bt.UseVisualStyleBackColor = True
  759. '
  760. '點燈系統
  761. '
  762. Me.AutoScaleDimensions = New System.Drawing.SizeF(10.0!, 20.0!)
  763. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  764. Me.ClientSize = New System.Drawing.Size(1497, 681)
  765. Me.Controls.Add(Me.點燈確認_bt)
  766. Me.Controls.Add(Me.收款日期_dtp)
  767. Me.Controls.Add(Me.Label8)
  768. Me.Controls.Add(Me.年度_cb)
  769. Me.Controls.Add(Me.Label9)
  770. Me.Controls.Add(Me.Panel2)
  771. Me.Controls.Add(Me.Label6)
  772. Me.Controls.Add(Me.收款人_tb)
  773. Me.Controls.Add(Me.Label3)
  774. Me.Controls.Add(Me.總金額_tb)
  775. Me.Controls.Add(Me.Label2)
  776. Me.Controls.Add(Me.地址_tb)
  777. Me.Controls.Add(Me.Label1)
  778. Me.Controls.Add(Me.電話_tb)
  779. Me.Controls.Add(Me.車主名稱_tb)
  780. Me.Controls.Add(Me.客戶查詢_bt)
  781. Me.Controls.Add(Me.刪除選中的一筆資料1_bt)
  782. Me.Controls.Add(Me.收支單中新增一筆空白資料1_bt)
  783. Me.Controls.Add(Me.收款_bt)
  784. Me.Controls.Add(Me.查詢物_bt)
  785. Me.Controls.Add(Me.列印_bt)
  786. Me.Controls.Add(Me.選擇日期_dtp)
  787. Me.Controls.Add(Me.Label29)
  788. Me.Controls.Add(Me.Label0)
  789. Me.Controls.Add(Me.單號_tb)
  790. Me.Controls.Add(Me.刪除_bt)
  791. Me.Controls.Add(Me.儲存_bt)
  792. Me.Controls.Add(Me.新增_bt)
  793. Me.Controls.Add(Me.控制表_dgv)
  794. Me.Controls.Add(Me.Panel1)
  795. Me.Controls.Add(Me.明細表_dgv)
  796. Me.Controls.Add(Me.Label43)
  797. Me.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  798. Me.Margin = New System.Windows.Forms.Padding(5)
  799. Me.Name = "點燈系統"
  800. Me.Text = "點燈及香油款收款"
  801. CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  802. CType(Me.明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  803. CType(Me.明細表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  804. Me.Panel1.ResumeLayout(False)
  805. Me.Panel1.PerformLayout()
  806. CType(Me.剩餘燈_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  807. CType(Me.未安燈_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  808. CType(Me.收款_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  809. CType(Me.明細表2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  810. Me.Panel2.ResumeLayout(False)
  811. Me.Panel2.PerformLayout()
  812. Me.ResumeLayout(False)
  813. Me.PerformLayout()
  814. End Sub
  815. Friend WithEvents 控制表_dgv As DataGridView
  816. Friend WithEvents 明細表_dgv As DataGridView
  817. Friend WithEvents 刪除_bt As Button
  818. Friend WithEvents 儲存_bt As Button
  819. Friend WithEvents 新增_bt As Button
  820. Friend WithEvents 選擇日期_dtp As DateTimePicker
  821. Friend WithEvents Label29 As Label
  822. Friend WithEvents Label0 As Label
  823. Friend WithEvents 單號_tb As TextBox
  824. Friend WithEvents 列印_bt As Button
  825. Friend WithEvents 查詢物_bt As Button
  826. Friend WithEvents 收款_bt As Button
  827. Friend WithEvents 收支單中新增一筆空白資料1_bt As Button
  828. Friend WithEvents 刪除選中的一筆資料1_bt As Button
  829. Friend WithEvents Label43 As Label
  830. Friend WithEvents 車主名稱_tb As TextBox
  831. Friend WithEvents 客戶查詢_bt As Button
  832. Friend WithEvents Label1 As Label
  833. Friend WithEvents 電話_tb As TextBox
  834. Friend WithEvents Label2 As Label
  835. Friend WithEvents 地址_tb As TextBox
  836. Friend WithEvents Label3 As Label
  837. Friend WithEvents 總金額_tb As TextBox
  838. Friend WithEvents Label4 As Label
  839. Friend WithEvents 委員_tb As TextBox
  840. Friend WithEvents 簡稱_lb As Label
  841. Friend WithEvents 群組人員_cb As ComboBox
  842. Friend WithEvents Label5 As Label
  843. Friend WithEvents Label6 As Label
  844. Friend WithEvents 收款人_tb As TextBox
  845. Friend WithEvents Label7 As Label
  846. Friend WithEvents 內容_tb As TextBox
  847. Friend WithEvents 群組編號_cb As TextBox
  848. Friend WithEvents 明細表1_dgv As DataGridView
  849. Friend WithEvents Panel1 As Panel
  850. Friend WithEvents 明細表2_dgv As DataGridView
  851. Friend WithEvents 編號_cb As ComboBox
  852. Friend WithEvents 科目_cb As ComboBox
  853. Friend WithEvents 收款_dgv As DataGridView
  854. Friend WithEvents 未安燈_dgv As DataGridView
  855. Friend WithEvents 剩餘燈_dgv As DataGridView
  856. Friend WithEvents Panel2 As Panel
  857. Friend WithEvents 剩餘燈_lb As Label
  858. Friend WithEvents 生肖_cb As ComboBox
  859. Friend WithEvents 性別_cb As ComboBox
  860. Friend WithEvents 年度_cb As ComboBox
  861. Friend WithEvents Label9 As Label
  862. Friend WithEvents 收款日期_dtp As DateTimePicker
  863. Friend WithEvents Label8 As Label
  864. Friend WithEvents 公司編號_cb As ComboBox
  865. Friend WithEvents 點燈確認_bt As Button
  866. End Class