object Form1: TForm1 Left = 360 Top = 205 Width = 442 Height = 414 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 272 Top = 24 Width = 88 Height = 13 Caption = #1058#1099#1082#1072#1081' '#1076#1074#1072#1078#1076#1099' =)' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 48 Top = 360 Width = 100 Height = 13 Caption = '(c) kluchnik 12.12.08' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False end object DriveComboBox1: TDriveComboBox Left = 16 Top = 16 Width = 177 Height = 19 DirList = DirectoryListBox1 TabOrder = 0 end object DirectoryListBox1: TDirectoryListBox Left = 16 Top = 48 Width = 185 Height = 305 FileList = FileListBox1 ItemHeight = 16 TabOrder = 1 end object FileListBox1: TFileListBox Left = 216 Top = 48 Width = 201 Height = 305 ItemHeight = 13 Mask = '*.png' TabOrder = 2 OnDblClick = FileListBox1DblClick end object CheckBox1: TCheckBox Left = 272 Top = 360 Width = 89 Height = 17 Caption = 'show *.c files' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 3 OnClick = CheckBox1Click end end