📄 unit19.dfm
字号:
object frm_jscx: Tfrm_jscx
Left = 138
Top = 247
Width = 632
Height = 452
Caption = #25945#24072#31649#29702'-->'#25945#24072#26597#35810
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 16
Width = 505
Height = 177
Caption = #26597#35810#26465#20214
TabOrder = 0
object Label1: TLabel
Left = 24
Top = 24
Width = 48
Height = 12
Caption = #26597#35810#23383#27573
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 160
Top = 24
Width = 36
Height = 12
Caption = #36816#31639#31526
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 272
Top = 24
Width = 12
Height = 12
Caption = #20540
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object ComboBox1: TComboBox
Left = 24
Top = 48
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = ComboBox1Change
Items.Strings = (
#25945#24072#32534#21495
#25945#24072#22995#21517
#25285#20219#32844#21153
#36127#36131#29677#32423
#25152#35762#35838#31243
#25945#24072#32844#31216)
end
object ComboBox2: TComboBox
Left = 160
Top = 48
Width = 57
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 1
Text = '='
Items.Strings = (
'='
'>'
'>='
'<'
'<='
'<>')
end
object ComboBox3: TComboBox
Left = 272
Top = 48
Width = 137
Height = 21
ItemHeight = 13
TabOrder = 2
end
object ComboBox4: TComboBox
Left = 24
Top = 120
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
OnChange = ComboBox4Change
Items.Strings = (
#25945#24072#32534#21495
#25945#24072#22995#21517
#25285#20219#32844#21153
#36127#36131#29677#32423
#25152#35762#35838#31243
#25945#24072#32844#31216)
end
object ComboBox5: TComboBox
Left = 160
Top = 120
Width = 57
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 4
Text = '='
Items.Strings = (
'='
'>'
'>='
'<'
'<='
'<>')
end
object ComboBox6: TComboBox
Left = 272
Top = 120
Width = 137
Height = 21
ItemHeight = 13
TabOrder = 5
end
object CheckBox1: TCheckBox
Left = 64
Top = 88
Width = 65
Height = 17
Caption = #32452#21512#26597#35810
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 6
OnClick = CheckBox1Click
end
object RadioButton1: TRadioButton
Left = 200
Top = 88
Width = 33
Height = 17
Caption = #19982
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 7
end
object RadioButton2: TRadioButton
Left = 312
Top = 88
Width = 33
Height = 17
Caption = #25110
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 8
end
end
object DBGrid1: TDBGrid
Left = 8
Top = 200
Width = 609
Height = 185
DataSource = DataSource1
ReadOnly = True
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object DBNavigator1: TDBNavigator
Left = 208
Top = 392
Width = 188
Height = 25
DataSource = DataSource1
VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
TabOrder = 2
end
object Button1: TButton
Left = 536
Top = 88
Width = 81
Height = 33
Caption = #26597#35810
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 536
Top = 144
Width = 81
Height = 33
Caption = #20851#38381
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = Button2Click
end
object Query1: TQuery
DatabaseName = 'student'
SQL.Strings = (
'select * from jsb.db')
Left = 536
Top = 24
end
object DataSource1: TDataSource
DataSet = Query1
Left = 584
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -