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

📄 fy.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmFy: TfrmFy
  Left = 136
  Top = 81
  Width = 607
  Height = 428
  Caption = '财务年度设置'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 360
    Width = 599
  end
  inherited CoolBar1: TCoolBar
    Width = 599
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 599
      end>
    inherited tbMainBar: TToolBar
      Width = 586
    end
  end
  object sgFy: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 329
    Height = 321
    Align = alLeft
    Color = 50331647
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgFyClick
    EvenGridColor = 50331647
    OddGridColor = 50331647
    Columns = <
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '财务年度'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        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
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '结束日期'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      86
      54
      87
      84)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 329
    Top = 39
    Width = 270
    Height = 321
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 28
      Top = 42
      Width = 60
      Height = 12
      Caption = '财务年度:'
    end
    object Label7: TLabel
      Left = 28
      Top = 124
      Width = 60
      Height = 12
      Caption = '开始日期:'
    end
    object Label2: TLabel
      Left = 28
      Top = 83
      Width = 48
      Height = 12
      Caption = '期间数:'
    end
    object Label3: TLabel
      Left = 28
      Top = 164
      Width = 60
      Height = 12
      Caption = '结束日期:'
    end
    object seFyYear: TSDEdit
      Left = 88
      Top = 38
      Width = 107
      Height = 18
      Ctl3D = False
      ImeName = '中文 (简体) - 微软拼音'
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seFyYear'
      OnKeyDown = seFyYearKeyDown
      SplitSymbol = ' | '
    end
    object deFyBegDate: TDateEdit
      Left = 88
      Top = 120
      Width = 106
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2001-04-25'
      InitDate = '2001-04-25'
      ModalResult = 0
      TabOrder = 1
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object deFyEndDate: TDateEdit
      Left = 88
      Top = 160
      Width = 106
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2001-04-25'
      InitDate = '2001-04-25'
      ModalResult = 0
      TabOrder = 2
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object chkFyCurrent: TCheckBox
      Left = 28
      Top = 205
      Width = 97
      Height = 17
      Alignment = taLeftJustify
      Caption = '是否当前年度'
      TabOrder = 3
    end
    object scFyPeriods: TSDComboBox
      Left = 88
      Top = 78
      Width = 105
      Height = 20
      Color = 50331647
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 4
      Text = 'scFyPeriods'
    end
  end
  inherited MainMenu1: TMainMenu
    Left = 626
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 593
    Top = 10
  end
  inherited RecPrintDlg: TPrintDialog
    Top = 7
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Top = 7
  end
end

⌨️ 快捷键说明

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