wageitem.dfm

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

DFM
263
字号
inherited frmWageItem: TfrmWageItem
  Left = 133
  Top = 173
  Width = 626
  Height = 410
  Caption = '工资项目定义'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 342
    Width = 618
  end
  inherited CoolBar1: TCoolBar
    Width = 618
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 618
      end>
    inherited tbMainBar: TToolBar
      Width = 605
    end
  end
  object sgWageItem: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 257
    Height = 303
    Align = alLeft
    Color = 50331647
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    RowCount = 1
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgWageItemClick
    EvenGridColor = 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
        Visible = False
      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 = (
      9
      70
      106
      64)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 257
    Top = 39
    Width = 361
    Height = 303
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel4'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 24
      Top = 250
      Width = 60
      Height = 12
      Caption = '项目代码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      Visible = False
    end
    object Label2: TLabel
      Left = 24
      Top = 24
      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 = 24
      Top = 94
      Width = 60
      Height = 12
      Caption = '项目类型:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label6: TLabel
      Left = 24
      Top = 128
      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 = 24
      Top = 57
      Width = 60
      Height = 12
      Caption = '项目序号:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seWageItemName: TSDEdit
      Left = 82
      Top = 20
      Width = 120
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seWageItemName'
      SplitSymbol = ' | '
    end
    object seWageItemFrName: TSDEdit
      Left = 24
      Top = 153
      Width = 321
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'seWageItemFrName'
      OnButtonClick = seWageItemFrNameButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
    object scWageItemInPut: TSDComboBox
      Left = 82
      Top = 87
      Width = 120
      Height = 20
      Style = csDropDownList
      Color = 50331647
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      ParentShowHint = False
      ShowHint = False
      TabOrder = 2
      KeyItem = cbItem2
    end
    object seWageItemFormula: TSDEdit
      Left = 24
      Top = 217
      Width = 321
      Height = 18
      Ctl3D = False
      Enabled = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 4
      Text = 'seWageItemFormula'
      Visible = False
      OnButtonClick = seWageItemFrNameButtonClick
      SplitSymbol = ' | '
    end
    object seWageItemCode: TSDEdit
      Left = 82
      Top = 247
      Width = 120
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 5
      Text = 'seWageItemCode'
      Visible = False
      SplitSymbol = ' | '
    end
    object seWageItemType: TSDEdit
      Left = 210
      Top = 243
      Width = 63
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 6
      Text = 'seWageItemType'
      Visible = False
      SplitSymbol = ' | '
    end
    object seWageItemNO: TSDEdit
      Left = 82
      Top = 53
      Width = 120
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seWageItemNO'
      SplitSymbol = ' | '
    end
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 523
  end
end

⌨️ 快捷键说明

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