home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / CBAR200E.ZIP / CBAR20.EX_ / CBAR20.EX / 0 / RCDATA / TFORMTEST / TFORMTEST.txt
Text File  |  1997-10-15  |  2KB  |  80 lines

  1. object FormTest: TFormTest
  2.   Left = 326
  3.   Top = 196
  4.   ActiveControl = ETest
  5.   BorderStyle = bsDialog
  6.   Caption = 'Prova di stampa del codice'
  7.   ClientHeight = 145
  8.   ClientWidth = 261
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LTestw: TLabel
  18.     Left = 69
  19.     Top = 10
  20.     Width = 123
  21.     Height = 13
  22.     Caption = 'Scrivi il testo da codificare'
  23.   end
  24.   object ETest: TEdit
  25.     Left = 12
  26.     Top = 30
  27.     Width = 239
  28.     Height = 21
  29.     TabOrder = 0
  30.     OnKeyPress = ETestKeyPress
  31.   end
  32.   object ButCopy: TButton
  33.     Left = 145
  34.     Top = 70
  35.     Width = 109
  36.     Height = 25
  37.     Hint = 'Copia il codice a barre negli appunti'
  38.     Caption = 'Copia'
  39.     Default = True
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.     TabOrder = 2
  43.     OnClick = ButCopyClick
  44.   end
  45.   object ButClose: TButton
  46.     Left = 145
  47.     Top = 106
  48.     Width = 109
  49.     Height = 25
  50.     Caption = 'Chiudi'
  51.     TabOrder = 4
  52.     OnClick = ButCloseClick
  53.   end
  54.   object ButSetPrinter: TButton
  55.     Left = 14
  56.     Top = 106
  57.     Width = 109
  58.     Height = 25
  59.     Caption = 'Imposta stampante'
  60.     TabOrder = 3
  61.     OnClick = ButSetPrinterClick
  62.   end
  63.   object ButPrint: TButton
  64.     Left = 14
  65.     Top = 70
  66.     Width = 109
  67.     Height = 25
  68.     Hint = 'Stampa il codice a barre'
  69.     Caption = 'Stampa'
  70.     ParentShowHint = False
  71.     ShowHint = True
  72.     TabOrder = 1
  73.     OnClick = ButPrintClick
  74.   end
  75.   object PrinterSetupDialog1: TPrinterSetupDialog
  76.     Left = 230
  77.     Top = 116
  78.   end
  79. end
  80.