modalstring.dfm
来自「不错的远程控制程序」· DFM 代码 · 共 71 行
DFM
71 行
object StringModal: TStringModal
Left = 243
Top = 410
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsSingle
Caption = #32534#36753#23383#31526#20018
ClientHeight = 137
ClientWidth = 305
Color = cl3DLight
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 65
Height = 13
AutoSize = False
Caption = #25968#20540#21517#31216':'
end
object Label2: TLabel
Left = 8
Top = 56
Width = 65
Height = 13
AutoSize = False
Caption = #25968#20540#25968#25454':'
end
object Edit1: TEdit
Left = 8
Top = 24
Width = 289
Height = 21
Color = clBtnFace
ReadOnly = True
TabOrder = 0
end
object Edit2: TEdit
Left = 8
Top = 72
Width = 289
Height = 21
TabOrder = 1
end
object Button1: TButton
Left = 144
Top = 104
Width = 75
Height = 25
Caption = #30830#23450
ModalResult = 1
TabOrder = 2
end
object Button2: TButton
Left = 224
Top = 104
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 3
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?