unitfrmcustomerandproduct.dfm

来自「关联规则算法的实现和表示Delphi源码」· DFM 代码 · 共 119 行

DFM
119
字号
object FrmCustomerAndProduct: TFrmCustomerAndProduct
  Left = 220
  Top = 123
  BorderStyle = bsDialog
  Caption = 'CustomerAndProduct'
  ClientHeight = 453
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 665
    Height = 425
    Caption = 'Panel1'
    TabOrder = 0
    object Label3: TLabel
      Left = 528
      Top = 96
      Width = 52
      Height = 13
      Caption = 'Detail List: '
    end
    object Chart1: TChart
      Left = 16
      Top = 16
      Width = 481
      Height = 393
      AllowPanning = pmNone
      AllowZoom = False
      BackWall.Brush.Color = clWhite
      BackWall.Brush.Style = bsClear
      BackWall.Pen.Visible = False
      Title.Text.Strings = (
        'TChart')
      Title.Visible = False
      AxisVisible = False
      ClipPoints = False
      Frame.Visible = False
      Legend.Visible = False
      View3D = False
      View3DOptions.Elevation = 315
      View3DOptions.Orthogonal = False
      View3DOptions.Perspective = 0
      View3DOptions.Rotation = 360
      View3DWalls = False
      BevelOuter = bvLowered
      TabOrder = 0
      object Series1: TPieSeries
        Marks.ArrowLength = 8
        Marks.Style = smsLabelPercent
        Marks.Visible = True
        SeriesColor = clRed
        OtherSlice.Text = 'Other'
        PieValues.DateTime = False
        PieValues.Name = 'Pie'
        PieValues.Multiplier = 1.000000000000000000
        PieValues.Order = loNone
      end
    end
    object GroupBox1: TGroupBox
      Left = 512
      Top = 13
      Width = 145
      Height = 76
      TabOrder = 1
      object Label1: TLabel
        Left = 5
        Top = 16
        Width = 50
        Height = 13
        Caption = 'Customer: '
      end
      object Label2: TLabel
        Left = 5
        Top = 46
        Width = 48
        Height = 13
        Caption = 'Category: '
      end
      object ComboBox1: TComboBox
        Left = 61
        Top = 14
        Width = 81
        Height = 21
        Enabled = False
        ItemHeight = 13
        TabOrder = 0
        Text = 'ComboBox1'
      end
      object ComboBox2: TComboBox
        Left = 61
        Top = 45
        Width = 81
        Height = 21
        Enabled = False
        ItemHeight = 13
        TabOrder = 1
        Text = 'ComboBox2'
      end
    end
    object ListBox1: TListBox
      Left = 517
      Top = 118
      Width = 139
      Height = 286
      ItemHeight = 13
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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