home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 1999 November / CD-Gamer_1999-11_02_cd.bin / netware / heatnet / heatnet.exe / Ping.exe / 0 / RCDATA / TOPTIONSDIALOG / TOPTIONSDIALOG.txt < prev   
Encoding:
Text File  |  1997-08-13  |  1.9 KB  |  117 lines

  1. object OptionsDialog: TOptionsDialog
  2.   Left = 667
  3.   Top = 110
  4.   BorderStyle = bsDialog
  5.   Caption = 'PING Options'
  6.   ClientHeight = 85
  7.   ClientWidth = 290
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 4
  21.     Top = 8
  22.     Width = 201
  23.     Height = 69
  24.     Shape = bsFrame
  25.   end
  26.   object Label1: TLabel
  27.     Left = 20
  28.     Top = 20
  29.     Width = 46
  30.     Height = 13
  31.     Caption = 'Ping with '
  32.   end
  33.   object Label2: TLabel
  34.     Left = 136
  35.     Top = 20
  36.     Width = 64
  37.     Height = 13
  38.     Caption = 'bytes of data.'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 20
  42.     Top = 52
  43.     Width = 50
  44.     Height = 13
  45.     Caption = 'Timeout at'
  46.   end
  47.   object Label4: TLabel
  48.     Left = 148
  49.     Top = 52
  50.     Width = 13
  51.     Height = 13
  52.     Caption = 'ms'
  53.   end
  54.   object OKBtn: TButton
  55.     Left = 212
  56.     Top = 8
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'OK'
  60.     Default = True
  61.     ModalResult = 1
  62.     TabOrder = 0
  63.   end
  64.   object CancelBtn: TButton
  65.     Left = 212
  66.     Top = 38
  67.     Width = 75
  68.     Height = 25
  69.     Cancel = True
  70.     Caption = 'Cancel'
  71.     ModalResult = 2
  72.     TabOrder = 1
  73.   end
  74.   object Edit1: TEdit
  75.     Left = 68
  76.     Top = 16
  77.     Width = 53
  78.     Height = 21
  79.     TabOrder = 2
  80.     Text = '4'
  81.   end
  82.   object PingDataSize: TUpDown
  83.     Left = 121
  84.     Top = 16
  85.     Width = 12
  86.     Height = 21
  87.     Associate = Edit1
  88.     Min = 1
  89.     Max = 256
  90.     Increment = 2
  91.     Position = 4
  92.     TabOrder = 3
  93.     Wrap = False
  94.   end
  95.   object Edit2: TEdit
  96.     Left = 76
  97.     Top = 48
  98.     Width = 53
  99.     Height = 21
  100.     TabOrder = 4
  101.     Text = '500'
  102.   end
  103.   object TimeOutVal: TUpDown
  104.     Left = 129
  105.     Top = 48
  106.     Width = 12
  107.     Height = 21
  108.     Associate = Edit2
  109.     Min = 100
  110.     Max = 10000
  111.     Increment = 500
  112.     Position = 500
  113.     TabOrder = 5
  114.     Wrap = False
  115.   end
  116. end
  117.