home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / tools / SearchIutil / SearchIutility.exe / 0 / RCDATA / TSAVECONFIG / TSAVECONFIG.txt
Text File  |  1997-04-01  |  1KB  |  59 lines

  1. object SaveConfig: TSaveConfig
  2.   Left = 200
  3.   Top = 107
  4.   Width = 313
  5.   Height = 201
  6.   Caption = 'Save Configuration'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Name: TLabel
  15.     Left = 8
  16.     Top = 24
  17.     Width = 28
  18.     Height = 13
  19.     Caption = 'Name'
  20.   end
  21.   object Button1: TButton
  22.     Left = 216
  23.     Top = 16
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.   end
  31.   object Button2: TButton
  32.     Left = 216
  33.     Top = 48
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = '&Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object EditName: TEdit
  42.     Left = 56
  43.     Top = 16
  44.     Width = 145
  45.     Height = 21
  46.     TabOrder = 2
  47.     Text = 'EditName'
  48.   end
  49.   object ListBoxNames: TListBox
  50.     Left = 56
  51.     Top = 56
  52.     Width = 145
  53.     Height = 97
  54.     ItemHeight = 13
  55.     TabOrder = 3
  56.     OnClick = ListBoxNamesClick
  57.   end
  58. end
  59.