www.pudn.com > Apriori(Finish).rar > Unit2.dfm


object Form2: TForm2 
  Left = 488 
  Top = 224 
  Width = 268 
  Height = 98 
  Caption = #20027#36984#21934 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  Menu = MainMenu1 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Label1: TLabel 
    Left = 32 
    Top = 16 
    Width = 212 
    Height = 20 
    Caption = #35531#36984#25799#20320#35201#36914#34892#30340#38917#30446'             ' 
    Font.Charset = DEFAULT_CHARSET 
    Font.Color = clRed 
    Font.Height = -16 
    Font.Name = 'MS Sans Serif' 
    Font.Style = [] 
    ParentFont = False 
  end 
  object MainMenu1: TMainMenu 
    Left = 200 
    Top = 16 
    object Apriori1: TMenuItem 
      Caption = #28436#31639#27861 
      object Apriori2: TMenuItem 
        Caption = 'Apriori' 
        OnClick = Apriori2Click 
      end 
    end 
    object N1: TMenuItem 
      Caption = #38364#26044 
      OnClick = N1Click 
    end 
    object N2: TMenuItem 
      Caption = #32080#26463 
      OnClick = N2Click 
    end 
  end 
end