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

📄 cts.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmCts: TfrmCts
  Left = 35
  Top = 92
  Width = 711
  Height = 492
  Caption = '现金盘点表'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 424
    Width = 703
  end
  inherited CoolBar1: TCoolBar
    Width = 703
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 703
      end>
    inherited tbMainBar: TToolBar
      Width = 690
    end
  end
  object sgCts: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 345
    Height = 385
    Align = alLeft
    Color = 50331647
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgCtsClick
    EvenGridColor = 50331647
    OddGridColor = 50331647
    Columns = <
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '盘点单号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '帐号'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '盘点金额'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '帐面金额'
        ColumnWidth = 0
      end>
    ColWidths = (
      5
      69
      133
      64
      64)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 345
    Top = 39
    Width = 358
    Height = 385
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 22
      Top = 25
      Width = 84
      Height = 12
      Caption = '现金盘点单号:'
    end
    object Label2: TLabel
      Left = 24
      Top = 50
      Width = 60
      Height = 12
      Caption = '盘点帐号:'
    end
    object Label3: TLabel
      Left = 24
      Top = 83
      Width = 60
      Height = 12
      Caption = '盘点日期:'
    end
    object Label4: TLabel
      Left = 24
      Top = 116
      Width = 48
      Height = 12
      Caption = '操作员:'
    end
    object Label5: TLabel
      Left = 24
      Top = 148
      Width = 60
      Height = 12
      Caption = '帐面金额:'
    end
    object Label6: TLabel
      Left = 24
      Top = 181
      Width = 60
      Height = 12
      Caption = '实盘金额:'
      Enabled = False
    end
    object seCtsCode: TSDEdit
      Left = 100
      Top = 22
      Width = 159
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seCtsCode'
      OnKeyDown = seCtsCodeKeyDown
      SplitSymbol = ' | '
    end
    object scCtsCac: TSDComboBox
      Left = 100
      Top = 43
      Width = 159
      Height = 20
      Color = 50331647
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 1
      Text = 'scCtsCac'
      KeyItem = cbItem2
    end
    object deCtsDate: TDateEdit
      Left = 100
      Top = 79
      Width = 159
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2001-04-24'
      InitDate = '2001-04-24'
      ModalResult = 0
      TabOrder = 2
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object scCtsUser: TSDComboBox
      Left = 100
      Top = 108
      Width = 159
      Height = 20
      Color = 50331647
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 3
      Text = 'scCtsUser'
      KeyItem = cbItem2
    end
    object seCtsAAmt: TSDEdit
      Left = 100
      Top = 141
      Width = 159
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 4
      Text = 'seCtsAAmt'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seCtsTAmt: TSDEdit
      Left = 100
      Top = 175
      Width = 159
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 5
      Text = 'seCtsTAmt'
      SplitSymbol = ' | '
    end
    object GroupBox1: TGroupBox
      Left = 9
      Top = 205
      Width = 327
      Height = 160
      Caption = '货币盘点张数'
      TabOrder = 6
      object Label7: TLabel
        Left = 9
        Top = 26
        Width = 30
        Height = 12
        Caption = '100元'
      end
      object Label8: TLabel
        Left = 167
        Top = 26
        Width = 24
        Height = 12
        Caption = '50元'
      end
      object Label9: TLabel
        Left = 9
        Top = 54
        Width = 24
        Height = 12
        Caption = '20元'
      end
      object Label10: TLabel
        Left = 167
        Top = 54
        Width = 24
        Height = 12
        Caption = '10元'
      end
      object Label11: TLabel
        Left = 9
        Top = 81
        Width = 18
        Height = 12
        Caption = '5元'
      end
      object Label12: TLabel
        Left = 114
        Top = 81
        Width = 18
        Height = 12
        Caption = '2元'
      end
      object Label13: TLabel
        Left = 219
        Top = 81
        Width = 18
        Height = 12
        Caption = '1元'
      end
      object Label14: TLabel
        Left = 9
        Top = 109
        Width = 18
        Height = 12
        Caption = '5角'
      end
      object Label15: TLabel
        Left = 114
        Top = 109
        Width = 18
        Height = 12
        Caption = '2角'
      end
      object Label16: TLabel
        Left = 219
        Top = 109
        Width = 18
        Height = 12
        Caption = '1角'
      end
      object Label17: TLabel
        Left = 9
        Top = 136
        Width = 18
        Height = 12
        Caption = '5分'
      end
      object Label18: TLabel
        Left = 114
        Top = 136
        Width = 18
        Height = 12
        Caption = '2分'
      end
      object Label19: TLabel
        Left = 219
        Top = 136
        Width = 18
        Height = 12
        Caption = '1分'
      end
      object seCts100yQty: TSDEdit
        Left = 42
        Top = 22
        Width = 107
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 0
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts50yQty: TSDEdit
        Left = 200
        Top = 22
        Width = 107
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 1
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts20yQty: TSDEdit
        Left = 41
        Top = 50
        Width = 107
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 2
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts10yQty: TSDEdit
        Left = 200
        Top = 50
        Width = 107
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 3
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts5yQty: TSDEdit
        Left = 29
        Top = 77
        Width = 74
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 4
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts2yQty: TSDEdit
        Left = 135
        Top = 77
        Width = 74
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 5
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts1yQty: TSDEdit
        Left = 240
        Top = 77
        Width = 74
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 6
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts5jQty: TSDEdit
        Left = 29
        Top = 105
        Width = 74
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 7
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts2jQty: TSDEdit
        Left = 135
        Top = 105
        Width = 74
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 8
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts1jQty: TSDEdit
        Left = 240
        Top = 105
        Width = 74
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 9
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts5fQty: TSDEdit
        Left = 29
        Top = 132
        Width = 74
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 10
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts2fQty: TSDEdit
        Left = 135
        Top = 132
        Width = 74
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 11
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
      object seCts1fQty: TSDEdit
        Left = 240
        Top = 132
        Width = 74
        Height = 18
        Ctl3D = False
        ParentColor = True
        ParentCtl3D = False
        TabOrder = 12
        Text = '0'
        OnExit = seCts100yQtyExit
        CharType = ctNumeric
        SplitSymbol = ' | '
      end
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 626
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 593
    Top = 10
  end
  inherited RecPrintDlg: TPrintDialog
    Top = 7
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Top = 7
  end
end

⌨️ 快捷键说明

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