home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / QCARD250.ZIP / QC2000.EXE / 0 / RCDATA / TPRINTDLG / TPRINTDLG.txt
Text File  |  1998-06-12  |  4KB  |  233 lines

  1. object PrintDlg: TPrintDlg
  2.   Left = 245
  3.   Top = 108
  4.   HelpContext = 5
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╤╡∩┐╜'
  7.   ClientHeight = 328
  8.   ClientWidth = 337
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object Bevel2: TBevel
  19.     Left = 9
  20.     Top = 97
  21.     Width = 319
  22.     Height = 160
  23.     Shape = bsFrame
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 9
  27.     Top = 9
  28.     Width = 319
  29.     Height = 76
  30.     Shape = bsFrame
  31.   end
  32.   object Label1: TLabel
  33.     Left = 16
  34.     Top = 3
  35.     Width = 52
  36.     Height = 14
  37.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜═º∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  38.   end
  39.   object PrtName: TLabel
  40.     Left = 24
  41.     Top = 23
  42.     Width = 297
  43.     Height = 50
  44.     AutoSize = False
  45.     Caption = 'PrtName'
  46.   end
  47.   object Label2: TLabel
  48.     Left = 16
  49.     Top = 91
  50.     Width = 47
  51.     Height = 14
  52.     Caption = '∩┐╜∩┐╜∩┐╜═í∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  53.   end
  54.   object Label3: TLabel
  55.     Left = 288
  56.     Top = 139
  57.     Width = 23
  58.     Height = 14
  59.     Caption = '∩┐╜∩┐╜'
  60.   end
  61.   object Label4: TLabel
  62.     Left = 40
  63.     Top = 139
  64.     Width = 184
  65.     Height = 14
  66.     Alignment = taRightJustify
  67.     AutoSize = False
  68.     Caption = '∩┐╜╙╣╟╣∩┐╜Φ╣í∩┐╜╨┤∩┐╜╔╖∩┐╜∩┐╜∩┐╜═º∩┐╜∩┐╜├╛∩┐╜∩┐╜∩┐╜∩┐╜'
  69.   end
  70.   object Label5: TLabel
  71.     Left = 16
  72.     Top = 203
  73.     Width = 72
  74.     Height = 14
  75.     Alignment = taRightJustify
  76.     AutoSize = False
  77.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╥íπ║╖∩┐╜∩┐╜'
  78.   end
  79.   object Label6: TLabel
  80.     Left = 152
  81.     Top = 203
  82.     Width = 73
  83.     Height = 14
  84.     Alignment = taRightJustify
  85.     AutoSize = False
  86.     Caption = '∩┐╜∩┐╜∩┐╜   ∩┐╜╟╖∩┐╜∩┐╜'
  87.   end
  88.   object Label7: TLabel
  89.     Left = 288
  90.     Top = 227
  91.     Width = 13
  92.     Height = 14
  93.     Caption = '∩┐╜'
  94.   end
  95.   object Label8: TLabel
  96.     Left = 32
  97.     Top = 227
  98.     Width = 193
  99.     Height = 14
  100.     Alignment = taRightJustify
  101.     AutoSize = False
  102.     Caption = '∩┐╜╙╣╟╣∩┐╜∩┐╜∩┐╜∩┐╜╤╡├╖∩┐╜∩┐╜∩┐╜═º∩┐╜∩┐╜∩┐╜'
  103.   end
  104.   object Label9: TLabel
  105.     Left = 288
  106.     Top = 203
  107.     Width = 37
  108.     Height = 14
  109.     Caption = '∩┐╜∩┐╜∩┐╜'
  110.   end
  111.   object Bevel3: TBevel
  112.     Left = 16
  113.     Top = 168
  114.     Width = 305
  115.     Height = 2
  116.   end
  117.   object OKBtn: TButton
  118.     Left = 85
  119.     Top = 290
  120.     Width = 81
  121.     Height = 27
  122.     Caption = 'OK'
  123.     Default = True
  124.     ModalResult = 1
  125.     TabOrder = 0
  126.   end
  127.   object CancelBtn: TButton
  128.     Left = 171
  129.     Top = 290
  130.     Width = 81
  131.     Height = 27
  132.     Cancel = True
  133.     Caption = 'Cancel'
  134.     ModalResult = 2
  135.     TabOrder = 1
  136.   end
  137.   object NumPage: TEdit
  138.     Left = 228
  139.     Top = 137
  140.     Width = 53
  141.     Height = 22
  142.     MaxLength = 2
  143.     TabOrder = 3
  144.     Text = '1'
  145.     OnChange = NumPageChange
  146.     OnExit = NumPageExit
  147.     OnKeyPress = NumPageKeyPress
  148.   end
  149.   object FromCol: TEdit
  150.     Tag = 1
  151.     Left = 92
  152.     Top = 201
  153.     Width = 53
  154.     Height = 22
  155.     TabOrder = 5
  156.     Text = '1'
  157.     OnChange = FromColChange
  158.     OnExit = NumPageExit
  159.     OnKeyPress = NumPageKeyPress
  160.   end
  161.   object FromRow: TEdit
  162.     Tag = 2
  163.     Left = 228
  164.     Top = 201
  165.     Width = 53
  166.     Height = 22
  167.     TabOrder = 6
  168.     Text = '1'
  169.     OnChange = FromColChange
  170.     OnExit = NumPageExit
  171.     OnKeyPress = NumPageKeyPress
  172.   end
  173.   object FullPage: TRadioButton
  174.     Left = 24
  175.     Top = 115
  176.     Width = 121
  177.     Height = 17
  178.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜Φ╣í∩┐╜╨┤∩┐╜∩┐╜ '
  179.     Checked = True
  180.     TabOrder = 2
  181.     TabStop = True
  182.   end
  183.   object Partial: TRadioButton
  184.     Left = 24
  185.     Top = 179
  186.     Width = 121
  187.     Height = 17
  188.     Caption = '∩┐╜╥º∩┐╜∩┐╜╟╣∩┐╜═º∩┐╜∩┐╜╨┤∩┐╜∩┐╜ '
  189.     TabOrder = 4
  190.   end
  191.   object Button1: TButton
  192.     Left = 232
  193.     Top = 47
  194.     Width = 86
  195.     Height = 25
  196.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜═º∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜...'
  197.     TabOrder = 8
  198.     OnClick = Button1Click
  199.   end
  200.   object NumCard: TEdit
  201.     Left = 228
  202.     Top = 225
  203.     Width = 53
  204.     Height = 22
  205.     TabOrder = 7
  206.     Text = '1'
  207.     OnChange = FromColChange
  208.     OnExit = NumPageExit
  209.     OnKeyPress = NumPageKeyPress
  210.   end
  211.   object PrtSep: TCheckBox
  212.     Left = 24
  213.     Top = 264
  214.     Width = 297
  215.     Height = 17
  216.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Φº╣∩┐╜∩┐╜∩┐╜╤╡∩┐╜'
  217.     TabOrder = 9
  218.   end
  219.   object CopyByDriver: TCheckBox
  220.     Left = 168
  221.     Top = 115
  222.     Width = 153
  223.     Height = 17
  224.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜═╗∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜═º∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  225.     State = cbChecked
  226.     TabOrder = 10
  227.   end
  228.   object PrintSetupDlg: TPrinterSetupDialog
  229.     Left = 194
  230.     Top = 48
  231.   end
  232. end
  233.