📄 unit1.dfm
字号:
object Form1: TForm1
Left = 175
Top = 120
Width = 541
Height = 346
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 15
Top = 15
Width = 57
Height = 13
AutoSize = False
Caption = #36135#21697#31867#22411
end
object Label2: TLabel
Left = 153
Top = 15
Width = 57
Height = 13
AutoSize = False
Caption = #36827#36135#26041#24335
end
object DBGrid1: TDBGrid
Left = 16
Top = 96
Width = 505
Height = 209
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object BitBtn1: TBitBtn
Left = 385
Top = 56
Width = 112
Height = 25
Caption = #26597' '#35810
TabOrder = 1
OnClick = BitBtn1Click
end
object CheckBox1: TCheckBox
Left = 307
Top = 13
Width = 73
Height = 17
Caption = #36827#36135#26102#38388
TabOrder = 2
end
object DateTimePicker1: TDateTimePicker
Left = 384
Top = 9
Width = 113
Height = 21
CalAlignment = dtaLeft
Date = 37330.7346364005
Time = 37330.7346364005
DateFormat = dfShort
DateMode = dmComboBox
Kind = dtkDate
ParseInput = False
TabOrder = 3
end
object CheckBox2: TCheckBox
Left = 16
Top = 64
Width = 81
Height = 17
Caption = #36827#36135#25968#37327
TabOrder = 4
end
object ComboBox1: TComboBox
Left = 94
Top = 62
Width = 49
Height = 21
ItemHeight = 13
TabOrder = 5
Items.Strings = (
'='
'>'
'<')
end
object Edit3: TEdit
Left = 157
Top = 62
Width = 52
Height = 21
TabOrder = 6
end
object ComboBox2: TComboBox
Left = 77
Top = 10
Width = 68
Height = 21
ItemHeight = 13
TabOrder = 7
Items.Strings = (
#31665#35013#27700
#26742#35013#27700
#29942#35013#27700)
end
object ComboBox3: TComboBox
Left = 216
Top = 8
Width = 73
Height = 21
ItemHeight = 13
TabOrder = 8
Items.Strings = (
#33258#21462#36135
#36865#36135)
end
object DataSource1: TDataSource
DataSet = Query1
Left = 88
Top = 216
end
object Query1: TQuery
DatabaseName = 'lili'
Left = 56
Top = 216
end
object Database1: TDatabase
DatabaseName = 'lili'
DriverName = 'STANDARD'
Params.Strings = (
'PATH=E:\zm\lico2\database'
'DEFAULT DRIVER=PARADOX'
'ENABLE BCD=FALSE')
SessionName = 'Default'
Left = 24
Top = 216
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -