home *** CD-ROM | disk | FTP | other *** search
- object frmTaskProperties: TfrmTaskProperties
- Left = 485
- Top = 211
- BorderStyle = bsDialog
- Caption = 'Properties'
- ClientHeight = 479
- ClientWidth = 377
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pnlBottom: TPanel
- Left = 0
- Top = 450
- Width = 377
- Height = 29
- Align = alBottom
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 0
- object comCancel: TButton
- Left = 296
- Top = 0
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 0
- end
- object comOK: TButton
- Left = 212
- Top = 0
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = comOKClick
- end
- end
- object pnlClient: TPanel
- Left = 0
- Top = 0
- Width = 377
- Height = 450
- Align = alClient
- BevelOuter = bvNone
- BorderWidth = 5
- TabOrder = 1
- object pgcProperties: TPageControl
- Left = 5
- Top = 5
- Width = 367
- Height = 440
- ActivePage = tbsGeneral
- Align = alClient
- TabOrder = 0
- object tbsGeneral: TTabSheet
- Caption = 'General'
- object Bevel1: TBevel
- Left = 12
- Top = 52
- Width = 333
- Height = 2
- end
- object imgIcon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object lblLocationLabel: TLabel
- Left = 8
- Top = 64
- Width = 85
- Height = 13
- AutoSize = False
- Caption = 'Location:'
- end
- object lblCreated: TLabel
- Left = 8
- Top = 112
- Width = 85
- Height = 13
- AutoSize = False
- Caption = 'Created:'
- end
- object lblSize: TLabel
- Left = 8
- Top = 88
- Width = 85
- Height = 13
- AutoSize = False
- Caption = 'Size:'
- end
- object Bevel2: TBevel
- Left = 12
- Top = 224
- Width = 333
- Height = 2
- end
- object lblPasswordProtected: TLabel
- Left = 8
- Top = 236
- Width = 120
- Height = 13
- Caption = 'Password protected? No'
- end
- object Bevel3: TBevel
- Left = 12
- Top = 284
- Width = 333
- Height = 2
- end
- object Label1: TLabel
- Left = 8
- Top = 160
- Width = 85
- Height = 13
- AutoSize = False
- Caption = 'Lines:'
- end
- object lblModified: TLabel
- Left = 8
- Top = 136
- Width = 85
- Height = 13
- AutoSize = False
- Caption = 'Modified:'
- end
- object Bevel4: TBevel
- Left = 16
- Top = 328
- Width = 333
- Height = 2
- end
- object comSetPassword: TButton
- Left = 236
- Top = 252
- Width = 103
- Height = 25
- Caption = 'Set Password'
- TabOrder = 0
- OnClick = comSetPasswordClick
- end
- object edtLocation: TEdit
- Left = 96
- Top = 64
- Width = 257
- Height = 12
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- object edtSize: TEdit
- Left = 96
- Top = 88
- Width = 257
- Height = 12
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 2
- end
- object edtCreated: TEdit
- Left = 96
- Top = 112
- Width = 257
- Height = 12
- Anchors = [akLeft, akTop, akRight]
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 3
- end
- object edtModified: TEdit
- Left = 96
- Top = 136
- Width = 257
- Height = 12
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 4
- end
- object edtLines: TEdit
- Left = 96
- Top = 160
- Width = 257
- Height = 12
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- BorderStyle = bsNone
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 5
- end
- object btnLogPrefs: TButton
- Left = 236
- Top = 296
- Width = 103
- Height = 25
- Caption = 'Logging...'
- TabOrder = 6
- Visible = False
- OnClick = btnLogPrefsClick
- end
- end
- end
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- Left = 198
- Top = 170
- TargetsData = (
- 1
- 6
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- '*'
- 'Title'
- 0)
- (
- 'TdxBarButton'
- 'Hint'
- 0)
- (
- 'TRichEdit'
- 'Text'
- 0))
- end
- end
-