pzhsub.dfm

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 301 行

DFM
301
字号
inherited frmPzhSub: TfrmPzhSub
  Left = 298
  Top = 209
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = '凭证辅助帐录入'
  ClientHeight = 290
  ClientWidth = 228
  PixelsPerInch = 96
  TextHeight = 13
  object FloatPanel1: TFloatPanel
    Left = 0
    Top = 0
    Width = 230
    Height = 262
    Color = clWhite
    Caption = 'FloatPanel1'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentColor = False
    TabOrder = 0
    object Label10: TLabel
      Left = 33
      Top = 12
      Width = 30
      Height = 12
      Caption = '客户:'
    end
    object Label11: TLabel
      Left = 33
      Top = 56
      Width = 30
      Height = 12
      Caption = '部门:'
    end
    object Label12: TLabel
      Left = 33
      Top = 100
      Width = 30
      Height = 12
      Caption = '项目:'
    end
    object Label13: TLabel
      Left = 33
      Top = 78
      Width = 30
      Height = 12
      Caption = '个人:'
    end
    object Label14: TLabel
      Left = 9
      Top = 122
      Width = 54
      Height = 12
      Caption = '成本中心:'
    end
    object Label15: TLabel
      Left = 9
      Top = 144
      Width = 54
      Height = 12
      Caption = '结算方式:'
    end
    object Label16: TLabel
      Left = 33
      Top = 210
      Width = 30
      Height = 12
      Caption = '数量:'
    end
    object Label17: TLabel
      Left = 33
      Top = 232
      Width = 30
      Height = 12
      Caption = '单价:'
    end
    object Label18: TLabel
      Left = 9
      Top = 166
      Width = 54
      Height = 12
      Caption = '结算单据:'
    end
    object Label19: TLabel
      Left = 21
      Top = 34
      Width = 42
      Height = 12
      Caption = '供应商:'
    end
    object Label20: TLabel
      Left = 9
      Top = 188
      Width = 54
      Height = 12
      Caption = '计量单位:'
    end
    object sePzdClient: TSDEdit
      Left = 69
      Top = 5
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'sePzdClient'
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sePzdDept: TSDEdit
      Left = 69
      Top = 49
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'sePzdDept'
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sePzdProject: TSDEdit
      Left = 69
      Top = 94
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'sePzdProject'
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sePzdEmployee: TSDEdit
      Left = 69
      Top = 72
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'sePzdEmployee'
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sePzdCc: TSDEdit
      Left = 69
      Top = 116
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 4
      Text = 'sePzdCc'
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sePzdSettleMode: TSDEdit
      Left = 69
      Top = 138
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 5
      Text = 'sePzdSettleMode'
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sePzdQty: TSDEdit
      Left = 69
      Top = 205
      Width = 117
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 6
      Text = 'sePzdQty'
      SplitSymbol = ' | '
    end
    object sePzdPrice: TSDEdit
      Left = 69
      Top = 227
      Width = 117
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 7
      Text = 'sePzdPrice'
      SplitSymbol = ' | '
    end
    object sePzdSettleNo: TSDEdit
      Left = 69
      Top = 160
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 8
      Text = 'sePzdSettleNo'
      SplitSymbol = ' | '
    end
    object sePzdSupply: TSDEdit
      Left = 69
      Top = 27
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 9
      Text = 'sePzdSupply'
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
    object sePzdUnit: TSDEdit
      Left = 69
      Top = 183
      Width = 94
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 10
      Text = 'sePzdUnit'
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
  end
  object bbtOK: TBitBtn
    Left = 54
    Top = 264
    Width = 81
    Height = 22
    Caption = '确定'
    ModalResult = 1
    TabOrder = 1
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
      3333333333333333333333330000333333333333333333333333F33333333333
      00003333344333333333333333388F3333333333000033334224333333333333
      338338F3333333330000333422224333333333333833338F3333333300003342
      222224333333333383333338F3333333000034222A22224333333338F338F333
      8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
      33333338F83338F338F33333000033A33333A222433333338333338F338F3333
      0000333333333A222433333333333338F338F33300003333333333A222433333
      333333338F338F33000033333333333A222433333333333338F338F300003333
      33333333A222433333333333338F338F00003333333333333A22433333333333
      3338F38F000033333333333333A223333333333333338F830000333333333333
      333A333333333333333338330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object bbtCancel: TBitBtn
    Left = 141
    Top = 264
    Width = 81
    Height = 22
    Caption = '取消'
    TabOrder = 2
    Kind = bkCancel
  end
end

⌨️ 快捷键说明

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