object frmZakres: TfrmZakres Left = 294 Top = 259 BorderIcons = [] BorderStyle = bsToolWindow Caption = 'Zakres' ClientHeight = 97 ClientWidth = 352 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 6 Top = 26 Width = 341 Height = 33 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 36 Width = 33 Height = 13 Caption = 'Od ...' Font.Charset = DEFAULT_CHARSET Font.Color = 14024447 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Label2: TLabel Left = 186 Top = 36 Width = 33 Height = 13 Caption = 'Do ...' Font.Charset = DEFAULT_CHARSET Font.Color = 14024447 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object DE1: TDateEdit Left = 66 Top = 32 Width = 100 Height = 21 Color = 14024447 NumGlyphs = 2 YearDigits = dyFour TabOrder = 0 end object DE2: TDateEdit Left = 234 Top = 32 Width = 100 Height = 21 Color = 14024447 NumGlyphs = 2 YearDigits = dyFour TabOrder = 1 end object StaticText1: TStaticText Left = 6 Top = 6 Width = 341 Height = 17 Alignment = taCenter AutoSize = False BorderStyle = sbsSingle Caption = 'ST1' Color = 4285495 Font.Charset = DEFAULT_CHARSET Font.Color = 14024447 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False TabOrder = 2 end object BitBtn1: TBitBtn Left = 6 Top = 70 Width = 75 Height = 21 Caption = 'OK' Default = True TabOrder = 3 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 88 Top = 70 Width = 75 Height = 21 Caption = 'Anuluj' TabOrder = 4 OnClick = BitBtn2Click end end