qcprochque.dfm

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

DFM
269
字号
inherited frmQcProcHQue: TfrmQcProcHQue
  Left = 18
  Top = 153
  Caption = '工序质检分析'
  Font.Height = -12
  Font.Name = '宋体'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  inherited Panel3: TPanel
    inherited GroupBox3: TGroupBox
      inherited edLable5: TLabel
        Left = 551
        Top = 22
        Width = 18
        Caption = '从:'
      end
      inherited edLabel6: TLabel
        Left = 551
        Top = 56
        Width = 18
        Caption = '到:'
      end
      object Label1: TLabel [2]
        Left = 10
        Top = 22
        Width = 54
        Height = 12
        Caption = '质检单号:'
      end
      object Label2: TLabel [3]
        Left = 10
        Top = 56
        Width = 54
        Height = 12
        Caption = '行    号:'
      end
      object Label3: TLabel [4]
        Left = 195
        Top = 22
        Width = 54
        Height = 12
        Caption = '质检项目:'
      end
      object Label5: TLabel [5]
        Left = 195
        Top = 56
        Width = 54
        Height = 12
        Caption = '缺陷等级:'
      end
      object Label4: TLabel [6]
        Left = 381
        Top = 22
        Width = 42
        Height = 12
        Caption = '车  间:'
      end
      object Label6: TLabel [7]
        Left = 381
        Top = 56
        Width = 42
        Height = 12
        Caption = '物  料:'
      end
      inherited dtDateBg: TDateEdit
        Left = 570
        Top = 18
      end
      inherited dtDateEn: TDateEdit
        Left = 570
        Top = 52
      end
      object seBoxCode: TSDEdit
        Left = 166
        Top = 18
        Width = 21
        Height = 20
        Color = clWhite
        TabOrder = 2
        SplitSymbol = ' | '
      end
      object seBoxGoods: TSDEdit
        Left = 166
        Top = 52
        Width = 21
        Height = 20
        Color = clWhite
        TabOrder = 3
        SplitSymbol = ' | '
      end
      object seBoxDept: TSDEdit
        Left = 352
        Top = 18
        Width = 21
        Height = 20
        Color = clWhite
        TabOrder = 4
        SplitSymbol = ' | '
      end
      object scDept: TSDComboBox
        Left = 249
        Top = 18
        Width = 100
        Height = 20
        ItemHeight = 12
        TabOrder = 5
        KeyItem = cbItem2
      end
      object seBoxWay: TSDEdit
        Left = 352
        Top = 52
        Width = 21
        Height = 20
        Color = clWhite
        TabOrder = 6
        SplitSymbol = ' | '
      end
      object scWay: TSDComboBox
        Left = 249
        Top = 52
        Width = 100
        Height = 20
        ItemHeight = 12
        TabOrder = 7
        KeyItem = cbItem2
      end
      object seCode: TSDEdit
        Left = 64
        Top = 18
        Width = 100
        Height = 20
        Color = clWhite
        TabOrder = 8
        OnButtonClick = seCodeButtonClick
        ButtonVisible = True
        SplitSymbol = ' | '
      end
      object seGoods: TSDEdit
        Left = 64
        Top = 52
        Width = 100
        Height = 20
        Color = clWhite
        TabOrder = 9
        OnButtonClick = seGoodsButtonClick
        ButtonVisible = True
        SplitSymbol = ' | '
      end
      object seBoxSupply: TSDEdit
        Left = 523
        Top = 18
        Width = 21
        Height = 20
        Color = clWhite
        TabOrder = 10
        SplitSymbol = ' | '
      end
      object seBoxGoodsName: TSDEdit
        Left = 523
        Top = 52
        Width = 21
        Height = 20
        Color = clWhite
        TabOrder = 11
        SplitSymbol = ' | '
      end
      object seSupply: TSDEdit
        Left = 422
        Top = 18
        Width = 100
        Height = 20
        Color = clWhite
        TabOrder = 12
        OnButtonClick = seSupplyButtonClick
        ButtonVisible = True
        SplitSymbol = ' | '
      end
      object seGoodsName: TSDEdit
        Left = 422
        Top = 52
        Width = 100
        Height = 20
        Color = clWhite
        TabOrder = 13
        OnButtonClick = seGoodsNameButtonClick
        ButtonVisible = True
        SplitSymbol = ' | '
      end
    end
    inherited GroupBox2: TGroupBox
      inherited btRest: TBitBtn
        Top = 61
      end
      inherited btFind: TBitBtn
        Top = 37
        Default = True
      end
      inherited BitBtn1: TBitBtn
        Top = 8
      end
    end
  end
  inherited Panel1: TPanel
    TabOrder = 3
  end
  object sgRep: TSDGrid [4]
    Left = 0
    Top = 99
    Width = 781
    Height = 412
    Align = alClient
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 1
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    Columns = <
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -11
        ColumnFont.Name = 'MS Sans Serif'
        ColumnFont.Style = []
        ColumnWidth = 2
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = DEFAULT_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        ColumnWidth = 0
      end>
    ColWidths = (
      10
      64
      64
      64
      64)
  end
end

⌨️ 快捷键说明

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