vactype.dfm

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

DFM
242
字号
inherited frmVacType: TfrmVacType
  Left = 243
  Top = 108
  Width = 589
  Height = 470
  Caption = '假别类型'
  OldCreateOrder = True
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 402
    Width = 581
  end
  inherited CoolBar1: TCoolBar
    Width = 581
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 581
      end>
    inherited tbMainBar: TToolBar
      Width = 568
    end
  end
  object sgVacType: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 305
    Height = 363
    Align = alLeft
    Color = clWhite
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgVacTypeClick
    SelectColor = clNavy
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = ANSI_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '假别代码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = ANSI_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '假别名称'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = ANSI_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '扣款系数'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = ANSI_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '扣款金额'
        ColumnWidth = 0
      end>
    ColWidths = (
      67
      105
      67
      54)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 305
    Top = 39
    Width = 276
    Height = 363
    Align = alClient
    Color = clWhite
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 7
      Top = 19
      Width = 60
      Height = 12
      Caption = '假别代码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 7
      Top = 52
      Width = 60
      Height = 12
      Caption = '假别名称:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 7
      Top = 86
      Width = 60
      Height = 12
      Caption = '扣款系数:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label4: TLabel
      Left = 7
      Top = 119
      Width = 60
      Height = 12
      Caption = '扣款金额:'
    end
    object seVacTypeCode: TSDEdit
      Left = 65
      Top = 12
      Width = 146
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 18
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      Text = 'seVacTypeCode'
      SplitSymbol = ' | '
    end
    object seVacTypeName: TSDEdit
      Left = 65
      Top = 45
      Width = 186
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      MaxLength = 20
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 1
      Text = 'seVacTypeName'
      SplitSymbol = ' | '
    end
    object seVacTypeDc: TSDEdit
      Left = 65
      Top = 79
      Width = 103
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 2
      Text = '0'
      DigLen = 2
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seVacTypeDa: TSDEdit
      Left = 65
      Top = 112
      Width = 103
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 3
      Text = '0'
      DigLen = 2
      DataType = dtNumber
      CharType = ctNumeric
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
  end
  inherited ImageList1: TImageList
    Left = 90
    Top = 83
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 90
    Top = 83
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 90
    Top = 83
  end
end

⌨️ 快捷键说明

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