📄 units.dfm
字号:
object UnitForm: TUnitForm
Left = 322
Top = 170
Width = 469
Height = 344
Caption = #21333#20301#20449#24687
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 12
object DBGrid1: TDBGrid
Left = 16
Top = 8
Width = 425
Height = 161
TabOrder = 0
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = #23435#20307
TitleFont.Style = []
end
object GroupBox1: TGroupBox
Left = 16
Top = 168
Width = 289
Height = 105
Caption = #21333#20301#20449#24687
TabOrder = 1
object Label1: TLabel
Left = 64
Top = 19
Width = 42
Height = 14
Caption = #21333#20301#21517
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 64
Top = 43
Width = 42
Height = 14
Caption = #36127#36131#20154
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 48
Top = 67
Width = 56
Height = 14
Caption = #32852#31995#30005#35805
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
end
object Edit1: TEdit
Left = 112
Top = 16
Width = 121
Height = 20
TabOrder = 0
end
object Edit2: TEdit
Left = 112
Top = 40
Width = 121
Height = 20
TabOrder = 1
end
object Edit3: TEdit
Left = 112
Top = 64
Width = 121
Height = 20
TabOrder = 2
end
end
object GroupBox2: TGroupBox
Left = 312
Top = 168
Width = 129
Height = 105
Caption = #25805#20316#31867#22411
TabOrder = 2
object RadioButton1: TRadioButton
Left = 24
Top = 24
Width = 89
Height = 17
Caption = #26032#24314#20449#24687
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = RadioButton1Click
end
object RadioButton2: TRadioButton
Left = 24
Top = 48
Width = 81
Height = 17
Caption = #20462#25913#20449#24687
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = RadioButton2Click
end
object RadioButton3: TRadioButton
Left = 24
Top = 72
Width = 57
Height = 17
Caption = #21024#38500
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #26999#20307'_GB2312'
Font.Style = []
ParentFont = False
TabOrder = 2
OnClick = RadioButton2Click
end
end
object BitBtn1: TBitBtn
Left = 112
Top = 284
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 3
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 264
Top = 284
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 4
OnClick = BitBtn2Click
Kind = bkClose
end
object DataSource1: TDataSource
Left = 184
Top = 72
end
object ADOConnection1: TADOConnection
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=JcData.mdb;Persist ' +
'Security Info=False'
LoginPrompt = False
Provider = 'Microsoft.Jet.OLEDB.4.0'
Left = 304
Top = 104
end
object ADOTable1: TADOTable
AfterScroll = ADOTable1AfterScroll
Left = 96
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -