home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / QCARD250.ZIP / QC2000.EXE / 0 / RCDATA / TTEMPLATEDLG / TTEMPLATEDLG.txt
Text File  |  1998-06-12  |  2KB  |  81 lines

  1. object TemplateDlg: TTemplateDlg
  2.   Left = 154
  3.   Top = 51
  4.   HelpContext = 2
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜∩┐╜∩┐╜═í∩┐╜∩┐╜ß║║∩┐╜∩┐╜∩┐╜∩┐╜╤╡∩┐╜'
  7.   ClientHeight = 453
  8.   ClientWidth = 632
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object OKBtn: TButton
  22.     Left = 229
  23.     Top = 418
  24.     Width = 81
  25.     Height = 27
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.   end
  31.   object CancelBtn: TButton
  32.     Left = 315
  33.     Top = 418
  34.     Width = 81
  35.     Height = 27
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object FileListBox1: TFileListBox
  42.     Left = 197
  43.     Top = 136
  44.     Width = 145
  45.     Height = 97
  46.     ItemHeight = 14
  47.     Mask = '*.qt2'
  48.     TabOrder = 2
  49.     Visible = False
  50.   end
  51.   object TabControl1: TTabControl
  52.     Left = 0
  53.     Top = 8
  54.     Width = 632
  55.     Height = 401
  56.     TabIndex = 0
  57.     TabOrder = 3
  58.     Tabs.Strings = (
  59.       '∩┐╜∩┐╜∩┐╜∩┐╜╤╡∩┐╜∩┐╜╟╣═╣'
  60.       '∩┐╜∩┐╜∩┐╜∩┐╜╤╡∩┐╜∩┐╜╟╡∩┐╜∩┐╜'
  61.       '∩┐╜╤╡∩┐╜∩┐╜∩┐╜┬╛∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜')
  62.     OnChange = TabControl1Change
  63.     object Grid: TStringGrid
  64.       Left = 4
  65.       Top = 28
  66.       Width = 625
  67.       Height = 366
  68.       DefaultColWidth = 120
  69.       DefaultRowHeight = 120
  70.       FixedCols = 0
  71.       FixedRows = 0
  72.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected]
  73.       ScrollBars = ssVertical
  74.       TabOrder = 0
  75.       OnDblClick = GridDblClick
  76.       OnDrawCell = GridDrawCell
  77.       OnMouseUp = GridMouseUp
  78.     end
  79.   end
  80. end
  81.