home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMBULK / TFRMBULK.txt
Text File  |  2005-05-02  |  8KB  |  317 lines

  1. object frmBulk: TfrmBulk
  2.   Left = 281
  3.   Top = 148
  4.   BorderStyle = bsDialog
  5.   Caption = 'Resolve bulk IPs'
  6.   ClientHeight = 357
  7.   ClientWidth = 374
  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.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object nb: TNotebook
  19.     Left = 0
  20.     Top = 29
  21.     Width = 374
  22.     Height = 328
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object TPage
  26.       Left = 0
  27.       Top = 0
  28.       Caption = 'Default'
  29.       object Label1: TLabel
  30.         Left = 16
  31.         Top = 8
  32.         Width = 112
  33.         Height = 13
  34.         Caption = 'IP List (One IP per Line)'
  35.         Font.Charset = DEFAULT_CHARSET
  36.         Font.Color = clWindowText
  37.         Font.Height = -11
  38.         Font.Name = 'MS Sans Serif'
  39.         Font.Style = [fsUnderline]
  40.         ParentFont = False
  41.       end
  42.       object Label2: TLabel
  43.         Left = 16
  44.         Top = 64
  45.         Width = 48
  46.         Height = 13
  47.         Caption = 'Output file'
  48.         Font.Charset = DEFAULT_CHARSET
  49.         Font.Color = clWindowText
  50.         Font.Height = -11
  51.         Font.Name = 'MS Sans Serif'
  52.         Font.Style = [fsUnderline]
  53.         ParentFont = False
  54.       end
  55.       object Label3: TLabel
  56.         Left = 16
  57.         Top = 128
  58.         Width = 101
  59.         Height = 13
  60.         Caption = 'Choose output format'
  61.         Font.Charset = DEFAULT_CHARSET
  62.         Font.Color = clWindowText
  63.         Font.Height = -11
  64.         Font.Name = 'MS Sans Serif'
  65.         Font.Style = [fsUnderline]
  66.         ParentFont = False
  67.       end
  68.       object fe1: TFilenameEdit
  69.         Left = 24
  70.         Top = 32
  71.         Width = 345
  72.         Height = 21
  73.         DialogTitle = 'Select Input File'
  74.         NumGlyphs = 1
  75.         TabOrder = 0
  76.       end
  77.       object fe2: TFilenameEdit
  78.         Left = 24
  79.         Top = 88
  80.         Width = 345
  81.         Height = 21
  82.         DialogTitle = 'Select Output File'
  83.         NumGlyphs = 1
  84.         TabOrder = 1
  85.       end
  86.       object btnGo: TButton
  87.         Left = 16
  88.         Top = 288
  89.         Width = 75
  90.         Height = 25
  91.         Caption = '&GO'
  92.         TabOrder = 2
  93.         OnClick = btnGoClick
  94.       end
  95.       object chkThrowInCache: TCheckBox
  96.         Left = 16
  97.         Top = 256
  98.         Width = 241
  99.         Height = 17
  100.         Caption = '&Include contents of X-NetStat'#39's DNS cache'
  101.         TabOrder = 3
  102.       end
  103.       object rb1: TRadioButton
  104.         Left = 32
  105.         Top = 152
  106.         Width = 121
  107.         Height = 17
  108.         Caption = 'IP HOSTNAME'
  109.         Font.Charset = ANSI_CHARSET
  110.         Font.Color = clWindowText
  111.         Font.Height = -11
  112.         Font.Name = 'Fixedsys'
  113.         Font.Style = []
  114.         ParentFont = False
  115.         TabOrder = 4
  116.       end
  117.       object rb2: TRadioButton
  118.         Left = 32
  119.         Top = 176
  120.         Width = 113
  121.         Height = 17
  122.         Caption = 'IP=HOSTNAME'
  123.         Font.Charset = ANSI_CHARSET
  124.         Font.Color = clWindowText
  125.         Font.Height = -11
  126.         Font.Name = 'Fixedsys'
  127.         Font.Style = []
  128.         ParentFont = False
  129.         TabOrder = 5
  130.       end
  131.       object rb3: TRadioButton
  132.         Left = 32
  133.         Top = 200
  134.         Width = 169
  135.         Height = 17
  136.         Caption = 'IP -> HOSTNAME'
  137.         Font.Charset = ANSI_CHARSET
  138.         Font.Color = clWindowText
  139.         Font.Height = -11
  140.         Font.Name = 'Fixedsys'
  141.         Font.Style = []
  142.         ParentFont = False
  143.         TabOrder = 6
  144.       end
  145.       object rb4: TRadioButton
  146.         Left = 32
  147.         Top = 224
  148.         Width = 169
  149.         Height = 17
  150.         Caption = 'HOSTNAME'
  151.         Font.Charset = ANSI_CHARSET
  152.         Font.Color = clWindowText
  153.         Font.Height = -11
  154.         Font.Name = 'Fixedsys'
  155.         Font.Style = []
  156.         ParentFont = False
  157.         TabOrder = 7
  158.       end
  159.     end
  160.     object TPage
  161.       Left = 0
  162.       Top = 0
  163.       Caption = 'Progress'
  164.       object lblThreads: TLabel
  165.         Left = 16
  166.         Top = 192
  167.         Width = 51
  168.         Height = 13
  169.         Caption = 'Threads:'
  170.         Font.Charset = DEFAULT_CHARSET
  171.         Font.Color = clWindowText
  172.         Font.Height = -11
  173.         Font.Name = 'MS Sans Serif'
  174.         Font.Style = [fsBold]
  175.         ParentFont = False
  176.       end
  177.       object lblResolved: TLabel
  178.         Left = 16
  179.         Top = 208
  180.         Width = 58
  181.         Height = 13
  182.         Caption = 'Resolved:'
  183.         Font.Charset = DEFAULT_CHARSET
  184.         Font.Color = clWindowText
  185.         Font.Height = -11
  186.         Font.Name = 'MS Sans Serif'
  187.         Font.Style = [fsBold]
  188.         ParentFont = False
  189.       end
  190.       object lblUnresolved: TLabel
  191.         Left = 16
  192.         Top = 224
  193.         Width = 69
  194.         Height = 13
  195.         Caption = 'Unresolved:'
  196.         Font.Charset = DEFAULT_CHARSET
  197.         Font.Color = clWindowText
  198.         Font.Height = -11
  199.         Font.Name = 'MS Sans Serif'
  200.         Font.Style = [fsBold]
  201.         ParentFont = False
  202.       end
  203.       object prog: TGauge
  204.         Left = 8
  205.         Top = 272
  206.         Width = 361
  207.         Height = 41
  208.         ForeColor = clBlue
  209.         Font.Charset = DEFAULT_CHARSET
  210.         Font.Color = clWindowText
  211.         Font.Height = -11
  212.         Font.Name = 'MS Sans Serif'
  213.         Font.Style = [fsBold]
  214.         ParentFont = False
  215.         Progress = 0
  216.       end
  217.       object l4: TLabel
  218.         Left = 96
  219.         Top = 192
  220.         Width = 11
  221.         Height = 13
  222.         Caption = 'l4'
  223.         Font.Charset = DEFAULT_CHARSET
  224.         Font.Color = clWindowText
  225.         Font.Height = -11
  226.         Font.Name = 'MS Sans Serif'
  227.         Font.Style = [fsBold]
  228.         ParentFont = False
  229.       end
  230.       object l5: TLabel
  231.         Left = 96
  232.         Top = 208
  233.         Width = 22
  234.         Height = 13
  235.         Caption = '???'
  236.         Font.Charset = DEFAULT_CHARSET
  237.         Font.Color = clBlue
  238.         Font.Height = -11
  239.         Font.Name = 'MS Sans Serif'
  240.         Font.Style = [fsBold]
  241.         ParentFont = False
  242.       end
  243.       object l6: TLabel
  244.         Left = 96
  245.         Top = 224
  246.         Width = 22
  247.         Height = 13
  248.         Caption = '???'
  249.         Font.Charset = DEFAULT_CHARSET
  250.         Font.Color = clRed
  251.         Font.Height = -11
  252.         Font.Name = 'MS Sans Serif'
  253.         Font.Style = [fsBold]
  254.         ParentFont = False
  255.       end
  256.       object mem: TMemo
  257.         Left = 0
  258.         Top = 0
  259.         Width = 369
  260.         Height = 145
  261.         BevelInner = bvNone
  262.         BevelOuter = bvNone
  263.         BorderStyle = bsNone
  264.         Color = clBtnFace
  265.         Ctl3D = False
  266.         Font.Charset = ANSI_CHARSET
  267.         Font.Color = clBlack
  268.         Font.Height = -12
  269.         Font.Name = 'Courier New'
  270.         Font.Style = []
  271.         ParentCtl3D = False
  272.         ParentFont = False
  273.         ReadOnly = True
  274.         ScrollBars = ssVertical
  275.         TabOrder = 0
  276.         OnChange = memChange
  277.       end
  278.     end
  279.   end
  280.   object Panel1: TPanel
  281.     Left = 0
  282.     Top = 0
  283.     Width = 374
  284.     Height = 29
  285.     Align = alTop
  286.     BevelOuter = bvLowered
  287.     Color = clNavy
  288.     Font.Charset = DEFAULT_CHARSET
  289.     Font.Color = clWhite
  290.     Font.Height = -11
  291.     Font.Name = 'MS Sans Serif'
  292.     Font.Style = [fsBold]
  293.     ParentFont = False
  294.     TabOrder = 1
  295.     object header: TLabel
  296.       Left = 13
  297.       Top = 6
  298.       Width = 121
  299.       Height = 16
  300.       Caption = 'Bulk IP Import Tool'
  301.       Font.Charset = DEFAULT_CHARSET
  302.       Font.Color = clWhite
  303.       Font.Height = -13
  304.       Font.Name = 'Tahoma'
  305.       Font.Style = [fsBold]
  306.       ParentFont = False
  307.     end
  308.   end
  309.   object Timer1: TTimer
  310.     Enabled = False
  311.     Interval = 50
  312.     OnTimer = Timer1Timer
  313.     Left = 328
  314.     Top = 240
  315.   end
  316. end
  317.