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

📄 unitformreg.dfm

📁 Coolvibes 远程控制 Coolvibes 远程控制 Coolvibes 远程控制 Coolvibes 远程控制
💻 DFM
字号:
object FormReg: TFormReg
  Left = 615
  Top = 138
  Width = 319
  Height = 255
  Caption = 'A'#241'adiendo valor tipo'
  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 = 83
    Height = 13
    Caption = 'Nombre del valor:'
  end
  object LabelInformacion: TLabel
    Left = 8
    Top = 56
    Width = 101
    Height = 13
    Caption = 'Informaci'#243'n del valor:'
  end
  object BtnAceptar: TSpeedButton
    Left = 136
    Top = 192
    Width = 81
    Height = 22
    Caption = 'Aceptar'
    Flat = True
    OnClick = BtnAceptarClick
  end
  object BtnCancelar: TSpeedButton
    Left = 224
    Top = 192
    Width = 81
    Height = 22
    Caption = 'Cancelar'
    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 + -