Subversion Repositories userdetect2

Rev

Rev 68 | Details | Compare with Previous | Last modification | View Log | RSS feed

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