home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EBRepDesigner.exe / 0 / RCDATA / TFRMSRWEDITSECTION / TFRMSRWEDITSECTION.txt
Text File  |  1999-06-21  |  3KB  |  145 lines

  1. object frmSrwEditSection: TfrmSrwEditSection
  2.   Left = 301
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Section'
  6.   ClientHeight = 207
  7.   ClientWidth = 301
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnKeyDown = FormKeyDown
  16.   TextHeight = 13
  17.   object cmdOK: TBitBtn
  18.     Left = 208
  19.     Top = 9
  20.     Width = 88
  21.     Height = 25
  22.     Caption = '&OK'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     OnClick = cmdOKClick
  30.     Style = bsNew
  31.   end
  32.   object cmdCancel: TBitBtn
  33.     Left = 208
  34.     Top = 42
  35.     Width = 88
  36.     Height = 25
  37.     Caption = '&Cancel'
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ModalResult = 2
  43.     ParentFont = False
  44.     TabOrder = 1
  45.     Style = bsNew
  46.   end
  47.   object grpCustomize: TGroupBox
  48.     Left = 4
  49.     Top = 104
  50.     Width = 197
  51.     Height = 100
  52.     Caption = 'Customize Group'
  53.     TabOrder = 4
  54.     object chkNewPage: TCheckBox
  55.       Left = 32
  56.       Top = 24
  57.       Width = 105
  58.       Height = 17
  59.       Caption = 'Start new page'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       TabOrder = 0
  66.     end
  67.     object chkNewPageNo: TCheckBox
  68.       Left = 32
  69.       Top = 48
  70.       Width = 145
  71.       Height = 17
  72.       Caption = 'Start new page number'
  73.       Font.Color = clBlack
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       TabOrder = 1
  79.     end
  80.     object chkKeepGroup: TCheckBox
  81.       Left = 32
  82.       Top = 72
  83.       Width = 145
  84.       Height = 17
  85.       Caption = 'Keep group together'
  86.       Font.Color = clBlack
  87.       Font.Height = -11
  88.       Font.Name = 'MS Sans Serif'
  89.       Font.Style = []
  90.       ParentFont = False
  91.       TabOrder = 2
  92.       Visible = False
  93.     end
  94.   end
  95.   object grpManage: TGroupBox
  96.     Left = 4
  97.     Top = 4
  98.     Width = 197
  99.     Height = 95
  100.     Caption = 'Customize Section'
  101.     TabOrder = 3
  102.     object chkPrint: TCheckBox
  103.       Left = 32
  104.       Top = 24
  105.       Width = 145
  106.       Height = 17
  107.       Caption = 'Suppress Printing'
  108.       Font.Color = clBlack
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.       TabOrder = 0
  114.     end
  115.     object chkFooter: TCheckBox
  116.       Left = 32
  117.       Top = 48
  118.       Width = 145
  119.       Height = 17
  120.       Caption = 'Header has Footer'
  121.       Font.Color = clBlack
  122.       Font.Height = -11
  123.       Font.Name = 'MS Sans Serif'
  124.       Font.Style = []
  125.       ParentFont = False
  126.       TabOrder = 1
  127.     end
  128.   end
  129.   object cmdHelp: TBitBtn
  130.     Left = 208
  131.     Top = 74
  132.     Width = 88
  133.     Height = 25
  134.     Caption = '&Help'
  135.     Font.Color = clBlack
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 2
  141.     OnClick = cmdHelpClick
  142.     Style = bsNew
  143.   end
  144. end
  145.