Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | daniel-mar | 1 | object AboutBox: TAboutBox |
2 | Left = 200 |
||
3 | Top = 108 |
||
4 | BorderIcons = [biSystemMenu] |
||
5 | BorderStyle = bsDialog |
||
6 | Caption = 'Info '#252'ber' |
||
7 | ClientHeight = 213 |
||
8 | ClientWidth = 298 |
||
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 = poMainFormCenter |
||
17 | PixelsPerInch = 96 |
||
18 | TextHeight = 13 |
||
19 | object Panel1: TPanel |
||
20 | Left = 8 |
||
21 | Top = 8 |
||
22 | Width = 281 |
||
23 | Height = 161 |
||
24 | BevelInner = bvRaised |
||
25 | BevelOuter = bvLowered |
||
26 | ParentColor = True |
||
27 | TabOrder = 0 |
||
28 | object ProgramIcon: TImage |
||
29 | Left = 8 |
||
30 | Top = 8 |
||
31 | Width = 65 |
||
32 | Height = 57 |
||
33 | Picture.Data = { |
||
34 | 07544269746D617076020000424D760200000000000076000000280000002000 |
||
35 | 0000200000000100040000000000000200000000000000000000100000000000 |
||
36 | 000000000000000080000080000000808000800000008000800080800000C0C0 |
||
37 | C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF |
||
38 | FF00000000000000000000000000000000000EE8787878EEEEEEE03F30878EEE |
||
39 | EEE00EE8787878EEEEEEE03F30878EEEEEE00EE8787878EEEEEEE03F30878EEE |
||
40 | EEE00EE8787878EEEEEEE03F30878EEEEEE00887787877788888803F3088787E |
||
41 | EEE00788787878878887803F3088887EEEE00788887888878887803F3088887E |
||
42 | EEE00877888887788888703F308887EEEEE00888777778888888037883088888 |
||
43 | 8EE007777777777777703787883087777EE00888888888888803787FF8830888 |
||
44 | 888008888888888880378777778830888880077777777788037873F3F3F87808 |
||
45 | 88E00888888888803787FFFFFFFF8830EEE00887777778800001111111111100 |
||
46 | EEE00888888888888899B999B99999EEEEE00888888888888899B9B99BB9B9EE |
||
47 | EEE0088888888888899BB9BB99BB99EEEEE0078888888888899B999B999999EE |
||
48 | EEE0087788888778899B9B9BB9BB99EEEEE00888778778888E9B9B9BB9999EEE |
||
49 | EEE0088888788888EE9B99B9BB9BEEEEEEE00EE8888888EEEEE999B9999EEEEE |
||
50 | EEE00EEEE888EEEEEEEE99BB999EEEEEEEE00EEEEE8EEEEEEEEEE999B9EEEEEE |
||
51 | EEE00EEEEE8EEEEEEEEEEEE999EEEEEEEEE00EEEEE8EEEEEEEEEEEEE99EEEEEE |
||
52 | EEE00EEEEE8EEEEEEEEEEEEE9EEEEEEEEEE00EEEEE8EEEEEEEEEEEEEEEEEEEEE |
||
53 | EEE00EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE00000000000000000000000000000 |
||
54 | 0000} |
||
55 | Stretch = True |
||
56 | IsControl = True |
||
57 | end |
||
58 | object ProductName: TLabel |
||
59 | Left = 88 |
||
60 | Top = 16 |
||
61 | Width = 178 |
||
62 | Height = 13 |
||
63 | Caption = 'ViaThinkSoft Bugtracker f'#252'r Windows' |
||
64 | IsControl = True |
||
65 | end |
||
66 | object Version: TLabel |
||
67 | Left = 88 |
||
68 | Top = 40 |
||
69 | Width = 53 |
||
70 | Height = 13 |
||
71 | Caption = 'Version 0.1' |
||
72 | IsControl = True |
||
73 | end |
||
74 | object Copyright: TLabel |
||
75 | Left = 8 |
||
76 | Top = 80 |
||
77 | Width = 135 |
||
78 | Height = 13 |
||
79 | Caption = 'Copyright 2016 ViaThinkSoft' |
||
80 | IsControl = True |
||
81 | end |
||
82 | object Comments: TLabel |
||
83 | Left = 8 |
||
84 | Top = 104 |
||
85 | Width = 258 |
||
86 | Height = 52 |
||
87 | AutoSize = False |
||
88 | Caption = 'Entwickelt von Daniel Marschall, www.daniel-marschall.de' |
||
89 | WordWrap = True |
||
90 | IsControl = True |
||
91 | end |
||
92 | end |
||
93 | object OKButton: TButton |
||
94 | Left = 111 |
||
95 | Top = 180 |
||
96 | Width = 75 |
||
97 | Height = 25 |
||
5 | daniel-mar | 98 | Cancel = True |
3 | daniel-mar | 99 | Caption = 'OK' |
100 | Default = True |
||
101 | ModalResult = 1 |
||
102 | TabOrder = 1 |
||
103 | end |
||
104 | end |