qcm.dfm

来自「速达开源ERP系统」· DFM 代码 · 共 171 行

DFM
171
字号
inherited frmQcm: TfrmQcm
  Left = 66
  Top = 86
  Width = 714
  Height = 448
  Caption = '质检员维护'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 380
    Width = 706
  end
  inherited CoolBar1: TCoolBar
    Width = 706
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 706
      end>
    inherited tbMainBar: TToolBar
      Width = 693
    end
  end
  object sgQcm: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 305
    Height = 341
    Align = alLeft
    Color = clWhite
    ColCount = 4
    DefaultRowHeight = 18
    FixedColor = clScrollBar
    FixedCols = 0
    RowCount = 4
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing]
    ParentFont = False
    TabOrder = 0
    OnClick = sgQcmClick
    EvenGridColor = clWhite
    OddGridColor = clWhite
    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 = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        TitleString = '质检员代码'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        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
      96
      88)
  end
  object fpQcm: TFloatPanel [3]
    Left = 305
    Top = 39
    Width = 401
    Height = 341
    Align = alClient
    Color = clWhite
    Caption = 'fpQcm'
    ParentColor = False
    TabOrder = 1
    object Label1: TLabel
      Left = 22
      Top = 41
      Width = 72
      Height = 12
      Caption = '质检员代码:'
    end
    object Label2: TLabel
      Left = 22
      Top = 89
      Width = 36
      Height = 12
      Caption = '电话:'
    end
    object Label3: TLabel
      Left = 22
      Top = 137
      Width = 36
      Height = 12
      Caption = '呼机:'
    end
    object seQcmTel: TSDEdit
      Left = 105
      Top = 84
      Width = 237
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seQcmTel'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seQcmBeepPage: TSDEdit
      Left = 105
      Top = 131
      Width = 237
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seQcmBeepPage'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seQcmCode: TSDEdit
      Left = 107
      Top = 36
      Width = 236
      Height = 18
      CharCase = ecUpperCase
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 2
      Text = 'SEQCMCODE'
      CharType = ctCharacter
      OnButtonClick = seQcmCodeButtonClick
      ButtonVisible = True
      KeyItem = cbItem2
      DispItem = cbItem1
      SplitSymbol = ' | '
    end
  end
end

⌨️ 快捷键说明

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