object MainForm: TMainForm Left = 378 Top = 127 BorderStyle = bsSingle Caption = 'Unix2Win 2.0' ClientHeight = 346 ClientWidth = 393 Color = clBtnFace Constraints.MinHeight = 380 Constraints.MinWidth = 401 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter DesignSize = ( 393 346) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 353 Height = 41 AutoSize = False Caption = 'Select the files to convert by pressing the Select button or dra' + 'gging one or more files from Explorer or Desktop on this window' WordWrap = True end object OptionsBtn: TButton Left = 232 Top = 56 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Options' TabOrder = 2 OnClick = OptionsBtnClick end object HelpBtn: TButton Left = 312 Top = 56 Width = 75 Height = 25 Anchors = [akTop, akRight] Caption = 'Help' TabOrder = 3 OnClick = HelpBtnClick end object ModeRG: TRadioGroup Left = 8 Top = 254 Width = 379 Height = 41 Anchors = [akLeft, akBottom] Columns = 2 ItemIndex = 0 Items.Strings = ( 'Unix to Windows' 'Windows to Unix') TabOrder = 5 OnClick = ModeRGClick end object SelectBtn: TButton Left = 8 Top = 56 Width = 75 Height = 25 Caption = 'Select' TabOrder = 0 OnClick = SelectBtnClick end object ClearBtn: TButton Left = 88 Top = 56 Width = 75 Height = 25 Caption = 'Clear' TabOrder = 1 OnClick = ClearBtnClick end object StatusBar1: TStatusBar Left = 0 Top = 327 Width = 393 Height = 19 Panels = < item Bevel = pbNone Width = 50 end> SimplePanel = False end object FileList: TListBox Left = 8 Top = 88 Width = 379 Height = 161 Anchors = [akLeft, akTop, akRight, akBottom] ItemHeight = 13 TabOrder = 4 OnMouseDown = FileListMouseDown OnMouseUp = FileListMouseUp end object ConvertBtn: TButton Left = 152 Top = 310 Width = 89 Height = 25 Anchors = [akBottom] Caption = 'Convert' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 6 OnClick = ConvertBtnClick end object OpenDialog: TOpenDialog Filter = 'Text Files (*.txt)|*.txt|All Filtes (*.*)|*.*' FilterIndex = 2 Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing] Title = 'Select files to convert' Left = 112 Top = 112 end object PopupMenu1: TPopupMenu Left = 80 Top = 112 object MenuRemove: TMenuItem Caption = 'Remove' OnClick = MenuRemoveClick end end end