home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Komercni / sazka / Sazka.exe / 0 / RCDATA / TANALIZADLG / TANALIZADLG.txt
Text File  |  2001-03-06  |  3KB  |  176 lines

  1. object AnalizaDlg: TAnalizaDlg
  2.   Left = 79
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Analiza systemu'
  6.   ClientHeight = 430
  7.   ClientWidth = 553
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   HelpFile = 'PilkaSpec.hlp'
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel2: TBevel
  20.     Left = 5
  21.     Top = 7
  22.     Width = 335
  23.     Height = 416
  24.     Style = bsRaised
  25.   end
  26.   object Bevel1: TBevel
  27.     Left = 348
  28.     Top = 7
  29.     Width = 198
  30.     Height = 258
  31.     Style = bsRaised
  32.   end
  33.   object Label1: TLabel
  34.     Left = 363
  35.     Top = 18
  36.     Width = 169
  37.     Height = 13
  38.     Caption = 'Udzia∩┐╜ poszczeg∩┐╜lnych typ∩┐╜w'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Label2: TLabel
  48.     Left = 389
  49.     Top = 59
  50.     Width = 117
  51.     Height = 13
  52.     Caption = 'w pozycjach mieszanych'
  53.     Transparent = True
  54.   end
  55.   object Label3: TLabel
  56.     Left = 388
  57.     Top = 157
  58.     Width = 119
  59.     Height = 13
  60.     Caption = 'we wszystkich pozycjach'
  61.     Transparent = True
  62.   end
  63.   object Label4: TLabel
  64.     Left = 95
  65.     Top = 18
  66.     Width = 148
  67.     Height = 13
  68.     Caption = 'Wzgl∩┐╜dna cz∩┐╜sto∩┐╜∩┐╜ typ∩┐╜w'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.     Transparent = True
  76.     WordWrap = True
  77.   end
  78.   object gMisc: TStringGrid
  79.     Left = 382
  80.     Top = 75
  81.     Width = 130
  82.     Height = 55
  83.     ColCount = 2
  84.     DefaultColWidth = 24
  85.     DefaultRowHeight = 16
  86.     RowCount = 3
  87.     FixedRows = 0
  88.     TabOrder = 0
  89.     ColWidths = (
  90.       24
  91.       100)
  92.   end
  93.   object gOmnes: TStringGrid
  94.     Left = 382
  95.     Top = 172
  96.     Width = 130
  97.     Height = 55
  98.     ColCount = 2
  99.     DefaultColWidth = 24
  100.     DefaultRowHeight = 16
  101.     RowCount = 3
  102.     FixedRows = 0
  103.     TabOrder = 1
  104.     ColWidths = (
  105.       24
  106.       100)
  107.     RowHeights = (
  108.       16
  109.       16
  110.       16)
  111.   end
  112.   object gPos: TStringGrid
  113.     Left = 9
  114.     Top = 40
  115.     Width = 321
  116.     Height = 377
  117.     ColCount = 4
  118.     DefaultColWidth = 24
  119.     DefaultRowHeight = 25
  120.     RowCount = 14
  121.     TabOrder = 2
  122.     ColWidths = (
  123.       24
  124.       93
  125.       97
  126.       99)
  127.   end
  128.   object bZamknij: TGradBtn
  129.     Left = 450
  130.     Top = 394
  131.     Width = 100
  132.     Height = 29
  133.     Hint = 'Zamknij okno'
  134.     DisabledColor = clGray
  135.     BtnHiliteClr = clWhite
  136.     BtnShadowClr = clBlack
  137.     BeginColor = 13553358
  138.     EndColor = 6250335
  139.     SwapColors = False
  140.     GradientStyle = gsVertical
  141.     TextStyle = tsInset
  142.     TextShadeType = stHeavy
  143.     Presets = Aluminum
  144.     Caption = 'Zamknij'
  145.     OnClick = bZamknijClick
  146.     Font.Charset = EASTEUROPE_CHARSET
  147.     Font.Color = clWhite
  148.     Font.Height = -17
  149.     Font.Name = 'Verdana'
  150.     Font.Style = [fsBold]
  151.     ShowHint = True
  152.     TabOrder = 3
  153.     TabStop = True
  154.   end
  155.   object bPomoc: TGradBtn
  156.     Left = 345
  157.     Top = 394
  158.     Width = 100
  159.     Height = 29
  160.     BeginColor = 10337742
  161.     EndColor = 15199983
  162.     GradientStyle = gsVertical
  163.     TextStyle = tsNormal
  164.     Caption = 'Pomoc'
  165.     OnClick = bPomocClick
  166.     Font.Charset = EASTEUROPE_CHARSET
  167.     Font.Color = clWhite
  168.     Font.Height = -17
  169.     Font.Name = 'Verdana'
  170.     Font.Style = [fsBold]
  171.     ShowHint = True
  172.     TabOrder = 4
  173.     TabStop = True
  174.   end
  175. end
  176.