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

📄 unit_analyzefancy.dfm

📁 delphi开发的中国移动大客户管理系统,后台数据库为oracle
💻 DFM
字号:
inherited Frm_AnalyzeFancy: TFrm_AnalyzeFancy
  Caption = '个人客户喜好统计'
  PixelsPerInch = 96
  TextHeight = 15
  inherited Panel1: TPanel
    inherited Panel4: TPanel
      object Label7: TLabel [6]
        Left = 8
        Top = 180
        Width = 75
        Height = 15
        Caption = '大类喜好:'
      end
      object Label8: TLabel [7]
        Left = 8
        Top = 208
        Width = 75
        Height = 15
        Caption = '小类喜好:'
      end
      object FlatComboBoxIndiTop: TFlatComboBox
        Tag = 34
        Left = 80
        Top = 176
        Width = 87
        Height = 23
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 15
        TabOrder = 7
        ItemIndex = -1
        OnChange = FlatComboBoxIndiTopChange
      end
      object FlatComboBoxIndiServ: TFlatComboBox
        Tag = 34
        Left = 80
        Top = 204
        Width = 87
        Height = 23
        Style = csDropDownList
        Color = clWindow
        ItemHeight = 15
        TabOrder = 8
        ItemIndex = -1
      end
    end
  end
  inherited Panel2: TPanel
    inherited Panel7: TPanel
      inherited SpeedButton6: TSpeedButton
        Left = 334
      end
      inherited SBGrade: TSpeedButton
        Left = 267
        Down = False
      end
      object SpeedButton1: TSpeedButton
        Left = 349
        Top = 2
        Width = 67
        Height = 32
        AllowAllUp = True
        GroupIndex = 6
        Caption = '喜好'
        Flat = True
      end
    end
  end
  inherited QueryTotal: TQuery
    Left = 17
    Top = 308
  end
  inherited QueryDetail: TQuery
    Left = 16
    Top = 340
  end
  inherited DataSourceTotal: TDataSource
    Left = 52
    Top = 312
  end
  inherited QueryRow: TQuery
    Left = 16
    Top = 376
  end
end

⌨️ 快捷键说明

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