~ubuntu-branches/ubuntu/vivid/ddrescueview/vivid-backports

« back to all changes in this revision

Viewing changes to source/About.lfm

  • Committer: Package Import Robot
  • Author(s): Graham Inggs
  • Date: 2015-05-11 11:31:36 UTC
  • Revision ID: package-import@ubuntu.com-20150511113136-7zdpjspc6jfd2nxz
Tags: upstream-0.4~alpha
ImportĀ upstreamĀ versionĀ 0.4~alpha

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
object AboutBox: TAboutBox
 
2
  Left = 3248
 
3
  Height = 265
 
4
  Top = 586
 
5
  Width = 338
 
6
  BorderStyle = bsDialog
 
7
  Caption = 'About'
 
8
  ClientHeight = 265
 
9
  ClientWidth = 338
 
10
  Color = clBtnFace
 
11
  Font.Color = clWindowText
 
12
  Font.Height = -11
 
13
  Font.Name = 'MS Sans Serif'
 
14
  Position = poMainFormCenter
 
15
  ShowHint = True
 
16
  LCLVersion = '1.4.0.3'
 
17
  object AboutPanel: TPanel
 
18
    Left = 8
 
19
    Height = 217
 
20
    Top = 8
 
21
    Width = 321
 
22
    Anchors = [akTop, akLeft, akRight, akBottom]
 
23
    BevelInner = bvRaised
 
24
    BevelOuter = bvLowered
 
25
    ClientHeight = 217
 
26
    ClientWidth = 321
 
27
    Color = clForm
 
28
    ParentColor = False
 
29
    TabOrder = 1
 
30
    object ProgramIcon: TImage
 
31
      Left = 6
 
32
      Height = 32
 
33
      Top = 14
 
34
      Width = 32
 
35
      Picture.Data = {
 
36
        055449636F6E3604000000000100020010101000010004002801000026000000
 
37
        2020100001000400E80200004E01000028000000100000002000000001000400
 
38
        000000000000000000000000000000000000000000000000000000000000A200
 
39
        91166A000000FF00007C00006F6F6F00777777008E8E8E00C5C5C500F0FF0000
 
40
        0000000000000000000000000000000000000000000000000000000000000000
 
41
        0888888889999880044844844977977004484484497797700888888889999880
 
42
        0118118118448440011811811844844008888888888888800448448118448440
 
43
        0448448118448440088888888888888004481184483382200448118448338220
 
44
        0888888888888880065555555555555000000000000000000000000000000000
 
45
        0000000000000000000000000000000000000000000000000000000000000000
 
46
        0000000000000000000000000000000000000000800100002800000020000000
 
47
        4000000001000400000000000000000000000000000000000000000000000000
 
48
        000000000000A20091166A000000FF00007C00005F5F5F006F6F6F0077777700
 
49
        8E8E8E00C5C5C500F0FF00000000000000000000000000000000000000000000
 
50
        0000000000000000000000000000000005555555555555555555555555555550
 
51
        05555555555555555555555555555550099999999999AAAA9999999999999990
 
52
        044944944944A88A8898898898898890044944944944A88A8898898898898890
 
53
        099999999999AAAA999999999999999004494494494494494494494494494490
 
54
        0449449449449449449449449449449009999999999999999999999999999990
 
55
        0449449449119119119449449449449004494494491191191194494494494490
 
56
        0999999999999999999999999999999002294494494494491194494494494490
 
57
        0229449449449449119449449449449009999999999999999999999999999990
 
58
        0449449449449119449449449449229004494494494491194494494494492290
 
59
        0999999999999999999999999999999003394494494494494494494494494490
 
60
        0339449449449449449449449449449009999999999999999999999999999990
 
61
        0449449449229339339229229229339004494494492293393392292292293390
 
62
        0999999999999999999999999999999004494494493392293393393393394490
 
63
        0449449449339229339339339339449009999999999999999999999999999990
 
64
        0555555555555555555555555555555007777777777777777777777777777770
 
65
        0066666666666666666666666666660000000000000000000000000000000000
 
66
        0000000000000000000000000000000000000000000000000000000000000000
 
67
        0000000000000000000000000000000000000000000000000000000000000000
 
68
        0000000000000000000000000000000000000000000000000000000000000000
 
69
        00000000000000000000000000000000000000000000000080000001C0000003
 
70
      }
 
71
      Stretch = True
 
72
    end
 
73
    object ProductName: TLabel
 
74
      Left = 54
 
75
      Height = 13
 
76
      Top = 14
 
77
      Width = 115
 
78
      Caption = 'ddrescue log viewer'
 
79
      Font.Color = clWindowText
 
80
      Font.Height = -11
 
81
      Font.Name = 'MS Sans Serif'
 
82
      Font.Style = [fsBold]
 
83
      ParentColor = False
 
84
      ParentFont = False
 
85
    end
 
86
    object Version: TLabel
 
87
      Left = 54
 
88
      Height = 13
 
89
      Top = 30
 
90
      Width = 38
 
91
      Caption = 'Version '
 
92
      ParentColor = False
 
93
    end
 
94
    object AboutMemo: TMemo
 
95
      Left = 6
 
96
      Height = 130
 
97
      Top = 80
 
98
      Width = 308
 
99
      Anchors = [akTop, akLeft, akRight, akBottom]
 
100
      BorderStyle = bsNone
 
101
      Color = clForm
 
102
      Lines.Strings = (
 
103
        'This program is free software released under the GNU GPL'
 
104
        ''
 
105
        'Author: Martin Bittermann'
 
106
        'Project page: http://sourceforge.net/p/ddrescueview'
 
107
        ''
 
108
        'Written in Object Pascal and built using the Lazarus IDE'
 
109
      )
 
110
      ReadOnly = True
 
111
      TabOrder = 0
 
112
    end
 
113
    object desc: TLabel
 
114
      Left = 54
 
115
      Height = 13
 
116
      Top = 48
 
117
      Width = 211
 
118
      Caption = 'a graphical display for GNU ddrescue logfiles'
 
119
      ParentColor = False
 
120
    end
 
121
  end
 
122
  object OKButton: TButton
 
123
    Left = 131
 
124
    Height = 25
 
125
    Top = 233
 
126
    Width = 75
 
127
    Anchors = [akBottom]
 
128
    Caption = 'OK'
 
129
    Default = True
 
130
    ModalResult = 1
 
131
    TabOrder = 0
 
132
  end
 
133
end