home *** CD-ROM | disk | FTP | other *** search
- object frmBulk: TfrmBulk
- Left = 281
- Top = 148
- BorderStyle = bsDialog
- Caption = 'Resolve bulk IPs'
- ClientHeight = 357
- ClientWidth = 374
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object nb: TNotebook
- Left = 0
- Top = 29
- Width = 374
- Height = 328
- Align = alClient
- TabOrder = 0
- object TPage
- Left = 0
- Top = 0
- Caption = 'Default'
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 112
- Height = 13
- Caption = 'IP List (One IP per Line)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 48
- Height = 13
- Caption = 'Output file'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 128
- Width = 101
- Height = 13
- Caption = 'Choose output format'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object fe1: TFilenameEdit
- Left = 24
- Top = 32
- Width = 345
- Height = 21
- DialogTitle = 'Select Input File'
- NumGlyphs = 1
- TabOrder = 0
- end
- object fe2: TFilenameEdit
- Left = 24
- Top = 88
- Width = 345
- Height = 21
- DialogTitle = 'Select Output File'
- NumGlyphs = 1
- TabOrder = 1
- end
- object btnGo: TButton
- Left = 16
- Top = 288
- Width = 75
- Height = 25
- Caption = '&GO'
- TabOrder = 2
- OnClick = btnGoClick
- end
- object chkThrowInCache: TCheckBox
- Left = 16
- Top = 256
- Width = 241
- Height = 17
- Caption = '&Include contents of X-NetStat'#39's DNS cache'
- TabOrder = 3
- end
- object rb1: TRadioButton
- Left = 32
- Top = 152
- Width = 121
- Height = 17
- Caption = 'IP HOSTNAME'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object rb2: TRadioButton
- Left = 32
- Top = 176
- Width = 113
- Height = 17
- Caption = 'IP=HOSTNAME'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- end
- object rb3: TRadioButton
- Left = 32
- Top = 200
- Width = 169
- Height = 17
- Caption = 'IP -> HOSTNAME'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- TabOrder = 6
- end
- object rb4: TRadioButton
- Left = 32
- Top = 224
- Width = 169
- Height = 17
- Caption = 'HOSTNAME'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Fixedsys'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Progress'
- object lblThreads: TLabel
- Left = 16
- Top = 192
- Width = 51
- Height = 13
- Caption = 'Threads:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblResolved: TLabel
- Left = 16
- Top = 208
- Width = 58
- Height = 13
- Caption = 'Resolved:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblUnresolved: TLabel
- Left = 16
- Top = 224
- Width = 69
- Height = 13
- Caption = 'Unresolved:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object prog: TGauge
- Left = 8
- Top = 272
- Width = 361
- Height = 41
- ForeColor = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Progress = 0
- end
- object l4: TLabel
- Left = 96
- Top = 192
- Width = 11
- Height = 13
- Caption = 'l4'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object l5: TLabel
- Left = 96
- Top = 208
- Width = 22
- Height = 13
- Caption = '???'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object l6: TLabel
- Left = 96
- Top = 224
- Width = 22
- Height = 13
- Caption = '???'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object mem: TMemo
- Left = 0
- Top = 0
- Width = 369
- Height = 145
- BevelInner = bvNone
- BevelOuter = bvNone
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- OnChange = memChange
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 374
- Height = 29
- Align = alTop
- BevelOuter = bvLowered
- Color = clNavy
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- object header: TLabel
- Left = 13
- Top = 6
- Width = 121
- Height = 16
- Caption = 'Bulk IP Import Tool'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -13
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 50
- OnTimer = Timer1Timer
- Left = 328
- Top = 240
- end
- end
-