nreds.dfm

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

DFM
339
字号
inherited frmNrEds: TfrmNrEds
  Left = 87
  Top = 77
  Width = 669
  Height = 470
  Caption = '票据背书'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 402
    Width = 661
  end
  inherited CoolBar1: TCoolBar
    Width = 661
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 661
      end>
    inherited tbMainBar: TToolBar
      Width = 648
    end
  end
  object sgNrEds: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 337
    Height = 363
    Align = alLeft
    Color = 50331647
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgNrEdsClick
    EvenGridColor = 50331647
    OddGridColor = 50331647
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        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
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '背书原因'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      74
      132
      108)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 337
    Top = 39
    Width = 324
    Height = 363
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 28
      Top = 32
      Width = 60
      Height = 12
      Caption = '背书票据:'
    end
    object Label6: TLabel
      Left = 28
      Top = 200
      Width = 60
      Height = 12
      Caption = '费用类型:'
    end
    object Label2: TLabel
      Left = 28
      Top = 60
      Width = 60
      Height = 12
      Caption = '财务月份:'
    end
    object Label5: TLabel
      Left = 28
      Top = 88
      Width = 48
      Height = 12
      Caption = '日  期:'
    end
    object Label3: TLabel
      Left = 28
      Top = 117
      Width = 48
      Height = 12
      Caption = '供应商:'
    end
    object Label4: TLabel
      Left = 28
      Top = 145
      Width = 48
      Height = 12
      Caption = '金  额:'
      Enabled = False
    end
    object Label8: TLabel
      Left = 28
      Top = 172
      Width = 48
      Height = 12
      Caption = '利  息:'
    end
    object Label9: TLabel
      Left = 28
      Top = 229
      Width = 48
      Height = 12
      Caption = '费  用:'
    end
    object Label10: TLabel
      Left = 28
      Top = 257
      Width = 60
      Height = 12
      Caption = '背书原因:'
    end
    object Label11: TLabel
      Left = 28
      Top = 285
      Width = 48
      Height = 12
      Caption = '操作员:'
    end
    object lblNrEdsUser: TLabel
      Left = 87
      Top = 284
      Width = 130
      Height = 12
      AutoSize = False
      Caption = 'lblNrEdsUser'
    end
    object Label7: TLabel
      Left = 28
      Top = 310
      Width = 48
      Height = 12
      Caption = '备  注:'
    end
    object seNrEdsCode: TSDEdit
      Left = 85
      Top = 31
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 0
      Text = 'seNrEdsCode'
      OnExit = seNrEdsCodeExit
      OnButtonClick = seNrEdsCodeButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
    object scNrEdsExpense: TSDComboBox
      Left = 85
      Top = 194
      Width = 131
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 6
      KeyItem = cbItem2
    end
    object seNrEdsFmonth: TSDEdit
      Left = 85
      Top = 57
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seNrEdsFmonth'
      SplitSymbol = ' | '
    end
    object deNrEdsDate: TDateEdit
      Left = 85
      Top = 87
      Width = 108
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-04-04'
      InitDate = '2003-04-04 15:17:35'
      ModalResult = 0
      TabOrder = 2
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
    object seNrEdsSupply: TSDEdit
      Left = 85
      Top = 115
      Width = 188
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 3
      Text = 'seNrEdsSupply'
      OnButtonClick = seNrEdsSupplyButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      SplitSymbol = ' | '
    end
    object seNrEdsAmt: TSDEdit
      Left = 85
      Top = 142
      Width = 107
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 4
      Text = 'seNrEdsAmt'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seNrEdsInr: TSDEdit
      Left = 85
      Top = 169
      Width = 107
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 5
      Text = 'seNrEdsInr'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seNrEdsExp: TSDEdit
      Left = 85
      Top = 226
      Width = 108
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 7
      Text = 'seNrEdsExp'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object scNrEdsReason: TSDComboBox
      Left = 85
      Top = 251
      Width = 131
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 8
      KeyItem = cbItem2
    end
    object memNrEdsDesc: TMemo
      Left = 84
      Top = 310
      Width = 200
      Height = 42
      Color = 50331647
      Ctl3D = False
      Lines.Strings = (
        'memNrEdsDesc')
      ParentCtl3D = False
      TabOrder = 9
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 626
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 537
    Top = 2
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 563
    Top = 65535
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 595
    Top = 65535
  end
end

⌨️ 快捷键说明

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