home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / CORIDE50.BPL / 0 / RCDATA / TSAVEFORMTEMPLATE / TSAVEFORMTEMPLATE.txt
Text File  |  1999-08-11  |  3KB  |  168 lines

  1. object SaveFormTemplate: TSaveFormTemplate
  2.   Left = 252
  3.   Top = 134
  4.   HelpContext = 1639
  5.   ActiveControl = edTitle
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add To Repository'
  8.   ClientHeight = 247
  9.   ClientWidth = 465
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 449
  18.     Height = 202
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 147
  23.     Top = 14
  24.     Width = 23
  25.     Height = 13
  26.     Caption = '&Title:'
  27.     FocusControl = edTitle
  28.     IsControl = True
  29.   end
  30.   object Label3: TLabel
  31.     Left = 189
  32.     Top = 154
  33.     Width = 193
  34.     Height = 17
  35.     AutoSize = False
  36.     Caption = 'Select an icon to represent this object:'
  37.     IsControl = True
  38.   end
  39.   object Image: TImage
  40.     Left = 148
  41.     Top = 160
  42.     Width = 32
  43.     Height = 32
  44.     IncrementalDisplay = False
  45.     IsControl = True
  46.   end
  47.   object Label2: TLabel
  48.     Left = 147
  49.     Top = 56
  50.     Width = 56
  51.     Height = 13
  52.     Caption = '&Description:'
  53.     FocusControl = meDesc
  54.   end
  55.   object Label5: TLabel
  56.     Left = 19
  57.     Top = 14
  58.     Width = 31
  59.     Height = 13
  60.     Caption = '&Forms:'
  61.     FocusControl = FormList
  62.   end
  63.   object Label4: TLabel
  64.     Left = 147
  65.     Top = 99
  66.     Width = 28
  67.     Height = 13
  68.     Caption = '&Page:'
  69.     FocusControl = PageCombo
  70.   end
  71.   object Label6: TLabel
  72.     Left = 314
  73.     Top = 99
  74.     Width = 34
  75.     Height = 13
  76.     Caption = '&Author:'
  77.     FocusControl = edAuthor
  78.   end
  79.   object edTitle: TEdit
  80.     Left = 147
  81.     Top = 30
  82.     Width = 297
  83.     Height = 21
  84.     MaxLength = 40
  85.     TabOrder = 1
  86.     IsControl = True
  87.   end
  88.   object meDesc: TEdit
  89.     Left = 147
  90.     Top = 74
  91.     Width = 297
  92.     Height = 21
  93.     TabOrder = 2
  94.   end
  95.   object BrowseButton: TButton
  96.     Left = 189
  97.     Top = 176
  98.     Width = 77
  99.     Height = 24
  100.     Caption = '&Browse...'
  101.     TabOrder = 5
  102.     OnClick = BrowseButtonClick
  103.     IsControl = True
  104.   end
  105.   object FormList: TListBox
  106.     Left = 19
  107.     Top = 30
  108.     Width = 117
  109.     Height = 171
  110.     ItemHeight = 13
  111.     TabOrder = 0
  112.     OnClick = FormListClick
  113.   end
  114.   object OKButton: TButton
  115.     Left = 222
  116.     Top = 217
  117.     Width = 75
  118.     Height = 25
  119.     Caption = 'OK'
  120.     Default = True
  121.     ModalResult = 1
  122.     TabOrder = 6
  123.     OnClick = OKClick
  124.   end
  125.   object CancelButton: TButton
  126.     Left = 302
  127.     Top = 217
  128.     Width = 75
  129.     Height = 25
  130.     Cancel = True
  131.     Caption = 'Cancel'
  132.     ModalResult = 2
  133.     TabOrder = 7
  134.   end
  135.   object HelpButton: TButton
  136.     Left = 382
  137.     Top = 217
  138.     Width = 75
  139.     Height = 25
  140.     Caption = '&Help'
  141.     TabOrder = 8
  142.     OnClick = HelpButtonClick
  143.   end
  144.   object PageCombo: TComboBox
  145.     Left = 147
  146.     Top = 117
  147.     Width = 160
  148.     Height = 21
  149.     ItemHeight = 13
  150.     TabOrder = 3
  151.   end
  152.   object edAuthor: TEdit
  153.     Left = 315
  154.     Top = 117
  155.     Width = 129
  156.     Height = 21
  157.     TabOrder = 4
  158.   end
  159.   object OpenDialog: TOpenDialog
  160.     HelpContext = 1434
  161.     Filter = 'Icons (*.ICO)|*.ico'
  162.     Options = [ofHideReadOnly, ofShowHelp, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  163.     Title = 'Select icon'
  164.     Left = 8
  165.     Top = 216
  166.   end
  167. end
  168.