object FormSecTest2: TFormSecTest2
  Left = 193
  Top = 101
  Width = 456
  Height = 283
  Caption = 'SecTest2'
  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 Panel1: TPanel
    Left = 0
    Top = 0
    Width = 448
    Height = 57
    Align = alTop
    Caption = 'Panel1'
    TabOrder = 0
    object Button1: TButton
      Left = 32
      Top = 16
      Width = 57
      Height = 25
      Caption = 'Button1'
      TabOrder = 0
    end
    object Edit1: TEdit
      Left = 112
      Top = 16
      Width = 73
      Height = 21
      TabOrder = 1
      Text = 'Edit1'
    end
    object kParam1: TkParam
      Left = 296
      Top = 16
      Width = 81
      Height = 25
      Cursor = crDefault
      Caption = '1'
      ParentColor = True
      TabOrder = 2
      Ini.AutoSave = False
      Ini.GenName = 'Param'
      DisabledColor = clOlive
      MaxValue = 100000
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 57
    Width = 448
    Height = 185
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = 'TabSheet1'
      object kParam4: TkParam
        Left = 88
        Top = 40
        Width = 65
        Height = 33
        Cursor = crDefault
        Caption = '4'
        ParentColor = True
        TabOrder = 0
        Ini.AutoSave = False
        Ini.GenName = 'Param'
        MaxValue = 100000
      end
      object EditIni3: TEditIni
        Left = 96
        Top = 96
        Width = 73
        Height = 21
        TabOrder = 1
        Text = 'EditIni3'
        Ini.AutoSave = True
        Ini.PropName = 'Text'
      end
      object CheckBoxIni1: TCheckBoxIni
        Left = 232
        Top = 48
        Width = 81
        Height = 25
        Caption = '1'
        TabOrder = 2
        Ini.AutoSave = True
      end
    end
    object TabSheet2: TTabSheet
      Caption = 'TabSheet2'
      ImageIndex = 1
      object kParam2: TkParam
        Left = 104
        Top = 48
        Width = 73
        Height = 17
        Cursor = crDefault
        Caption = '2'
        ParentColor = True
        TabOrder = 0
        Ini.AutoSave = False
        Ini.GenName = 'Param'
        MaxValue = 100000
      end
      object EditIni1: TEditIni
        Left = 112
        Top = 80
        Width = 57
        Height = 21
        TabOrder = 1
        Text = 'EditIni1'
        Ini.AutoSave = True
        Ini.PropName = 'Text'
      end
    end
    object TabSheet3: TTabSheet
      Caption = 'TabSheet3'
      ImageIndex = 2
      object kParam3: TkParam
        Left = 112
        Top = 40
        Width = 57
        Height = 25
        Cursor = crDefault
        Caption = '3'
        ParentColor = True
        TabOrder = 0
        Ini.AutoSave = False
        Ini.GenName = 'Param'
        MaxValue = 100000
      end
      object EditIni2: TEditIni
        Left = 120
        Top = 80
        Width = 65
        Height = 21
        TabOrder = 1
        Text = 'EditIni2'
        Ini.AutoSave = True
        Ini.PropName = 'Text'
      end
    end
  end
  object SecurityForForm: TSecurityForForm
    Components.Strings = (
      '*')
    Items = <
      item
        Level = 1
        ItemToControl = Button1
      end>
    Left = 412
    Top = 97
  end
  object MainMenu1: TMainMenu
    Left = 252
    Top = 177
    object File1: TMenuItem
      Caption = '&File'
      object Eka2: TMenuItem
        Caption = 'Eka'
        Hint = 'Eka menuvalinta'
      end
    end
    object Edit2: TMenuItem
      Caption = 'Edit'
      Hint = 'Edit veto'
      object Toka1: TMenuItem
        Caption = 'Toka'
        Hint = 'Edit eka valinta'
      end
    end
  end
end
