home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / BCB.EXE / RCDATA / TEDITTEMPLATE / TEDITTEMPLATE.txt
Text File  |  1997-01-16  |  3KB  |  146 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.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 321
  20.     Height = 192
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 18
  25.     Top = 15
  26.     Width = 23
  27.     Height = 13
  28.     Caption = '&Title:'
  29.     FocusControl = edTitle
  30.   end
  31.   object Label2: TLabel
  32.     Left = 18
  33.     Top = 59
  34.     Width = 56
  35.     Height = 13
  36.     Caption = '&Description:'
  37.     FocusControl = meDesc
  38.   end
  39.   object Label3: TLabel
  40.     Left = 60
  41.     Top = 149
  42.     Width = 181
  43.     Height = 13
  44.     Caption = 'Select an icon to represent this object:'
  45.   end
  46.   object Image: TImage
  47.     Left = 18
  48.     Top = 153
  49.     Width = 32
  50.     Height = 32
  51.   end
  52.   object Label4: TLabel
  53.     Left = 18
  54.     Top = 102
  55.     Width = 28
  56.     Height = 13
  57.     Caption = '&Page:'
  58.     FocusControl = PageCombo
  59.   end
  60.   object Label5: TLabel
  61.     Left = 184
  62.     Top = 102
  63.     Width = 31
  64.     Height = 13
  65.     Caption = '&Author'
  66.     FocusControl = edAuthor
  67.   end
  68.   object edTitle: TEdit
  69.     Left = 18
  70.     Top = 31
  71.     Width = 297
  72.     Height = 21
  73.     TabOrder = 0
  74.   end
  75.   object meDesc: TEdit
  76.     Left = 18
  77.     Top = 75
  78.     Width = 297
  79.     Height = 21
  80.     TabOrder = 1
  81.   end
  82.   object BrowseButton: TButton
  83.     Left = 60
  84.     Top = 169
  85.     Width = 77
  86.     Height = 24
  87.     Caption = '&Browse...'
  88.     TabOrder = 4
  89.     OnClick = BrowseButtonClick
  90.   end
  91.   object OKButton: TButton
  92.     Left = 94
  93.     Top = 207
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'OK'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 5
  100.     OnClick = OKButtonClick
  101.   end
  102.   object CancelButton: TButton
  103.     Left = 174
  104.     Top = 207
  105.     Width = 75
  106.     Height = 25
  107.     Cancel = True
  108.     Caption = 'Cancel'
  109.     ModalResult = 2
  110.     TabOrder = 6
  111.   end
  112.   object HelpButton: TButton
  113.     Left = 254
  114.     Top = 207
  115.     Width = 75
  116.     Height = 25
  117.     Caption = '&Help'
  118.     TabOrder = 7
  119.     OnClick = HelpClick
  120.   end
  121.   object PageCombo: TComboBox
  122.     Left = 18
  123.     Top = 118
  124.     Width = 157
  125.     Height = 21
  126.     ItemHeight = 13
  127.     TabOrder = 2
  128.   end
  129.   object edAuthor: TEdit
  130.     Left = 184
  131.     Top = 118
  132.     Width = 131
  133.     Height = 21
  134.     TabOrder = 3
  135.   end
  136.   object OpenDialog: TOpenDialog
  137.     HelpContext = 1434
  138.     FileEditStyle = fsEdit
  139.     Filter = 'Icons (*.ICO)|*.ico'
  140.     Options = [ofHideReadOnly, ofShowHelp]
  141.     Title = 'Select icon'
  142.     Left = 5
  143.     Top = 204
  144.   end
  145. end
  146.