健身会馆会员管理,实现了部分财务管理和,报表统计功能

源代码在线查看: zhuce.dfm

软件大小: 1498 K
上传用户: luyibo54618
关键词: 财务 报表
下载地址: 免注册下载 普通下载 VIP

相关代码

				object zhucefrm: Tzhucefrm
				  Left = 313
				  Top = 213
				  Width = 440
				  Height = 328
				  BorderIcons = []
				  Caption = #36719#20214#27880#20876
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  FormStyle = fsStayOnTop
				  OldCreateOrder = False
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 40
				    Top = 104
				    Width = 135
				    Height = 13
				    Caption = #23558#28608#27963#30721#31896#36148#21040#36825#37324':        '
				  end
				  object Label2: TLabel
				    Left = 40
				    Top = 48
				    Width = 81
				    Height = 13
				    Caption = #20320#30340#26426#22120#30721#65306'   '
				  end
				  object Label3: TLabel
				    Left = 48
				    Top = 8
				    Width = 330
				    Height = 13
				    Caption = #27426#36814#24744#27880#20876#20351#29992#65292#35831#23558#26426#22120#30721#20197#30005#23376#37038#20214#24418#24335#21457#36865#21040'                  '
				  end
				  object Label4: TLabel
				    Left = 128
				    Top = 32
				    Width = 181
				    Height = 13
				    Caption = 'jls863@163.com  '#33719#21462#28608#27963#30721#65281#65281'    '
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clRed
				    Font.Height = -11
				    Font.Name = 'MS Sans Serif'
				    Font.Style = []
				    ParentFont = False
				  end
				  object Memo1: TMemo
				    Left = 24
				    Top = 64
				    Width = 377
				    Height = 33
				    Lines.Strings = (
				      'Memo1')
				    ReadOnly = True
				    TabOrder = 0
				  end
				  object Button1: TButton
				    Left = 112
				    Top = 242
				    Width = 75
				    Height = 25
				    Caption = #28608#27963
				    TabOrder = 1
				    OnClick = Button1Click
				  end
				  object Button2: TButton
				    Left = 216
				    Top = 240
				    Width = 89
				    Height = 25
				    Caption = #32487#32493#35797#29992
				    TabOrder = 2
				    OnClick = Button2Click
				  end
				  object Memo2: TMemo
				    Left = 24
				    Top = 128
				    Width = 377
				    Height = 97
				    ScrollBars = ssVertical
				    TabOrder = 3
				  end
				  object ADOTable1: TADOTable
				    Connection = MainForm.ADOConnection1
				    CursorType = ctStatic
				    TableName = 'jls'
				    Left = 320
				    Top = 24
				  end
				end
							

相关资源