Subversion Repositories userdetect2

Rev

Rev 82 | 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
  Caption = 'Task properties'
94 daniel-mar 5
  ClientHeight = 444
6
  ClientWidth = 481
68 daniel-mar 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 = (
94 daniel-mar 16
    481
17
    444)
68 daniel-mar 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
94 daniel-mar 35
    Top = 331
36
    Width = 313
68 daniel-mar 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
94 daniel-mar 44
    Width = 405
45
    Height = 242
68 daniel-mar 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
94 daniel-mar 51
      194)
52
    RowHeights = (
53
      18
54
      18)
68 daniel-mar 55
  end
56
  object LabeledEdit1: TLabeledEdit
57
    Left = 64
58
    Top = 24
94 daniel-mar 59
    Width = 217
68 daniel-mar 60
    Height = 21
61
    Anchors = [akLeft, akTop, akRight]
62
    EditLabel.Width = 102
63
    EditLabel.Height = 13
64
    EditLabel.Caption = 'Section Name (intern)'
65
    ReadOnly = True
66
    TabOrder = 2
67
  end
68
  object ListBox1: TListBox
69
    Left = 64
94 daniel-mar 70
    Top = 347
71
    Width = 405
72
    Height = 78
68 daniel-mar 73
    Anchors = [akLeft, akRight, akBottom]
74
    ItemHeight = 13
75
    TabOrder = 4
76
  end
77
  object Button1: TButton
94 daniel-mar 78
    Left = 306
79
    Top = 9
68 daniel-mar 80
    Width = 163
81
    Height = 25
82
    Anchors = [akTop, akRight]
83
    Caption = 'Open Task Definition File'
84
    TabOrder = 1
85
    OnClick = Button1Click
86
  end
87
  object Button2: TButton
94 daniel-mar 88
    Left = 306
89
    Top = 41
68 daniel-mar 90
    Width = 163
91
    Height = 25
92
    Anchors = [akTop, akRight]
93
    Cancel = True
94
    Caption = 'Close'
95
    TabOrder = 0
96
    OnClick = Button2Click
97
  end
98
end