object Form2: TForm2 Left = 15 Top = 115 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = ' Tabela prog�w podatkowych' ClientHeight = 254 ClientWidth = 427 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} Menu = MainMenu1 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Panel1: TPanel Left = 11 Top = 2 Width = 405 Height = 243 Caption = 'Panel1' TabOrder = 0 object StringGrid1: TStringGrid Left = 19 Top = 56 Width = 367 Height = 169 Color = clBtnFace DefaultColWidth = 80 FixedCols = 0 RowCount = 10 FixedRows = 0 Font.Color = clNavy Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] GridLineWidth = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goColSizing, goRowMoving, goEditing] ParentFont = False TabOrder = 0 OnSelectCell = StringGrid1SelectCell end object Panel2: TPanel Left = 19 Top = 15 Width = 137 Height = 41 BevelOuter = bvNone BevelWidth = 2 Color = clTeal Font.Color = clWhite Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 1 object Label1: TLabel Left = 32 Top = 8 Width = 107 Height = 16 Alignment = taCenter Caption = 'Progi podatkowe' end object Label2: TLabel Left = 30 Top = 26 Width = 20 Height = 16 Caption = 'OD' end object Label3: TLabel Left = 118 Top = 26 Width = 20 Height = 16 Caption = 'DO' end end object Panel3: TPanel Left = 155 Top = 17 Width = 73 Height = 41 BevelOuter = bvNone BevelWidth = 2 Color = clTeal Font.Color = clWhite Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 2 object Label4: TLabel Left = 17 Top = 8 Width = 39 Height = 16 Alignment = taCenter Caption = 'Kwota' end object Label5: TLabel Left = 19 Top = 24 Width = 35 Height = 16 Alignment = taCenter Caption = 'sta�a' end end object Panel4: TPanel Left = 227 Top = 17 Width = 127 Height = 42 BevelOuter = bvNone BevelWidth = 2 Color = clTeal Font.Color = clWhite Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] ParentFont = False TabOrder = 3 object Label6: TLabel Left = 6 Top = 6 Width = 104 Height = 16 Alignment = taCenter Caption = 'Procent podatku' end object Label7: TLabel Left = 16 Top = 24 Width = 11 Height = 16 Alignment = taCenter Caption = '%' end object Label8: TLabel Left = 46 Top = 24 Width = 54 Height = 16 Alignment = taCenter Caption = 'powy�ej' end end end object StringGrid2: TStringGrid Left = 395 Top = 97 Width = 34 Height = 40 FixedCols = 0 RowCount = 1 FixedRows = 0 TabOrder = 1 Visible = False end object OpenDialog1: TOpenDialog FileEditStyle = fsEdit Filter = 'Tabela podatkowa (*.TAB)|*.TAB|Wszystkie pliki (*.*)|*.*' Left = 400 Top = 32 end object MainMenu1: TMainMenu Left = 400 Top = 4 object Tabela1: TMenuItem Caption = 'Tabela' ShortCut = 0 object Nowatabelapodatkw1: TMenuItem Caption = 'Nowa tabela prog�w' ShortCut = 0 OnClick = Nowatabelapodatkw1Click end object Otworztabelpodatkow1: TMenuItem Caption = 'Otworz tabel� prog�w' ShortCut = 0 OnClick = Otworztabelpodatkow1Click end object Zapisztabel1: TMenuItem Caption = 'Zapisz tabel�' Enabled = False ShortCut = 0 OnClick = Zapisztabel1Click end object Zapisztabeljako1: TMenuItem Caption = 'Zapisz tabel� jako ...' Enabled = False ShortCut = 0 OnClick = Zapisztabeljako1Click end object N1: TMenuItem Caption = '-' ShortCut = 0 end object Zakoczpracztabel1: TMenuItem Caption = 'Zako�cz prac� z tabel�' ShortCut = 0 OnClick = Zakoczpracztabel1Click end end object Edycja1: TMenuItem Caption = 'Edycja' Enabled = False ShortCut = 0 object Kopiuj1: TMenuItem Caption = 'Kopiuj wiersz' ShortCut = 0 OnClick = Kopiuj1Click end object Usun1: TMenuItem Caption = 'Usu� wiersz' ShortCut = 0 OnClick = Usun1Click end object Wstaw1: TMenuItem Caption = 'Wstaw wiersz' ShortCut = 0 OnClick = Wstaw1Click end object WstawNaKoncu1: TMenuItem Caption = 'Wstaw wiersz na ko�cu' ShortCut = 0 OnClick = WstawNaKoncu1Click end object N4: TMenuItem Caption = '-' ShortCut = 0 end object Nowy1: TMenuItem Caption = 'Nowy wiersz' ShortCut = 0 OnClick = Nowy1Click end object NowyNaKoncu1: TMenuItem Caption = 'Nowy wiersz na ko�cu' ShortCut = 0 OnClick = NowyNaKoncu1Click end object N5: TMenuItem Caption = '-' ShortCut = 0 end object CzyscTabele1: TMenuItem Caption = 'Czy�� tabel� podatku' ShortCut = 0 OnClick = CzyscTabele1Click end end end object SaveDialog1: TSaveDialog FileEditStyle = fsEdit Filter = 'Tabela podatkowa [*.TAB]|*.TAB|Wszystkie pliki [*.*]|*.*' Left = 400 Top = 64 end end