unit_analyzefancy.dfm

来自「delphi开发的中国移动大客户管理系统,后台数据库为oracle」· DFM 代码 · 共 86 行

DFM
86
字号
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 + =
减小字号Ctrl + -
显示快捷键?