home *** CD-ROM | disk | FTP | other *** search
- object frmDepProps: TfrmDepProps
- Left = 671
- Top = 593
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Deployable Properties'
- ClientHeight = 293
- ClientWidth = 519
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object lblDepDesc: TLabel
- Left = 69
- Top = 5
- Width = 439
- Height = 65
- AutoSize = False
- Caption =
- 'Deployables are files that are attached to your task, and contai' +
- 'n a local and remote directory. On task import, the deployables' +
- ' take on the remote path you specify for use in that task.'
- WordWrap = True
- end
- object lblLocalPath: TLabel
- Left = 30
- Top = 133
- Width = 66
- Height = 16
- Caption = '&Local Path:'
- FocusControl = edtLocalPath
- end
- object Label81: TLabel
- Left = 30
- Top = 192
- Width = 81
- Height = 16
- Caption = '&Remote Path:'
- FocusControl = edtRemotePath
- end
- object lblDeployableName: TLabel
- Left = 30
- Top = 79
- Width = 40
- Height = 16
- Caption = '&Name:'
- FocusControl = cboDepName
- end
- object imgDeployables: TImage
- Left = 1
- Top = 5
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object edtLocalPath: TEdit
- Left = 30
- Top = 153
- Width = 424
- Height = 24
- TabOrder = 2
- end
- object edtRemotePath: TEdit
- Left = 30
- Top = 212
- Width = 424
- Height = 24
- TabOrder = 3
- end
- object comBrowseLocal: TBitBtn
- Left = 459
- Top = 153
- Width = 46
- Height = 25
- TabOrder = 4
- OnClick = comBrowseLocalClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555555555555555555555555555555555555555555555555555555555
- 555555555555555555555555555555555555555FFFFFFFFFF555550000000000
- 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
- B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
- 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
- 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
- 55555575FFF75555555555700007555555555557777555555555555555555555
- 5555555555555555555555555555555555555555555555555555}
- NumGlyphs = 2
- end
- object comBrowseRemote: TBitBtn
- Left = 459
- Top = 212
- Width = 46
- Height = 26
- TabOrder = 5
- OnClick = comBrowseRemoteClick
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555555555555555555555555555555555555555555555555555555555555
- 555555555555555555555555555555555555555FFFFFFFFFF555550000000000
- 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8
- B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000
- 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0
- 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555
- 55555575FFF75555555555700007555555555557777555555555555555555555
- 5555555555555555555555555555555555555555555555555555}
- NumGlyphs = 2
- end
- object cboDepName: TComboBox
- Left = 30
- Top = 98
- Width = 183
- Height = 24
- ItemHeight = 16
- TabOrder = 1
- OnExit = cboDepNameExit
- end
- object comOK: TButton
- Left = 310
- Top = 256
- Width = 92
- Height = 28
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 6
- end
- object comCancel: TButton
- Left = 412
- Top = 256
- Width = 93
- Height = 28
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- OnClick = comCancelClick
- end
- object edtDepName: TEdit
- Left = 30
- Top = 98
- Width = 183
- Height = 24
- TabOrder = 0
- Visible = False
- end
- end
-