MathgeomGLS

Форк
0
101 строка · 2.1 Кб
1
object FormAbout: TFormAbout
2
  Left = 0
3
  Top = 0
4
  Margins.Left = 5
5
  Margins.Top = 5
6
  Margins.Right = 5
7
  Margins.Bottom = 5
8
  BorderStyle = bsDialog
9
  Caption = 'About'
10
  ClientHeight = 467
11
  ClientWidth = 749
12
  Color = clBtnFace
13
  Font.Charset = DEFAULT_CHARSET
14
  Font.Color = clWindowText
15
  Font.Height = -19
16
  Font.Name = 'Tahoma'
17
  Font.Style = []
18
  Position = poScreenCenter
19
  PixelsPerInch = 168
20
  TextHeight = 23
21
  object Panel1: TPanel
22
    Left = 0
23
    Top = 0
24
    Width = 749
25
    Height = 130
26
    Margins.Left = 5
27
    Margins.Top = 5
28
    Margins.Right = 5
29
    Margins.Bottom = 5
30
    Align = alTop
31
    Caption = 'Plot2D v.3'
32
    Font.Charset = DEFAULT_CHARSET
33
    Font.Color = clWindowText
34
    Font.Height = -33
35
    Font.Name = 'Tahoma'
36
    Font.Style = []
37
    ParentFont = False
38
    TabOrder = 0
39
  end
40
  object Panel2: TPanel
41
    Left = 0
42
    Top = 392
43
    Width = 749
44
    Height = 75
45
    Margins.Left = 5
46
    Margins.Top = 5
47
    Margins.Right = 5
48
    Margins.Bottom = 5
49
    Align = alBottom
50
    Caption = 'Copyright '#169' GLS Team'
51
    Font.Charset = DEFAULT_CHARSET
52
    Font.Color = clWindowText
53
    Font.Height = -23
54
    Font.Name = 'Tahoma'
55
    Font.Style = []
56
    ParentFont = False
57
    TabOrder = 1
58
  end
59
  object PanelCentre: TPanel
60
    Left = 0
61
    Top = 130
62
    Width = 749
63
    Height = 262
64
    Margins.Left = 5
65
    Margins.Top = 5
66
    Margins.Right = 5
67
    Margins.Bottom = 5
68
    Align = alClient
69
    Caption = ' '
70
    TabOrder = 2
71
    object MemoContributors: TMemo
72
      Left = 126
73
      Top = 110
74
      Width = 464
75
      Height = 59
76
      Margins.Left = 5
77
      Margins.Top = 5
78
      Margins.Right = 5
79
      Margins.Bottom = 5
80
      Alignment = taCenter
81
      Lines.Strings = (
82
        'Eric Hardinger'
83
        'Pavel Vassiliev')
84
      TabOrder = 0
85
      Visible = False
86
    end
87
    object Button1: TButton
88
      Left = 182
89
      Top = 40
90
      Width = 352
91
      Height = 44
92
      Margins.Left = 5
93
      Margins.Top = 5
94
      Margins.Right = 5
95
      Margins.Bottom = 5
96
      Caption = 'Developers and Contributors'
97
      TabOrder = 1
98
      OnClick = Button1Click
99
    end
100
  end
101
end
102

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.