unitfrmmonthandcountry.dfm

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

DFM
119
字号
object FrmMonthAndCountry: TFrmMonthAndCountry
  Left = 190
  Top = 103
  BorderStyle = bsDialog
  Caption = 'MonthAndCountry'
  ClientHeight = 525
  ClientWidth = 737
  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 Panel2: TPanel
    Left = 0
    Top = 0
    Width = 729
    Height = 513
    Caption = 'Panel2'
    TabOrder = 0
    object Label3: TLabel
      Left = 606
      Top = 108
      Width = 52
      Height = 13
      Caption = 'Detail List: '
    end
    object Chart1: TChart
      Left = 24
      Top = 24
      Width = 569
      Height = 465
      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 = 601
      Top = 12
      Width = 113
      Height = 80
      TabOrder = 1
      object Label1: TLabel
        Left = 8
        Top = 16
        Width = 31
        Height = 13
        Caption = 'Year:  '
      end
      object Label2: TLabel
        Left = 0
        Top = 48
        Width = 45
        Height = 13
        Caption = 'Country:  '
      end
      object ComboBox1: TComboBox
        Left = 40
        Top = 16
        Width = 65
        Height = 21
        Enabled = False
        ItemHeight = 13
        TabOrder = 0
        Text = 'ComboBox1'
      end
      object ComboBox2: TComboBox
        Left = 40
        Top = 48
        Width = 65
        Height = 21
        Enabled = False
        ItemHeight = 13
        TabOrder = 1
        Text = 'ComboBox2'
      end
    end
    object ListBox1: TListBox
      Left = 601
      Top = 124
      Width = 113
      Height = 376
      ItemHeight = 13
      TabOrder = 2
    end
  end
end

⌨️ 快捷键说明

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