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

  1. object frmBio: TfrmBio
  2.   Left = 222
  3.   Top = 145
  4.   HelpContext = 1052
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'frmBio'
  8.   ClientHeight = 327
  9.   ClientWidth = 544
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsMDIChild
  17.   OldCreateOrder = False
  18.   Position = poDefault
  19.   Visible = True
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Bevel2: TBevel
  26.     Left = 200
  27.     Top = 258
  28.     Width = 337
  29.     Height = 61
  30.     Shape = bsFrame
  31.   end
  32.   object Bevel1: TBevel
  33.     Left = 8
  34.     Top = 258
  35.     Width = 187
  36.     Height = 61
  37.     Shape = bsFrame
  38.   end
  39.   object Image1: TImage
  40.     Left = 22
  41.     Top = 10
  42.     Width = 500
  43.     Height = 240
  44.   end
  45.   object Label1: TLabel
  46.     Left = 14
  47.     Top = 268
  48.     Width = 72
  49.     Height = 13
  50.     Caption = 'Data urodzenia'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = 14024447
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     Transparent = True
  58.   end
  59.   object Label2: TLabel
  60.     Left = 14
  61.     Top = 296
  62.     Width = 77
  63.     Height = 13
  64.     Caption = 'Biorytm na dzien'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = 14024447
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     Transparent = True
  72.   end
  73.   object DataUr: TDateEdit
  74.     Left = 98
  75.     Top = 264
  76.     Width = 87
  77.     Height = 21
  78.     Color = 14024447
  79.     DefaultToday = True
  80.     NumGlyphs = 2
  81.     YearDigits = dyFour
  82.     TabOrder = 0
  83.     Text = '08-03-1999'
  84.     OnChange = DataUrChange
  85.   end
  86.   object cb1: TCheckBox
  87.     Left = 210
  88.     Top = 274
  89.     Width = 155
  90.     Height = 17
  91.     Caption = 'Rytm fizyczny'
  92.     Checked = True
  93.     Color = clRed
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = 14024447
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ParentColor = False
  100.     ParentFont = False
  101.     State = cbChecked
  102.     TabOrder = 2
  103.     OnClick = DataUrChange
  104.   end
  105.   object cb2: TCheckBox
  106.     Left = 210
  107.     Top = 290
  108.     Width = 155
  109.     Height = 17
  110.     Caption = 'Rytm psychiczny'
  111.     Checked = True
  112.     Color = clGreen
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = 14024447
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ParentColor = False
  119.     ParentFont = False
  120.     State = cbChecked
  121.     TabOrder = 3
  122.     OnClick = DataUrChange
  123.   end
  124.   object cb3: TCheckBox
  125.     Left = 372
  126.     Top = 274
  127.     Width = 155
  128.     Height = 17
  129.     Caption = 'Rytm intelektualny'
  130.     Checked = True
  131.     Color = clBlue
  132.     Font.Charset = DEFAULT_CHARSET
  133.     Font.Color = 14024447
  134.     Font.Height = -11
  135.     Font.Name = 'MS Sans Serif'
  136.     Font.Style = []
  137.     ParentColor = False
  138.     ParentFont = False
  139.     State = cbChecked
  140.     TabOrder = 4
  141.     OnClick = DataUrChange
  142.   end
  143.   object cb4: TCheckBox
  144.     Left = 372
  145.     Top = 290
  146.     Width = 155
  147.     Height = 17
  148.     Caption = 'Rytm intuicyjny'
  149.     Checked = True
  150.     Color = clMaroon
  151.     Font.Charset = DEFAULT_CHARSET
  152.     Font.Color = 14024447
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ParentColor = False
  157.     ParentFont = False
  158.     State = cbChecked
  159.     TabOrder = 5
  160.     OnClick = DataUrChange
  161.   end
  162.   object DataBio: TDateEdit
  163.     Left = 98
  164.     Top = 292
  165.     Width = 87
  166.     Height = 21
  167.     Color = 14024447
  168.     DefaultToday = True
  169.     NumGlyphs = 2
  170.     YearDigits = dyFour
  171.     TabOrder = 1
  172.     Text = '08-03-1999'
  173.     OnChange = DataUrChange
  174.   end
  175. end
  176.