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

📄 uhuoyuan.dfm

📁 本文阐述了目前CRM(Customer Relationship Management 客户关系管理)的管理方法
💻 DFM
字号:
object huoyuan: Thuoyuan
  Left = 270
  Top = 161
  Width = 629
  Height = 419
  Caption = #36135#28304
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 280
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #24037#21378#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 224
    Top = 280
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #21830#21697#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 400
    Top = 280
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #20215#26684#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 41
    Width = 621
    Height = 192
    Align = alTop
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    Columns = <
      item
        Expanded = False
        FieldName = 'factory'
        Title.Caption = #24037#21378
        Width = 150
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'commodity'
        Title.Caption = #21830#21697
        Width = 150
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'price'
        Title.Caption = #20215#26684
        Width = 100
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 621
    Height = 41
    Align = alTop
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 88
    Top = 275
    Width = 121
    Height = 21
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 264
    Top = 275
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 440
    Top = 274
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object BitBtn1: TBitBtn
    Left = 8
    Top = 328
    Width = 75
    Height = 25
    Caption = #39318#35760#24405
    TabOrder = 5
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 83
    Top = 328
    Width = 75
    Height = 25
    Caption = #19978#19968#26465
    TabOrder = 6
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 158
    Top = 328
    Width = 75
    Height = 25
    Caption = #19979#19968#26465
    TabOrder = 7
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 233
    Top = 328
    Width = 75
    Height = 25
    Caption = #26411#35760#24405
    TabOrder = 8
    OnClick = BitBtn4Click
  end
  object BitBtn5: TBitBtn
    Left = 308
    Top = 328
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 9
    OnClick = BitBtn5Click
  end
  object BitBtn6: TBitBtn
    Left = 384
    Top = 328
    Width = 75
    Height = 25
    Caption = #21024#38500
    TabOrder = 10
    OnClick = BitBtn6Click
  end
  object BitBtn7: TBitBtn
    Left = 459
    Top = 328
    Width = 75
    Height = 25
    Caption = #20462#25913
    TabOrder = 11
    OnClick = BitBtn7Click
  end
  object BitBtn8: TBitBtn
    Left = 534
    Top = 328
    Width = 75
    Height = 25
    Caption = #20445#23384
    Enabled = False
    TabOrder = 12
    OnClick = BitBtn8Click
  end
  object ADOTable1: TADOTable
    Active = True
    Connection = Form2.ADOConnection1
    CursorType = ctStatic
    TableName = 'source'
    Left = 120
    Top = 152
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 160
    Top = 152
  end
end

⌨️ 快捷键说明

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