home *** CD-ROM | disk | FTP | other *** search
- object sitesave: Tsitesave
- Left = 113
- Top = 296
- HelpContext = 1041
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Save Site Profile'
- ClientHeight = 252
- ClientWidth = 318
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 147
- Height = 13
- Caption = 'Enter a name for this site profile'
- end
- object BitBtn1: TBitBtn
- Left = 232
- Top = 160
- Width = 75
- Height = 25
- HelpContext = 1041
- TabOrder = 0
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 152
- Top = 160
- Width = 75
- Height = 25
- HelpContext = 1041
- TabOrder = 1
- Kind = bkCancel
- end
- object profiles: TComboBox
- Left = 8
- Top = 32
- Width = 305
- Height = 121
- HelpContext = 1041
- Style = csSimple
- ItemHeight = 13
- TabOrder = 2
- OnDblClick = profilesDblClick
- end
- object webtext: TListBox
- Left = 8
- Top = 192
- Width = 281
- Height = 57
- ItemHeight = 13
- TabOrder = 3
- Visible = False
- end
- object MarsCaption1: TMarsCaption
- ActiveBeginColor = clBlack
- ActiveEndColor = clNavy
- ActiveFontColor = clWhite
- InactiveBeginColor = clBlack
- InactiveEndColor = clRed
- InactiveFontColor = clSilver
- ApplicationNameFont.Charset = DEFAULT_CHARSET
- ApplicationNameFont.Color = clWindowText
- ApplicationNameFont.Height = -11
- ApplicationNameFont.Name = 'MS Sans Serif'
- ApplicationNameFont.Style = [fsBold]
- CaptionFont.Charset = DEFAULT_CHARSET
- CaptionFont.Color = clWindowText
- CaptionFont.Height = -11
- CaptionFont.Name = 'MS Sans Serif'
- CaptionFont.Style = []
- NumColors = 64
- AutoSize = False
- Left = 400
- end
- end
-