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

📄 gccr.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmGccr: TfrmGccr
  Left = 100
  Top = 106
  Width = 615
  Height = 453
  Caption = '物控更改原因'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 385
    Width = 607
  end
  inherited CoolBar1: TCoolBar
    Width = 607
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 607
      end>
    inherited tbMainBar: TToolBar
      Width = 594
    end
  end
  object sgGccr: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 305
    Height = 346
    Align = alLeft
    Color = clWhite
    ColCount = 3
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    RowCount = 4
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 2
    OnClick = sgGccrClick
    EvenGridColor = 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>
    ColWidths = (
      5
      124
      166)
  end
  object fpGccr: TFloatPanel [3]
    Left = 305
    Top = 39
    Width = 302
    Height = 346
    Align = alClient
    Color = clWhite
    ParentColor = False
    TabOrder = 3
    object Label1: TLabel
      Left = 22
      Top = 41
      Width = 84
      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 seGccrName: TSDEdit
      Left = 105
      Top = 84
      Width = 166
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Text = 'seGccrName'
      SplitSymbol = ' | '
    end
    object seGccrDesc: TSDEdit
      Left = 105
      Top = 131
      Width = 166
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 1
      Text = 'seGccrDesc'
      SplitSymbol = ' | '
    end
    object seGccrCode: TSDEdit
      Left = 105
      Top = 36
      Width = 166
      Height = 18
      CharCase = ecUpperCase
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'SEGCCRCODE'
      OnExit = seGccrCodeExit
      SplitSymbol = ' | '
    end
  end
end

⌨️ 快捷键说明

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