home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / beyond / beyond32.exe / 0 / RCDATA / TSAVESESSION / TSAVESESSION.txt
Text File  |  1997-02-15  |  1KB  |  55 lines

  1. object SaveSession: TSaveSession
  2.   Left = 490
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save Session'
  7.   ClientHeight = 103
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 117
  21.     Height = 13
  22.     Caption = 'Save current settings as:'
  23.   end
  24.   object OKBtn: TBitBtn
  25.     Left = 112
  26.     Top = 64
  27.     Width = 81
  28.     Height = 26
  29.     Caption = 'OK'
  30.     Default = True
  31.     ModalResult = 1
  32.     TabOrder = 0
  33.     NumGlyphs = 2
  34.   end
  35.   object CancelBtn: TBitBtn
  36.     Left = 200
  37.     Top = 64
  38.     Width = 81
  39.     Height = 26
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 1
  44.     NumGlyphs = 2
  45.   end
  46.   object SessionNameEdit: TComboBox
  47.     Left = 16
  48.     Top = 32
  49.     Width = 289
  50.     Height = 21
  51.     ItemHeight = 13
  52.     TabOrder = 2
  53.   end
  54. end
  55.