📄 unit5.dfm
字号:
object Form5: TForm5
Left = 346
Top = 244
Width = 521
Height = 431
Caption = 'Form5'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 341
Width = 513
Height = 41
Align = alBottom
TabOrder = 0
object Button3: TButton
Left = 24
Top = 8
Width = 75
Height = 25
Caption = #25968#25454#27983#35272
TabOrder = 0
OnClick = Button3Click
end
object Button4: TButton
Left = 328
Top = 8
Width = 75
Height = 25
Caption = #22270#24418#21015#34920
TabOrder = 1
OnClick = Button4Click
end
object Button9: TButton
Left = 200
Top = 8
Width = 97
Height = 25
Caption = #23454#26102#22270#24418#26174#31034
TabOrder = 2
OnClick = Button9Click
end
object Button10: TButton
Left = 112
Top = 8
Width = 75
Height = 25
Caption = #25968#25454#25253#34920
TabOrder = 3
end
end
object Panel2: TPanel
Left = 417
Top = 0
Width = 96
Height = 341
Align = alRight
TabOrder = 1
object Button2: TButton
Left = 11
Top = 248
Width = 75
Height = 25
Caption = #20572#27490#35760#24405
TabOrder = 0
OnClick = Button2Click
end
object Button1: TButton
Left = 11
Top = 216
Width = 75
Height = 25
Caption = #24320#22987#35760#24405
TabOrder = 1
OnClick = Button1Click
end
object Button5: TButton
Left = 6
Top = 40
Width = 85
Height = 25
Caption = #26032#24314#25968#25454#24211
TabOrder = 2
OnClick = Button5Click
end
object Button6: TButton
Left = 6
Top = 72
Width = 85
Height = 25
Caption = #36873#25321#25968#25454#24211
TabOrder = 3
OnClick = Button6Click
end
object Button7: TButton
Left = 6
Top = 164
Width = 85
Height = 25
Caption = #37322#25918#25968#25454#24211
TabOrder = 4
OnClick = Button7Click
end
object Button8: TButton
Left = 6
Top = 128
Width = 85
Height = 25
Caption = #36830#25509#25968#25454#24211
TabOrder = 5
OnClick = Button8Click
end
end
object Panel3: TPanel
Left = 0
Top = 0
Width = 417
Height = 341
Align = alClient
TabOrder = 2
object DBGrid1: TDBGrid
Left = 1
Top = 1
Width = 415
Height = 339
Align = alClient
Ctl3D = True
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
ParentCtl3D = False
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
end
object OpenDialog1: TOpenDialog
Left = 208
Top = 16
end
object MainMenu1: TMainMenu
Left = 168
Top = 16
object N1: TMenuItem
Caption = #35760#24405#38388#38548
RadioItem = True
object N300ms1: TMenuItem
Caption = '300ms'
GroupIndex = 1
RadioItem = True
OnClick = N300ms1Click
end
object N500ms1: TMenuItem
Caption = '500ms'
GroupIndex = 1
RadioItem = True
OnClick = N500ms1Click
end
object N1000ms1: TMenuItem
Caption = '1000ms'
Checked = True
GroupIndex = 1
RadioItem = True
OnClick = N1000ms1Click
end
object N2000ms1: TMenuItem
Caption = '2000ms'
GroupIndex = 1
RadioItem = True
OnClick = N2000ms1Click
end
object N5000ms1: TMenuItem
Caption = '5000ms'
GroupIndex = 1
RadioItem = True
OnClick = N5000ms1Click
end
end
end
object Timer1: TTimer
Interval = 500
OnTimer = Timer1Timer
Left = 96
Top = 160
end
object Timer2: TTimer
Enabled = False
OnTimer = Timer2Timer
Left = 304
Top = 192
end
object DataSource1: TDataSource
AutoEdit = False
DataSet = ADOTable1
Left = 344
Top = 16
end
object ADOTable1: TADOTable
CacheSize = 8
Connection = DataModule1.ADOConnection1
CursorType = ctStatic
TableName = 'type1'
Left = 312
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -