Subversion Repositories userdetect2

Rev

Rev 80 | Go to most recent revision | 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]
82 daniel-mar 47
    Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking]
68 daniel-mar 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
    ReadOnly = True
63
    TabOrder = 2
64
  end
65
  object ListBox1: TListBox
66
    Left = 64
67
    Top = 323
68
    Width = 403
69
    Height = 89
70
    Anchors = [akLeft, akRight, akBottom]
71
    ItemHeight = 13
72
    TabOrder = 4
73
  end
74
  object Button1: TButton
75
    Left = 304
76
    Top = 8
77
    Width = 163
78
    Height = 25
79
    Anchors = [akTop, akRight]
80
    Caption = 'Open Task Definition File'
81
    TabOrder = 1
82
    OnClick = Button1Click
83
  end
84
  object Button2: TButton
85
    Left = 304
86
    Top = 40
87
    Width = 163
88
    Height = 25
89
    Anchors = [akTop, akRight]
90
    Cancel = True
91
    Caption = 'Close'
92
    TabOrder = 0
93
    OnClick = Button2Click
94
  end
95
end