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

📄 buyer.dfm

📁 速达开源ERP系统
💻 DFM
字号:
inherited frmBuyer: TfrmBuyer
  Left = 45
  Top = 88
  Width = 722
  Height = 456
  Caption = '采购员资料'
  OldCreateOrder = True
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  inherited sbBar: TStatusBar
    Top = 388
    Width = 714
  end
  inherited CoolBar1: TCoolBar
    Width = 714
    Bands = <
      item
        Control = tbMainBar
        ImageIndex = -1
        MinHeight = 35
        Width = 714
      end>
    inherited tbMainBar: TToolBar
      Width = 701
    end
  end
  object FloatPanel1: TFloatPanel [2]
    Left = 433
    Top = 39
    Width = 281
    Height = 349
    Align = alClient
    Color = clWhite
    Caption = 'FloatPanel1'
    ParentColor = False
    TabOrder = 2
    object Label1: TLabel
      Left = 20
      Top = 18
      Width = 72
      Height = 12
      Caption = '采购员代码:'
    end
    object Label2: TLabel
      Left = 20
      Top = 57
      Width = 72
      Height = 12
      Caption = '采购员名称:'
      Enabled = False
    end
    object Label3: TLabel
      Left = 20
      Top = 97
      Width = 72
      Height = 12
      Caption = '采购员电话:'
    end
    object Label4: TLabel
      Left = 20
      Top = 136
      Width = 72
      Height = 12
      Caption = '采购员BP机:'
    end
    object GroupBox1: TGroupBox
      Left = 25
      Top = 162
      Width = 211
      Height = 112
      Caption = '权限明细'
      TabOrder = 4
      object cbBuyerCheck: TCheckBox
        Left = 9
        Top = 20
        Width = 84
        Height = 16
        Caption = '审核/反审核'
        TabOrder = 0
      end
      object cbBuyerStop: TCheckBox
        Left = 106
        Top = 21
        Width = 87
        Height = 16
        Caption = '中止/恢复'
        TabOrder = 1
      end
      object cbBuyerCancel: TCheckBox
        Left = 9
        Top = 48
        Width = 127
        Height = 16
        Caption = '作废/恢复'
        TabOrder = 2
      end
      object cbBuyerClose: TCheckBox
        Left = 106
        Top = 47
        Width = 102
        Height = 16
        Caption = '结清/反结清'
        TabOrder = 3
      end
      object cbBuyerPost: TCheckBox
        Left = 10
        Top = 77
        Width = 95
        Height = 15
        Caption = '月结'
        TabOrder = 4
      end
    end
    object seBuyerCode: TSDComboBox
      Left = 96
      Top = 12
      Width = 112
      Height = 20
      Style = csDropDownList
      Color = clWhite
      Ctl3D = False
      ItemHeight = 12
      ParentCtl3D = False
      ParentShowHint = False
      ShowHint = False
      TabOrder = 0
      OnClick = seBuyerCodeClick
    end
    object seBuyerName: TSDEdit
      Left = 96
      Top = 52
      Width = 112
      Height = 18
      TabStop = False
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      ReadOnly = True
      TabOrder = 1
      Text = 'seBuyerName'
      SplitSymbol = ' | '
    end
    object seBuyerTel: TSDEdit
      Left = 96
      Top = 91
      Width = 112
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 2
      Text = 'seBuyerTel'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
    object seBuyerBeepPager: TSDEdit
      Left = 96
      Top = 131
      Width = 112
      Height = 18
      Ctl3D = False
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 3
      Text = 'seBuyerBeepPager'
      CharType = ctMathematic
      SplitSymbol = ' | '
    end
  end
  object sgBuyer: TSDGrid [3]
    Left = 0
    Top = 39
    Width = 433
    Height = 349
    Align = alLeft
    Color = clWhite
    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 = 3
    OnClick = sgBuyerClick
    EvenGridColor = clWhite
    Columns = <
      item
        ColumnFont.Charset = GB2312_CHARSET
        ColumnFont.Color = clWindowText
        ColumnFont.Height = -12
        ColumnFont.Name = '宋体'
        ColumnFont.Style = []
        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 = '采购员BP机'
        ColumnWidth = 0
      end>
    ColWidths = (
      6
      99
      91
      99
      116)
  end
  inherited MainMenu1: TMainMenu
    Left = 610
    Top = 3
  end
  inherited ImageList1: TImageList
    Left = 577
    Top = 10
  end
  inherited RecPrintDlg: TPrintDialog
    Top = 7
  end
  inherited PrnSetupDlg: TPrinterSetupDialog
    Left = 547
    Top = 7
  end
end

⌨️ 快捷键说明

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