nrout.dfm

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

DFM
341
字号
inherited frmNrOut: TfrmNrOut
  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
      inherited tbDeleteHead: TToolButton
        Visible = False
      end
    end
  end
  object sgNrOut: 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 = sgNrOutClick
    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 = '客  户:'
      Enabled = False
    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 lblNrOutUser: TLabel
      Left = 87
      Top = 284
      Width = 130
      Height = 12
      AutoSize = False
      Caption = 'lblNrOutUser'
    end
    object Label7: TLabel
      Left = 28
      Top = 310
      Width = 48
      Height = 12
      Caption = '备  注:'
    end
    object seNrOutCode: TSDEdit
      Left = 85
      Top = 31
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 0
      Text = 'seNrOutCode'
      OnExit = seNrOutCodeExit
      OnButtonClick = seNrOutCodeButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
    object scNrOutExpense: TSDComboBox
      Left = 85
      Top = 194
      Width = 131
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 6
      KeyItem = cbItem2
    end
    object seNrOutFmonth: TSDEdit
      Left = 85
      Top = 57
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seNrOutFmonth'
      SplitSymbol = ' | '
    end
    object deNrOutDate: TDateEdit
      Left = 85
      Top = 87
      Width = 108
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2001-08-30'
      InitDate = '2001-08-30'
      ModalResult = 0
      TabOrder = 2
      Color = -2113929211
      Ctl3D = False
      ParentCtl3D = False
    end
    object seNrOutClient: TSDEdit
      Left = 85
      Top = 115
      Width = 188
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 3
      Text = 'seNrOutClient'
      KeyItem = cbItem2
      SplitSymbol = ' | '
    end
    object seNrOutAmt: TSDEdit
      Left = 85
      Top = 142
      Width = 107
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 4
      Text = 'seNrOutAmt'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seNrOutInr: TSDEdit
      Left = 85
      Top = 169
      Width = 107
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 5
      Text = 'seNrOutInr'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seNrOutExp: TSDEdit
      Left = 85
      Top = 226
      Width = 108
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 7
      Text = 'seNrOutExp'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object scNrOutReason: TSDComboBox
      Left = 85
      Top = 251
      Width = 131
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 8
      KeyItem = cbItem2
    end
    object memNrOutDesc: TMemo
      Left = 84
      Top = 310
      Width = 200
      Height = 42
      Color = 50331647
      Ctl3D = False
      Lines.Strings = (
        'memNrOutDesc')
      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 + -
显示快捷键?