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

📄 planner.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmPlanner: TfrmPlanner
  Left = 125
  Top = 115
  Width = 569
  Height = 399
  Caption = '计划员资料'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 331
    Width = 561
  end
  inherited CoolBar1: TCoolBar
    Width = 561
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 561
      end>
    inherited tbMainBar: TToolBar
      Width = 548
    end
  end
  object sgPlanner: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 289
    Height = 292
    Align = alLeft
    Color = 50331647
    ColCount = 4
    Ctl3D = False
    DefaultRowHeight = 22
    FixedColor = 8564917
    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 = 2
    OnClick = sgPlannerClick
    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 = -13
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '寻呼'
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      83
      94
      88)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 289
    Top = 39
    Width = 272
    Height = 292
    Align = alClient
    Color = 50331647
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 42
      Top = 35
      Width = 72
      Height = 12
      Caption = '计划员代码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 42
      Top = 67
      Width = 36
      Height = 12
      Caption = '电话:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label10: TLabel
      Left = 42
      Top = 99
      Width = 36
      Height = 12
      Caption = '寻呼:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object GroupBox1: TGroupBox
      Left = 44
      Top = 127
      Width = 168
      Height = 97
      Caption = '权限'
      TabOrder = 3
      object sckPlannerStop: TCheckBox
        Left = 25
        Top = 27
        Width = 50
        Height = 16
        Caption = '中止'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
      object sckPlannerCancel: TCheckBox
        Left = 105
        Top = 27
        Width = 50
        Height = 16
        Caption = '取消'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
      object sckPlannerCheck: TCheckBox
        Left = 105
        Top = 56
        Width = 50
        Height = 16
        Caption = '审核'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
      end
      object sckPlannerClose: TCheckBox
        Left = 25
        Top = 56
        Width = 50
        Height = 16
        Caption = '结清'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
      end
    end
    object sePlannerTel: TSDEdit
      Left = 79
      Top = 63
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'sePlannerTel'
      SplitSymbol = ' | '
    end
    object sePlannerBeepPage: TSDEdit
      Left = 80
      Top = 92
      Width = 111
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'sePlannerBeepPage'
      SplitSymbol = ' | '
    end
    object scPlannerCode: TSDComboBox
      Left = 111
      Top = 29
      Width = 82
      Height = 20
      Color = 50331647
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      TabOrder = 0
      Text = 'scPlannerCode'
    end
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 187
    Top = 103
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 115
    Top = 127
  end
end

⌨️ 快捷键说明

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