home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / Reklamy / Elpira-PW / MegaLotek.exe / 0 / RCDATA / TFRMZAKRES / TFRMZAKRES.txt
Text File  |  1999-10-21  |  2KB  |  115 lines

  1. object frmZakres: TfrmZakres
  2.   Left = 294
  3.   Top = 259
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Zakres'
  7.   ClientHeight = 97
  8.   ClientWidth = 352
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 6
  23.     Top = 26
  24.     Width = 341
  25.     Height = 33
  26.     Shape = bsFrame
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 36
  31.     Width = 33
  32.     Height = 13
  33.     Caption = 'Od ...'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = 14024447
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Transparent = True
  41.   end
  42.   object Label2: TLabel
  43.     Left = 186
  44.     Top = 36
  45.     Width = 33
  46.     Height = 13
  47.     Caption = 'Do ...'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = 14024447
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     Transparent = True
  55.   end
  56.   object DE1: TDateEdit
  57.     Left = 66
  58.     Top = 32
  59.     Width = 100
  60.     Height = 21
  61.     Color = 14024447
  62.     NumGlyphs = 2
  63.     YearDigits = dyFour
  64.     TabOrder = 0
  65.   end
  66.   object DE2: TDateEdit
  67.     Left = 234
  68.     Top = 32
  69.     Width = 100
  70.     Height = 21
  71.     Color = 14024447
  72.     NumGlyphs = 2
  73.     YearDigits = dyFour
  74.     TabOrder = 1
  75.   end
  76.   object StaticText1: TStaticText
  77.     Left = 6
  78.     Top = 6
  79.     Width = 341
  80.     Height = 17
  81.     Alignment = taCenter
  82.     AutoSize = False
  83.     BorderStyle = sbsSingle
  84.     Caption = 'ST1'
  85.     Color = 4285495
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = 14024447
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = [fsBold]
  91.     ParentColor = False
  92.     ParentFont = False
  93.     TabOrder = 2
  94.   end
  95.   object BitBtn1: TBitBtn
  96.     Left = 6
  97.     Top = 70
  98.     Width = 75
  99.     Height = 21
  100.     Caption = 'OK'
  101.     Default = True
  102.     TabOrder = 3
  103.     OnClick = BitBtn1Click
  104.   end
  105.   object BitBtn2: TBitBtn
  106.     Left = 88
  107.     Top = 70
  108.     Width = 75
  109.     Height = 21
  110.     Caption = 'Anuluj'
  111.     TabOrder = 4
  112.     OnClick = BitBtn2Click
  113.   end
  114. end
  115.