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

📄 inputfrm.dfm

📁 财务软件:功能尚可,基于UML设计开发的delphi系统,文档齐全
💻 DFM
字号:
object InputForm: TInputForm
  Left = 300
  Top = 259
  BorderStyle = bsDialog
  Caption = #36755#20837
  ClientHeight = 103
  ClientWidth = 287
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 6
    Top = 2
    Width = 274
    Height = 58
    TabOrder = 0
    object PromptLabel: TLabel
      Left = 12
      Top = 25
      Width = 6
      Height = 12
      Caption = '#'
    end
    object ValueEdit: TEdit
      Left = 104
      Top = 21
      Width = 155
      Height = 20
      TabOrder = 0
    end
  end
  object OkButton: TButton
    Left = 112
    Top = 69
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    Default = True
    TabOrder = 1
    OnClick = OkButtonClick
  end
  object CancelButton: TButton
    Left = 204
    Top = 69
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'(&C)'
    TabOrder = 2
    OnClick = CancelButtonClick
  end
end

⌨️ 快捷键说明

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