ept.dfm

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

DFM
198
字号
inherited frmEpt: TfrmEpt
  Left = 100
  Top = 92
  Width = 680
  Height = 433
  Caption = '奖惩情况'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 365
    Width = 672
  end
  inherited CoolBar1: TCoolBar
    Width = 672
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 672
      end>
    inherited tbMainBar: TToolBar
      Width = 659
    end
  end
  object FloatPanel1: TFloatPanel [2]
    Left = 377
    Top = 39
    Width = 295
    Height = 326
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 28
      Top = 30
      Width = 60
      Height = 12
      Caption = '项目代码:'
    end
    object Label2: TLabel
      Left = 28
      Top = 60
      Width = 60
      Height = 12
      Caption = '项目名称:'
    end
    object Label3: TLabel
      Left = 28
      Top = 90
      Width = 60
      Height = 12
      Caption = '项目类别:'
    end
    object Label4: TLabel
      Left = 28
      Top = 120
      Width = 36
      Height = 12
      Caption = '说明:'
    end
    object seEPTCode: TSDEdit
      Left = 110
      Top = 30
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      SplitSymbol = ' | '
    end
    object seEPTName: TSDEdit
      Left = 110
      Top = 60
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      SplitSymbol = ' | '
    end
    object scEPTClass: TSDComboBox
      Left = 110
      Top = 90
      Width = 140
      Height = 20
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 2
      KeyItem = cbItem2
    end
    object meEPTDesc: TMemo
      Left = 110
      Top = 120
      Width = 140
      Height = 20
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        ' ')
      ParentCtl3D = False
      TabOrder = 3
    end
  end
  object sgEpt: TSDGrid [3]
    Left = 0
    Top = 39
    Width = 377
    Height = 326
    Align = alLeft
    Color = 50331647
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 3
    OnClick = sgEptClick
    EvenGridColor = 50331647
    OddGridColor = 15725041
    Columns = <
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '项目代码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '项目名称'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '项目类别'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '说明'
        ColumnWidth = 0
      end>
    ColWidths = (
      7
      75
      96
      78
      111)
  end
  inherited MainMenu1: TMainMenu
    Left = 194
  end
  inherited ImageList1: TImageList
    Left = 146
    Top = 92
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 547
    Top = 191
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 563
    Top = 47
  end
end

⌨️ 快捷键说明

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