Subversion Repositories userdetect2

Rev

Rev 81 | Rev 83 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81 Rev 82
Line 11... Line 11...
11
  Font.Height = -11
11
  Font.Height = -11
12
  Font.Name = 'MS Sans Serif'
12
  Font.Name = 'MS Sans Serif'
13
  Font.Style = []
13
  Font.Style = []
14
  OldCreateOrder = False
14
  OldCreateOrder = False
15
  Position = poScreenCenter
15
  Position = poScreenCenter
-
 
16
  OnCreate = FormCreate
16
  OnDestroy = FormDestroy
17
  OnDestroy = FormDestroy
17
  OnShow = FormShow
-
 
18
  PixelsPerInch = 96
18
  PixelsPerInch = 96
19
  TextHeight = 13
19
  TextHeight = 13
20
  object PageControl1: TPageControl
20
  object PageControl1: TPageControl
21
    Left = 0
21
    Left = 0
22
    Top = 0
22
    Top = 0
Line 2151... Line 2151...
2151
  end
2151
  end
2152
  object OpenDialog1: TOpenDialog
2152
  object OpenDialog1: TOpenDialog
2153
    DefaultExt = '.ini'
2153
    DefaultExt = '.ini'
2154
    Filter = 'Task Definition File (*.ini)|*.ini|Any file (*.*)|*.*'
2154
    Filter = 'Task Definition File (*.ini)|*.ini|Any file (*.*)|*.*'
2155
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
2155
    Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
-
 
2156
    Title = 'Please select the Task Definition File'
2156
    Left = 520
2157
    Left = 520
2157
    Top = 32
2158
    Top = 32
2158
  end
2159
  end
2159
  object TasksImageList: TImageList
2160
  object TasksImageList: TImageList
2160
    Height = 32
2161
    Height = 32