Subversion Repositories userdetect2

Rev

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

Rev 82 Rev 83
Line 1... Line 1...
1
object UD2MainForm: TUD2MainForm
1
object UD2MainForm: TUD2MainForm
2
  Left = 190
2
  Left = 190
3
  Top = 177
3
  Top = 177
4
  Width = 784
4
  Width = 784
5
  Height = 440
5
  Height = 440
6
  ActiveControl = TasksListView
6
  ActiveControl = Memo1
7
  Caption = 'ViaThinkSoft UserDetect2'
7
  Caption = 'ViaThinkSoft UserDetect2'
8
  Color = clBtnFace
8
  Color = clBtnFace
9
  Font.Charset = DEFAULT_CHARSET
9
  Font.Charset = DEFAULT_CHARSET
10
  Font.Color = clWindowText
10
  Font.Color = clWindowText
11
  Font.Height = -11
11
  Font.Height = -11
Line 20... Line 20...
20
  object PageControl1: TPageControl
20
  object PageControl1: TPageControl
21
    Left = 0
21
    Left = 0
22
    Top = 0
22
    Top = 0
23
    Width = 768
23
    Width = 768
24
    Height = 402
24
    Height = 402
25
    ActivePage = TasksTabSheet
25
    ActivePage = TabSheet5
26
    Align = alClient
26
    Align = alClient
27
    TabOrder = 0
27
    TabOrder = 0
28
    object TasksTabSheet: TTabSheet
28
    object TasksTabSheet: TTabSheet
29
      Caption = 'Tasks'
29
      Caption = 'Tasks'
30
      object TasksListView: TVTSListView
30
      object TasksListView: TVTSListView
Line 47... Line 47...
47
      end
47
      end
48
    end
48
    end
49
    object TabSheet2: TTabSheet
49
    object TabSheet2: TTabSheet
50
      Caption = 'Identifications'
50
      Caption = 'Identifications'
51
      ImageIndex = 1
51
      ImageIndex = 1
-
 
52
      DesignSize = (
-
 
53
        760
-
 
54
        374)
52
      object IdentificationsListView: TVTSListView
55
      object IdentificationsListView: TVTSListView
53
        Left = 0
56
        Left = 0
54
        Top = 0
57
        Top = 0
55
        Width = 760
58
        Width = 760
56
        Height = 374
59
        Height = 374
Line 59... Line 62...
59
          item
62
          item
60
            Caption = 'Description'
63
            Caption = 'Description'
61
            Width = 100
64
            Width = 100
62
          end
65
          end
63
          item
66
          item
-
 
67
            Caption = 'Dyn'
-
 
68
          end
-
 
69
          item
64
            Caption = 'Method name'
70
            Caption = 'Method name'
65
            Width = 100
71
            Width = 100
66
          end
72
          end
67
          item
73
          item
68
            Caption = 'Value'
74
            Caption = 'Value'
Line 76... Line 82...
76
        PopupMenu = IdentificationsPopupMenu
82
        PopupMenu = IdentificationsPopupMenu
77
        TabOrder = 0
83
        TabOrder = 0
78
        ViewStyle = vsReport
84
        ViewStyle = vsReport
79
        OnCompare = ListViewCompare
85
        OnCompare = ListViewCompare
80
      end
86
      end
-
 
87
      object Button5: TButton
-
 
88
        Left = 616
-
 
89
        Top = 320
-
 
90
        Width = 129
-
 
91
        Height = 41
-
 
92
        Anchors = [akRight, akBottom]
-
 
93
        Caption = 'Test dynamic'
-
 
94
        TabOrder = 1
-
 
95
        OnClick = Button5Click
-
 
96
      end
81
    end
97
    end
82
    object TabSheet3: TTabSheet
98
    object TabSheet3: TTabSheet
83
      Caption = 'Task Definition File Template'
99
      Caption = 'Task Definition File Template'
84
      ImageIndex = 2
100
      ImageIndex = 2
85
      object IniTemplateMemo: TMemo
101
      object IniTemplateMemo: TMemo
Line 601... Line 617...
601
      object VersionLabel: TLabel
617
      object VersionLabel: TLabel
602
        Left = 104
618
        Left = 104
603
        Top = 64
619
        Top = 64
604
        Width = 15
620
        Width = 15
605
        Height = 13
621
        Height = 13
606
        Caption = '2.1'
622
        Caption = '2.2'
607
      end
623
      end
608
      object Memo1: TMemo
624
      object Memo1: TMemo
609
        Left = 264
625
        Left = 264
610
        Top = 8
626
        Top = 8
611
        Width = 482
627
        Width = 482