setpath.dfm
来自「好多上载非界面和非WEB源码」· DFM 代码 · 共 79 行
DFM
79 行
object setpathfrm: Tsetpathfrm
Left = 190
Top = 220
Width = 434
Height = 183
BorderIcons = [biSystemMenu, biMinimize]
Caption = #25968#25454#36335#24452#36873#39033
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 426
Height = 105
Align = alTop
BevelInner = bvLowered
Color = clMoneyGreen
TabOrder = 0
object Label1: TLabel
Left = 32
Top = 24
Width = 105
Height = 33
AutoSize = False
Caption = #21407' '#25968' '#25454' '#36335' '#24452#65306
end
object Label2: TLabel
Left = 32
Top = 64
Width = 89
Height = 33
AutoSize = False
Caption = #26032' '#25968' '#25454' '#36335' '#24452#65306
end
object Edit1: TEdit
Left = 120
Top = 24
Width = 289
Height = 21
Enabled = False
TabOrder = 0
end
object Edit2: TEdit
Left = 120
Top = 64
Width = 289
Height = 21
TabOrder = 1
end
end
object BitBtn1: TBitBtn
Left = 104
Top = 112
Width = 73
Height = 33
Caption = #20462#25913
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 232
Top = 112
Width = 73
Height = 33
Caption = #20851#38381
TabOrder = 2
Kind = bkClose
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?