guadan.dfm
来自「小管理程序主要管理的小咖啡厅我是从网上下的经测试可用」· DFM 代码 · 共 127 行
DFM
127 行
object Frmguadan: TFrmguadan
Left = 211
Top = 222
Width = 528
Height = 316
BorderIcons = [biSystemMenu, biMinimize]
Caption = #25346#21333#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Left = 96
Top = 245
Width = 81
Height = 33
Caption = #32467' '#31639
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 320
Top = 245
Width = 81
Height = 33
Caption = #20851' '#38381
OnClick = SpeedButton2Click
end
object GroupBox1: TGroupBox
Left = 4
Top = 4
Width = 509
Height = 225
Caption = #25346#21333#21015#34920
TabOrder = 0
object DBGrid1: TDBGrid
Left = 2
Top = 15
Width = 505
Height = 208
Align = alClient
DataSource = DataSource1
ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20013#25991
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDblClick = DBGrid1DblClick
Columns = <
item
Expanded = False
FieldName = 'GuestName'
Title.Alignment = taCenter
Title.Caption = #23458#25143#21517#31216
Width = 96
Visible = True
end
item
Expanded = False
FieldName = 'zhanghao'
Title.Alignment = taCenter
Title.Caption = #25346#21333#32534#21495
Width = 91
Visible = True
end
item
Expanded = False
FieldName = 'yingshou'
Title.Alignment = taCenter
Title.Caption = #24212#25910#37329#39069
Width = 77
Visible = True
end
item
Expanded = False
FieldName = 'shishou'
Title.Alignment = taCenter
Title.Caption = #23454#25910#37329#39069
Width = 69
Visible = True
end
item
Expanded = False
FieldName = 'zhekou'
Title.Alignment = taCenter
Title.Caption = #25286#25187#27604#29575
Width = 72
Visible = True
end
item
Expanded = False
FieldName = 'opratedate'
Title.Alignment = taCenter
Title.Caption = #26085#26399
Width = 75
Visible = True
end>
end
end
object ADOQuery1: TADOQuery
Connection = dm.conn
AfterOpen = ADOQuery1AfterOpen
Parameters = <>
SQL.Strings = (
'select * from Q_custpay'
'where fangshi='#39#25346#21333#39)
Left = 112
Top = 72
end
object DataSource1: TDataSource
DataSet = ADOQuery1
Left = 184
Top = 72
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?