qcshw.dfm

来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 850 行 · 第 1/2 页

DFM
850
字号
inherited frmQcshW: TfrmQcshW
  Left = 47
  Top = 125
  Width = 772
  Height = 485
  Caption = '成品质检单'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object FloatPanel3: TFloatPanel [0]
    Left = 0
    Top = 372
    Width = 764
    Height = 44
    Align = alBottom
    Color = clWhite
    Enabled = False
    Caption = 'FloatPanel3'
    ParentColor = False
    TabOrder = 5
    object Label2: TLabel
      Left = 519
      Top = 9
      Width = 48
      Height = 12
      Anchors = [akTop, akRight]
      Caption = '审核人:'
    end
    object labQcshChecker: TLabel
      Left = 568
      Top = 9
      Width = 84
      Height = 12
      Anchors = [akTop, akRight]
      Caption = 'labQcshChecker'
    end
    object Label7: TLabel
      Left = 257
      Top = 9
      Width = 60
      Height = 12
      Caption = '审核日期:'
    end
    object labQcshCheckDate: TLabel
      Left = 320
      Top = 9
      Width = 96
      Height = 12
      Caption = 'labQcshCheckDate'
    end
    object cbxQcshCheck: TCheckBox
      Left = 67
      Top = 7
      Width = 69
      Height = 17
      Caption = '单已审核'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
  end
  object sgQcsh: TSDGrid [1]
    Left = 0
    Top = 161
    Width = 764
    Height = 211
    Align = alClient
    Color = clWhite
    ColCount = 10
    Ctl3D = False
    DefaultRowHeight = 20
    FixedColor = 8564917
    RowCount = 4
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 4
    OnDblClick = sgQcshDblClick
    OnSelectCell = sgQcshSelectCell
    OddGridColor = 14806523
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        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
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '物料名称'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        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
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clNavy
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '不合格数量'
        ColumnWidth = 0
      end>
    ColWidths = (
      8
      51
      77
      80
      97
      71
      69
      59
      64
      67)
  end
  object fpQcshHead: TFloatPanel [2]
    Left = 0
    Top = 39
    Width = 764
    Height = 122
    Align = alTop
    Color = clWhite
    Caption = 'fpQcshHead'
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 13
      Top = 17
      Width = 54
      Height = 12
      Caption = '质检单号:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label9: TLabel
      Left = 13
      Top = 57
      Width = 54
      Height = 12
      Caption = '质检日期:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label10: TLabel
      Left = 349
      Top = 90
      Width = 54
      Height = 12
      Caption = '系统日期:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label5: TLabel
      Left = 13
      Top = 92
      Width = 54
      Height = 12
      Caption = '质检类型:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 349
      Top = 15
      Width = 54
      Height = 12
      Caption = '送检单号:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object labSysDate: TLabel
      Left = 411
      Top = 89
      Width = 42
      Height = 12
      Caption = 'SysDate'
      Enabled = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label17: TLabel
      Left = 349
      Top = 54
      Width = 42
      Height = 12
      Caption = '质检员:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seQcshCode: TSDEdit
      Left = 70
      Top = 13
      Width = 147
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seQcshCode'
      OnKeyDown = seQcshCodeKeyDown
      SplitSymbol = ' | '
    end
    object deQcshDate: TDateEdit
      Left = 70
      Top = 54
      Width = 112
      Height = 18
      LineOffset = 2
      LineColor = clGreen
      LineVisible = False
      CDate = '2003-1-21'
      InitDate = '2003-1-21'
      ModalResult = 0
      TabOrder = 1
      Color = 50331647
      Ctl3D = False
      ParentCtl3D = False
    end
    object scQcshType: TSDComboBox
      Left = 70
      Top = 86
      Width = 157
      Height = 20
      Style = csDropDownList
      Ctl3D = False
      ItemHeight = 12
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      KeyItem = cbItem2
    end
    object scQcshUser: TSDComboBox
      Left = 408
      Top = 49
      Width = 157
      Height = 20
      Ctl3D = False
      Enabled = False
      ItemHeight = 12
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'scQcshUser'
      KeyItem = cbItem2
      ReadOnly = True
    end
    object seQcshDocCode: TSDEdit
      Left = 408
      Top = 10
      Width = 158
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 4
      Text = 'seQcshDocCode'
      OnButtonClick = seQcshDocCodeButtonClick
      ButtonVisible = True
      SplitSymbol = ' | '
    end
  end
  object fpQcsdDetail: TFloatPanel [3]
    Left = 0
    Top = 161
    Width = 764
    Height = 211
    Align = alClient
    Color = clWhite
    Caption = 'fpQcsdDetail'
    ParentColor = False
    TabOrder = 3
    object GroupBox2: TGroupBox
      Left = 6
      Top = 4
      Width = 323
      Height = 196
      TabOrder = 0
      object Label20: TLabel
        Left = 10
        Top = 123
        Width = 54
        Height = 12
        Caption = '技术要求:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label18: TLabel
        Left = 10
        Top = 20
        Width = 54
        Height = 12
        Caption = '质检行号:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label15: TLabel
        Left = 10
        Top = 148
        Width = 54
        Height = 12
        Caption = '送检数量:'
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlack
        Font.Height = -12
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
      end
      object Label21: TLabel
        Left = 10
        Top = 174
        Width = 42

⌨️ 快捷键说明

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