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