home *** CD-ROM | disk | FTP | other *** search
- object VladbotImportOptions: TVladbotImportOptions
- Left = 346
- Top = 235
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Vladbot import'
- ClientHeight = 146
- ClientWidth = 172
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object GroupBox1: TGroupBox
- Left = 9
- Top = 4
- Width = 156
- Height = 93
- Caption = '&Import options'
- TabOrder = 0
- object Userlist: TCheckBox
- Left = 12
- Top = 22
- Width = 137
- Height = 17
- Caption = 'Import a &userlist'
- TabOrder = 0
- end
- object Shitlist: TCheckBox
- Left = 12
- Top = 42
- Width = 137
- Height = 17
- Caption = 'Import a &shitlist'
- TabOrder = 1
- end
- object Protlist: TCheckBox
- Left = 12
- Top = 62
- Width = 137
- Height = 17
- Caption = 'Import a &protlist'
- TabOrder = 2
- end
- end
- object OKBtn: TNashButton
- Left = 11
- Top = 106
- Width = 54
- Height = 31
- Cancel = True
- Caption = 'OK'
- Default = True
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 1
- HoverFont.Color = clGreen
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- object CancelBtn: TNashButton
- Left = 71
- Top = 106
- Width = 92
- Height = 31
- Cancel = True
- Caption = 'Cancel'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 2
- HoverFont.Color = clRed
- HoverFont.Height = -13
- HoverFont.Name = 'MS Sans Serif'
- HoverFont.Style = [fsUnderline]
- HoverHighlight = True
- end
- end
-