arlt.dfm

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

DFM
233
字号
inherited frmArlt: TfrmArlt
  Left = 104
  Top = 77
  Width = 620
  Height = 420
  Caption = '应收发票行类型'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 350
    Width = 612
  end
  inherited CoolBar1: TCoolBar
    Width = 612
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 612
      end>
    inherited tbMainBar: TToolBar
      Width = 599
    end
  end
  object sgArlt: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 313
    Height = 311
    Align = alLeft
    Color = 50331647
    ColCount = 3
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgArltClick
    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>
    ColWidths = (
      10
      101
      193)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 313
    Top = 39
    Width = 299
    Height = 311
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 28
      Top = 32
      Width = 60
      Height = 12
      Caption = '类型代码:'
    end
    object Label2: TLabel
      Left = 28
      Top = 61
      Width = 60
      Height = 12
      Caption = '类型名称:'
    end
    object Label3: TLabel
      Left = 28
      Top = 177
      Width = 60
      Height = 12
      Caption = '类型说明:'
    end
    object Label4: TLabel
      Left = 28
      Top = 122
      Width = 60
      Height = 12
      Caption = '科目方向:'
    end
    object Label5: TLabel
      Left = 28
      Top = 90
      Width = 60
      Height = 12
      Caption = '类型科目:'
    end
    object Label6: TLabel
      Left = 28
      Top = 152
      Width = 60
      Height = 12
      Caption = '应收来源:'
    end
    object seArltCode: TSDEdit
      Left = 85
      Top = 27
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seArltCode'
      OnExit = seArltCodeExit
      SplitSymbol = ' | '
    end
    object seArltName: TSDEdit
      Left = 85
      Top = 54
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seArltName'
      SplitSymbol = ' | '
    end
    object memArltDesc: TMemo
      Left = 29
      Top = 195
      Width = 193
      Height = 68
      Color = 50331647
      Ctl3D = False
      Lines.Strings = (
        'memArltDesc')
      ParentCtl3D = False
      TabOrder = 4
    end
    object gbKmDrection: TGroupBox
      Left = 85
      Top = 112
      Width = 136
      Height = 27
      TabOrder = 2
      object rbArltDirj: TRadioButton
        Left = 17
        Top = 9
        Width = 46
        Height = 14
        Caption = '借方'
        Color = 50331647
        ParentColor = False
        TabOrder = 0
      end
      object rbArltDird: TRadioButton
        Left = 72
        Top = 9
        Width = 43
        Height = 14
        Caption = '贷方'
        Color = 50331647
        ParentColor = False
        TabOrder = 1
      end
    end
    object seArltGlkm: TSDEdit
      Left = 85
      Top = 83
      Width = 136
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 3
      Text = 'seArltGlkm'
      CharType = ctMathematic
      OnButtonClick = seArltGlkmButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      SplitSymbol = ' | '
    end
    object scArltFrom: TSDComboBox
      Left = 88
      Top = 147
      Width = 131
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 5
      KeyItem = cbItem2
    end
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 563
    Top = 65535
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 571
    Top = 23
  end
end

⌨️ 快捷键说明

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