home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / tema / abra / TOOLS / Relations.exe / 0 / RCDATA / TFRMSTORAGEDIALOG / TFRMSTORAGEDIALOG.txt < prev   
Text File  |  2002-11-21  |  1KB  |  67 lines

  1. object frmStorageDialog: TfrmStorageDialog
  2.   Left = 360
  3.   Top = 250
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Connection'
  6.   ClientHeight = 118
  7.   ClientWidth = 276
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object cbConnections: TComboBox
  22.     Left = 16
  23.     Top = 20
  24.     Width = 249
  25.     Height = 21
  26.     ItemHeight = 13
  27.     TabOrder = 0
  28.     Text = '<none>'
  29.     Items.Strings = (
  30.       '<none>')
  31.   end
  32.   object btnOk: TButton
  33.     Left = 54
  34.     Top = 70
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Ok'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 1
  41.     OnClick = btnOkClick
  42.   end
  43.   object btnCancel: TButton
  44.     Left = 148
  45.     Top = 70
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 2
  52.     OnClick = btnCancelClick
  53.   end
  54.   object FormStorage1: TFormStorage
  55.     IniFileName = 'Software\AKTIS a.s.\Nexus'
  56.     IniSection = 'ScriptEngine'
  57.     Options = []
  58.     UseRegistry = True
  59.     OnRestorePlacement = FormStorage1RestorePlacement
  60.     StoredProps.Strings = (
  61.       'cbConnections.Text')
  62.     StoredValues = <>
  63.     Left = 12
  64.     Top = 80
  65.   end
  66. end
  67.