scalef.dfm
来自「精彩编程百例26~50 其中有 控制任务栏 windows底层任务控制 屏保预览」· DFM 代码 · 共 105 行
DFM
105 行
object Form1: TForm1
Left = 336
Top = 188
Width = 329
Height = 315
AutoSize = True
Caption = #21516#27493#25918#22823#25110#32553#23567#31383#20307#21644#25511#20214
Color = clTeal
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 0
Top = 224
Width = 177
Height = 16
AutoSize = False
Caption = ' '#25918#22823#65288#25110#32553#23567#65289#30334#20998#27604
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object RichEdit1: TRichEdit
Left = 48
Top = 0
Width = 225
Height = 185
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #24188#22278
Font.Style = []
Lines.Strings = (
#26412#31383#20307#23454#29616#25918#22823#25110#32553#23567#25152#26377#25991
#23383#21450#25511#20214#21151#33021#12290#36873#25321#25918#22823#25110#32553
#23567#30340#27604#20363#65292#21333#20987#8220#25918#22823'/'#32553#23567#8221
#25353#38062#23436#25104#25805#20316#65292#21333#20987#24674#22797#38190#24674
#22797#21407#26469#30340#23610#23544#22823#23567#12290)
ParentFont = False
TabOrder = 0
end
object Edit1: TEdit
Left = 16
Top = 248
Width = 129
Height = 21
TabOrder = 1
Text = '100'
end
object UpDown1: TUpDown
Left = 145
Top = 248
Width = 16
Height = 21
Associate = Edit1
Min = 30
Max = 300
Increment = 10
Position = 100
TabOrder = 2
end
object ScaleButton: TButton
Left = 224
Top = 216
Width = 97
Height = 25
Caption = #25918#22823'/'#32553#23567
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = ScaleButtonClick
end
object RestoreButton: TButton
Left = 224
Top = 256
Width = 97
Height = 25
Caption = #24674#22797
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = RestoreButtonClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?