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

📄 umaijin.dfm

📁 本文阐述了目前CRM(Customer Relationship Management 客户关系管理)的管理方法
💻 DFM
字号:
object maijin: Tmaijin
  Left = 208
  Top = 119
  BorderStyle = bsDialog
  Caption = #20080#36827#21830#21697
  ClientHeight = 402
  ClientWidth = 760
  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 Label2: TLabel
    Left = 477
    Top = 288
    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 Label1: TLabel
    Left = 2
    Top = 288
    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 = 163
    Top = 288
    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 Label4: TLabel
    Left = 634
    Top = 288
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #25968#37327#65306
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label5: TLabel
    Left = 323
    Top = 288
    Width = 36
    Height = 13
    AutoSize = False
    Caption = #26102#38388#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 = 760
    Height = 224
    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
    OnDrawColumnCell = DBGrid1DrawColumnCell
    Columns = <
      item
        Expanded = False
        FieldName = 'commodity'
        Title.Caption = #21830#21697
        Width = 130
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'factory'
        Title.Caption = #24037#21378
        Width = 130
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'price'
        Title.Caption = #20215#26684
        Width = 130
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'count'
        Title.Caption = #25968#37327
        Width = 130
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'time'
        Title.Caption = #26102#38388
        Width = 130
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'finished'
        Title.Caption = #26159#21542#23436#25104
        Width = 130
        Visible = True
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 760
    Height = 41
    Align = alTop
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 35
    Top = 284
    Width = 121
    Height = 21
    ReadOnly = True
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 514
    Top = 280
    Width = 121
    Height = 21
    ReadOnly = True
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 197
    Top = 283
    Width = 121
    Height = 21
    ReadOnly = True
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 664
    Top = 280
    Width = 65
    Height = 21
    ReadOnly = True
    TabOrder = 5
  end
  object Edit5: TEdit
    Left = 355
    Top = 282
    Width = 121
    Height = 21
    ReadOnly = True
    TabOrder = 6
  end
  object BitBtn1: TBitBtn
    Left = 264
    Top = 336
    Width = 217
    Height = 25
    Caption = #20080#36827'[&B]'
    TabOrder = 7
    OnClick = BitBtn1Click
    Kind = bkOK
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 64
    Top = 128
  end
  object ADOTable1: TADOTable
    Connection = Form2.ADOConnection1
    CursorType = ctStatic
    TableName = 'jinhuodan'
    Left = 96
    Top = 128
  end
  object ADOTable2: TADOTable
    Connection = Form2.ADOConnection1
    TableName = 'kucun'
    Left = 96
    Top = 168
  end
end

⌨️ 快捷键说明

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