-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrfmResearch.frm
45 lines (41 loc) · 1.21 KB
/
rfmResearch.frm
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
VERSION 5.00
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form rfmResearch
BorderStyle = 1 'Fixed Single
Caption = "Ðåçóëüòàòû èñëåäîâàíèÿ"
ClientHeight = 5175
ClientLeft = 3930
ClientTop = 3840
ClientWidth = 7920
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5175
ScaleWidth = 7920
Begin RichTextLib.RichTextBox rtbResearch
Height = 5175
Left = 0
TabIndex = 0
Top = 0
Width = 7935
_ExtentX = 13996
_ExtentY = 9128
_Version = 393217
BorderStyle = 0
ScrollBars = 2
TextRTF = $"rfmResearch.frx":0000
End
End
Attribute VB_Name = "rfmResearch"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Dim objFunc As New GetFunc
Private Sub Form_Load()
rtbResearch.Text = "D(f):"
'ïåðåñåêàåò îñè
rtbResearch.Text = "ïåðåñåêàåò îñè:" & vbCrLf & "oX: "
'êðèòè÷åñêèå òî÷êè
End Sub