📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 305
Top = 42
Width = 664
Height = 619
Caption = #33258#21160#29983#25104#35797#21367
Color = clBackground
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 216
Top = 48
Width = 201
Height = 24
AutoSize = False
Caption = #33258#21160#29983#25104#35797#21367#31995#32479
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 40
Top = 122
Width = 105
Height = 16
AutoSize = False
Caption = #36755#20837#32771#35797#31185#30446
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 352
Top = 122
Width = 113
Height = 16
AutoSize = False
Caption = #36755#20837#35797#21367#21517#31216
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object GroupBox1: TGroupBox
Left = 104
Top = 192
Width = 417
Height = 289
TabOrder = 1
object Label4: TLabel
Left = 24
Top = 42
Width = 89
Height = 16
AutoSize = False
Caption = #36873#25321#39064#25968#30446
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 224
Top = 42
Width = 89
Height = 16
AutoSize = False
Caption = #36873#25321#39064#20998#20540
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 24
Top = 138
Width = 89
Height = 16
AutoSize = False
Caption = #22635#31354#39064#25968#30446
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label7: TLabel
Left = 224
Top = 138
Width = 89
Height = 16
AutoSize = False
Caption = #22635#31354#39064#20998#20540
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label8: TLabel
Left = 24
Top = 234
Width = 89
Height = 16
AutoSize = False
Caption = #31616#31572#39064#25968#30446
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label9: TLabel
Left = 224
Top = 234
Width = 89
Height = 16
AutoSize = False
Caption = #31616#31572#39064#20998#20540
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Edit3: TEdit
Left = 112
Top = 40
Width = 41
Height = 21
TabOrder = 0
Text = '0'
end
object UpDown1: TUpDown
Left = 153
Top = 40
Width = 16
Height = 21
Associate = Edit3
Min = 0
Position = 0
TabOrder = 1
Wrap = False
end
object Edit4: TEdit
Left = 312
Top = 40
Width = 41
Height = 21
TabOrder = 2
Text = '0'
end
object UpDown2: TUpDown
Left = 353
Top = 40
Width = 16
Height = 21
Associate = Edit4
Min = 0
Position = 0
TabOrder = 3
Wrap = False
end
object Edit5: TEdit
Left = 112
Top = 136
Width = 41
Height = 21
TabOrder = 4
Text = '0'
end
object UpDown3: TUpDown
Left = 153
Top = 136
Width = 16
Height = 21
Associate = Edit5
Min = 0
Position = 0
TabOrder = 5
Wrap = False
end
object Edit6: TEdit
Left = 312
Top = 136
Width = 41
Height = 21
TabOrder = 6
Text = '0'
end
object UpDown4: TUpDown
Left = 353
Top = 136
Width = 16
Height = 21
Associate = Edit6
Min = 0
Position = 0
TabOrder = 7
Wrap = False
end
object Edit7: TEdit
Left = 112
Top = 232
Width = 41
Height = 21
TabOrder = 8
Text = '0'
end
object UpDown5: TUpDown
Left = 153
Top = 232
Width = 16
Height = 21
Associate = Edit7
Min = 0
Position = 0
TabOrder = 9
Wrap = False
end
object Edit8: TEdit
Left = 312
Top = 232
Width = 41
Height = 21
TabOrder = 10
Text = '0'
end
object UpDown6: TUpDown
Left = 353
Top = 232
Width = 16
Height = 21
Associate = Edit8
Min = 0
Position = 0
TabOrder = 11
Wrap = False
end
end
object Edit2: TEdit
Left = 464
Top = 120
Width = 121
Height = 21
TabOrder = 0
end
object Button1: TButton
Left = 56
Top = 512
Width = 75
Height = 25
Caption = #25552#20132
TabOrder = 2
OnClick = Button1Click
end
object Button2: TButton
Left = 280
Top = 512
Width = 75
Height = 25
Caption = #39044#35272
Enabled = False
TabOrder = 3
OnClick = Button2Click
end
object Button3: TButton
Left = 512
Top = 512
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 4
OnClick = Button3Click
end
object Edit1: TComboBox
Left = 160
Top = 120
Width = 121
Height = 21
ItemHeight = 13
TabOrder = 5
Items.Strings = (
'math'
'delphi')
end
object Query1: TQuery
DatabaseName = 'exam'
SQL.Strings = (
'select * from questionlib')
Left = 72
Top = 56
end
object Query2: TQuery
DatabaseName = 'exam'
SQL.Strings = (
'select * from makepaper')
Left = 512
Top = 56
end
object DataSource1: TDataSource
DataSet = Query1
Left = 120
Top = 56
end
object DataSource2: TDataSource
DataSet = Query2
Left = 560
Top = 56
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -