Subversion Repositories delphiutils

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
75 daniel-mar 1
object MDIChild: TMDIChild
2
  Left = 197
3
  Top = 117
4
  Caption = 'Stoppuhr'
5
  ClientHeight = 148
6
  ClientWidth = 295
7
  Color = clBtnFace
8
  ParentFont = True
9
  FormStyle = fsMDIChild
10
  OldCreateOrder = False
11
  Visible = True
12
  OnClose = FormClose
13
  OnCloseQuery = FormCloseQuery
14
  OnCreate = FormCreate
15
  DesignSize = (
16
    295
17
    148)
18
  PixelsPerInch = 96
19
  TextHeight = 13
20
  object Label1: TLabel
21
    Left = 8
22
    Top = 8
23
    Width = 94
24
    Height = 29
25
    Caption = '00:00:00'
26
    Font.Charset = DEFAULT_CHARSET
27
    Font.Color = clWindowText
28
    Font.Height = -24
29
    Font.Name = 'Tahoma'
30
    Font.Style = []
31
    ParentFont = False
32
  end
33
  object Memo1: TMemo
34
    Left = 8
35
    Top = 43
36
    Width = 278
37
    Height = 59
38
    Anchors = [akLeft, akTop, akRight, akBottom]
39
    Font.Charset = DEFAULT_CHARSET
40
    Font.Color = clWindowText
41
    Font.Height = -15
42
    Font.Name = 'Tahoma'
43
    Font.Style = []
44
    ParentFont = False
45
    TabOrder = 0
46
    ExplicitWidth = 273
47
    ExplicitHeight = 49
48
  end
49
  object Button1: TButton
50
    Left = 8
51
    Top = 108
52
    Width = 94
53
    Height = 30
54
    Anchors = [akLeft, akBottom]
55
    Caption = 'Start / Stopp'
56
    TabOrder = 1
57
    OnClick = Button1Click
58
  end
59
  object Button2: TButton
60
    Left = 213
61
    Top = 108
62
    Width = 73
63
    Height = 30
64
    Anchors = [akRight, akBottom]
65
    Caption = 'Reset'
66
    TabOrder = 2
67
    OnClick = Button2Click
68
    ExplicitLeft = 211
69
    ExplicitTop = 109
70
  end
71
  object Timer1: TTimer
72
    Interval = 100
73
    OnTimer = Timer1Timer
74
    Left = 248
75
    Top = 8
76
  end
77
end