File: about.lfm

package info (click to toggle)
mricron 0.20140804.1~dfsg.1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,508 kB
  • sloc: pascal: 114,876; sh: 49; makefile: 35
file content (69 lines) | stat: -rwxr-xr-x 1,468 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
object AboutForm: TAboutForm
  Left = 683
  Height = 127
  Top = 153
  Width = 327
  ActiveControl = Panel1
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'About...'
  ClientHeight = 127
  ClientWidth = 327
  Constraints.MaxHeight = 127
  Constraints.MaxWidth = 327
  Constraints.MinHeight = 127
  Constraints.MinWidth = 327
  Font.Name = 'MS Sans Serif'
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '1.0.2.0'
  object Panel1: TPanel
    Left = 0
    Height = 48
    Top = 0
    Width = 327
    Align = alTop
    Alignment = taLeftJustify
    BevelOuter = bvNone
    Caption = ' MRIcron'
    Font.Color = clBlack
    Font.Height = -19
    Font.Name = 'helvetica [adobe]'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    TabOrder = 0
    OnClick = Panel1Click
    OnDragDrop = Panel1DragDrop
  end
  object Panel2: TPanel
    Left = 8
    Height = 67
    Top = 47
    Width = 307
    ClientHeight = 67
    ClientWidth = 307
    TabOrder = 1
    object HomepageLabel: TLabel
      Left = 0
      Height = 20
      Top = 10
      Width = 305
      Alignment = taCenter
      AutoSize = False
      Caption = 'version'
      ParentColor = False
      OnClick = HomePageClick
    end
    object ThreadLabel: TLabel
      Left = 1
      Height = 20
      Top = 36
      Width = 305
      Alignment = taCenter
      AutoSize = False
      Caption = ' Threads'
      ParentColor = False
    end
  end
end