modaldword.dfm

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

DFM
99
字号
object DWORDModal: TDWORDModal
  Left = 426
  Top = 296
  BorderIcons = [biSystemMenu, biHelp]
  BorderStyle = bsSingle
  Caption = #32534#36753'DWORD'#20540
  ClientHeight = 168
  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 = 51
    Height = 13
    AutoSize = False
    Caption = #25968#20540#21517#31216':'
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 51
    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 = 121
    Height = 21
    TabOrder = 1
  end
  object GroupBox1: TGroupBox
    Left = 144
    Top = 56
    Width = 153
    Height = 65
    Caption = #36873#25321
    TabOrder = 2
    object RadioButton1: TRadioButton
      Left = 16
      Top = 16
      Width = 113
      Height = 17
      Caption = #21313#20845#36827#21046#25968#20540
      Checked = True
      TabOrder = 0
      TabStop = True
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 16
      Top = 40
      Width = 105
      Height = 17
      Caption = #21313#36827#21046#25968#20540
      TabOrder = 1
      OnClick = RadioButton2Click
    end
  end
  object Button2: TButton
    Left = 224
    Top = 136
    Width = 75
    Height = 25
    Caption = #21462#28040
    ModalResult = 2
    TabOrder = 3
  end
  object Button1: TButton
    Left = 144
    Top = 136
    Width = 75
    Height = 25
    Caption = #30830#23450
    ModalResult = 1
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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