?? frmdatainput.frm
字號:
VERSION 5.00
Begin VB.Form frmInsert
BorderStyle = 3 'Fixed Dialog
Caption = "插入職工資料"
ClientHeight = 2235
ClientLeft = 45
ClientTop = 3030
ClientWidth = 6705
Icon = "frmDataInput.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2235
ScaleWidth = 6705
ShowInTaskbar = 0 'False
Begin VB.Data StuData
Caption = "學生數據庫控件"
Connect = "Access"
DatabaseName = ""
DefaultCursorType= 0 '缺省游標
DefaultType = 2 '使用 ODBC
Exclusive = 0 'False
Height = 375
Left = 0
Options = 0
ReadOnly = 0 'False
RecordsetType = 1 'Dynaset
RecordSource = ""
Top = 2280
Visible = 0 'False
Width = 6495
End
Begin VB.Frame fraAddCustomer
Caption = "職工基本資料"
Height = 2205
Left = 0
TabIndex = 0
Top = 0
Width = 6675
Begin VB.TextBox txtStudy
BackColor = &H00FFFFFF&
Height = 285
Left = 4200
TabIndex = 24
Top = 540
Width = 2055
End
Begin VB.Frame fraCommand
Height = 555
Left = 120
TabIndex = 20
Top = 1560
Width = 6460
Begin VB.CommandButton cmdCancel
Caption = "取消操作(&C)"
Height = 285
Left = 4920
TabIndex = 22
Top = 180
Width = 1275
End
Begin VB.CommandButton cmdModify
Caption = "插入記錄(&I)"
Height = 285
Left = 3480
TabIndex = 21
Top = 180
Width = 1275
End
End
Begin VB.ComboBox cobPossion
BackColor = &H00FFFFFF&
Height = 300
Left = 960
Sorted = -1 'True
TabIndex = 14
Top = 850
Width = 2055
End
Begin VB.ComboBox cobMarry
BackColor = &H00FFFFFF&
Height = 300
Left = 4200
Sorted = -1 'True
TabIndex = 8
Top = 850
Width = 2055
End
Begin VB.ComboBox cobSex
BackColor = &H00FFFFFF&
Height = 300
Left = 960
Sorted = -1 'True
TabIndex = 7
Top = 540
Width = 2055
End
Begin VB.TextBox txtID
BackColor = &H00FFFFFF&
Height = 285
Left = 4200
TabIndex = 6
Top = 240
Width = 2055
End
Begin VB.TextBox txtSale
BackColor = &H00FFFFFF&
Height = 285
Left = 960
TabIndex = 5
Top = 1200
Width = 2055
End
Begin VB.TextBox txtYear
BackColor = &H00FFFFFF&
Height = 285
Left = 4200
TabIndex = 4
Top = 1200
Width = 555
End
Begin VB.TextBox txtMonth
BackColor = &H00FFFFFF&
Height = 285
Left = 5070
TabIndex = 3
Top = 1200
Width = 345
End
Begin VB.TextBox txtday
BackColor = &H00FFFFFF&
Height = 285
Left = 5700
TabIndex = 2
Top = 1200
Width = 345
End
Begin VB.TextBox txtName
BackColor = &H00FFFFFF&
Height = 285
Left = 960
TabIndex = 1
TabStop = 0 'False
Top = 240
Width = 2055
End
Begin VB.Label lblCustomer
AutoSize = -1 'True
Caption = "最后學歷:"
Height = 180
Left = 3240
TabIndex = 23
Top = 600
Width = 810
End
Begin VB.Label Label1
Caption = "婚否:"
Height = 255
Left = 3600
TabIndex = 19
Top = 920
Width = 495
End
Begin VB.Label lblYear
AutoSize = -1 'True
Caption = "年"
Height = 180
Left = 4845
TabIndex = 18
Top = 1245
Width = 180
End
Begin VB.Label lblMonth
AutoSize = -1 'True
Caption = "月"
Height = 180
Left = 5475
TabIndex = 17
Top = 1245
Width = 180
End
Begin VB.Label lblDay
AutoSize = -1 'True
Caption = "日"
Height = 180
Left = 6105
TabIndex = 16
Top = 1245
Width = 180
End
Begin VB.Label lblDate
AutoSize = -1 'True
Caption = "出生日期:"
Height = 180
Left = 3240
TabIndex = 15
Top = 1220
Width = 810
End
Begin VB.Label lblBusinessman
AutoSize = -1 'True
Caption = "職稱:"
Height = 180
Left = 360
TabIndex = 13
Top = 920
Width = 450
End
Begin VB.Label lblPrice
AutoSize = -1 'True
Caption = "工資:"
Height = 180
Left = 390
TabIndex = 12
Top = 1215
Width = 450
End
Begin VB.Label lblProduct
AutoSize = -1 'True
Caption = "性別:"
Height = 180
Left = 390
TabIndex = 11
Top = 600
Width = 450
End
Begin VB.Label lblCount
AutoSize = -1 'True
Caption = "職工編號:"
Height = 180
Left = 3240
TabIndex = 10
Top = 300
Width = 810
End
Begin VB.Label lblOID
AutoSize = -1 'True
Caption = "姓名:"
Height = 180
Left = 390
TabIndex = 9
Top = 300
Width = 450
End
End
End
Attribute VB_Name = "frmInsert"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdCancel_Click()
Unload Me
End Sub
Private Sub Form_Load()
Me.Move (Screen.Width - Me.Width) / 2, (Screen.Height - Me.Height) / 2, Me.Width, Me.Height
AniShowFrm Me.hwnd
End Sub
Private Sub Form_Unload(Cancel As Integer)
AniUnloadFrm Me.hwnd
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -