regeditunit.~dfm

来自「DELPHI 下远程控制源码」· ~DFM 代码 · 共 70 行

~DFM
70
字号
object RegEditFm: TRegEditFm
  Left = 323
  Top = 159
  BorderStyle = bsDialog
  Caption = #32534#36753#23383#31526#20018
  ClientHeight = 133
  ClientWidth = 373
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 81
    Height = 13
    AutoSize = False
    Caption = #25968#20540#21517#31216
  end
  object Label2: TLabel
    Left = 8
    Top = 52
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #25968#20540#25968#25454
  end
  object Edit1: TEdit
    Left = 8
    Top = 24
    Width = 358
    Height = 21
    Color = clSilver
    ReadOnly = True
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 8
    Top = 68
    Width = 358
    Height = 21
    TabOrder = 1
    OnKeyUp = Edit2KeyUp
  end
  object BitBtn1: TBitBtn
    Left = 200
    Top = 100
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 2
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 288
    Top = 100
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = BitBtn2Click
  end
end

⌨️ 快捷键说明

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