-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit2Goto.dfm
65 lines (65 loc) · 1.74 KB
/
Unit2Goto.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
object FormGoto: TFormGoto
Left = 570
Top = 357
BiDiMode = bdRightToLeft
BorderStyle = bsDialog
Caption = #1576#1585#1608' '#1576#1607' '#1576#1582#1588' '#1588#1605#1575#1585#1607' '
ClientHeight = 213
ClientWidth = 393
Color = clBtnFace
Font.Charset = ARABIC_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Pitch = fpFixed
Font.Style = []
OldCreateOrder = False
ParentBiDiMode = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object TntLabel1: TTntLabel
Left = 24
Top = 24
Width = 343
Height = 57
AutoSize = False
Caption =
#1583#1593#1575#1740' '#1580#1608#1588#1606' '#1705#1576#1740#1585' 100 '#1576#1582#1588' '#1575#1587#1578'. '#1604#1591#1601#1575' '#1576#1740#1606' '#1740#1705' '#1578#1575' '#1589#1583' '#1593#1583#1583#1740' '#1585#1575' '#1575#1606#1578#1582#1575#1576' '#1705#1606#1740 +
#1583':'
Transparent = True
WordWrap = True
end
object TntEdit1: TTntEdit
Left = 120
Top = 64
Width = 145
Height = 60
Font.Charset = ARABIC_CHARSET
Font.Color = clWindowText
Font.Height = -43
Font.Name = 'Tahoma'
Font.Pitch = fpFixed
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '1'
OnKeyPress = TntEdit1KeyPress
end
object btn1: TTntButton
Left = 8
Top = 144
Width = 377
Height = 65
Caption = #1578#1575#1740#1740#1583
Font.Charset = ARABIC_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Pitch = fpFixed
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = btn1Click
end
end