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

📄 fmyinputbox.dfm

📁 siMail, siMail, siMail, siMail
💻 DFM
字号:
object frmMIB: TfrmMIB
  Left = 541
  Top = 307
  BorderStyle = bsDialog
  ClientHeight = 159
  ClientWidth = 369
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  OnShortCut = FormShortCut
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object lblDescr: TLabel
    Left = 8
    Top = 8
    Width = 353
    Height = 65
    AutoSize = False
    Caption = 'lblDescr'
    Transparent = True
    WordWrap = True
  end
  object cmdOK: TButton
    Left = 48
    Top = 120
    Width = 75
    Height = 25
    Caption = 'OK'
    TabOrder = 1
    OnClick = cmdOKClick
  end
  object cmdCancel: TButton
    Left = 272
    Top = 120
    Width = 75
    Height = 25
    Caption = 'Cancel'
    TabOrder = 2
    OnClick = cmdCancelClick
  end
  object txtResult: TMaskEdit
    Left = 8
    Top = 80
    Width = 353
    Height = 21
    TabOrder = 0
    OnKeyPress = txtResultKeyPress
  end
  object txtLarge: TMemo
    Left = 8
    Top = 36
    Width = 353
    Height = 73
    ScrollBars = ssVertical
    TabOrder = 3
    Visible = False
  end
end

⌨️ 快捷键说明

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