home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / happyc / _setup.1 / HaCa.exe / 0 / RCDATA / TFRMPRINT / TFRMPRINT.txt
Text File  |  1997-04-11  |  4KB  |  187 lines

  1. object frmPrint: TfrmPrint
  2.   Left = 41
  3.   Top = 496
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print'
  6.   ClientHeight = 225
  7.   ClientWidth = 454
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 352
  18.     Top = 0
  19.     Width = 102
  20.     Height = 225
  21.     Align = alRight
  22.     BevelInner = bvLowered
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object btnPrintSetup: TButton
  26.       Left = 13
  27.       Top = 11
  28.       Width = 75
  29.       Height = 25
  30.       Caption = '&Setup'
  31.       TabOrder = 0
  32.       OnClick = btnPrintSetupClick
  33.     end
  34.     object btnPrint: TButton
  35.       Left = 13
  36.       Top = 43
  37.       Width = 75
  38.       Height = 25
  39.       Caption = '&Print'
  40.       Default = True
  41.       TabOrder = 1
  42.       OnClick = btnPrintClick
  43.     end
  44.     object btnCancel: TButton
  45.       Left = 13
  46.       Top = 107
  47.       Width = 75
  48.       Height = 25
  49.       Caption = '&Cancel'
  50.       TabOrder = 2
  51.       OnClick = btnCancelClick
  52.     end
  53.     object btnPreview: TButton
  54.       Left = 13
  55.       Top = 75
  56.       Width = 75
  57.       Height = 25
  58.       Caption = '&Preview'
  59.       TabOrder = 3
  60.       OnClick = btnPrintClick
  61.     end
  62.   end
  63.   object Panel2: TPanel
  64.     Left = 0
  65.     Top = 0
  66.     Width = 352
  67.     Height = 225
  68.     Align = alClient
  69.     BevelInner = bvLowered
  70.     BevelOuter = bvLowered
  71.     TabOrder = 1
  72.     object PageControl1: TPageControl
  73.       Left = 2
  74.       Top = 2
  75.       Width = 348
  76.       Height = 221
  77.       ActivePage = tabMargin
  78.       Align = alClient
  79.       TabOrder = 0
  80.       object tabMargin: TTabSheet
  81.         Caption = 'Page &Layout'
  82.         object Label2: TLabel
  83.           Left = 13
  84.           Top = 167
  85.           Width = 209
  86.           Height = 13
  87.           Caption = 'Margins have to be provided as percentage.'
  88.         end
  89.         object GroupBox1: TGroupBox
  90.           Left = 200
  91.           Top = 10
  92.           Width = 105
  93.           Height = 68
  94.           Caption = ' Orientation '
  95.           TabOrder = 0
  96.           object radPortrait: TRadioButton
  97.             Left = 10
  98.             Top = 20
  99.             Width = 79
  100.             Height = 17
  101.             Caption = 'Portrait'
  102.             TabOrder = 0
  103.             OnClick = radLandscapeClick
  104.           end
  105.           object radLandscape: TRadioButton
  106.             Left = 10
  107.             Top = 40
  108.             Width = 92
  109.             Height = 17
  110.             Caption = 'Landscape'
  111.             TabOrder = 1
  112.             OnClick = radLandscapeClick
  113.           end
  114.         end
  115.         object GroupBox2: TGroupBox
  116.           Left = 10
  117.           Top = 10
  118.           Width = 176
  119.           Height = 143
  120.           Caption = ' Margins '
  121.           TabOrder = 1
  122.           object Label1: TLabel
  123.             Left = 15
  124.             Top = 25
  125.             Width = 53
  126.             Height = 13
  127.             Caption = 'Left Margin'
  128.           end
  129.           object Label3: TLabel
  130.             Left = 15
  131.             Top = 55
  132.             Width = 60
  133.             Height = 13
  134.             Caption = 'Right Margin'
  135.           end
  136.           object Label4: TLabel
  137.             Left = 15
  138.             Top = 85
  139.             Width = 54
  140.             Height = 13
  141.             Caption = 'Top Margin'
  142.           end
  143.           object Label5: TLabel
  144.             Left = 15
  145.             Top = 115
  146.             Width = 68
  147.             Height = 13
  148.             Caption = 'Bottom Margin'
  149.           end
  150.           object edtLeftmargin: TEdit
  151.             Left = 105
  152.             Top = 20
  153.             Width = 56
  154.             Height = 21
  155.             TabOrder = 0
  156.             Text = '0'
  157.           end
  158.           object edtRightMargin: TEdit
  159.             Left = 105
  160.             Top = 50
  161.             Width = 56
  162.             Height = 21
  163.             TabOrder = 1
  164.             Text = '0'
  165.           end
  166.           object edtTopMargin: TEdit
  167.             Left = 105
  168.             Top = 80
  169.             Width = 56
  170.             Height = 21
  171.             TabOrder = 2
  172.             Text = '0'
  173.           end
  174.           object edtBottomMargin: TEdit
  175.             Left = 105
  176.             Top = 110
  177.             Width = 56
  178.             Height = 21
  179.             TabOrder = 3
  180.             Text = '0'
  181.           end
  182.         end
  183.       end
  184.     end
  185.   end
  186. end
  187.