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

  1. object AbschnittDlg: TAbschnittDlg
  2.   Left = 263
  3.   Top = 115
  4.   HelpContext = 5005
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Section'
  8.   ClientHeight = 244
  9.   ClientWidth = 345
  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 OKBtn: TBitBtn
  19.     Left = 256
  20.     Top = 15
  21.     Width = 77
  22.     Height = 27
  23.     TabOrder = 3
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 2
  27.     Spacing = -1
  28.     IsControl = True
  29.   end
  30.   object CancelBtn: TBitBtn
  31.     Left = 256
  32.     Top = 48
  33.     Width = 77
  34.     Height = 27
  35.     TabOrder = 4
  36.     Kind = bkCancel
  37.     Margin = 2
  38.     Spacing = -1
  39.     IsControl = True
  40.   end
  41.   object HelpBtn: TBitBtn
  42.     Left = 256
  43.     Top = 81
  44.     Width = 77
  45.     Height = 27
  46.     TabOrder = 5
  47.     Kind = bkHelp
  48.     Margin = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object RGBeginWith: TRadioGroup
  53.     Left = 9
  54.     Top = 9
  55.     Width = 115
  56.     Height = 112
  57.     Caption = 'Begin With'
  58.     Items.Strings = (
  59.       'Next &Line'
  60.       'Next &Page'
  61.       '&Odd Page'
  62.       '&Even Page')
  63.     TabOrder = 0
  64.   end
  65.   object OnFirstPage: TGroupBox
  66.     Left = 129
  67.     Top = 9
  68.     Width = 118
  69.     Height = 113
  70.     Caption = 'On First Page'
  71.     TabOrder = 1
  72.     object BHeader: TCheckBox
  73.       Left = 11
  74.       Top = 24
  75.       Width = 97
  76.       Height = 17
  77.       AllowGrayed = True
  78.       Caption = '&Header'
  79.       TabOrder = 0
  80.     end
  81.     object BFooter: TCheckBox
  82.       Left = 11
  83.       Top = 48
  84.       Width = 97
  85.       Height = 17
  86.       AllowGrayed = True
  87.       Caption = '&Footer'
  88.       TabOrder = 1
  89.     end
  90.     object BPageNumber: TCheckBox
  91.       Left = 11
  92.       Top = 73
  93.       Width = 97
  94.       Height = 17
  95.       AllowGrayed = True
  96.       Caption = 'Page &Number'
  97.       TabOrder = 2
  98.     end
  99.   end
  100.   object GroupBox1: TGroupBox
  101.     Left = 9
  102.     Top = 129
  103.     Width = 238
  104.     Height = 104
  105.     Caption = 'Page N&umber'
  106.     TabOrder = 2
  107.     object CBPageNumber: TComboBox
  108.       Left = 12
  109.       Top = 21
  110.       Width = 157
  111.       Height = 21
  112.       Style = csDropDownList
  113.       ItemHeight = 13
  114.       TabOrder = 0
  115.     end
  116.     object BContinue: TRadioButton
  117.       Left = 12
  118.       Top = 48
  119.       Width = 76
  120.       Height = 17
  121.       Caption = '&Continue'
  122.       TabOrder = 1
  123.     end
  124.     object BBeginWith: TRadioButton
  125.       Left = 12
  126.       Top = 69
  127.       Width = 88
  128.       Height = 17
  129.       Caption = '&Begin With'
  130.       TabOrder = 2
  131.     end
  132.     object EBeginWith: TEdit
  133.       Left = 102
  134.       Top = 69
  135.       Width = 67
  136.       Height = 21
  137.       TabOrder = 3
  138.     end
  139.     object RGStep: TRadioGroup
  140.       Left = 176
  141.       Top = 40
  142.       Width = 49
  143.       Height = 49
  144.       Caption = '&Step'
  145.       Items.Strings = (
  146.         '&1'
  147.         '&2')
  148.       TabOrder = 4
  149.     end
  150.   end
  151. end
  152.