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

📄 pselect.dfm

📁 科思ERP部分源码及控件
💻 DFM
字号:
inherited frmProdSelect: TfrmProdSelect
  Left = 95
  Top = 100
  Width = 606
  Height = 415
  Caption = 'Bom列表选择'
  OldCreateOrder = True
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 347
    Width = 598
  end
  inherited CoolBar1: TCoolBar
    Width = 598
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 598
      end>
    inherited tbMainBar: TToolBar
      Width = 585
      inherited tbGenDetail: TToolButton
        Visible = True
      end
      object tbChoose: TToolButton
        Left = 477
        Top = 0
        AutoSize = True
        Caption = '全选'
        ImageIndex = 14
        OnClick = tbChooseClick
      end
    end
  end
  object gPSelect: TSDGrid [2]
    Left = 0
    Top = 39
    Width = 598
    Height = 308
    Align = alClient
    ColCount = 6
    DefaultRowHeight = 18
    FixedColor = 8564917
    FixedCols = 0
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goAlwaysShowEditor]
    TabOrder = 2
    OnDblClick = gPSelectDblClick
    Columns = <
      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 = (
      44
      102
      165
      54
      92
      132)
  end
  inherited MainMenu1: TMainMenu
    Left = 418
    Top = 173
  end
  inherited ImageList1: TImageList
    Left = 479
    Top = 204
  end
  inherited QueryPrnDlg: TPrintDialog
    Left = 502
    Top = 173
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 473
    Top = 173
  end
  inherited pmDetail: TPopupMenu
    Left = 446
    Top = 172
  end
  inherited puQueryGrid: TPopupMenu
    Left = 448
    Top = 204
  end
  inherited ExportSaveDlg: TSaveDialog
    Left = 417
    Top = 204
  end
  inherited AdvReport: TAdvReport
    Left = 512
    Top = 208
  end
end

⌨️ 快捷键说明

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