?? frmdate.frm
字號:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{C7AE747C-B9E4-11D7-B0E3-D8165009166E}#7.0#0"; "XPFORM.OCX"
Object = "{1666F204-B71B-4E6D-AA21-DCE71B94F422}#7.0#0"; "SMARTXPBUTTON.OCX"
Begin VB.Form frmdate
BorderStyle = 0 'None
Caption = "讀入數(shù)據(jù)"
ClientHeight = 5895
ClientLeft = 0
ClientTop = 0
ClientWidth = 4230
Icon = "frmdate.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5895
ScaleWidth = 4230
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 615
Left = 360
TabIndex = 6
ToolTipText = "請稍等"
Top = 2640
Visible = 0 'False
Width = 3015
_ExtentX = 5318
_ExtentY = 1085
_Version = 393216
Appearance = 1
Enabled = 0 'False
MouseIcon = "frmdate.frx":030A
End
Begin SmartXpButton.SmartNetXpButton SmartNetXpButton2
Height = 375
Left = 1920
TabIndex = 5
ToolTipText = "退出"
Top = 3840
Width = 375
_ExtentX = 661
_ExtentY = 661
BackColor = 16515071
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "frmdate.frx":0624
End
Begin SmartXpButton.SmartNetXpButton SmartNetXpButton1
Height = 375
Left = 720
TabIndex = 4
ToolTipText = "確定"
Top = 3720
Width = 495
_ExtentX = 873
_ExtentY = 661
BackColor = 16777215
BackColorPush = 15138815
ShadowColor = 8421631
ShowCaption = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Picture = "frmdate.frx":18A6
End
Begin XP窗體控件.XPForm XPForm1
Height = 7095
Left = 6600
Top = 120
Width = 6855
_ExtentX = 12091
_ExtentY = 12515
Caption = ""
AlwaysOnTop = 0 'False
ShowFormSize = 0 'False
End
Begin VB.TextBox Text1
Height = 270
Left = 1320
TabIndex = 3
Top = 2040
Width = 1335
End
Begin VB.ComboBox Combo1
Height = 300
Left = 1320
TabIndex = 1
Top = 1440
Width = 1455
End
Begin VB.Label Label2
BackColor = &H0080FF80&
Caption = "采集器號"
Height = 255
Left = 480
TabIndex = 2
Top = 2040
Width = 735
End
Begin VB.Label Label1
BackColor = &H0080FF80&
Caption = "串口號"
Height = 255
Left = 480
TabIndex = 0
Top = 1440
Width = 615
End
End
Attribute VB_Name = "frmdate"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Dim i As Integer
XPForm1.Make
For i = 1 To 4
Combo1.AddItem i
Next
Combo1.Text = "1"
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -