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

  1. object SaveProjectTemplate: TSaveProjectTemplate
  2.   Left = 260
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add to Repository'
  6.   ClientHeight = 240
  7.   ClientWidth = 338
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Bevel1: TBevel
  14.     Left = 8
  15.     Top = 7
  16.     Width = 321
  17.     Height = 194
  18.     Shape = bsFrame
  19.   end
  20.   object Label1: TLabel
  21.     Left = 18
  22.     Top = 15
  23.     Width = 23
  24.     Height = 13
  25.     Caption = '&Title:'
  26.     FocusControl = edTitle
  27.   end
  28.   object Label2: TLabel
  29.     Left = 18
  30.     Top = 59
  31.     Width = 56
  32.     Height = 13
  33.     Caption = '&Description:'
  34.     FocusControl = meDesc
  35.   end
  36.   object Label3: TLabel
  37.     Left = 60
  38.     Top = 151
  39.     Width = 184
  40.     Height = 13
  41.     Caption = 'Select an icon to represent this project:'
  42.   end
  43.   object Image: TImage
  44.     Left = 18
  45.     Top = 155
  46.     Width = 32
  47.     Height = 32
  48.     IncrementalDisplay = False
  49.   end
  50.   object Label4: TLabel
  51.     Left = 18
  52.     Top = 104
  53.     Width = 28
  54.     Height = 13
  55.     Caption = '&Page:'
  56.     FocusControl = PageCombo
  57.   end
  58.   object Label5: TLabel
  59.     Left = 184
  60.     Top = 104
  61.     Width = 31
  62.     Height = 13
  63.     Caption = '&Author'
  64.     FocusControl = edAuthor
  65.   end
  66.   object edTitle: TEdit
  67.     Left = 18
  68.     Top = 31
  69.     Width = 297
  70.     Height = 21
  71.     TabOrder = 0
  72.   end
  73.   object meDesc: TEdit
  74.     Left = 18
  75.     Top = 75
  76.     Width = 297
  77.     Height = 21
  78.     TabOrder = 1
  79.   end
  80.   object BrowseButton: TButton
  81.     Left = 60
  82.     Top = 171
  83.     Width = 77
  84.     Height = 24
  85.     Caption = '&Browse...'
  86.     TabOrder = 4
  87.     OnClick = BrowseButtonClick
  88.   end
  89.   object OKButton: TButton
  90.     Left = 94
  91.     Top = 209
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'OK'
  95.     Default = True
  96.     ModalResult = 1
  97.     TabOrder = 5
  98.     OnClick = OKButtonClick
  99.   end
  100.   object CancelButton: TButton
  101.     Left = 174
  102.     Top = 209
  103.     Width = 75
  104.     Height = 25
  105.     Cancel = True
  106.     Caption = 'Cancel'
  107.     ModalResult = 2
  108.     TabOrder = 6
  109.   end
  110.   object HelpButton: TButton
  111.     Left = 254
  112.     Top = 209
  113.     Width = 75
  114.     Height = 25
  115.     Caption = '&Help'
  116.     TabOrder = 7
  117.     OnClick = HelpClick
  118.   end
  119.   object PageCombo: TComboBox
  120.     Left = 18
  121.     Top = 120
  122.     Width = 157
  123.     Height = 21
  124.     ItemHeight = 13
  125.     TabOrder = 2
  126.   end
  127.   object edAuthor: TEdit
  128.     Left = 184
  129.     Top = 120
  130.     Width = 131
  131.     Height = 21
  132.     TabOrder = 3
  133.   end
  134.   object OpenDialog: TOpenDialog
  135.     HelpContext = 1434
  136.     Filter = 'Icons (*.ICO)|*.ico'
  137.     Options = [ofHideReadOnly, ofShowHelp, ofEnableSizing]
  138.     Title = 'Select icon'
  139.     Left = 5
  140.     Top = 204
  141.   end
  142. end
  143.