Subversion Repositories userdetect2

Rev

Rev 82 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 82 Rev 94
Line 1... Line 1...
1
object UD2TaskPropertiesForm: TUD2TaskPropertiesForm
1
object UD2TaskPropertiesForm: TUD2TaskPropertiesForm
2
  Left = 318
2
  Left = 318
3
  Top = 140
3
  Top = 140
4
  Width = 495
-
 
5
  Height = 465
-
 
6
  Caption = 'Task properties'
4
  Caption = 'Task properties'
-
 
5
  ClientHeight = 444
-
 
6
  ClientWidth = 481
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
9
  Font.Color = clWindowText
10
  Font.Height = -11
10
  Font.Height = -11
11
  Font.Name = 'MS Sans Serif'
11
  Font.Name = 'MS Sans Serif'
12
  Font.Style = []
12
  Font.Style = []
13
  OldCreateOrder = False
13
  OldCreateOrder = False
14
  Position = poScreenCenter
14
  Position = poScreenCenter
15
  DesignSize = (
15
  DesignSize = (
16
    479
16
    481
17
    427)
17
    444)
18
  PixelsPerInch = 96
18
  PixelsPerInch = 96
19
  TextHeight = 13
19
  TextHeight = 13
20
  object Image1: TImage
20
  object Image1: TImage
21
    Left = 16
21
    Left = 16
22
    Top = 16
22
    Top = 16
Line 30... Line 30...
30
    Height = 13
30
    Height = 13
31
    Caption = 'Configuration'
31
    Caption = 'Configuration'
32
  end
32
  end
33
  object Label2: TLabel
33
  object Label2: TLabel
34
    Left = 64
34
    Left = 64
35
    Top = 307
35
    Top = 331
36
    Width = 275
36
    Width = 313
37
    Height = 13
37
    Height = 13
38
    Anchors = [akLeft, akRight, akBottom]
38
    Anchors = [akLeft, akRight, akBottom]
39
    Caption = 'Following commands will be executed in your environment:'
39
    Caption = 'Following commands will be executed in your environment:'
40
  end
40
  end
41
  object ValueListEditor1: TValueListEditor
41
  object ValueListEditor1: TValueListEditor
42
    Left = 64
42
    Left = 64
43
    Top = 72
43
    Top = 72
44
    Width = 403
44
    Width = 405
45
    Height = 220
45
    Height = 242
46
    Anchors = [akLeft, akTop, akRight, akBottom]
46
    Anchors = [akLeft, akTop, akRight, akBottom]
47
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking]
47
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking]
48
    TabOrder = 3
48
    TabOrder = 3
49
    ColWidths = (
49
    ColWidths = (
50
      205
50
      205
51
      192)
51
      194)
-
 
52
    RowHeights = (
-
 
53
      18
-
 
54
      18)
52
  end
55
  end
53
  object LabeledEdit1: TLabeledEdit
56
  object LabeledEdit1: TLabeledEdit
54
    Left = 64
57
    Left = 64
55
    Top = 24
58
    Top = 24
56
    Width = 227
59
    Width = 217
57
    Height = 21
60
    Height = 21
58
    Anchors = [akLeft, akTop, akRight]
61
    Anchors = [akLeft, akTop, akRight]
59
    EditLabel.Width = 102
62
    EditLabel.Width = 102
60
    EditLabel.Height = 13
63
    EditLabel.Height = 13
61
    EditLabel.Caption = 'Section Name (intern)'
64
    EditLabel.Caption = 'Section Name (intern)'
62
    ReadOnly = True
65
    ReadOnly = True
63
    TabOrder = 2
66
    TabOrder = 2
64
  end
67
  end
65
  object ListBox1: TListBox
68
  object ListBox1: TListBox
66
    Left = 64
69
    Left = 64
67
    Top = 323
70
    Top = 347
68
    Width = 403
71
    Width = 405
69
    Height = 89
72
    Height = 78
70
    Anchors = [akLeft, akRight, akBottom]
73
    Anchors = [akLeft, akRight, akBottom]
71
    ItemHeight = 13
74
    ItemHeight = 13
72
    TabOrder = 4
75
    TabOrder = 4
73
  end
76
  end
74
  object Button1: TButton
77
  object Button1: TButton
75
    Left = 304
78
    Left = 306
76
    Top = 8
79
    Top = 9
77
    Width = 163
80
    Width = 163
78
    Height = 25
81
    Height = 25
79
    Anchors = [akTop, akRight]
82
    Anchors = [akTop, akRight]
80
    Caption = 'Open Task Definition File'
83
    Caption = 'Open Task Definition File'
81
    TabOrder = 1
84
    TabOrder = 1
82
    OnClick = Button1Click
85
    OnClick = Button1Click
83
  end
86
  end
84
  object Button2: TButton
87
  object Button2: TButton
85
    Left = 304
88
    Left = 306
86
    Top = 40
89
    Top = 41
87
    Width = 163
90
    Width = 163
88
    Height = 25
91
    Height = 25
89
    Anchors = [akTop, akRight]
92
    Anchors = [akTop, akRight]
90
    Cancel = True
93
    Cancel = True
91
    Caption = 'Close'
94
    Caption = 'Close'