home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / SALibrary / _SETUP.1 / SALib.exe / 0 / RCDATA / TIMPORTFORM / TIMPORTFORM.txt
Text File  |  1998-05-16  |  1KB  |  61 lines

  1. object ImportForm: TImportForm
  2.   Left = 299
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Importing Template'
  7.   ClientHeight = 140
  8.   ClientWidth = 207
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 0
  19.     Top = 84
  20.     Width = 206
  21.     Height = 2
  22.   end
  23.   object Label1: TLabel
  24.     Left = 28
  25.     Top = 16
  26.     Width = 142
  27.     Height = 13
  28.     Caption = 'Select a template for importing'
  29.   end
  30.   object Button1: TButton
  31.     Left = 20
  32.     Top = 104
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&OK'
  36.     Default = True
  37.     ModalResult = 1
  38.     TabOrder = 0
  39.     OnClick = Button1Click
  40.   end
  41.   object Button2: TButton
  42.     Left = 112
  43.     Top = 104
  44.     Width = 75
  45.     Height = 25
  46.     Cancel = True
  47.     Caption = '&Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.   end
  51.   object CBTemplate: TComboBox
  52.     Left = 28
  53.     Top = 32
  54.     Width = 145
  55.     Height = 21
  56.     Style = csDropDownList
  57.     ItemHeight = 13
  58.     TabOrder = 2
  59.   end
  60. end
  61.