object Form1: TForm1 Left = 0 Top = 0 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Miranda Langpack Manager' ClientHeight = 286 ClientWidth = 630 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 192 Top = 16 Width = 37 Height = 13 Caption = 'Strings:' end object Label2: TLabel Left = 192 Top = 35 Width = 60 Height = 13 Caption = 'Untranslate:' end object Label3: TLabel Left = 192 Top = 54 Width = 46 Height = 13 Caption = 'Changes:' end object Memo1: TMemo Left = 168 Top = 88 Width = 449 Height = 80 Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False ScrollBars = ssHorizontal TabOrder = 0 end object RadioGroup1: TRadioGroup Left = 360 Top = 9 Width = 257 Height = 73 Caption = 'Available translations' Columns = 2 Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = RadioGroup1Click end object ComboBox1: TComboBox Left = 8 Top = 8 Width = 154 Height = 21 Style = csDropDownList TabOrder = 2 OnChange = ComboBox1Change end object Memo2: TMemo Left = 168 Top = 176 Width = 449 Height = 80 Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False ScrollBars = ssHorizontal TabOrder = 3 end object StringGrid1: TStringGrid Left = 8 Top = 35 Width = 154 Height = 247 ColCount = 1 DefaultColWidth = 150 DefaultRowHeight = 14 FixedCols = 0 RowCount = 1 FixedRows = 0 Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 4 OnClick = Click OnDrawCell = Draw end object Button2: TButton Left = 239 Top = 262 Width = 58 Height = 20 Caption = 'Google' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 5 OnClick = Button2Click end object Button3: TButton Left = 559 Top = 262 Width = 58 Height = 20 Caption = 'Save' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 6 OnClick = Button3Click end object Button1: TButton Left = 168 Top = 262 Width = 58 Height = 20 Caption = 'Copy' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False TabOrder = 7 OnClick = Button1Click end end