object AnalizaDlg: TAnalizaDlg Left = 79 Top = 0 BorderStyle = bsDialog Caption = 'Analiza systemu' ClientHeight = 430 ClientWidth = 553 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] HelpFile = 'PilkaSpec.hlp' OnActivate = FormActivate OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Bevel2: TBevel Left = 5 Top = 7 Width = 335 Height = 416 Style = bsRaised end object Bevel1: TBevel Left = 348 Top = 7 Width = 198 Height = 258 Style = bsRaised end object Label1: TLabel Left = 363 Top = 18 Width = 169 Height = 13 Caption = 'Udzia� poszczeg�lnych typ�w' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 389 Top = 59 Width = 117 Height = 13 Caption = 'w pozycjach mieszanych' Transparent = True end object Label3: TLabel Left = 388 Top = 157 Width = 119 Height = 13 Caption = 'we wszystkich pozycjach' Transparent = True end object Label4: TLabel Left = 95 Top = 18 Width = 148 Height = 13 Caption = 'Wzgl�dna cz�sto�� typ�w' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True end object gMisc: TStringGrid Left = 382 Top = 75 Width = 130 Height = 55 ColCount = 2 DefaultColWidth = 24 DefaultRowHeight = 16 RowCount = 3 FixedRows = 0 TabOrder = 0 ColWidths = ( 24 100) end object gOmnes: TStringGrid Left = 382 Top = 172 Width = 130 Height = 55 ColCount = 2 DefaultColWidth = 24 DefaultRowHeight = 16 RowCount = 3 FixedRows = 0 TabOrder = 1 ColWidths = ( 24 100) RowHeights = ( 16 16 16) end object gPos: TStringGrid Left = 9 Top = 40 Width = 321 Height = 377 ColCount = 4 DefaultColWidth = 24 DefaultRowHeight = 25 RowCount = 14 TabOrder = 2 ColWidths = ( 24 93 97 99) end object bZamknij: TGradBtn Left = 450 Top = 394 Width = 100 Height = 29 Hint = 'Zamknij okno' DisabledColor = clGray BtnHiliteClr = clWhite BtnShadowClr = clBlack BeginColor = 13553358 EndColor = 6250335 SwapColors = False GradientStyle = gsVertical TextStyle = tsInset TextShadeType = stHeavy Presets = Aluminum Caption = 'Zamknij' OnClick = bZamknijClick Font.Charset = EASTEUROPE_CHARSET Font.Color = clWhite Font.Height = -17 Font.Name = 'Verdana' Font.Style = [fsBold] ShowHint = True TabOrder = 3 TabStop = True end object bPomoc: TGradBtn Left = 345 Top = 394 Width = 100 Height = 29 BeginColor = 10337742 EndColor = 15199983 GradientStyle = gsVertical TextStyle = tsNormal Caption = 'Pomoc' OnClick = bPomocClick Font.Charset = EASTEUROPE_CHARSET Font.Color = clWhite Font.Height = -17 Font.Name = 'Verdana' Font.Style = [fsBold] ShowHint = True TabOrder = 4 TabStop = True end end