u_form1.~dfm
来自「很好地delphi书籍源码」· ~DFM 代码 · 共 108 行
~DFM
108 行
object Form1: TForm1
Left = 239
Top = 207
Width = 375
Height = 226
Caption = #21487#31227#21160#26631#31614#32452#20214#27979#35797
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 80
Width = 52
Height = 13
Caption = #31227#21160#27493#38271
end
object Label2: TLabel
Left = 208
Top = 80
Width = 92
Height = 13
Caption = #26102#38388#38388#38548'('#27627#31186')'
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 367
Height = 41
Align = alTop
TabOrder = 0
object MovingLabel1: TMovingLabel
Left = 16
Top = 16
Width = 80
Height = 16
Caption = #21487#31227#21160#26631#31614
Font.Charset = ANSI_CHARSET
Font.Color = clRed
Font.Height = -16
Font.Name = #23435#20307
Font.Style = [fsItalic]
ParentFont = False
end
end
object Button1: TButton
Left = 80
Top = 152
Width = 75
Height = 25
Caption = #24320#22987
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 200
Top = 152
Width = 75
Height = 25
Caption = #20572#27490
TabOrder = 2
OnClick = Button2Click
end
object MovingStepCB: TComboBox
Left = 32
Top = 104
Width = 105
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
OnChange = MovingStepCBChange
Items.Strings = (
'2'
'4'
'6'
'8'
'10'
'12'
'16'
'20')
end
object TimeStepCB: TComboBox
Left = 208
Top = 104
Width = 113
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 4
OnChange = TimeStepCBChange
Items.Strings = (
'50'
'100'
'200'
'400'
'600'
'800'
'1000')
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?