home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / MAINPRNT.DFM / MAINPRNT.txt < prev   
Text File  |  1997-02-28  |  4KB  |  205 lines

  1. object MainPrintForm: TMainPrintForm
  2.   Left = 319
  3.   Top = 151
  4.   ActiveControl = ReportCombo
  5.   BorderStyle = bsDialog
  6.   Caption = 'Marine Adventures Reports'
  7.   ClientHeight = 306
  8.   ClientWidth = 393
  9.   Font.Charset = DEFAULT_CHARSET
  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 ReportCombo: TRadioGroup
  18.     Left = 16
  19.     Top = 96
  20.     Width = 153
  21.     Height = 113
  22.     Caption = 'Select Report'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     Items.Strings = (
  29.       'C&ustomer'
  30.       '&Orders'
  31.       '&Invoice')
  32.     ParentFont = False
  33.     TabOrder = 0
  34.   end
  35.   object OrientationCombo: TRadioGroup
  36.     Left = 208
  37.     Top = 96
  38.     Width = 153
  39.     Height = 65
  40.     Caption = 'Orientation'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clBlack
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     Items.Strings = (
  47.       '&Portrait'
  48.       '&Landscape')
  49.     ParentFont = False
  50.     TabOrder = 1
  51.   end
  52.   object PreviewCombo: TRadioGroup
  53.     Left = 208
  54.     Top = 176
  55.     Width = 153
  56.     Height = 65
  57.     Caption = 'Preview Type'
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clBlack
  60.     Font.Height = -13
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     Items.Strings = (
  64.       '&Standard'
  65.       'Si&mple Custom')
  66.     ParentFont = False
  67.     TabOrder = 2
  68.     OnClick = PreviewComboClick
  69.   end
  70.   object PrintDialogChk: TCheckBox
  71.     Left = 16
  72.     Top = 224
  73.     Width = 161
  74.     Height = 17
  75.     Caption = 'Sho&w print Dialog'
  76.     Font.Charset = ANSI_CHARSET
  77.     Font.Color = clBlack
  78.     Font.Height = -13
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     State = cbChecked
  83.     TabOrder = 3
  84.   end
  85.   object Panel1: TPanel
  86.     Left = 0
  87.     Top = 265
  88.     Width = 393
  89.     Height = 41
  90.     Align = alBottom
  91.     BevelOuter = bvNone
  92.     TabOrder = 4
  93.     object Bevel2: TBevel
  94.       Left = 0
  95.       Top = 0
  96.       Width = 393
  97.       Height = 2
  98.       Align = alTop
  99.       Shape = bsTopLine
  100.       Style = bsRaised
  101.     end
  102.     object PrintBtn: TButton
  103.       Left = 8
  104.       Top = 8
  105.       Width = 102
  106.       Height = 25
  107.       Caption = '&Print'
  108.       Default = True
  109.       Font.Charset = ANSI_CHARSET
  110.       Font.Color = clBlack
  111.       Font.Height = -13
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = []
  114.       ModalResult = 1
  115.       ParentFont = False
  116.       TabOrder = 0
  117.       OnClick = PrintBtnClick
  118.     end
  119.     object PreviewBtn: TButton
  120.       Left = 136
  121.       Top = 8
  122.       Width = 110
  123.       Height = 25
  124.       Caption = 'Pre&view'
  125.       Font.Charset = ANSI_CHARSET
  126.       Font.Color = clBlack
  127.       Font.Height = -13
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       ParentFont = False
  131.       TabOrder = 1
  132.       OnClick = PreviewBtnClick
  133.     end
  134.     object CancelBtn: TButton
  135.       Left = 272
  136.       Top = 8
  137.       Width = 110
  138.       Height = 25
  139.       Cancel = True
  140.       Caption = '&Cancel'
  141.       Font.Charset = ANSI_CHARSET
  142.       Font.Color = clBlack
  143.       Font.Height = -13
  144.       Font.Name = 'MS Sans Serif'
  145.       Font.Style = []
  146.       ModalResult = 2
  147.       ParentFont = False
  148.       TabOrder = 2
  149.       OnClick = CancelBtnClick
  150.     end
  151.   end
  152.   object TopPanel: TPanel
  153.     Left = 0
  154.     Top = 0
  155.     Width = 393
  156.     Height = 80
  157.     Align = alTop
  158.     BevelOuter = bvNone
  159.     TabOrder = 5
  160.     object Image1: TImage
  161.       Left = 0
  162.       Top = 0
  163.       Width = 100
  164.       Height = 75
  165.       AutoSize = True
  166.       Picture.Data = {<image000.bmp>}
  167.     end
  168.     object Bevel1: TBevel
  169.       Left = 0
  170.       Top = 78
  171.       Width = 393
  172.       Height = 2
  173.       Align = alBottom
  174.       Shape = bsTopLine
  175.       Style = bsRaised
  176.     end
  177.     object Label1: TLabel
  178.       Left = 104
  179.       Top = 0
  180.       Width = 167
  181.       Height = 19
  182.       Caption = 'Marine Adventures'
  183.       Font.Charset = ANSI_CHARSET
  184.       Font.Color = clRed
  185.       Font.Height = -16
  186.       Font.Name = 'Billboard'
  187.       Font.Style = [fsBold, fsItalic]
  188.       ParentFont = False
  189.     end
  190.     object Label2: TLabel
  191.       Left = 152
  192.       Top = 32
  193.       Width = 131
  194.       Height = 37
  195.       Caption = 'Reports'
  196.       Font.Charset = ANSI_CHARSET
  197.       Font.Color = clRed
  198.       Font.Height = -32
  199.       Font.Name = 'Billboard'
  200.       Font.Style = [fsBold, fsItalic]
  201.       ParentFont = False
  202.     end
  203.   end
  204. end
  205.