📄 unit10.~dfm
字号:
object search: Tsearch
Left = 195
Top = 151
Width = 709
Height = 519
Caption = #22270#20070#26597#35810
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 = 48
Top = 120
Width = 69
Height = 20
Caption = #20316#32773#21517#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 120
Width = 86
Height = 20
Caption = #19987#19994#39046#22495#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 48
Top = 120
Width = 105
Height = 20
AutoSize = False
Caption = #20986#29256#31038#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 48
Top = 120
Width = 97
Height = 20
AutoSize = False
Caption = #22270#20070#21517#65306
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 168
Top = 176
Width = 225
Height = 20
AutoSize = False
Caption = #24744#25152#35201#26597#25214#30340#20070#29616#22312#39302
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 448
Top = 176
Width = 41
Height = 25
AutoSize = False
Caption = #26412
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Edit1: TEdit
Left = 200
Top = 120
Width = 121
Height = 21
TabOrder = 0
end
object Edit2: TEdit
Left = 200
Top = 120
Width = 121
Height = 21
TabOrder = 1
end
object Edit3: TEdit
Left = 200
Top = 120
Width = 121
Height = 21
TabOrder = 2
end
object Button1: TButton
Left = 432
Top = 112
Width = 113
Height = 41
Caption = #31934#30830#26816#32034
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 264
Top = 416
Width = 153
Height = 41
Caption = #36864#20986#26816#32034
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 544
Top = 112
Width = 113
Height = 41
Caption = #27169#31946#26816#32034
TabOrder = 5
OnClick = Button3Click
end
object DBGrid1: TDBGrid
Left = 32
Top = 216
Width = 641
Height = 177
DataSource = DataSource1
TabOrder = 6
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object GroupBox1: TGroupBox
Left = 16
Top = 24
Width = 673
Height = 73
TabOrder = 7
object RadioButton1: TRadioButton
Left = 144
Top = 32
Width = 169
Height = 17
Caption = #25353#20316#32773#21517#26816#32034
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 320
Top = 32
Width = 209
Height = 17
Caption = #25353#19987#19994#39046#22495#26816#32034
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = RadioButton2Click
end
object RadioButton3: TRadioButton
Left = 512
Top = 32
Width = 153
Height = 17
Caption = #25353#20986#29256#31038#26816#32034
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = RadioButton3Click
end
object RadioButton4: TRadioButton
Left = 24
Top = 32
Width = 113
Height = 17
Caption = #22270#20070#21517
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = RadioButton4Click
end
end
object Edit4: TEdit
Left = 200
Top = 120
Width = 121
Height = 21
TabOrder = 8
end
object Edit5: TEdit
Left = 392
Top = 176
Width = 41
Height = 25
ReadOnly = True
TabOrder = 9
end
object DataSource1: TDataSource
DataSet = ADODataSet1
Left = 480
Top = 440
end
object ADODataSet1: TADODataSet
Connection = DataModule3.ADOConnection1
Parameters = <>
Left = 544
Top = 440
end
object ADODataSet2: TADODataSet
Connection = DataModule3.ADOConnection1
CommandText = 'select * from book_type'
Parameters = <>
Left = 600
Top = 440
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -