home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 142 / Exame Informatica 142.iso / Programas / Cerberus / CerberusSetup.exe / CerberusNET_Source / preferences.dfm < prev    next >
Encoding:
Text File  |  2005-06-12  |  2.4 KB  |  128 lines

  1. object frmPreferences: TfrmPreferences
  2.   Left = 393
  3.   Top = 212
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preferences'
  6.   ClientHeight = 303
  7.   ClientWidth = 488
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 264
  22.     Width = 473
  23.     Height = 4
  24.     Shape = bsTopLine
  25.   end
  26.   object SpeedButton1: TSpeedButton
  27.     Left = 8
  28.     Top = 8
  29.     Width = 105
  30.     Height = 25
  31.     Caption = 'connection'
  32.     OnClick = SpeedButton1Click
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 328
  36.     Top = 272
  37.     Width = 75
  38.     Height = 25
  39.     Caption = '&Save'
  40.     ModalResult = 1
  41.     TabOrder = 0
  42.   end
  43.   object BitBtn2: TBitBtn
  44.     Left = 408
  45.     Top = 272
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = '&Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 1
  52.   end
  53.   object pHello: TPanel
  54.     Left = 120
  55.     Top = 8
  56.     Width = 361
  57.     Height = 249
  58.     TabOrder = 2
  59.     object Label1: TLabel
  60.       Left = 292
  61.       Top = 232
  62.       Width = 64
  63.       Height = 13
  64.       Caption = 'CerberusNET'
  65.     end
  66.   end
  67.   object pConnection: TPanel
  68.     Left = 120
  69.     Top = 8
  70.     Width = 361
  71.     Height = 249
  72.     TabOrder = 3
  73.     object Label2: TLabel
  74.       Left = 8
  75.       Top = 8
  76.       Width = 67
  77.       Height = 13
  78.       Caption = 'Cerberus Host'
  79.     end
  80.     object Label3: TLabel
  81.       Left = 8
  82.       Top = 64
  83.       Width = 64
  84.       Height = 13
  85.       Caption = 'Cerberus Port'
  86.     end
  87.     object Label4: TLabel
  88.       Left = 8
  89.       Top = 120
  90.       Width = 151
  91.       Height = 13
  92.       Caption = 'Refresh Camera Display Interval'
  93.     end
  94.     object lCRefresh: TLabel
  95.       Left = 168
  96.       Top = 120
  97.       Width = 55
  98.       Height = 13
  99.       Caption = '(2 seconds)'
  100.     end
  101.     object eCHost: TEdit
  102.       Left = 8
  103.       Top = 24
  104.       Width = 265
  105.       Height = 21
  106.       TabOrder = 0
  107.     end
  108.     object eCPort: TEdit
  109.       Left = 8
  110.       Top = 80
  111.       Width = 81
  112.       Height = 21
  113.       TabOrder = 1
  114.     end
  115.     object tbCRefresh: TTrackBar
  116.       Left = 8
  117.       Top = 136
  118.       Width = 337
  119.       Height = 45
  120.       Max = 60
  121.       Min = 1
  122.       Position = 1
  123.       TabOrder = 2
  124.       OnChange = tbCRefreshChange
  125.     end
  126.   end
  127. end
  128.