unit10.dfm

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

DFM
42
字号
object Formsaler: TFormsaler
  Left = 355
  Top = 243
  Width = 295
  Height = 161
  BorderIcons = []
  Caption = '请输入售货员编码'
  Color = 14671839
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnKeyDown = FormKeyDown
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 18
    Top = 7
    Width = 248
    Height = 105
    TabOrder = 0
    object Editsaler: TEdit
      Left = 63
      Top = 40
      Width = 120
      Height = 23
      Color = clWhite
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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