home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 December / 12_02.iso / games / top / files / ut2003-demo.exe / System / dinterface.dll / 0 / RCDATA / TMEMOPRINTFORM / TMEMOPRINTFORM.txt
Text File  |  2002-08-12  |  4KB  |  221 lines

  1. object MemoPrintForm: TMemoPrintForm
  2.   Left = 242
  3.   Top = 178
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Selection'
  7.   ClientHeight = 249
  8.   ClientWidth = 425
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object gbxPrintDestination: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 409
  24.     Height = 81
  25.     Caption = 'File To Print:'
  26.     TabOrder = 0
  27.     object lblFileName: TLabel
  28.       Left = 8
  29.       Top = 24
  30.       Width = 44
  31.       Height = 13
  32.       Caption = 'FileName'
  33.     end
  34.     object PrintSelCheck: TCheckBox
  35.       Left = 8
  36.       Top = 48
  37.       Width = 393
  38.       Height = 21
  39.       Caption = '&Print selected block'
  40.       TabOrder = 0
  41.       object TPopupListBox
  42.         Left = 0
  43.         Top = 0
  44.         Width = 121
  45.         Height = 80
  46.         TabStop = False
  47.         ItemHeight = 13
  48.       end
  49.     end
  50.   end
  51.   object gbxOptions: TGroupBox
  52.     Left = 8
  53.     Top = 96
  54.     Width = 409
  55.     Height = 113
  56.     Caption = 'Options:'
  57.     TabOrder = 1
  58.     object lblLeftMargin: TLabel
  59.       Left = 208
  60.       Top = 68
  61.       Width = 55
  62.       Height = 13
  63.       Caption = 'Left &margin:'
  64.       FocusControl = LeftMarginEdit
  65.     end
  66.     object HeaderCheck: TCheckBox
  67.       Left = 8
  68.       Top = 16
  69.       Width = 193
  70.       Height = 21
  71.       Caption = 'Header/page &number'
  72.       TabOrder = 0
  73.       object TPopupListBox
  74.         Left = 0
  75.         Top = 0
  76.         Width = 121
  77.         Height = 80
  78.         TabStop = False
  79.         ItemHeight = 13
  80.       end
  81.     end
  82.     object LineNumbersCheck: TCheckBox
  83.       Left = 8
  84.       Top = 40
  85.       Width = 193
  86.       Height = 21
  87.       Caption = '&Line numbers'
  88.       TabOrder = 1
  89.       object TPopupListBox
  90.         Left = 0
  91.         Top = 0
  92.         Width = 121
  93.         Height = 80
  94.         TabStop = False
  95.         ItemHeight = 13
  96.       end
  97.     end
  98.     object SyntaxPrintCheck: TCheckBox
  99.       Left = 8
  100.       Top = 64
  101.       Width = 193
  102.       Height = 21
  103.       Caption = '&Syntax print'
  104.       TabOrder = 2
  105.       object TPopupListBox
  106.         Left = 0
  107.         Top = 0
  108.         Width = 121
  109.         Height = 80
  110.         TabStop = False
  111.         ItemHeight = 13
  112.       end
  113.     end
  114.     object WrapLinesCheck: TCheckBox
  115.       Left = 208
  116.       Top = 40
  117.       Width = 193
  118.       Height = 21
  119.       Caption = '&Wrap lines'
  120.       TabOrder = 4
  121.       object TPopupListBox
  122.         Left = 0
  123.         Top = 0
  124.         Width = 121
  125.         Height = 80
  126.         TabStop = False
  127.         ItemHeight = 13
  128.       end
  129.     end
  130.     object UseColorCheck: TCheckBox
  131.       Left = 8
  132.       Top = 88
  133.       Width = 193
  134.       Height = 21
  135.       Caption = 'Use &color'
  136.       TabOrder = 3
  137.       object TPopupListBox
  138.         Left = 0
  139.         Top = 0
  140.         Width = 121
  141.         Height = 80
  142.         TabStop = False
  143.         ItemHeight = 13
  144.       end
  145.     end
  146.     object LeftMarginEdit: TEdit
  147.       Left = 288
  148.       Top = 64
  149.       Width = 113
  150.       Height = 21
  151.       TabOrder = 6
  152.       object TPopupListBox
  153.         Left = 0
  154.         Top = 0
  155.         Width = 121
  156.         Height = 80
  157.         TabStop = False
  158.         ItemHeight = 13
  159.       end
  160.     end
  161.     object ShowPrintProgress: TCheckBox
  162.       Left = 208
  163.       Top = 16
  164.       Width = 193
  165.       Height = 21
  166.       Caption = 'Show print &progress'
  167.       TabOrder = 5
  168.       object TPopupListBox
  169.         Left = 0
  170.         Top = 0
  171.         Width = 121
  172.         Height = 80
  173.         TabStop = False
  174.         ItemHeight = 13
  175.       end
  176.     end
  177.   end
  178.   object SetupBut: TButton
  179.     Left = 104
  180.     Top = 216
  181.     Width = 73
  182.     Height = 25
  183.     Caption = 'Se&tup...'
  184.     TabOrder = 2
  185.     OnClick = SetupButClick
  186.   end
  187.   object OkBut: TButton
  188.     Left = 184
  189.     Top = 216
  190.     Width = 73
  191.     Height = 25
  192.     Caption = 'Ok'
  193.     Default = True
  194.     ModalResult = 1
  195.     TabOrder = 3
  196.     OnClick = OkButClick
  197.   end
  198.   object CancelBut: TButton
  199.     Left = 264
  200.     Top = 216
  201.     Width = 73
  202.     Height = 25
  203.     Cancel = True
  204.     Caption = 'Cancel'
  205.     ModalResult = 2
  206.     TabOrder = 4
  207.   end
  208.   object HelpBut: TButton
  209.     Left = 344
  210.     Top = 216
  211.     Width = 73
  212.     Height = 25
  213.     Caption = '&Help'
  214.     TabOrder = 5
  215.   end
  216.   object PrinterSetup: TPrinterSetupDialog
  217.     Left = 256
  218.     Top = 16
  219.   end
  220. end
  221.