MathgeomGLS

Форк
0
106 строк · 2.1 Кб
1
object AboutBox: TAboutBox
2
  Left = 445
3
  Top = 127
4
  ActiveControl = OKButton
5
  BorderStyle = bsDialog
6
  Caption = 'About'
7
  ClientHeight = 218
8
  ClientWidth = 298
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clBlack
12
  Font.Height = -11
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  OldCreateOrder = False
16
  Position = poScreenCenter
17
  PixelsPerInch = 96
18
  TextHeight = 13
19
  object Panel1: TPanel
20
    Left = 8
21
    Top = 8
22
    Width = 281
23
    Height = 161
24
    Margins.Left = 2
25
    Margins.Top = 2
26
    Margins.Right = 2
27
    Margins.Bottom = 2
28
    BevelOuter = bvLowered
29
    TabOrder = 0
30
    object ProgramIcon: TImage
31
      Left = 8
32
      Top = 8
33
      Width = 65
34
      Height = 57
35
      Margins.Left = 2
36
      Margins.Top = 2
37
      Margins.Right = 2
38
      Margins.Bottom = 2
39
      IsControl = True
40
    end
41
    object ProductName: TLabel
42
      Left = 88
43
      Top = 16
44
      Width = 68
45
      Height = 13
46
      Margins.Left = 2
47
      Margins.Top = 2
48
      Margins.Right = 2
49
      Margins.Bottom = 2
50
      Caption = 'Product Name'
51
      IsControl = True
52
    end
53
    object Version: TLabel
54
      Left = 88
55
      Top = 40
56
      Width = 35
57
      Height = 13
58
      Margins.Left = 2
59
      Margins.Top = 2
60
      Margins.Right = 2
61
      Margins.Bottom = 2
62
      Caption = 'Version'
63
      IsControl = True
64
    end
65
    object Copyright: TLabel
66
      Left = 8
67
      Top = 80
68
      Width = 44
69
      Height = 13
70
      Margins.Left = 2
71
      Margins.Top = 2
72
      Margins.Right = 2
73
      Margins.Bottom = 2
74
      Caption = 'Copyright'
75
      IsControl = True
76
    end
77
    object Comments: TLabel
78
      Left = 8
79
      Top = 104
80
      Width = 49
81
      Height = 13
82
      Margins.Left = 2
83
      Margins.Top = 2
84
      Margins.Right = 2
85
      Margins.Bottom = 2
86
      Caption = 'Comments'
87
      WordWrap = True
88
      IsControl = True
89
    end
90
  end
91
  object OKButton: TButton
92
    Left = 120
93
    Top = 178
94
    Width = 65
95
    Height = 33
96
    Margins.Left = 2
97
    Margins.Top = 2
98
    Margins.Right = 2
99
    Margins.Bottom = 2
100
    Caption = 'OK'
101
    Default = True
102
    ModalResult = 1
103
    TabOrder = 1
104
    IsControl = True
105
  end
106
end
107

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

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

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

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