home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / tea / teasetup.exe / tea.exe / 0 / RCDATA / TMEMOPRINTFORM / TMEMOPRINTFORM.txt
Encoding:
Text File  |  2002-03-26  |  6.2 KB  |  299 lines

  1. object MemoPrintForm: TMemoPrintForm
  2.   Left = 355
  3.   Top = 250
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Selection'
  7.   ClientHeight = 257
  8.   ClientWidth = 425
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object gbxPrintDestination: TGroupBox
  19.     Left = 6
  20.     Top = 5
  21.     Width = 414
  22.     Height = 81
  23.     Caption = 'File To Print:'
  24.     TabOrder = 0
  25.     object lblFileName: TLabel
  26.       Left = 11
  27.       Top = 26
  28.       Width = 44
  29.       Height = 13
  30.       Caption = 'FileName'
  31.     end
  32.     object PrintSelCheck: TDCPropCheckBox
  33.       Left = 11
  34.       Top = 43
  35.       Width = 235
  36.       Height = 21
  37.       PropName = 'PrintOptions.poPrintSel'
  38.       Caption = '&Print selected block'
  39.       Checked = False
  40.       Cute = False
  41.       Invert = False
  42.       ReadOnly = False
  43.       Scaled = False
  44.       TabOrder = 0
  45.       TabStop = True
  46.       Text = 'False'
  47.       OnChange = PrintSelCheckChange
  48.       object TPopupListBox
  49.         Left = 0
  50.         Top = 0
  51.         Width = 121
  52.         Height = 80
  53.         TabStop = False
  54.         ItemHeight = 13
  55.       end
  56.     end
  57.   end
  58.   object gbxOptions: TGroupBox
  59.     Left = 6
  60.     Top = 92
  61.     Width = 414
  62.     Height = 109
  63.     Caption = 'Options:'
  64.     TabOrder = 1
  65.     object lblLeftMargin: TLabel
  66.       Left = 204
  67.       Top = 59
  68.       Width = 55
  69.       Height = 13
  70.       Caption = 'Left &margin:'
  71.       Enabled = False
  72.       FocusControl = LeftMarginEdit
  73.     end
  74.     object HeaderCheck: TDCPropCheckBox
  75.       Left = 11
  76.       Top = 16
  77.       Width = 173
  78.       Height = 21
  79.       LinkedEditor = PrintSelCheck
  80.       PropName = 'PrintOptions.poPrintHeader'
  81.       Caption = 'Header/page &number'
  82.       Checked = False
  83.       Cute = False
  84.       Invert = False
  85.       ReadOnly = False
  86.       Scaled = False
  87.       TabOrder = 0
  88.       TabStop = True
  89.       Text = 'False'
  90.       object TPopupListBox
  91.         Left = 0
  92.         Top = 0
  93.         Width = 121
  94.         Height = 80
  95.         TabStop = False
  96.         ItemHeight = 13
  97.       end
  98.     end
  99.     object LineNumbersCheck: TDCPropCheckBox
  100.       Left = 11
  101.       Top = 37
  102.       Width = 121
  103.       Height = 21
  104.       LinkedEditor = PrintSelCheck
  105.       PropName = 'PrintOptions.poLineNumbers'
  106.       Caption = '&Line numbers'
  107.       Checked = False
  108.       Cute = False
  109.       Invert = False
  110.       ReadOnly = False
  111.       Scaled = False
  112.       TabOrder = 1
  113.       TabStop = True
  114.       Text = 'False'
  115.       object TPopupListBox
  116.         Left = 0
  117.         Top = 0
  118.         Width = 121
  119.         Height = 80
  120.         TabStop = False
  121.         ItemHeight = 13
  122.       end
  123.     end
  124.     object SyntaxPrintCheck: TDCPropCheckBox
  125.       Left = 11
  126.       Top = 59
  127.       Width = 150
  128.       Height = 21
  129.       LinkedEditor = PrintSelCheck
  130.       PropName = 'PrintOptions.poPrintSyntax'
  131.       Caption = '&Syntax print'
  132.       Checked = False
  133.       Cute = False
  134.       Invert = False
  135.       ReadOnly = False
  136.       Scaled = False
  137.       TabOrder = 2
  138.       TabStop = True
  139.       Text = 'False'
  140.       object TPopupListBox
  141.         Left = 0
  142.         Top = 0
  143.         Width = 121
  144.         Height = 80
  145.         TabStop = False
  146.         ItemHeight = 13
  147.       end
  148.     end
  149.     object WrapLinesCheck: TDCPropCheckBox
  150.       Left = 205
  151.       Top = 37
  152.       Width = 121
  153.       Height = 21
  154.       LinkedEditor = PrintSelCheck
  155.       PropName = 'PrintOptions.poWrapLines'
  156.       Caption = '&Wrap lines'
  157.       Checked = False
  158.       Cute = False
  159.       Invert = False
  160.       Enabled = False
  161.       ReadOnly = False
  162.       Scaled = False
  163.       TabOrder = 4
  164.       TabStop = True
  165.       Text = 'False'
  166.       object TPopupListBox
  167.         Left = 0
  168.         Top = 0
  169.         Width = 121
  170.         Height = 80
  171.         TabStop = False
  172.         ItemHeight = 13
  173.       end
  174.     end
  175.     object UseColorCheck: TDCPropCheckBox
  176.       Left = 11
  177.       Top = 81
  178.       Width = 121
  179.       Height = 21
  180.       LinkedEditor = PrintSelCheck
  181.       PropName = 'PrintOptions.poInColor'
  182.       Caption = 'Use &color'
  183.       Checked = False
  184.       Cute = False
  185.       Invert = False
  186.       ReadOnly = False
  187.       Scaled = False
  188.       TabOrder = 3
  189.       TabStop = True
  190.       Text = 'False'
  191.       object TPopupListBox
  192.         Left = 0
  193.         Top = 0
  194.         Width = 121
  195.         Height = 80
  196.         TabStop = False
  197.         ItemHeight = 13
  198.       end
  199.     end
  200.     object LeftMarginEdit: TDCPropEditor
  201.       Left = 277
  202.       Top = 59
  203.       Width = 92
  204.       Height = 21
  205.       Button1Kind = bkAuto
  206.       LinkedEditor = PrintSelCheck
  207.       PropName = 'LeftMargin'
  208.       Caption = 'LeftMarginEdit'
  209.       Enabled = False
  210.       Flat = False
  211.       ParentColor = False
  212.       ReadOnly = False
  213.       TabOrder = 6
  214.       TabStop = True
  215.       object TPopupListBox
  216.         Left = 0
  217.         Top = 0
  218.         Width = 121
  219.         Height = 80
  220.         TabStop = False
  221.         ItemHeight = 13
  222.       end
  223.     end
  224.     object ShowPrintProgress: TDCPropCheckBox
  225.       Left = 205
  226.       Top = 16
  227.       Width = 164
  228.       Height = 21
  229.       LinkedEditor = PrintSelCheck
  230.       PropName = 'PrintOptions.poShowProgress'
  231.       Caption = 'Show print &progress'
  232.       Checked = False
  233.       Cute = False
  234.       Invert = False
  235.       ReadOnly = False
  236.       Scaled = False
  237.       TabOrder = 5
  238.       TabStop = True
  239.       Text = 'False'
  240.       object TPopupListBox
  241.         Left = 0
  242.         Top = 0
  243.         Width = 121
  244.         Height = 80
  245.         TabStop = False
  246.         ItemHeight = 13
  247.       end
  248.     end
  249.   end
  250.   object Panel1: TPanel
  251.     Left = 6
  252.     Top = 210
  253.     Width = 414
  254.     Height = 40
  255.     TabOrder = 2
  256.     object SetupButton: TButton
  257.       Left = 8
  258.       Top = 8
  259.       Width = 95
  260.       Height = 25
  261.       Caption = 'Se&tup...'
  262.       TabOrder = 0
  263.       OnClick = SetupButtonClick
  264.     end
  265.     object OkButton: TButton
  266.       Left = 111
  267.       Top = 8
  268.       Width = 95
  269.       Height = 25
  270.       Caption = 'Ok'
  271.       Default = True
  272.       ModalResult = 1
  273.       TabOrder = 1
  274.     end
  275.     object CancelButton: TButton
  276.       Left = 212
  277.       Top = 8
  278.       Width = 95
  279.       Height = 25
  280.       Cancel = True
  281.       Caption = 'Cancel'
  282.       ModalResult = 2
  283.       TabOrder = 2
  284.     end
  285.     object HelpButton: TButton
  286.       Left = 313
  287.       Top = 8
  288.       Width = 95
  289.       Height = 25
  290.       Caption = '&Help'
  291.       TabOrder = 3
  292.     end
  293.   end
  294.   object PrinterSetup: TPrinterSetupDialog
  295.     Left = 257
  296.     Top = 33
  297.   end
  298. end
  299.