modalbinary.dfm

来自「不错的远程控制程序」· DFM 代码 · 共 74 行

DFM
74
字号
object BinaryModal: TBinaryModal
  Left = 587
  Top = 242
  BorderIcons = [biSystemMenu, biHelp]
  BorderStyle = bsSingle
  Caption = #32534#36753#20108#36827#21046#25968#20540
  ClientHeight = 279
  ClientWidth = 352
  Color = cl3DLight
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  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 = 81
    Height = 13
    AutoSize = False
    Caption = #25968#20540#25968#25454':'
  end
  object Button1: TButton
    Left = 190
    Top = 248
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 270
    Top = 248
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 8
    Top = 24
    Width = 337
    Height = 21
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 2
  end
  object Memo1: TMemo
    Left = 8
    Top = 72
    Width = 337
    Height = 169
    TabOrder = 3
    OnKeyPress = Memo1KeyPress
  end
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?