Subversion Repositories delphiutils

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
75 daniel-mar 1
object AboutBox: TAboutBox
2
  Left = 445
3
  Top = 127
4
  ActiveControl = OKButton
5
  BorderStyle = bsDialog
6
  Caption = 'Info '#252'ber Stoppuhren-Verwaltung'
7
  ClientHeight = 216
8
  ClientWidth = 335
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clBlack
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poScreenCenter
17
  DesignSize = (
18
    335
19
    216)
20
  PixelsPerInch = 96
21
  TextHeight = 13
22
  object Panel1: TPanel
23
    Left = 8
24
    Top = 8
25
    Width = 319
26
    Height = 153
27
    Anchors = [akLeft, akTop, akRight]
28
    BevelOuter = bvLowered
29
    TabOrder = 0
30
    object ProgramIcon: TImage
31
      Left = 8
32
      Top = 8
33
      Width = 65
34
      Height = 57
35
      IsControl = True
36
    end
37
    object ProductName: TLabel
38
      Left = 88
39
      Top = 16
40
      Width = 111
41
      Height = 13
42
      Caption = 'Stoppuhren-Verwaltung'
43
      IsControl = True
44
    end
45
    object Version: TLabel
46
      Left = 88
47
      Top = 40
48
      Width = 99
49
      Height = 13
50
      Caption = 'Revision 2018-11*28'
51
      IsControl = True
52
    end
53
    object Copyright: TLabel
54
      Left = 8
55
      Top = 80
56
      Width = 188
57
      Height = 13
58
      Caption = '(C) 2018 ViaThinkSoft, Daniel Marschall'
59
      IsControl = True
60
    end
61
    object Comments: TLabel
62
      Left = 8
63
      Top = 104
64
      Width = 267
65
      Height = 13
66
      Caption = 'Lizenziert unter den Bedingungen der Apache 2.0 Lizenz'
67
      IsControl = True
68
    end
69
    object Label1: TLabel
70
      Left = 8
71
      Top = 123
72
      Width = 96
73
      Height = 13
74
      Cursor = crHandPoint
75
      Caption = 'www.viathinksoft.de'
76
      Font.Charset = DEFAULT_CHARSET
77
      Font.Color = clBlue
78
      Font.Height = -11
79
      Font.Name = 'MS Sans Serif'
80
      Font.Style = [fsUnderline]
81
      ParentFont = False
82
      WordWrap = True
83
      OnClick = Label1Click
84
      IsControl = True
85
    end
86
  end
87
  object OKButton: TButton
88
    Left = 118
89
    Top = 175
90
    Width = 105
91
    Height = 33
92
    Anchors = [akLeft, akTop, akRight, akBottom]
93
    Caption = 'OK'
94
    Default = True
95
    ModalResult = 1
96
    TabOrder = 1
97
    IsControl = True
98
  end
99
end