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

  1. object frmNumery: TfrmNumery
  2.   Left = 302
  3.   Top = 255
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Wprowadzanie liczb'
  7.   ClientHeight = 180
  8.   ClientWidth = 508
  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 = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnClick = FormClick
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Image1: TImage
  26.     Left = 536
  27.     Top = 10
  28.     Width = 120
  29.     Height = 18
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.     Visible = False
  33.   end
  34.   object btnOK: TBitBtn
  35.     Left = 4
  36.     Top = 62
  37.     Width = 74
  38.     Height = 21
  39.     Caption = 'OK'
  40.     Enabled = False
  41.     Font.Charset = EASTEUROPE_CHARSET
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     TabOrder = 0
  48.     OnClick = btnOKClick
  49.     Spacing = -1
  50.   end
  51.   object btnAnuluj: TBitBtn
  52.     Left = 80
  53.     Top = 62
  54.     Width = 74
  55.     Height = 21
  56.     Caption = 'Anuluj'
  57.     Font.Charset = EASTEUROPE_CHARSET
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     TabOrder = 1
  64.     OnClick = btnAnulujClick
  65.     Spacing = -1
  66.   end
  67.   object btnZeruj: TBitBtn
  68.     Left = 156
  69.     Top = 62
  70.     Width = 74
  71.     Height = 21
  72.     Caption = 'Zeruj'
  73.     Font.Charset = EASTEUROPE_CHARSET
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 2
  80.     OnClick = btnZerujClick
  81.     Spacing = -1
  82.   end
  83.   object lile: TStaticText
  84.     Left = 236
  85.     Top = 64
  86.     Width = 31
  87.     Height = 17
  88.     Alignment = taCenter
  89.     AutoSize = False
  90.     BorderStyle = sbsSingle
  91.     Caption = 'lile'
  92.     Color = 16777181
  93.     ParentColor = False
  94.     TabOrder = 3
  95.   end
  96.   object DE1: TDateEdit
  97.     Left = 274
  98.     Top = 64
  99.     Width = 89
  100.     Height = 19
  101.     Color = 14024447
  102.     Ctl3D = False
  103.     DefaultToday = True
  104.     NumGlyphs = 2
  105.     ParentCtl3D = False
  106.     YearDigits = dyFour
  107.     TabOrder = 4
  108.     Text = '22-11-1998'
  109.     Visible = False
  110.   end
  111.   object btnWylosuj: TBitBtn
  112.     Left = 384
  113.     Top = 62
  114.     Width = 57
  115.     Height = 21
  116.     Caption = 'Wylosuj'
  117.     TabOrder = 5
  118.     OnClick = btnWylosujClick
  119.   end
  120.   object btnKolekcja: TBitBtn
  121.     Left = 444
  122.     Top = 62
  123.     Width = 57
  124.     Height = 21
  125.     Caption = 'Kolekcja'
  126.     TabOrder = 6
  127.     OnClick = btnKolekcjaClick
  128.   end
  129. end
  130.