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

📄 fawork.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmFaWork: TfrmFaWork
  Left = 116
  Top = 87
  Width = 586
  Height = 455
  Caption = '工作量维护'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 387
    Width = 578
  end
  inherited CoolBar1: TCoolBar
    Width = 578
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 578
      end>
    inherited tbMainBar: TToolBar
      Width = 565
      inherited tbGenrate: TToolButton
        Caption = '复制'
        Visible = True
      end
      inherited tbQuery: TToolButton
        Visible = False
      end
    end
  end
  object FloatPanel2: TFloatPanel [2]
    Left = 0
    Top = 39
    Width = 578
    Height = 30
    Align = alTop
    Color = 50331647
    Caption = 'FloatPanel2'
    ParentColor = False
    TabOrder = 2
    object Label9: TLabel
      Left = 9
      Top = 7
      Width = 60
      Height = 12
      Caption = '财务月份:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object labLgLocName: TLabel
      Left = 256
      Top = 7
      Width = 6
      Height = 11
      Font.Charset = GB2312_CHARSET
      Font.Color = clNavy
      Font.Height = -11
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object scFaWorkFmonth: TSDComboBox
      Left = 63
      Top = 3
      Width = 145
      Height = 20
      Color = 50331647
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ItemHeight = 12
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      Text = 'scFaWorkFmonth'
      OnClick = scFaWorkFmonthClick
    end
  end
  object sgFaWork: TSDGrid [3]
    Left = 0
    Top = 69
    Width = 305
    Height = 318
    Align = alLeft
    Color = 50331647
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    RowCount = 4
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 3
    OnClick = sgFaWorkClick
    EvenGridColor = 50331647
    OddGridColor = 50331647
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -13
        ColumnFont.Name = '宋体'
        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>
    ColWidths = (
      10
      94
      111
      83)
  end
  object FloatPanel1: TFloatPanel [4]
    Left = 305
    Top = 69
    Width = 273
    Height = 318
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 4
    object Label2: TLabel
      Left = 27
      Top = 37
      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 = 27
      Top = 99
      Width = 48
      Height = 12
      Caption = '工作量:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 27
      Top = 66
      Width = 60
      Height = 12
      Caption = '设备名称:'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seFaWorkLoad: TSDEdit
      Left = 84
      Top = 93
      Width = 110
      Height = 18
      Ctl3D = False
      MaxLength = 12
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = '0'
      DataType = dtNumber
      CharType = ctMathematic
      SplitSymbol = ' | '
      DefaultValue = '0'
    end
    object seFaWorkFadnName: TSDEdit
      Left = 84
      Top = 62
      Width = 110
      Height = 18
      Ctl3D = False
      Enabled = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 2
      Text = 'seFaWorkFadnName'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seFaWorkFadn: TSDEdit
      Left = 84
      Top = 32
      Width = 110
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seFaWorkFadn'
      OnKeyDown = seFaWorkFadnKeyDown
      CharType = ctMathematic
      OnButtonClick = seFaWorkFadnButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
  end
  inherited MainMenu1: TMainMenu
    Top = 107
  end
end

⌨️ 快捷键说明

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