unit15.dfm

来自「PosEasy收银系统源码,Pos机前后台管理代码」· DFM 代码 · 共 60 行

DFM
60
字号
object Formcodenum: TFormcodenum
  Left = 289
  Top = 210
  Width = 326
  Height = 169
  BorderIcons = []
  Color = clSilver
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 23
    Top = 32
    Width = 81
    Height = 15
    Caption = '输入号码:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 24
    Top = 80
    Width = 81
    Height = 15
    Caption = '确认输入:'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Editnum: TEdit
    Left = 96
    Top = 32
    Width = 177
    Height = 23
    TabOrder = 0
  end
  object Editnumcfm: TEdit
    Left = 96
    Top = 80
    Width = 177
    Height = 23
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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