unitfrm3d.dfm

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

DFM
127
字号
object Frm3D: TFrm3D
  Left = 233
  Top = 138
  BorderStyle = bsDialog
  Caption = '3D'
  ClientHeight = 398
  ClientWidth = 709
  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 Panel1: TPanel
    Left = 0
    Top = 4
    Width = 705
    Height = 389
    Caption = 'Panel1'
    TabOrder = 0
    object GroupBox1: TGroupBox
      Left = 5
      Top = 1
      Width = 692
      Height = 374
      TabOrder = 0
      object TreeView1: TTreeView
        Left = 80
        Top = 16
        Width = 113
        Height = 343
        Indent = 19
        ReadOnly = True
        TabOrder = 0
        OnClick = TreeView1Click
        OnMouseDown = TreeView1MouseDown
      end
      object TreeView2: TTreeView
        Left = 501
        Top = 16
        Width = 185
        Height = 345
        Indent = 19
        ReadOnly = True
        TabOrder = 1
        OnClick = TreeView2Click
        OnMouseDown = TreeView2MouseDown
      end
      object TreeView3: TTreeView
        Left = 280
        Top = 16
        Width = 115
        Height = 345
        Indent = 19
        ReadOnly = True
        TabOrder = 2
        OnClick = TreeView3Click
        OnMouseDown = TreeView3MouseDown
      end
      object ComboBox1: TComboBox
        Left = 8
        Top = 40
        Width = 65
        Height = 21
        ItemHeight = 13
        TabOrder = 3
        Text = 'ComboBox1'
      end
      object ComboBox2: TComboBox
        Left = 416
        Top = 40
        Width = 65
        Height = 21
        ItemHeight = 13
        TabOrder = 4
        Text = 'ComboBox2'
      end
      object ComboBox3: TComboBox
        Left = 208
        Top = 51
        Width = 65
        Height = 21
        ItemHeight = 13
        TabOrder = 5
        Text = 'ComboBox3'
      end
      object Button1: TButton
        Left = 416
        Top = 248
        Width = 65
        Height = 25
        Caption = 'OK!'
        TabOrder = 6
        OnClick = Button1Click
      end
      object RadioButton1: TRadioButton
        Left = 8
        Top = 16
        Width = 65
        Height = 17
        Caption = 'DimTime'
        TabOrder = 7
      end
      object RadioButton2: TRadioButton
        Left = 416
        Top = 16
        Width = 73
        Height = 17
        Caption = 'DimCustomer'
        TabOrder = 8
      end
      object RadioButton3: TRadioButton
        Left = 195
        Top = 18
        Width = 81
        Height = 17
        Caption = 'DimProduct'
        TabOrder = 9
      end
    end
  end
end

⌨️ 快捷键说明

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