glbmqtywillget.dfm

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

DFM
175
字号
inherited frmGlbmQtyWillGet: TfrmGlbmQtyWillGet
  Left = 171
  Top = 84
  Width = 780
  Height = 593
  Caption = '预收帐款明细'
  OldCreateOrder = True
  WindowState = wsMaximized
  OnActivate = nil
  OnKeyDown = nil
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Image1: TImage [0]
    Left = 0
    Top = 39
    Width = 772
    Height = 40
    Align = alTop
  end
  object labMemory: TLabel [1]
    Left = 211
    Top = 60
    Width = 42
    Height = 12
    Caption = 'Memory'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  inherited sbBar: TStatusBar
    Top = 525
    Width = 772
  end
  inherited CoolBar1: TCoolBar
    Width = 772
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 772
      end>
    inherited tbMainBar: TToolBar
      Width = 759
    end
  end
  object sgGlbmQtyWillGet: TSDGrid [4]
    Left = 0
    Top = 79
    Width = 772
    Height = 446
    Align = alClient
    ColCount = 8
    Ctl3D = False
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goAlwaysShowEditor]
    ParentCtl3D = False
    TabOrder = 2
    OnDblClick = sgGlbmQtyWillGetDblClick
    Columns = <
      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
      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
      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 = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '贷 方'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '方 向'
        ColumnWidth = 0
      end
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '余 额'
        ColumnWidth = 0
      end>
    ColWidths = (
      97
      137
      38
      116
      113
      108
      37
      110)
  end
  inherited MainMenu1: TMainMenu
    Left = 70
    Top = 127
  end
  inherited ImageList1: TImageList
    Left = 70
    Top = 127
  end
  inherited QueryPrnDlg: TPrintDialog
    Left = 70
    Top = 127
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 70
    Top = 127
  end
  inherited pmDetail: TPopupMenu
    Left = 70
    Top = 127
  end
  inherited puQueryGrid: TPopupMenu
    Left = 70
    Top = 127
  end
end

⌨️ 快捷键说明

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