home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / neosoft / win / qm41 / install / qmwin.exe / 0 / RCDATA / TPRINTDIALOG / TPRINTDIALOG.txt
Encoding:
Text File  |  1996-10-11  |  7.8 KB  |  327 lines

  1. object PrintDialog: TPrintDialog
  2.   Left = 314
  3.   Top = 95
  4.   HelpContext = 102
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print'
  8.   ClientHeight = 339
  9.   ClientWidth = 360
  10.   Font.Color = clBtnText
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object Group1: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 345
  22.     Height = 41
  23.     Caption = 'Print What'
  24.     TabOrder = 0
  25.     object Prompt: TLabel
  26.       Left = 8
  27.       Top = 17
  28.       Width = 329
  29.       Height = 19
  30.       AutoSize = False
  31.       Caption = 'Prompt'
  32.     end
  33.   end
  34.   object Gropu2: TGroupBox
  35.     Left = 8
  36.     Top = 56
  37.     Width = 345
  38.     Height = 81
  39.     Caption = 'Margins'
  40.     TabOrder = 1
  41.     object MLabel1: TLabel
  42.       Left = 8
  43.       Top = 23
  44.       Width = 23
  45.       Height = 15
  46.       Caption = '&Left:'
  47.       FocusControl = LMar
  48.     end
  49.     object MLabel3: TLabel
  50.       Left = 112
  51.       Top = 23
  52.       Width = 32
  53.       Height = 15
  54.       Caption = '&Right:'
  55.       FocusControl = RMar
  56.     end
  57.     object MLabel2: TLabel
  58.       Left = 8
  59.       Top = 51
  60.       Width = 24
  61.       Height = 15
  62.       Caption = '&Top:'
  63.       FocusControl = TMar
  64.     end
  65.     object MLabel4: TLabel
  66.       Left = 112
  67.       Top = 51
  68.       Width = 42
  69.       Height = 15
  70.       Caption = '&Bottom:'
  71.       FocusControl = BMar
  72.     end
  73.     object LMar: TEdit
  74.       Left = 40
  75.       Top = 20
  76.       Width = 65
  77.       Height = 20
  78.       AutoSize = False
  79.       Font.Color = clWindowText
  80.       Font.Height = -12
  81.       Font.Name = 'Arial'
  82.       Font.Style = []
  83.       MaxLength = 5
  84.       ParentFont = False
  85.       TabOrder = 0
  86.       OnKeyPress = LMarKeyPress
  87.     end
  88.     object RMar: TEdit
  89.       Left = 160
  90.       Top = 20
  91.       Width = 65
  92.       Height = 20
  93.       AutoSize = False
  94.       Font.Color = clWindowText
  95.       Font.Height = -12
  96.       Font.Name = 'Arial'
  97.       Font.Style = []
  98.       MaxLength = 5
  99.       ParentFont = False
  100.       TabOrder = 1
  101.       OnKeyPress = LMarKeyPress
  102.     end
  103.     object TMar: TEdit
  104.       Left = 40
  105.       Top = 48
  106.       Width = 65
  107.       Height = 20
  108.       AutoSize = False
  109.       Font.Color = clWindowText
  110.       Font.Height = -12
  111.       Font.Name = 'Arial'
  112.       Font.Style = []
  113.       MaxLength = 5
  114.       ParentFont = False
  115.       TabOrder = 2
  116.       OnKeyPress = LMarKeyPress
  117.     end
  118.     object BMar: TEdit
  119.       Left = 160
  120.       Top = 48
  121.       Width = 65
  122.       Height = 20
  123.       AutoSize = False
  124.       Font.Color = clWindowText
  125.       Font.Height = -12
  126.       Font.Name = 'Arial'
  127.       Font.Style = []
  128.       MaxLength = 5
  129.       ParentFont = False
  130.       TabOrder = 3
  131.       OnKeyPress = LMarKeyPress
  132.     end
  133.     object Inches: TRadioButton
  134.       Left = 248
  135.       Top = 24
  136.       Width = 65
  137.       Height = 17
  138.       Caption = '&Inches'
  139.       TabOrder = 4
  140.       OnClick = InchesClick
  141.     end
  142.     object Centimeters: TRadioButton
  143.       Left = 248
  144.       Top = 48
  145.       Width = 89
  146.       Height = 17
  147.       Caption = 'C&entimeters'
  148.       TabOrder = 5
  149.       OnClick = CentimetersClick
  150.     end
  151.   end
  152.   object Group3: TGroupBox
  153.     Left = 8
  154.     Top = 144
  155.     Width = 345
  156.     Height = 81
  157.     Caption = 'Header/Footer'
  158.     TabOrder = 2
  159.     object Label6: TLabel
  160.       Left = 8
  161.       Top = 23
  162.       Width = 44
  163.       Height = 15
  164.       Caption = '&Header:'
  165.       FocusControl = Head
  166.     end
  167.     object Label7: TLabel
  168.       Left = 8
  169.       Top = 51
  170.       Width = 38
  171.       Height = 15
  172.       Caption = '&Footer:'
  173.       FocusControl = Foot
  174.     end
  175.     object Foot: TEdit
  176.       Left = 56
  177.       Top = 48
  178.       Width = 281
  179.       Height = 20
  180.       AutoSize = False
  181.       Font.Color = clWindowText
  182.       Font.Height = -12
  183.       Font.Name = 'Arial'
  184.       Font.Style = []
  185.       ParentFont = False
  186.       TabOrder = 1
  187.     end
  188.     object Head: TEdit
  189.       Left = 56
  190.       Top = 20
  191.       Width = 281
  192.       Height = 20
  193.       AutoSize = False
  194.       Font.Color = clWindowText
  195.       Font.Height = -12
  196.       Font.Name = 'Arial'
  197.       Font.Style = []
  198.       ParentFont = False
  199.       TabOrder = 0
  200.     end
  201.   end
  202.   object Group4: TGroupBox
  203.     Left = 8
  204.     Top = 232
  205.     Width = 345
  206.     Height = 65
  207.     Caption = 'Options'
  208.     TabOrder = 3
  209.     object Label2: TLabel
  210.       Left = 216
  211.       Top = 28
  212.       Width = 46
  213.       Height = 13
  214.       AutoSize = False
  215.       Caption = '&Copies:'
  216.       FocusControl = Copies
  217.     end
  218.     object WrapLines: TCheckBox
  219.       Left = 8
  220.       Top = 40
  221.       Width = 89
  222.       Height = 17
  223.       Caption = '&Wrap Lines'
  224.       TabOrder = 1
  225.     end
  226.     object Copies: TEdit
  227.       Left = 263
  228.       Top = 26
  229.       Width = 73
  230.       Height = 20
  231.       AutoSize = False
  232.       Font.Color = clWindowText
  233.       Font.Height = -12
  234.       Font.Name = 'Arial'
  235.       Font.Style = []
  236.       ParentFont = False
  237.       TabOrder = 2
  238.       OnKeyPress = CopiesKeyPress
  239.     end
  240.     object PrintSelected: TCheckBox
  241.       Left = 8
  242.       Top = 20
  243.       Width = 129
  244.       Height = 17
  245.       Caption = 'Print &Selected Text'
  246.       TabOrder = 0
  247.     end
  248.   end
  249.   object SetupButton: TBitBtn
  250.     Left = 8
  251.     Top = 304
  252.     Width = 81
  253.     Height = 28
  254.     Caption = 'Se&tup...'
  255.     TabOrder = 4
  256.     OnClick = SetupButtonClick
  257.   end
  258.   object OkButton: TBitBtn
  259.     Left = 96
  260.     Top = 304
  261.     Width = 81
  262.     Height = 28
  263.     Caption = 'Print'
  264.     Default = True
  265.     ModalResult = 1
  266.     TabOrder = 5
  267.     Glyph.Data = {
  268.       66010000424D6601000000000000760000002800000014000000140000000100
  269.       040000000000F000000000000000000000001000000010000000000000000000
  270.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  271.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  272.       3333333300003333333333333333333300003300033333333330003300003000
  273.       0000000000000003000030F77777777777777703000030F77777777777777703
  274.       000030F77777777777997703000030FFFFFFFFFFFFFFFF030000380088888888
  275.       88880083000033300000000000000333000033300FFFFFFFFFF0033300003333
  276.       0F00000000F03333000033330FFFFFFFFFF03333000033330F00000000F03333
  277.       000033330FFFFFFFFFF03333000033330F00FFFFFFF03333000033330FFFFFFF
  278.       FFF0333300003333000000000000333300003333333333333333333300003333
  279.       33333333333333330000}
  280.   end
  281.   object CancelButton: TBitBtn
  282.     Left = 184
  283.     Top = 304
  284.     Width = 81
  285.     Height = 28
  286.     Cancel = True
  287.     Caption = 'Cancel'
  288.     ModalResult = 2
  289.     TabOrder = 6
  290.     Glyph.Data = {
  291.       F6000000424DF600000000000000760000002800000010000000100000000100
  292.       0400000000008000000000000000000000001000000010000000000000000000
  293.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  294.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333808333
  295.       33333333330F833333333333330B033330003333330FB03000B03380000BFB00
  296.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000330087FBFBF0
  297.       E000330FBFBFBFB0E000330087FBFBF0E000330FBFBFBFB0E000338000000000
  298.       0000333333333333333333333333333333333333333333333333}
  299.   end
  300.   object HelpButton: TBitBtn
  301.     Left = 272
  302.     Top = 304
  303.     Width = 81
  304.     Height = 28
  305.     Caption = '&Help'
  306.     TabOrder = 7
  307.     OnClick = HelpButtonClick
  308.     Glyph.Data = {
  309.       76010000424D760100000000000076000000280000001B000000100000000100
  310.       0400000000000001000000000000000000001000000010000000000000000000
  311.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
  312.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  313.       3300003333333330000033333333333300BFBF00333333300000333333333330
  314.       FBF00BFB03333330000033333333330FBFBFBFBFB0333330000033333333300B
  315.       FBFBFBFBF003333000003333333000BFBFB00FBFBF00033000003333330BF0FB
  316.       FB0BF0FBFB0BF03000003CC330BF80BF000FBF00BF08BF0000003CC330FBF0F0
  317.       FF00F0FF0B0BFB000000333330BF00B0F00FB0F00F00BF0000003CC3330030F0
  318.       000BF0000B03003000003CCC3333300F00BFBF00B00333300000333CC333330B
  319.       FBF00BFBF03333300000CC3CC3333330BFBF0FBF033333300000CCCCC3333333
  320.       00FBFB003333333000003CCC3333333333000033333333300000}
  321.   end
  322.   object PrinterSetupDialog: TPrinterSetupDialog
  323.     Left = 312
  324.     Top = 8
  325.   end
  326. end
  327.