-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNetWait.dfm
89 lines (89 loc) · 1.95 KB
/
NetWait.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
object NetWaitNotifyForm: TNetWaitNotifyForm
Left = 197
Top = 103
Width = 488
Height = 183
Caption = 'Ñåòåâàÿ çàäåðæêà...'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object LabInfo: TLabel
Left = 13
Top = 16
Width = 453
Height = 37
Alignment = taCenter
AutoSize = False
Caption = 'Îøèáêà ïðè îòêðûòèè ôàéëà C:\GAME.EXE äëÿ ÷òåíèÿ'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Transparent = True
WordWrap = True
end
object Label2: TLabel
Left = 41
Top = 56
Width = 398
Height = 16
Caption = 'Âîçìîæíî, ýòîò ôàéë çàáëîêèðîâàí äðóãèì ïîëüçîâàòåëåì.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object AddInfoLab: TLabel
Left = 36
Top = 76
Width = 409
Height = 16
Caption = 'Æäèòå, ïîêà áëîêèðîâêà áóäåò ñíÿòà èëè îòìåíèòå îïåðàöèþ.'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object btnRetry: TButton
Left = 28
Top = 116
Width = 137
Height = 23
Caption = 'Ïîïðîáîâàòü åùå ðàç'
Default = True
TabOrder = 0
OnClick = btnRetryClick
end
object btnIgnore: TButton
Left = 315
Top = 116
Width = 138
Height = 23
Caption = 'Èãíîðèðîâàòü îøèáêó'
TabOrder = 2
OnClick = btnIgnoreClick
end
object btnCancel: TButton
Left = 175
Top = 116
Width = 130
Height = 23
Cancel = True
Caption = 'Îòìåíèòü îïåðàöèþ'
TabOrder = 1
OnClick = btnCancelClick
end
end