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

📄 pfm_sptuihuod.dfm

📁 POS收银系统
💻 DFM
字号:
object fm_sptuihuodsel: Tfm_sptuihuodsel
  Left = 228
  Top = 192
  BorderStyle = bsDialog
  Caption = 'fm_sptuihuodsel'
  ClientHeight = 336
  ClientWidth = 528
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 80
    Width = 72
    Height = 13
    Caption = '选择进货仓库'
  end
  object Label2: TLabel
    Left = 112
    Top = 8
    Width = 24
    Height = 13
    Caption = '日期'
  end
  object Label3: TLabel
    Left = 16
    Top = 8
    Width = 36
    Height = 13
    Caption = '流水号'
  end
  object Label4: TLabel
    Left = 208
    Top = 80
    Width = 63
    Height = 13
    Caption = '供应商名称 '
  end
  object Label21: TLabel
    Left = 248
    Top = 8
    Width = 36
    Height = 13
    Caption = '经办人'
  end
  object Label20: TLabel
    Left = 424
    Top = 8
    Width = 36
    Height = 13
    Caption = '操作员'
  end
  object Label22: TLabel
    Left = 344
    Top = 8
    Width = 36
    Height = 13
    Caption = '审核人'
  end
  object BBtnOK: TBitBtn
    Left = 436
    Top = 168
    Width = 75
    Height = 25
    Caption = '确定'
    TabOrder = 0
    OnClick = BBtnOKClick
  end
  object DTPicker1: TDateTimePicker
    Left = 112
    Top = 24
    Width = 121
    Height = 21
    CalAlignment = dtaLeft
    Date = 36684.3729845486
    Time = 36684.3729845486
    DateFormat = dfLong
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 1
  end
  object BBtnCancel: TBitBtn
    Left = 436
    Top = 208
    Width = 75
    Height = 25
    Caption = '取消'
    ModalResult = 2
    TabOrder = 2
    OnClick = BBtnCancelClick
  end
  object Edit1: TEdit
    Left = 16
    Top = 24
    Width = 81
    Height = 21
    Color = clMenu
    ReadOnly = True
    TabOrder = 3
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 244
    Top = 28
    Width = 73
    Height = 21
    MaxLength = 10
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 420
    Top = 28
    Width = 81
    Height = 21
    MaxLength = 10
    TabOrder = 5
  end
  object ListBox1: TListBox
    Left = 8
    Top = 96
    Width = 181
    Height = 229
    ItemHeight = 13
    TabOrder = 6
  end
  object ListBox2: TListBox
    Left = 204
    Top = 96
    Width = 193
    Height = 229
    ItemHeight = 13
    TabOrder = 7
  end
  object Edit3: TEdit
    Left = 332
    Top = 28
    Width = 77
    Height = 21
    MaxLength = 10
    TabOrder = 8
  end
  object SProc1: TStoredProc
    DatabaseName = 'posdb'
    StoredProcName = 'myproc_getlsh;1'
    Left = 472
    Top = 72
    ParamData = <
      item
        DataType = ftInteger
        Name = 'RETURN_VALUE'
        ParamType = ptResult
      end
      item
        DataType = ftString
        Name = '@chTable'
        ParamType = ptInput
      end
      item
        DataType = ftInteger
        Name = '@intLsh'
        ParamType = ptInputOutput
      end>
  end
  object Query1: TQuery
    DatabaseName = 'posdb'
    SQL.Strings = (
      '')
    Left = 472
    Top = 104
  end
end

⌨️ 快捷键说明

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