root/trunk/AboutForm.dfm

Revision 2, 2.3 kB (checked in by sagrer, 10 months ago)
  1. Вымаран старый механизм хранения версии в вендовом ресурсе.
  2. Подключен новый механизм хранения версии.
  3. Заодно подключены файлеги паскалевские, обеспечивающие этот самый механизм.
  • Property svnmailer:content-charset set to cp1251
Line 
1 object AboutF: TAboutF
2   Left = 391
3   Top = 303
4   BorderStyle = bsDialog
5   Caption = #1054' '#1087#1088#1086#1075#1088#1072#1084#1084#1077
6   ClientHeight = 155
7   ClientWidth = 418
8   Color = clBtnFace
9   Font.Charset = DEFAULT_CHARSET
10   Font.Color = clWindowText
11   Font.Height = -11
12   Font.Name = 'MS Sans Serif'
13   Font.Style = []
14   OldCreateOrder = False
15   Position = poScreenCenter
16   OnShow = FormShow
17   PixelsPerInch = 96
18   TextHeight = 13
19   object ProgaNamLab: TLabel
20     Left = 10
21     Top = 5
22     Width = 47
23     Height = 13
24     Caption = 'AppName'
25   end
26   object Label1: TLabel
27     Left = 10
28     Top = 39
29     Width = 43
30     Height = 13
31     Caption = #1042#1077#1088#1089#1080#1103' :'
32   end
33   object FileVerLab: TLabel
34     Left = 60
35     Top = 40
36     Width = 16
37     Height = 13
38     Caption = 'Ver'
39   end
40   object CopyrightLab: TLabel
41     Left = 10
42     Top = 58
43     Width = 44
44     Height = 13
45     Caption = 'Copyright'
46   end
47   object DescrLab: TLabel
48     Left = 10
49     Top = 22
50     Width = 28
51     Height = 13
52     Caption = 'Descr'
53   end
54   object Label2: TLabel
55     Left = 10
56     Top = 76
57     Width = 51
58     Height = 13
59     Caption = 'Crafted by:'
60   end
61   object CraftedByLab: TLabel
62     Left = 64
63     Top = 76
64     Width = 46
65     Height = 13
66     Caption = 'CraftedBy'
67   end
68   object DevelsContactsLab: TLabel
69     Left = 10
70     Top = 94
71     Width = 75
72     Height = 13
73     Caption = 'DevelsContacts'
74   end
75   object Label3: TLabel
76     Left = 8
77     Top = 112
78     Width = 260
79     Height = 13
80     Caption = #1044#1072#1085#1085#1072#1103' '#1087#1088#1086#1075#1088#1072#1084#1084#1072' '#1088#1072#1089#1087#1088#1086#1089#1090#1088#1072#1085#1103#1077#1090#1089#1103' '#1085#1072' '#1091#1089#1083#1086#1074#1080#1103#1093
81   end
82   object Label4: TLabel
83     Left = 8
84     Top = 130
85     Width = 207
86     Height = 13
87     Caption = 'Gipat Group'#39's opened EI-editor-utility license'
88   end
89   object OkBut: TButton
90     Left = 344
91     Top = 128
92     Width = 64
93     Height = 22
94     Caption = #1047#1072#1082#1088#1099#1090#1100
95     TabOrder = 0
96     OnClick = OkButClick
97   end
98   object LicenseBut: TButton
99     Left = 240
100     Top = 128
101     Width = 99
102     Height = 22
103     Caption = #1058#1077#1082#1089#1090' '#1083#1080#1094#1077#1085#1079#1080#1080#1080
104     TabOrder = 1
105     OnClick = LicenseButClick
106   end
107 end
Note: See TracBrowser for help on using the browser.