home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / office / font / ftw11d.exe / FTWISTER.EXE / 0 / RCDATA / TPRINTFORM / TPRINTFORM.txt
Text File  |  2001-04-17  |  8KB  |  307 lines

  1. object PrintForm: TPrintForm
  2.   Left = 259
  3.   Top = 130
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print'
  7.   ClientHeight = 242
  8.   ClientWidth = 507
  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 = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PrintButton: TButton
  21.     Left = 117
  22.     Top = 208
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&Print'
  26.     TabOrder = 0
  27.     OnClick = PrintButtonClick
  28.   end
  29.   object SetupButton: TButton
  30.     Left = 205
  31.     Top = 208
  32.     Width = 75
  33.     Height = 25
  34.     Caption = 'Printer &setup'
  35.     TabOrder = 1
  36.     OnClick = SetupButtonClick
  37.   end
  38.   object CancelButton: TButton
  39.     Left = 293
  40.     Top = 208
  41.     Width = 75
  42.     Height = 25
  43.     Cancel = True
  44.     Caption = 'Cancel'
  45.     ModalResult = 2
  46.     TabOrder = 2
  47.     OnClick = CancelButtonClick
  48.   end
  49.   object MarginGroupBox: TGroupBox
  50.     Left = 320
  51.     Top = 112
  52.     Width = 177
  53.     Height = 80
  54.     Caption = 'Margin (mm)'
  55.     TabOrder = 3
  56.     object LeftLabel: TLabel
  57.       Left = 6
  58.       Top = 28
  59.       Width = 28
  60.       Height = 13
  61.       Alignment = taRightJustify
  62.       AutoSize = False
  63.       Caption = '&Left:'
  64.     end
  65.     object TopLabel: TLabel
  66.       Left = 6
  67.       Top = 52
  68.       Width = 28
  69.       Height = 13
  70.       Alignment = taRightJustify
  71.       AutoSize = False
  72.       Caption = '&Top:'
  73.     end
  74.     object RightLabel: TLabel
  75.       Left = 88
  76.       Top = 28
  77.       Width = 36
  78.       Height = 13
  79.       Alignment = taRightJustify
  80.       AutoSize = False
  81.       Caption = '&Right:'
  82.     end
  83.     object BottomLabel: TLabel
  84.       Left = 88
  85.       Top = 52
  86.       Width = 36
  87.       Height = 13
  88.       Alignment = taRightJustify
  89.       AutoSize = False
  90.       Caption = '&Bottom:'
  91.     end
  92.     object LeftEdit: TEdit
  93.       Left = 38
  94.       Top = 24
  95.       Width = 41
  96.       Height = 21
  97.       TabOrder = 0
  98.       Text = '210'
  99.       OnChange = EditChange
  100.       OnKeyUp = WidthEditKeyUp
  101.     end
  102.     object TopEdit: TEdit
  103.       Left = 38
  104.       Top = 48
  105.       Width = 41
  106.       Height = 21
  107.       TabOrder = 1
  108.       Text = '210'
  109.       OnChange = EditChange
  110.       OnKeyUp = WidthEditKeyUp
  111.     end
  112.     object RightEdit: TEdit
  113.       Left = 128
  114.       Top = 24
  115.       Width = 41
  116.       Height = 21
  117.       TabOrder = 2
  118.       Text = '210'
  119.     end
  120.     object BottomEdit: TEdit
  121.       Left = 128
  122.       Top = 48
  123.       Width = 41
  124.       Height = 21
  125.       TabOrder = 3
  126.       Text = '210'
  127.       OnKeyUp = BottomEditKeyUp
  128.     end
  129.   end
  130.   object ImageSizeGroupBox: TGroupBox
  131.     Left = 208
  132.     Top = 112
  133.     Width = 97
  134.     Height = 80
  135.     Caption = 'Image size (mm)'
  136.     TabOrder = 4
  137.     object WidthLabel: TLabel
  138.       Left = 8
  139.       Top = 28
  140.       Width = 36
  141.       Height = 13
  142.       Alignment = taRightJustify
  143.       AutoSize = False
  144.       Caption = '&Width:'
  145.     end
  146.     object HeightLabel: TLabel
  147.       Left = 8
  148.       Top = 52
  149.       Width = 36
  150.       Height = 13
  151.       Alignment = taRightJustify
  152.       AutoSize = False
  153.       Caption = '&Height:'
  154.     end
  155.     object WidthEdit: TEdit
  156.       Left = 48
  157.       Top = 24
  158.       Width = 41
  159.       Height = 21
  160.       TabOrder = 0
  161.       Text = '210'
  162.       OnChange = EditChange
  163.       OnKeyUp = WidthEditKeyUp
  164.     end
  165.     object HeightEdit: TEdit
  166.       Left = 48
  167.       Top = 48
  168.       Width = 41
  169.       Height = 21
  170.       TabOrder = 1
  171.       Text = '210'
  172.       OnChange = EditChange
  173.       OnKeyUp = WidthEditKeyUp
  174.     end
  175.   end
  176.   object OrientationGroupBox: TGroupBox
  177.     Left = 208
  178.     Top = 16
  179.     Width = 97
  180.     Height = 81
  181.     Caption = 'Orientation'
  182.     TabOrder = 5
  183.     object PortaitRadioButton: TRadioButton
  184.       Left = 8
  185.       Top = 24
  186.       Width = 81
  187.       Height = 17
  188.       Caption = 'P&ortait'
  189.       Checked = True
  190.       TabOrder = 0
  191.       TabStop = True
  192.       OnClick = PortaitRadioButtonClick
  193.     end
  194.     object LandscapeRadioButton: TRadioButton
  195.       Left = 8
  196.       Top = 48
  197.       Width = 86
  198.       Height = 17
  199.       Caption = 'L&andscape'
  200.       TabOrder = 1
  201.       OnClick = PortaitRadioButtonClick
  202.     end
  203.   end
  204.   object OptionsGroupBox: TGroupBox
  205.     Left = 320
  206.     Top = 16
  207.     Width = 177
  208.     Height = 81
  209.     Caption = 'Options'
  210.     TabOrder = 6
  211.     object AspectCheckBox: TCheckBox
  212.       Left = 16
  213.       Top = 21
  214.       Width = 158
  215.       Height = 17
  216.       Caption = '&Maintain aspect ratio'
  217.       Checked = True
  218.       State = cbChecked
  219.       TabOrder = 0
  220.       OnClick = OptionsCheckBoxClick
  221.     end
  222.     object FullpageCheckBox: TCheckBox
  223.       Left = 16
  224.       Top = 39
  225.       Width = 156
  226.       Height = 17
  227.       Caption = '&Use full page'
  228.       Checked = True
  229.       State = cbChecked
  230.       TabOrder = 1
  231.       OnClick = OptionsCheckBoxClick
  232.     end
  233.     object CenterCheckBox: TCheckBox
  234.       Left = 16
  235.       Top = 57
  236.       Width = 156
  237.       Height = 17
  238.       Caption = '&Center on page'
  239.       Checked = True
  240.       State = cbChecked
  241.       TabOrder = 2
  242.       OnClick = OptionsCheckBoxClick
  243.     end
  244.   end
  245.   object PreviewGroupBox: TGroupBox
  246.     Left = 8
  247.     Top = 16
  248.     Width = 185
  249.     Height = 177
  250.     Caption = 'Preview'
  251.     TabOrder = 7
  252.     OnMouseDown = PreviewGroupBoxMouseDown
  253.     object PreviewImage: TImage
  254.       Left = 40
  255.       Top = 16
  256.       Width = 105
  257.       Height = 156
  258.       AutoSize = True
  259.       OnMouseDown = PreviewImageMouseDown
  260.     end
  261.     object MinusSpeedButton: TFlatSpeedButton
  262.       Left = 7
  263.       Top = 145
  264.       Width = 25
  265.       Height = 25
  266.       Glyph.Data = {
  267.         72010000424D7201000000000000760000002800000015000000150000000100
  268.         040000000000FC000000CE0E0000C40E00001000000000000000000000000000
  269.         80000080000000808000800000008000800080800000C0C0C000808080000000
  270.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  271.         7777777FF00077777777777777777700F0007777777777777777700070007777
  272.         77777777777700077000777777777777777000777000777777FFFFF777000777
  273.         70007777F000007FF070777770007770077777000F0777777000770877777777
  274.         00F77777700070877777777770F777777000708F77777777707F7777700008F7
  275.         77777777770F7777700008F77FFFFFF7770F7777700008F700000007770F7777
  276.         700008F777777777770F7777700008F777777777770777777000708F77777777
  277.         70F777777000708FF777777780777777700077088FFFF7880777777770007770
  278.         08888800777777777000777770000077777777777000}
  279.       OnClick = MinusSpeedButtonClick
  280.     end
  281.     object PlusSpeedButton: TFlatSpeedButton
  282.       Left = 153
  283.       Top = 145
  284.       Width = 25
  285.       Height = 25
  286.       Glyph.Data = {
  287.         72010000424D7201000000000000760000002800000015000000150000000100
  288.         040000000000FC000000CE0E0000C40E00001000000000000000000000000000
  289.         80000080000000808000800000008000800080800000C0C0C000808080000000
  290.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  291.         7777777FF00077777777777777777700F0007777777777777777700070007777
  292.         77777777777700077000777777777777777000777000777777FFFFF777000777
  293.         70007777F000007FF070777770007770077777000F0777777000770877777777
  294.         00F77777700070877777F77770F777777000708F7770F777707F7777700008F7
  295.         7770F777770F7777700008F77FF0FFFF770F7777700008F700000007770F7777
  296.         700008F77770F777770F7777700008F77770F777770777777000708F77707777
  297.         70F777777000708FF777777780777777700077088FFFF7880777777770007770
  298.         08888800777777777000777770000077777777777000}
  299.       OnClick = PlusSpeedButtonClick
  300.     end
  301.   end
  302.   object PrinterSetupDialog: TPrinterSetupDialog
  303.     Left = 32
  304.     Top = 208
  305.   end
  306. end
  307.