srewrr.dfm

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

DFM
146
字号
inherited frmSrewRr: TfrmSrewRr
  Left = 57
  Top = 103
  Width = 675
  Height = 453
  Caption = '返修原因'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 385
    Width = 667
  end
  inherited CoolBar1: TCoolBar
    Width = 667
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 667
      end>
    inherited tbMainBar: TToolBar
      Width = 654
    end
  end
  object sgSrewRr: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 349
    Height = 346
    Align = alLeft
    Color = clWhite
    ColCount = 3
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    TabOrder = 2
    OnClick = sgSrewRrClick
    EvenGridColor = 15659257
    OddGridColor = clWhite
    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>
    ColWidths = (
      10
      107
      214)
  end
  object FloatPanel1: TFloatPanel [3]
    Left = 349
    Top = 39
    Width = 318
    Height = 346
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 3
    object Label2: TLabel
      Left = 13
      Top = 30
      Width = 84
      Height = 12
      Caption = '返修原因代码:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object Label3: TLabel
      Left = 13
      Top = 59
      Width = 84
      Height = 12
      Caption = '返修原因说明:'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
    end
    object seSrewRrCode: TSDEdit
      Left = 103
      Top = 25
      Width = 134
      Height = 18
      Ctl3D = False
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = '宋体'
      Font.Style = []
      ParentColor = True
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 0
      Text = 'seSrewRrCode'
      SplitSymbol = ' | '
    end
    object meSrewRrDesc: TMemo
      Left = 44
      Top = 81
      Width = 223
      Height = 97
      Color = clWhite
      Ctl3D = False
      Lines.Strings = (
        'meSrewRrDesc')
      ParentCtl3D = False
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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