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

  1. object EditTemplate: TEditTemplate
  2.   Left = 230
  3.   Top = 161
  4.   HelpContext = 1639
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Object Info'
  7.   ClientHeight = 235
  8.   ClientWidth = 338
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Bevel1: TBevel
  14.     Left = 8
  15.     Top = 8
  16.     Width = 321
  17.     Height = 192
  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 = 149
  39.     Width = 181
  40.     Height = 13
  41.     Caption = 'Select an icon to represent this object:'
  42.   end
  43.   object Image: TImage
  44.     Left = 18
  45.     Top = 153
  46.     Width = 32
  47.     Height = 32
  48.   end
  49.   object Label4: TLabel
  50.     Left = 18
  51.     Top = 102
  52.     Width = 28
  53.     Height = 13
  54.     Caption = '&Page:'
  55.     FocusControl = PageCombo
  56.   end
  57.   object Label5: TLabel
  58.     Left = 184
  59.     Top = 102
  60.     Width = 31
  61.     Height = 13
  62.     Caption = '&Author'
  63.     FocusControl = edAuthor
  64.   end
  65.   object edTitle: TEdit
  66.     Left = 18
  67.     Top = 31
  68.     Width = 297
  69.     Height = 21
  70.     TabOrder = 0
  71.   end
  72.   object meDesc: TEdit
  73.     Left = 18
  74.     Top = 75
  75.     Width = 297
  76.     Height = 21
  77.     TabOrder = 1
  78.   end
  79.   object BrowseButton: TButton
  80.     Left = 60
  81.     Top = 169
  82.     Width = 77
  83.     Height = 24
  84.     Caption = '&Browse...'
  85.     TabOrder = 4
  86.     OnClick = BrowseButtonClick
  87.   end
  88.   object OKButton: TButton
  89.     Left = 94
  90.     Top = 207
  91.     Width = 75
  92.     Height = 25
  93.     Caption = 'OK'
  94.     Default = True
  95.     ModalResult = 1
  96.     TabOrder = 5
  97.     OnClick = OKButtonClick
  98.   end
  99.   object CancelButton: TButton
  100.     Left = 174
  101.     Top = 207
  102.     Width = 75
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = 'Cancel'
  106.     ModalResult = 2
  107.     TabOrder = 6
  108.   end
  109.   object HelpButton: TButton
  110.     Left = 254
  111.     Top = 207
  112.     Width = 75
  113.     Height = 25
  114.     Caption = '&Help'
  115.     TabOrder = 7
  116.     OnClick = HelpClick
  117.   end
  118.   object PageCombo: TComboBox
  119.     Left = 18
  120.     Top = 118
  121.     Width = 157
  122.     Height = 21
  123.     ItemHeight = 13
  124.     TabOrder = 2
  125.   end
  126.   object edAuthor: TEdit
  127.     Left = 184
  128.     Top = 118
  129.     Width = 131
  130.     Height = 21
  131.     TabOrder = 3
  132.   end
  133.   object OpenDialog: TOpenDialog
  134.     HelpContext = 1434
  135.     Filter = 'Icons (*.ICO)|*.ico'
  136.     Options = [ofHideReadOnly, ofShowHelp, ofEnableSizing]
  137.     Title = 'Select icon'
  138.     Left = 5
  139.     Top = 204
  140.   end
  141. end
  142.