home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / sharewar / room / rooarr3d.exe / RooArr.exe / 0 / RCDATA / TFORMPRINT / TFORMPRINT.txt
Encoding:
Text File  |  2003-02-17  |  4.8 KB  |  255 lines

  1. object FormPrint: TFormPrint
  2.   Left = 220
  3.   Top = 106
  4.   HelpContext = 7
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print'
  7.   ClientHeight = 357
  8.   ClientWidth = 413
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BoxPrinter: TGroupBox
  21.     Left = 4
  22.     Top = 8
  23.     Width = 405
  24.     Height = 57
  25.     Caption = 'Printer'
  26.     TabOrder = 0
  27.     object LbPrinterName: TLabel
  28.       Left = 8
  29.       Top = 16
  30.       Width = 119
  31.       Height = 13
  32.       Caption = 'Name: (no default printer)'
  33.     end
  34.     object LbOrientation: TLabel
  35.       Left = 8
  36.       Top = 32
  37.       Width = 171
  38.       Height = 13
  39.       Caption = 'Paper orientation: (no default printer)'
  40.     end
  41.     object BtnSetup: TButton
  42.       Left = 312
  43.       Top = 16
  44.       Width = 83
  45.       Height = 25
  46.       Caption = 'Setup...'
  47.       TabOrder = 0
  48.       OnClick = BtnSetupClick
  49.     end
  50.   end
  51.   object BoxLayout: TGroupBox
  52.     Left = 4
  53.     Top = 144
  54.     Width = 405
  55.     Height = 177
  56.     Caption = 'Page layout'
  57.     Color = clBtnFace
  58.     ParentColor = False
  59.     TabOrder = 1
  60.     object ChkTitle: TCheckBox
  61.       Left = 154
  62.       Top = 16
  63.       Width = 105
  64.       Height = 17
  65.       Caption = 'Title:'
  66.       TabOrder = 0
  67.       OnClick = ChkTitleClick
  68.     end
  69.     object EdTitle: TEdit
  70.       Left = 101
  71.       Top = 38
  72.       Width = 202
  73.       Height = 21
  74.       TabOrder = 1
  75.       OnChange = EdTitleChange
  76.     end
  77.     object ChkNote1: TCheckBox
  78.       Left = 9
  79.       Top = 128
  80.       Width = 73
  81.       Height = 17
  82.       Caption = 'Note1:'
  83.       TabOrder = 2
  84.       OnClick = ChkTitleClick
  85.     end
  86.     object EdNote1: TEdit
  87.       Left = 82
  88.       Top = 126
  89.       Width = 311
  90.       Height = 21
  91.       TabOrder = 3
  92.       OnChange = EdNote1Change
  93.     end
  94.     object ChkNote2: TCheckBox
  95.       Left = 9
  96.       Top = 152
  97.       Width = 73
  98.       Height = 17
  99.       Caption = 'Note2:'
  100.       TabOrder = 4
  101.       OnClick = ChkTitleClick
  102.     end
  103.     object EdNote2: TEdit
  104.       Left = 82
  105.       Top = 150
  106.       Width = 311
  107.       Height = 21
  108.       TabOrder = 5
  109.     end
  110.     object PanelRoom: TPanel
  111.       Left = 8
  112.       Top = 64
  113.       Width = 393
  114.       Height = 33
  115.       BevelOuter = bvNone
  116.       Caption = '... room drawing ...'
  117.       TabOrder = 6
  118.     end
  119.     object ChkScale: TCheckBox
  120.       Left = 256
  121.       Top = 104
  122.       Width = 137
  123.       Height = 17
  124.       Caption = 'Draw scale'
  125.       Checked = True
  126.       State = cbChecked
  127.       TabOrder = 7
  128.       OnClick = ChkScaleClick
  129.     end
  130.   end
  131.   object BtnOK: TButton
  132.     Left = 89
  133.     Top = 328
  134.     Width = 75
  135.     Height = 25
  136.     Caption = 'OK'
  137.     Default = True
  138.     TabOrder = 4
  139.     OnClick = BtnOKClick
  140.   end
  141.   object BtnCancel: TButton
  142.     Left = 169
  143.     Top = 328
  144.     Width = 75
  145.     Height = 25
  146.     Cancel = True
  147.     Caption = 'Cancel'
  148.     ModalResult = 2
  149.     TabOrder = 5
  150.   end
  151.   object BoxImageScale: TGroupBox
  152.     Left = 4
  153.     Top = 72
  154.     Width = 245
  155.     Height = 65
  156.     Caption = 'Room drawing size'
  157.     TabOrder = 2
  158.     object LabelPIS1: TLabel
  159.       Left = 88
  160.       Top = 39
  161.       Width = 12
  162.       Height = 13
  163.       Caption = '1 :'
  164.     end
  165.     object LbMaxScale: TLabel
  166.       Left = 164
  167.       Top = 39
  168.       Width = 70
  169.       Height = 13
  170.       Caption = '(max 1 : 31.99)'
  171.     end
  172.     object RbMaximize: TRadioButton
  173.       Left = 8
  174.       Top = 18
  175.       Width = 113
  176.       Height = 17
  177.       Caption = 'Maximize'
  178.       Checked = True
  179.       TabOrder = 0
  180.       TabStop = True
  181.       OnClick = RbScaleClick
  182.     end
  183.     object RbScale: TRadioButton
  184.       Left = 8
  185.       Top = 38
  186.       Width = 81
  187.       Height = 17
  188.       Caption = 'Scale:'
  189.       TabOrder = 1
  190.       OnClick = RbScaleClick
  191.     end
  192.     object EdPrintInScale: TEdit
  193.       Left = 104
  194.       Top = 36
  195.       Width = 57
  196.       Height = 21
  197.       TabOrder = 2
  198.     end
  199.   end
  200.   object BoxPrintAttr: TGroupBox
  201.     Left = 252
  202.     Top = 72
  203.     Width = 157
  204.     Height = 65
  205.     Caption = 'Options'
  206.     TabOrder = 3
  207.     object LbPageBorder: TLabel
  208.       Left = 8
  209.       Top = 40
  210.       Width = 61
  211.       Height = 13
  212.       Caption = 'Page border:'
  213.     end
  214.     object LbUnit: TLabel
  215.       Left = 136
  216.       Top = 40
  217.       Width = 14
  218.       Height = 13
  219.       Caption = 'cm'
  220.     end
  221.     object ChkPrintInColor: TCheckBox
  222.       Left = 8
  223.       Top = 16
  224.       Width = 145
  225.       Height = 17
  226.       Caption = 'Print in color'
  227.       Checked = True
  228.       State = cbChecked
  229.       TabOrder = 0
  230.     end
  231.     object EdPageBorder: TEdit
  232.       Left = 92
  233.       Top = 37
  234.       Width = 41
  235.       Height = 21
  236.       TabOrder = 1
  237.       OnChange = ChkTitleClick
  238.     end
  239.   end
  240.   object BtnHelp: TButton
  241.     Left = 248
  242.     Top = 328
  243.     Width = 75
  244.     Height = 25
  245.     Caption = 'Help'
  246.     TabOrder = 6
  247.     OnClick = BtnHelpClick
  248.   end
  249.   object PrintDialog1: TPrintDialog
  250.     Options = [poDisablePrintToFile]
  251.     Left = 280
  252.     Top = 24
  253.   end
  254. end
  255.