timeitem.dfm

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

DFM
174
字号
inherited frmTimeItem: TfrmTimeItem
  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 = 337
    Top = 39
    Width = 335
    Height = 326
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 28
      Top = 54
      Width = 60
      Height = 12
      Caption = '项目代码:'
    end
    object Label2: TLabel
      Left = 28
      Top = 92
      Width = 60
      Height = 12
      Caption = '项目名称:'
    end
    object Label3: TLabel
      Left = 28
      Top = 130
      Width = 36
      Height = 12
      Caption = '说明:'
    end
    object seTimeItemCode: TSDEdit
      Left = 94
      Top = 46
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      SplitSymbol = ' | '
    end
    object seTimeItemDesc: TSDEdit
      Left = 94
      Top = 122
      Width = 140
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      SplitSymbol = ' | '
    end
    object scTimeItemName: TSDComboBox
      Left = 96
      Top = 85
      Width = 145
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 2
    end
  end
  object sgTimeItem: TSDGrid [3]
    Left = 0
    Top = 39
    Width = 337
    Height = 326
    Align = alLeft
    Color = 50331647
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 3
    OnClick = sgTimeItemClick
    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>
    ColWidths = (
      7
      83
      110
      122)
  end
  inherited MainMenu1: TMainMenu
    Left = 194
  end
  inherited ImageList1: TImageList
    Left = 146
    Top = 92
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 227
    Top = 191
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 251
    Top = 151
  end
  inherited SaveDataDlg: TSaveDialog
    Left = 221
    Top = 153
  end
end

⌨️ 快捷键说明

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