home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TFOOTNOTEDLG / TFOOTNOTEDLG.txt
Text File  |  1998-06-03  |  2KB  |  108 lines

  1. object FootnoteDlg: TFootnoteDlg
  2.   Left = 324
  3.   Top = 209
  4.   HelpContext = 5024
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Footnote Style'
  8.   ClientHeight = 124
  9.   ClientWidth = 288
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 9
  21.     Width = 177
  22.     Height = 104
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object TLabel
  27.     Left = 16
  28.     Top = 24
  29.     Width = 56
  30.     Height = 13
  31.     Caption = '&Character'
  32.     FocusControl = ECharacter
  33.   end
  34.   object TLabel
  35.     Left = 16
  36.     Top = 53
  37.     Width = 44
  38.     Height = 13
  39.     Caption = '&Number'
  40.     FocusControl = ENummer
  41.   end
  42.   object Label1: TLabel
  43.     Left = 16
  44.     Top = 80
  45.     Width = 29
  46.     Height = 13
  47.     Caption = '&Style'
  48.     FocusControl = CBNrTyp
  49.   end
  50.   object OKBtn: TBitBtn
  51.     Left = 198
  52.     Top = 14
  53.     Width = 77
  54.     Height = 27
  55.     TabOrder = 3
  56.     OnClick = OKBtnClick
  57.     Kind = bkOK
  58.     Margin = 2
  59.     Spacing = -1
  60.     IsControl = True
  61.   end
  62.   object CancelBtn: TBitBtn
  63.     Left = 198
  64.     Top = 46
  65.     Width = 77
  66.     Height = 27
  67.     TabOrder = 4
  68.     Kind = bkCancel
  69.     Margin = 2
  70.     Spacing = -1
  71.     IsControl = True
  72.   end
  73.   object HelpBtn: TBitBtn
  74.     Left = 198
  75.     Top = 78
  76.     Width = 77
  77.     Height = 27
  78.     TabOrder = 5
  79.     Kind = bkHelp
  80.     Margin = 2
  81.     Spacing = -1
  82.     IsControl = True
  83.   end
  84.   object ECharacter: TEdit
  85.     Left = 135
  86.     Top = 19
  87.     Width = 36
  88.     Height = 21
  89.     TabOrder = 0
  90.   end
  91.   object ENummer: TEdit
  92.     Left = 122
  93.     Top = 48
  94.     Width = 49
  95.     Height = 21
  96.     TabOrder = 1
  97.   end
  98.   object CBNrTyp: TComboBox
  99.     Left = 82
  100.     Top = 77
  101.     Width = 89
  102.     Height = 21
  103.     Style = csDropDownList
  104.     ItemHeight = 13
  105.     TabOrder = 2
  106.   end
  107. end
  108.