-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit3.dfm
36 lines (36 loc) · 829 Bytes
/
Unit3.dfm
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
object AboutBox: TAboutBox
Left = 0
Top = 0
BiDiMode = bdRightToLeft
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'AboutBox'
ClientHeight = 149
ClientWidth = 259
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
ParentBiDiMode = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 48
Top = 24
Width = 157
Height = 13
Caption = #1055#1088#1086#1075#1088#1072#1084#1072' '#1050#1086#1089#1090#1077#1094#1100#1082#1086#1075#1086' '#1053#1072#1079#1072#1088#1110#1103
end
object Button1: TButton
Left = 96
Top = 96
Width = 75
Height = 25
Caption = #1054#1050
TabOrder = 0
OnClick = Button1Click
end
end