home *** CD-ROM | disk | FTP | other *** search
/ Emuladores 7 / EMULADORES_7.iso / kit / discador_netcerta.exe / DiscadorNetCerta.exe / 0 / RCDATA / TDBG / TDBG.txt
Text File  |  2004-05-10  |  2KB  |  100 lines

  1. object Dbg: TDbg
  2.   Left = 309
  3.   Top = 116
  4.   Width = 439
  5.   Height = 482
  6.   Caption = 'Debug'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDefaultPosOnly
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   DesignSize = (
  18.     431
  19.     455)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object mm: TMemo
  23.     Left = 8
  24.     Top = 8
  25.     Width = 417
  26.     Height = 385
  27.     Anchors = [akLeft, akTop, akRight, akBottom]
  28.     ReadOnly = True
  29.     ScrollBars = ssBoth
  30.     TabOrder = 0
  31.   end
  32.   object btTray: TButton
  33.     Left = 8
  34.     Top = 401
  35.     Width = 81
  36.     Height = 25
  37.     Anchors = [akLeft, akBottom]
  38.     Caption = 'Tray'
  39.     TabOrder = 1
  40.     OnClick = btTrayClick
  41.   end
  42.   object btInterface: TButton
  43.     Left = 96
  44.     Top = 401
  45.     Width = 97
  46.     Height = 25
  47.     Anchors = [akLeft, akBottom]
  48.     Caption = 'Ligar Interface'
  49.     TabOrder = 2
  50.     OnClick = btInterfaceClick
  51.   end
  52.   object cbTopo: TCheckBox
  53.     Left = 8
  54.     Top = 433
  55.     Width = 65
  56.     Height = 17
  57.     Anchors = [akLeft, akBottom]
  58.     Caption = 'No topo'
  59.     TabOrder = 3
  60.   end
  61.   object Button1: TButton
  62.     Left = 200
  63.     Top = 400
  64.     Width = 89
  65.     Height = 25
  66.     Anchors = [akLeft, akBottom]
  67.     Caption = 'Checar Conex'#227'o'
  68.     TabOrder = 4
  69.     OnClick = Button1Click
  70.   end
  71.   object Button2: TButton
  72.     Left = 400
  73.     Top = 400
  74.     Width = 25
  75.     Height = 25
  76.     Anchors = [akLeft, akBottom]
  77.     Caption = '?'
  78.     TabOrder = 5
  79.     OnClick = Button2Click
  80.   end
  81.   object cbConecta: TCheckBox
  82.     Left = 88
  83.     Top = 432
  84.     Width = 65
  85.     Height = 17
  86.     Anchors = [akLeft, akBottom]
  87.     Caption = 'Conecta'
  88.     TabOrder = 6
  89.   end
  90.   object btCadastro: TButton
  91.     Left = 296
  92.     Top = 400
  93.     Width = 75
  94.     Height = 25
  95.     Caption = 'Cadastro'
  96.     TabOrder = 7
  97.     OnClick = btCadastroClick
  98.   end
  99. end
  100.