⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unitformreg.dfm

📁 参照上兴、鸽子等源码编写编写出来的。 编译环境:Delphi7+SP+DP+indy9等控件
💻 DFM
字号:
object FormReg: TFormReg
  Left = 342
  Top = 174
  Width = 319
  Height = 255
  Caption = #27880#20876#34920#38190#20540#25805#20316
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object LabelNombre: TLabel
    Left = 8
    Top = 8
    Width = 112
    Height = 13
    Caption = #38190#20540#21517#31216'(value name):'
  end
  object LabelInformacion: TLabel
    Left = 8
    Top = 56
    Width = 147
    Height = 13
    Caption = #38190#20540#20449#24687'(Information of value)'
  end
  object BtnAceptar: TSpeedButton
    Left = 88
    Top = 192
    Width = 81
    Height = 22
    Caption = #30830#23450'(Accept)'
    Flat = True
    OnClick = BtnAceptarClick
  end
  object BtnCancelar: TSpeedButton
    Left = 200
    Top = 192
    Width = 81
    Height = 22
    Caption = #21462#28040'(Cancel)'
    Flat = True
    OnClick = BtnCancelarClick
  end
  object EditNombreValor: TEdit
    Left = 8
    Top = 24
    Width = 297
    Height = 19
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
  end
  object MemoInformacionValor: TMemo
    Left = 8
    Top = 72
    Width = 297
    Height = 113
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 1
    WordWrap = False
    OnKeyPress = MemoInformacionValorKeyPress
  end
end

⌨️ 快捷键说明

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