⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cale.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmCale: TfrmCale
  Left = 271
  Top = 107
  Width = 558
  Height = 461
  Caption = '工厂日历'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 393
    Width = 550
  end
  inherited CoolBar1: TCoolBar
    Width = 550
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 550
      end>
    inherited tbMainBar: TToolBar
      Width = 537
      inherited tbDeleteHead: TToolButton
        Visible = False
      end
    end
  end
  object FloatPanel1: TFloatPanel [2]
    Left = 293
    Top = 69
    Width = 257
    Height = 324
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 10
      Top = 46
      Width = 54
      Height = 12
      Caption = '工厂日期:'
    end
    object Label2: TLabel
      Left = 10
      Top = 18
      Width = 54
      Height = 12
      Caption = '社会日期:'
    end
    object Label4: TLabel
      Left = 10
      Top = 156
      Width = 54
      Height = 12
      Caption = '日历年份:'
    end
    object Label5: TLabel
      Left = 34
      Top = 73
      Width = 30
      Height = 12
      Caption = '星期:'
    end
    object Label6: TLabel
      Left = 34
      Top = 101
      Width = 30
      Height = 12
      Caption = '状态:'
    end
    object Label7: TLabel
      Left = 10
      Top = 128
      Width = 54
      Height = 12
      Caption = '财务月份:'
    end
    object seCaleFacDate: TSDEdit
      Left = 66
      Top = 40
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 2
      Text = 'seCaleFacDate'
      SplitSymbol = ' | '
    end
    object seCaleWeek: TSDEdit
      Left = 66
      Top = 68
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 3
      Text = 'seCaleWeek'
      SplitSymbol = ' | '
    end
    object seCaleYear: TSDEdit
      Left = 66
      Top = 150
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 4
      Text = 'seCaleYear'
      SplitSymbol = ' | '
    end
    object seCaleMonth: TSDEdit
      Left = 66
      Top = 123
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seCaleMonth'
      SplitSymbol = ' | '
    end
    object scCaleStatus: TSDComboBox
      Left = 66
      Top = 92
      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 = 66
      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 = 293
    Height = 324
    Align = alLeft
    Color = clWhite
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 21
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 3
    OnClick = sgCaleClick
    SelectColor = clBackground
    EvenGridColor = 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 = (
      76
      78
      57
      69)
  end
  object FloatPanel2: TFloatPanel [4]
    Left = 0
    Top = 39
    Width = 550
    Height = 30
    Align = alTop
    Color = clWhite
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 4
    object Label3: TLabel
      Left = 10
      Top = 8
      Width = 54
      Height = 12
      Caption = '财务月份:'
    end
    object cbYearMonth: TSDComboBox
      Left = 67
      Top = 2
      Width = 141
      Height = 20
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      Text = 'cbYearMonth'
      OnChange = cbYearMonthChange
    end
  end
  inherited MainMenu1: TMainMenu
    inherited muFile: TMenuItem
      OnClick = muAddDetailClick
    end
  end
end

⌨️ 快捷键说明

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