📄 frm_t_enteline.frm
字号:
VERSION 5.00
Object = "{74848F95-A02A-4286-AF0C-A3C755E4A5B3}#1.0#0"; "actskn43.ocx"
Begin VB.Form Frm_T_EnteLine
Caption = "Form1"
ClientHeight = 1710
ClientLeft = 4770
ClientTop = 4200
ClientWidth = 2775
LinkTopic = "Form1"
ScaleHeight = 1710
ScaleWidth = 2775
Begin VB.CommandButton Command2
Caption = "取 消"
Height = 375
Left = 1680
TabIndex = 3
Top = 1200
Width = 855
End
Begin VB.CommandButton Command1
Caption = "确 定"
Height = 375
Left = 360
TabIndex = 2
Top = 1200
Width = 855
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel1
Height = 375
Left = 1800
OleObjectBlob = "Frm_T_EnteLine.frx":0000
TabIndex = 1
Top = 480
Width = 735
End
Begin VB.TextBox Text1
Height = 375
Left = 480
TabIndex = 0
Text = "700"
Top = 360
Width = 1215
End
End
Attribute VB_Name = "Frm_T_EnteLine"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Frm_Main.T_Enter_Line.Interval = Val(Text1)
SaveINI "EnterLineT", "TLine", Text1, App.Path & "\sysini\dis.ini"
End Sub
Private Sub Command2_Click()
Unload Me
End Sub
Private Sub Form_Load()
Text1.Text = GetINI("EnterLineT", "TLine", App.Path & "\sysini\dis.ini")
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -