MathgeomGLS

Форк
0
80 строк · 1.6 Кб
1
object AboutBox: TAboutBox
2
  Left = 243
3
  Top = 108
4
  ActiveControl = OKButton
5
  BorderStyle = bsDialog
6
  Caption = 'About'
7
  ClientHeight = 273
8
  ClientWidth = 373
9
  Color = clBtnFace
10
  Font.Charset = DEFAULT_CHARSET
11
  Font.Color = clBlack
12
  Font.Height = -14
13
  Font.Name = 'MS Sans Serif'
14
  Font.Style = []
15
  Position = poScreenCenter
16
  PixelsPerInch = 120
17
  TextHeight = 16
18
  object Panel1: TPanel
19
    Left = 10
20
    Top = 10
21
    Width = 351
22
    Height = 201
23
    BevelOuter = bvLowered
24
    TabOrder = 0
25
    object ProgramIcon: TImage
26
      Left = 10
27
      Top = 10
28
      Width = 81
29
      Height = 71
30
      IsControl = True
31
    end
32
    object ProductName: TLabel
33
      Left = 110
34
      Top = 20
35
      Width = 102
36
      Height = 36
37
      Caption = 'Isolines'
38
      Font.Charset = DEFAULT_CHARSET
39
      Font.Color = clBlack
40
      Font.Height = -30
41
      Font.Name = 'MS Sans Serif'
42
      Font.Style = []
43
      ParentFont = False
44
      IsControl = True
45
    end
46
    object Version: TLabel
47
      Left = 124
48
      Top = 62
49
      Width = 59
50
      Height = 20
51
      Caption = ' Ver. 2.1'
52
      Font.Charset = DEFAULT_CHARSET
53
      Font.Color = clBlack
54
      Font.Height = -17
55
      Font.Name = 'MS Sans Serif'
56
      Font.Style = []
57
      ParentFont = False
58
      IsControl = True
59
    end
60
    object Copyright: TLabel
61
      Left = 10
62
      Top = 100
63
      Width = 143
64
      Height = 16
65
      Caption = 'Copyright (c) GLS Team'
66
      IsControl = True
67
    end
68
  end
69
  object OKButton: TButton
70
    Left = 150
71
    Top = 223
72
    Width = 81
73
    Height = 41
74
    Caption = 'OK'
75
    Default = True
76
    ModalResult = 1
77
    TabOrder = 1
78
    IsControl = True
79
  end
80
end
81

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

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

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

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