~ubuntu-branches/ubuntu/trusty/mricron/trusty

1.1.2 by Michael Hanke
Import upstream version 0.20101102.1~dfsg.1
1
object AboutForm: TAboutForm
2
  Left = 659
3
  Height = 127
4
  Top = 150
5
  Width = 327
6
  ActiveControl = Panel1
7
  BorderIcons = [biSystemMenu]
8
  Caption = 'About...'
9
  ClientHeight = 127
10
  ClientWidth = 327
11
  Constraints.MaxHeight = 127
12
  Constraints.MaxWidth = 327
13
  Constraints.MinHeight = 127
14
  Constraints.MinWidth = 327
15
  Font.Name = 'MS Sans Serif'
16
  OnCreate = FormCreate
17
  Position = poScreenCenter
1.1.3 by Michael Hanke
Import upstream version 0.20110413.1~dfsg.1
18
  LCLVersion = '0.9.30'
1.1.2 by Michael Hanke
Import upstream version 0.20101102.1~dfsg.1
19
  object Panel1: TPanel
20
    Left = 0
21
    Height = 48
22
    Top = 0
23
    Width = 327
24
    Align = alTop
25
    Alignment = taLeftJustify
26
    BevelOuter = bvNone
27
    Caption = ' MRIcron'
28
    Font.Color = clBlack
29
    Font.Height = -19
30
    Font.Name = 'helvetica [adobe]'
31
    Font.Style = [fsBold]
32
    ParentColor = False
33
    ParentFont = False
34
    TabOrder = 0
35
    OnClick = Panel1Click
36
    OnDragDrop = Panel1DragDrop
37
  end
38
  object Panel2: TPanel
39
    Left = 8
40
    Height = 67
41
    Top = 47
42
    Width = 307
43
    ClientHeight = 67
44
    ClientWidth = 307
45
    TabOrder = 1
46
    object HomepageLabel: TLabel
47
      Left = 0
48
      Height = 20
49
      Top = 10
50
      Width = 305
51
      Alignment = taCenter
52
      AutoSize = False
53
      Caption = 'version'
54
      ParentColor = False
55
      OnClick = HomePageClick
56
    end
57
    object ThreadLabel: TLabel
58
      Left = 1
59
      Height = 20
60
      Top = 36
61
      Width = 305
62
      Alignment = taCenter
63
      AutoSize = False
64
      Caption = ' Threads'
65
      ParentColor = False
66
    end
67
  end
68
end