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

📄 vw_arrih.dfm

📁 一个以前收集的基于C/S架构的ERP客户端源代码
💻 DFM
字号:
inherited frmVW_Arrih: TfrmVW_Arrih
  Left = 55
  Top = 66
  Width = 702
  Height = 472
  Anchors = [akLeft, akTop, akBottom]
  Caption = '红字发票核销查询'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 402
    Width = 694
  end
  inherited CoolBar1: TCoolBar
    Width = 694
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 694
      end>
    inherited tbMainBar: TToolBar
      Width = 681
      inherited tbPrevious: TToolButton
        OnClick = tbPreviousClick
      end
    end
  end
  object sgArrih: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 694
    Height = 363
    Hint = '双击查看明细'
    Align = alClient
    Color = clWhite
    ColCount = 7
    Ctl3D = False
    DefaultColWidth = 100
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    RowCount = 4
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
    ParentCtl3D = False
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    OnDblClick = sgArrihDblClick
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clBlack
        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
      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
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        TitleString = '备注'
        ColumnWidth = 0
      end>
    ColWidths = (
      104
      78
      52
      76
      75
      80
      213)
  end
  inherited MainMenu1: TMainMenu
    Left = 482
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 569
    Top = 2
  end
  inherited QueryPrnDlg: TPrintDialog
    Left = 542
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 513
  end
  inherited pmDetail: TPopupMenu
    Left = 631
    Top = 8
  end
  inherited puQueryGrid: TPopupMenu
    Left = 600
  end
end

⌨️ 快捷键说明

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