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

📄 wsr.dfm

📁 科思ERP部分源码及控件
💻 DFM
字号:
inherited frmWsr: TfrmWsr
  Left = 92
  Top = 68
  Height = 477
  Caption = '工单报废原因'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 409
  end
  inherited CoolBar1: TCoolBar
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 616
      end>
  end
  object FloatPanel1: TFloatPanel [2]
    Left = 329
    Top = 39
    Width = 287
    Height = 370
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 12
      Top = 20
      Width = 60
      Height = 12
      Caption = '原因代码:'
    end
    object Label2: TLabel
      Left = 11
      Top = 52
      Width = 60
      Height = 12
      Caption = '原因说明:'
    end
    object seWsrCode: TSDEdit
      Left = 70
      Top = 15
      Width = 178
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seWsrCode'
      SplitSymbol = ' | '
    end
    object memWsrDesc: TMemo
      Left = 70
      Top = 53
      Width = 178
      Height = 48
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        'memWsrdDesc')
      ParentCtl3D = False
      TabOrder = 1
    end
  end
  object sgWsr: TSDGrid [3]
    Left = 0
    Top = 39
    Width = 329
    Height = 370
    Align = alLeft
    BiDiMode = bdRightToLeftReadingOnly
    Color = clWhite
    ColCount = 2
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentBiDiMode = False
    ParentCtl3D = False
    TabOrder = 3
    OnClick = sgWsrClick
    SelectColor = clActiveCaption
    OddGridColor = clWhite
    Columns = <
      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 = (
      120
      176)
  end
  inherited MainMenu1: TMainMenu
    Left = 206
    Top = 147
  end
  inherited RecPrintDlg: TPrintDialog
    Left = 264
    Top = 147
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 235
    Top = 147
  end
end

⌨️ 快捷键说明

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