File: frmAboutUnit.dfm

package info (click to toggle)
pasdoc 0.16.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 33,536 kB
  • sloc: pascal: 28,894; javascript: 7,665; xml: 2,597; makefile: 519; sh: 417
file content (67 lines) | stat: -rw-r--r-- 1,411 bytes parent folder | download | duplicates (4)
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
object frmAbout: TfrmAbout
  Left = 167
  Top = 62
  Caption = 'About'
  ClientHeight = 347
  ClientWidth = 408
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Shell Dlg 2'
  Font.Style = []
  OldCreateOrder = True
  Position = poMainFormCenter
  OnCreate = frmAboutCreate
  DesignSize = (
    408
    347)
  PixelsPerInch = 96
  TextHeight = 13
  object LabelTitle: TLabel
    Left = 13
    Top = 8
    Width = 109
    Height = 24
    Alignment = taCenter
    Anchors = [akLeft, akTop, akRight]
    Caption = 'pasdoc_gui'
    Color = clBtnFace
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
  end
  object MemoInformation: TMemo
    Left = 13
    Top = 38
    Width = 387
    Height = 270
    Anchors = [akLeft, akTop, akRight, akBottom]
    Color = clBtnFace
    ReadOnly = True
    TabOrder = 0
  end
  object ButtonPasDocURL: TButton
    Left = 13
    Top = 314
    Width = 225
    Height = 25
    Anchors = [akLeft, akBottom]
    Caption = 'http://pasdoc.sourceforge.net/'
    TabOrder = 1
    OnClick = ButtonPasDocURLClick
  end
  object ButtonClose: TButton
    Left = 318
    Top = 314
    Width = 75
    Height = 25
    Caption = 'Close'
    ModalResult = 1
    TabOrder = 2
  end
end