cale.dfm

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

DFM
276
字号
inherited frmCale: TfrmCale
  Left = 55
  Top = 132
  Height = 514
  Caption = '工厂日历'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 446
  end
  inherited CoolBar1: TCoolBar
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 616
      end>
    inherited tbMainBar: TToolBar
      inherited tbDeleteHead: TToolButton
        Visible = False
      end
      inherited tbQuery: TToolButton
        Visible = False
      end
    end
  end
  object FloatPanel1: TFloatPanel [2]
    Left = 333
    Top = 69
    Width = 283
    Height = 377
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 15
      Top = 49
      Width = 60
      Height = 12
      Caption = '工厂日期:'
    end
    object Label2: TLabel
      Left = 15
      Top = 18
      Width = 60
      Height = 12
      Caption = '社会日期:'
    end
    object Label4: TLabel
      Left = 15
      Top = 174
      Width = 60
      Height = 12
      Caption = '日历年份:'
    end
    object Label5: TLabel
      Left = 39
      Top = 80
      Width = 36
      Height = 12
      Caption = '星期:'
    end
    object Label6: TLabel
      Left = 39
      Top = 112
      Width = 36
      Height = 12
      Caption = '状态:'
    end
    object Label7: TLabel
      Left = 15
      Top = 143
      Width = 60
      Height = 12
      Caption = '财务月份:'
    end
    object seCaleFacDate: TSDEdit
      Left = 75
      Top = 44
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 2
      Text = 'seCaleFacDate'
      SplitSymbol = ' | '
    end
    object seCaleWeek: TSDEdit
      Left = 75
      Top = 75
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 3
      Text = 'seCaleWeek'
      SplitSymbol = ' | '
    end
    object seCaleYear: TSDEdit
      Left = 75
      Top = 168
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 4
      Text = 'seCaleYear'
      SplitSymbol = ' | '
    end
    object seCaleMonth: TSDEdit
      Left = 75
      Top = 137
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seCaleMonth'
      SplitSymbol = ' | '
    end
    object scCaleStatus: TSDComboBox
      Left = 75
      Top = 104
      Width = 112
      Height = 20
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 1
      Text = 'scCaleStatus'
      Items.Strings = (
        '1-工作'
        '2-停工'
        '3-厂休')
    end
    object seCaleSocDate: TSDEdit
      Left = 75
      Top = 13
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 5
      Text = 'seCaleSocDate'
      SplitSymbol = ' | '
    end
  end
  object sgCale: TSDGrid [3]
    Left = 0
    Top = 69
    Width = 333
    Height = 377
    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 = 3
    OnClick = sgCaleClick
    SelectColor = clActiveCaption
    OddGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '社会日期'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '工厂日期'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '星期几'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '状态'
        ColumnWidth = 0
      end>
    ColWidths = (
      82
      85
      64
      69)
  end
  object FloatPanel2: TFloatPanel [4]
    Left = 0
    Top = 39
    Width = 616
    Height = 30
    Align = alTop
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 4
    object Label3: TLabel
      Left = 10
      Top = 8
      Width = 60
      Height = 12
      Caption = '财务月份:'
    end
    object cbYearMonth: TSDComboBox
      Left = 70
      Top = 2
      Width = 141
      Height = 20
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      Text = 'cbYearMonth'
      OnClick = cbYearMonthClick
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 98
    Top = 203
    inherited muFile: TMenuItem
      OnClick = muAddDetailClick
    end
  end
  inherited ImageList1: TImageList
    Left = 98
    Top = 203
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 98
    Top = 203
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 98
    Top = 203
  end
end

⌨️ 快捷键说明

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