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

📄 unposas.dfm

📁 包含控件及安装说明、含数据库
💻 DFM
字号:
object FMPOSAS: TFMPOSAS
  Left = 142
  Top = 290
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = '进入收款台'
  ClientHeight = 236
  ClientWidth = 507
  Color = 16765872
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 10
    Top = 10
    Width = 145
    Height = 27
    Caption = '收款台编号'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -27
    Font.Name = '新宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 10
    Top = 49
    Width = 145
    Height = 27
    Caption = '发票启始号'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -27
    Font.Name = '新宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label4: TLabel
    Left = 375
    Top = 54
    Width = 144
    Height = 21
    Caption = '(XX12354678)'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -21
    Font.Name = '新宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object BTNQUT: TBitBtn
    Left = 5
    Top = 85
    Width = 491
    Height = 148
    Caption = '开始作业'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -32
    Font.Name = '新宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = BTNQUTClick
  end
  object ED_INVOICE: TEdit
    Left = 150
    Top = 45
    Width = 221
    Height = 36
    AutoSize = False
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = '新宋体'
    Font.Pitch = fpVariable
    Font.Style = []
    MaxLength = 10
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
    OnKeyDown = ED_CHECKTABLEKeyDown
  end
  object ED_CHECKTABLE: SELOOKUPBOX
    Left = 150
    Top = 5
    Width = 300
    Height = 33
    Ctl3D = False
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -27
    Font.Name = '新宋体'
    Font.Pitch = fpVariable
    Font.Style = []
    MaxLength = 20
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 2
    OnKeyDown = ED_CHECKTABLEKeyDown
    _DatabaseName = 'MAIN'
    _TableName = 'SYSLST'
    _Field_IDNO = 'POSAPAIDE'
    _EDIT_WIDTH = 80
    _CHANGE_QUERY = True
    _INSERT_RECORD = False
    _SHOW_MESSAGE = False
  end
end

⌨️ 快捷键说明

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