home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D3 / EDTOOL.ZIP / PVLTEDIT.DFM / PVLTEDIT.txt
Text File  |  1997-09-23  |  3KB  |  140 lines

  1. object FrmVisTimeEdit: TFrmVisTimeEdit
  2.   Left = 317
  3.   Top = 174
  4.   BorderStyle = bsNone
  5.   Caption = 'FrmVisTimeEdit'
  6.   ClientHeight = 93
  7.   ClientWidth = 156
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   KeyPreview = True
  14.   Position = poDefaultPosOnly
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnKeyUp = FormKeyUp
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 156
  25.     Height = 93
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object pm: TSpeedButton
  29.       Left = 112
  30.       Top = 32
  31.       Width = 25
  32.       Height = 16
  33.       GroupIndex = 1
  34.       Caption = 'PM'
  35.       Spacing = 0
  36.       OnClick = amClick
  37.     end
  38.     object am: TSpeedButton
  39.       Left = 112
  40.       Top = 8
  41.       Width = 25
  42.       Height = 16
  43.       GroupIndex = 1
  44.       Down = True
  45.       Caption = 'AM'
  46.       Spacing = 0
  47.       OnClick = amClick
  48.     end
  49.     object Clock: TpvlClock
  50.       Left = 27
  51.       Top = 3
  52.       Width = 57
  53.       Height = 57
  54.       Style.BackgroundColor = clBtnFace
  55.       Style.MajorColor = clAqua
  56.       Style.LineColor = clBlack
  57.       Style.ShowSeconds = False
  58.       Style.ShowCircle = False
  59.       Style.ShowMinor = True
  60.       OnClick = ClockClick
  61.       OnDblClick = clockDblClick
  62.     end
  63.     object uph: TpvlSpeedButton
  64.       Left = 32
  65.       Top = 64
  66.       Width = 17
  67.       Height = 10
  68.       OnClick = uphClick
  69.     end
  70.     object dnh: TpvlSpeedButton
  71.       Left = 32
  72.       Top = 73
  73.       Width = 17
  74.       Height = 10
  75.       OnClick = dnhClick
  76.     end
  77.     object upm: TpvlSpeedButton
  78.       Left = 88
  79.       Top = 64
  80.       Width = 17
  81.       Height = 10
  82.       OnClick = upmClick
  83.     end
  84.     object dnm: TpvlSpeedButton
  85.       Left = 88
  86.       Top = 73
  87.       Width = 17
  88.       Height = 10
  89.       OnClick = dnmClick
  90.     end
  91.     object ups: TpvlSpeedButton
  92.       Left = 136
  93.       Top = 64
  94.       Width = 17
  95.       Height = 10
  96.       OnClick = upsClick
  97.     end
  98.     object dns: TpvlSpeedButton
  99.       Left = 136
  100.       Top = 73
  101.       Width = 17
  102.       Height = 10
  103.       OnClick = dnsClick
  104.     end
  105.     object Edith: TEdit
  106.       Left = 5
  107.       Top = 64
  108.       Width = 23
  109.       Height = 21
  110.       TabStop = False
  111.       MaxLength = 2
  112.       ReadOnly = True
  113.       TabOrder = 0
  114.       Text = 'Edith'
  115.     end
  116.     object Editm: TEdit
  117.       Left = 56
  118.       Top = 62
  119.       Width = 23
  120.       Height = 21
  121.       TabStop = False
  122.       MaxLength = 2
  123.       ReadOnly = True
  124.       TabOrder = 1
  125.       Text = 'Edit1'
  126.     end
  127.     object Edits: TEdit
  128.       Left = 104
  129.       Top = 62
  130.       Width = 23
  131.       Height = 21
  132.       TabStop = False
  133.       MaxLength = 2
  134.       ReadOnly = True
  135.       TabOrder = 2
  136.       Text = 'Edits'
  137.     end
  138.   end
  139. end
  140.