-
Notifications
You must be signed in to change notification settings - Fork 2
/
frmpH.frm
293 lines (282 loc) · 8.68 KB
/
frmpH.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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
VERSION 5.00
Begin VB.Form frmpH
BackColor = &H00C0FFFF&
BorderStyle = 0 'None
Caption = "酸碱计算"
ClientHeight = 6060
ClientLeft = 0
ClientTop = 0
ClientWidth = 5760
Icon = "frmpH.frx":0000
LinkTopic = "Form1"
ScaleHeight = 6060
ScaleWidth = 5760
StartUpPosition = 1 '所有者中心
Begin VB.ComboBox comboAB
BeginProperty Font
Name = "微软雅黑"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 435
ItemData = "frmpH.frx":1B692
Left = 120
List = "frmpH.frx":1B69C
Style = 2 'Dropdown List
TabIndex = 3
Top = 2880
Width = 855
End
Begin VB.TextBox texpKw
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 495
Left = 3840
TabIndex = 1
Text = "14"
Top = 2280
Width = 1575
End
Begin VB.TextBox texc
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0C0&
Height = 495
Left = 1200
TabIndex = 0
Top = 2280
Width = 1815
End
Begin VB.CommandButton cmdCopy
Caption = "复制到剪切板"
Height = 495
Left = 0
TabIndex = 6
Top = 5520
Width = 5415
End
Begin VB.TextBox texpHOut
BeginProperty Font
Name = "微软雅黑"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1935
Left = 0
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 5
Text = "frmpH.frx":1B6A8
Top = 3480
Width = 5415
End
Begin VB.CommandButton cmdpH
Caption = "计算!"
Default = -1 'True
Height = 495
Left = 4560
TabIndex = 4
Top = 2880
Width = 855
End
Begin VB.TextBox texpKa
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C0C0C0&
Height = 495
Left = 1680
TabIndex = 2
Top = 2880
Width = 2775
End
Begin VB.Label lblpKa
BackStyle = 0 'Transparent
Caption = "pKa"
BeginProperty Font
Name = "微软雅黑"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1080
TabIndex = 9
Top = 2880
Width = 615
End
Begin VB.Label lblc
BackStyle = 0 'Transparent
Caption = "分析浓度"
BeginProperty Font
Name = "微软雅黑"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 0
TabIndex = 8
Top = 2280
Width = 1215
End
Begin VB.Label lblpKw
BackStyle = 0 'Transparent
Caption = "pKw"
BeginProperty Font
Name = "微软雅黑"
Size = 15
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3120
TabIndex = 7
Top = 2280
Width = 615
End
Begin VB.Image imgClose
Height = 450
Left = 5280
Picture = "frmpH.frx":1B6BF
Stretch = -1 'True
Top = 0
Width = 450
End
Begin VB.Image imgTitle
Appearance = 0 'Flat
Height = 2145
Left = -600
Picture = "frmpH.frx":1CFB7
Stretch = -1 'True
Top = 0
Width = 7335
End
End
Attribute VB_Name = "frmpH"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private InTip As String
Private InTipb As String
Private Sub cmdCopy_Click()
UICopy (texpHOut)
End Sub
Private Sub cmdpH_Click()
Dim AorB As Boolean, pHOutHtml As String
If comboAB = "酸" Then AorB = True Else AorB = False
pHOutHtml = calpHOut(texpKa, texc, texpKw, AorB)
texpHOut = CutHtml(pHOutHtml)
Hisc = texc
HispKa = texpKa
HispKw = texpKw
HisAB = AorB
HisAcidOutput = CStr(texpHOut)
Call dataBaseWrite(DataUsername, "c", Hisc)
Call dataBaseWrite(DataUsername, "pKa", HispKa)
Call dataBaseWrite(DataUsername, "pKw", HispKw)
Call dataBaseWrite(DataUsername, "AcidOutput", texpHOut)
If HisAB Then Call dataBaseWrite(DataUsername, "AB", "A") Else Call dataBaseWrite(DataUsername, "AB", "B")
If Not DataUsername = "访客" Then
Call dataHtmlChange("pKw", CStr(HispKw))
Call dataHtmlChange("historyAcidOutput", CStr(pHOutHtml))
End If
End Sub
Private Sub comboAB_click()
If comboAB = "酸" Then
lblpKa = "pKa"
InTip = "请输入pKa,以空格间隔"
texpKa.Text = InTip
Else
lblpKa = "pKb"
InTip = "请输入pKb,以空格间隔"
texpKa.Text = InTip
End If
End Sub
Private Sub Form_Load()
Dim n As Integer
InTip = "请输入pKa,以空格间隔"
InTipb = "请输入分析浓度"
texpKa.Text = InTip
texc.Text = InTipb
comboAB.ListIndex = 0
texpKw = HispKw
If HisAcidOutput <> "" Then
texpHOut = HisAcidOutput
End If
End Sub
Private Sub Form_MouseDown(Button As Integer, Shift As Integer, x As Single, Y As Single)
ReleaseCapture
SendMessage hwnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&
End Sub
Private Sub imgClose_Click()
Unload Me
End Sub
Private Sub imgTitle_MouseDown(Button As Integer, Shift As Integer, x As Single, Y As Single)
ReleaseCapture
SendMessage hwnd, WM_NCLBUTTONDOWN, HTCAPTION, 0&
End Sub
Private Sub texpKa_Click()
If texpKa.Text = InTip Then
texpKa.Text = ""
texpKa.ForeColor = RGB(0, 0, 0)
End If
End Sub
Private Sub texpKa_KeyPress(KeyAscii As Integer)
If texpKa.Text = InTip Then
texpKa.Text = ""
texpKa.ForeColor = RGB(0, 0, 0)
End If
End Sub
Private Sub texc_Click()
If texc.Text = InTipb Then
texc.Text = ""
texc.ForeColor = RGB(0, 0, 0)
End If
End Sub
Private Sub texc_KeyPress(KeyAscii As Integer)
If texc.Text = InTipb Then
texc.Text = ""
texc.ForeColor = RGB(0, 0, 0)
End If
End Sub