home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / grafika / nsico / nsicon95.cmp / NSICON.EXE / 0 / RCDATA / TPRINTDIALOG / TPRINTDIALOG.txt
Text File  |  1997-03-21  |  8KB  |  325 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.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   Scaled = False
  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.       36010000424D2A01000000000000760000002800000012000000100000000100
  269.       0400000000000000000080020000E00100000000000000000000030303000303
  270.       8300038303000383830083030300830383008383030083838300C3C3C3000303
  271.       FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00300033333333
  272.       3300030000000000000000000000000000000F88888888888888800000000F88
  273.       888888888888800000000F88888888888998800000000FFFFFFFFFFFFFFFF000
  274.       00007007777777777770070000003300000000000000330000003300FFFFFFFF
  275.       FF00330000003330F00000000F03330000003330FFFFFFFFFF03330000003330
  276.       F00000000F03330000003330FFFFFFFFFF03330000003330F00FFFFFFF033300
  277.       00003330FFFFFFFFFF0333000000333000000000000333000000}
  278.   end
  279.   object CancelButton: TBitBtn
  280.     Left = 184
  281.     Top = 304
  282.     Width = 81
  283.     Height = 28
  284.     Cancel = True
  285.     Caption = 'Cancel'
  286.     ModalResult = 2
  287.     TabOrder = 6
  288.     Glyph.Data = {
  289.       F6000000424DEE00000000000000760000002800000010000000100000000100
  290.       0400000000000000000080020000E00100000000000000000000030303000303
  291.       830003830300038383008303030083038300838303007F7F7F00BFBFBF000303
  292.       FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00333333707333
  293.       33333333330F733333333333330B033330003333330FB03000B03370000BFB00
  294.       E000330FBFBFBFB0E000330078FBFBF0E000330FBFBFBFB0E000330078FBFBF0
  295.       E000330FBFBFBFB0E000330078FBFBF0E000330FBFBFBFB0E000337000000000
  296.       0000333333333333333333333333333333333333333333333333}
  297.   end
  298.   object HelpButton: TBitBtn
  299.     Left = 272
  300.     Top = 304
  301.     Width = 81
  302.     Height = 28
  303.     Caption = '&Help'
  304.     TabOrder = 7
  305.     OnClick = HelpButtonClick
  306.     Glyph.Data = {
  307.       76010000424D660100000000000076000000280000001B000000100000000100
  308.       0400000000000000000080020000E00100000000000000000000030303000303
  309.       830003830300038383008303030083038300838303007F7F7F00BFBFBF000303
  310.       FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00333333333333
  311.       3300003333333330000033333333333300BFBF00333333300000333333333330
  312.       FBF00BFB03333330000033333333330FBFBFBFBFB0333330000033333333300B
  313.       FBFBFBFBF003333000003333333000BFBFB00FBFBF00033000003333330BF0FB
  314.       FB0BF0FBFB0BF03000003CC330BF70BF000FBF00BF07BF0000003CC330FBF0F0
  315.       FF00F0FF0B0BFB000000333330BF00B0F00FB0F00F00BF0000003CC3330030F0
  316.       000BF0000B03003000003CCC3333300F00BFBF00B00333300000333CC333330B
  317.       FBF00BFBF03333300000CC3CC3333330BFBF0FBF033333300000CCCCC3333333
  318.       00FBFB003333333000003CCC3333333333000033333333300000}
  319.   end
  320.   object PrinterSetupDialog: TPrinterSetupDialog
  321.     Left = 312
  322.     Top = 8
  323.   end
  324. end
  325.