inputstring.dfm

来自「IT业进销存管理系统源代码Delphi」· DFM 代码 · 共 56 行

DFM
56
字号
object frmInputString: TfrmInputString
  Left = 245
  Top = 108
  BorderStyle = bsDialog
  Caption = '资料录入'
  ClientHeight = 132
  ClientWidth = 312
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 15
  object labPrompt: TLabel
    Left = 24
    Top = 18
    Width = 38
    Height = 15
    Caption = '名称:'
  end
  object OKBtn: TButton
    Left = 66
    Top = 84
    Width = 82
    Height = 31
    Caption = '确认'
    Default = True
    ModalResult = 1
    TabOrder = 1
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 165
    Top = 84
    Width = 82
    Height = 31
    Cancel = True
    Caption = '取消'
    ModalResult = 2
    TabOrder = 2
    OnClick = CancelBtnClick
  end
  object edtInput: TEdit
    Left = 24
    Top = 42
    Width = 265
    Height = 23
    TabOrder = 0
    Text = 'edtInput'
  end
end

⌨️ 快捷键说明

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