📄 frmhrdadetails.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form frmHRDADetails
BackColor = &H00C0C000&
ClientHeight = 6765
ClientLeft = 60
ClientTop = 915
ClientWidth = 7500
ControlBox = 0 'False
BeginProperty Font
Name = "Arial"
Size = 9.75
Charset = 178
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
ScaleHeight = 6765
ScaleWidth = 7500
StartUpPosition = 3 'Windows Default
WindowState = 2 'Maximized
Begin Project1.MarqueeText MarqueeText1
Height = 435
Left = 0
Top = 10800
Width = 15255
_extentx = 26908
_extenty = 741
backcolor = 128
backstyle = 0
font = "frmHRDADetails.frx":0000
forecolor = 65535
text = "All Employee's information"
End
Begin MSAdodcLib.Adodc Adodc1
Height = 615
Left = 2880
Top = 8520
Visible = 0 'False
Width = 6135
_ExtentX = 10821
_ExtentY = 1085
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 2
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=MSDAORA.1;Password=tiger;User ID=scott;Persist Security Info=True"
OLEDBString = "Provider=MSDAORA.1;Password=tiger;User ID=scott;Persist Security Info=True"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "EMPLOYEE"
Caption = " Employees Details "
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Monotype Corsiva"
Size = 20.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHFlexGrid1
Bindings = "frmHRDADetails.frx":0030
Height = 6735
Left = 360
TabIndex = 0
Top = 1200
Width = 14415
_ExtentX = 25426
_ExtentY = 11880
_Version = 393216
BackColor = 65535
Cols = 12
FixedCols = 0
BackColorFixed = 255
BackColorSel = 16711680
BackColorBkg = 65280
BackColorUnpopulated= 16711680
GridColor = 255
GridColorFixed = 255
GridLines = 2
AllowUserResizing= 1
GridLineWidth = 2
GridLineWidthUnpopulated= 2
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Arial"
Size = 9.75
Charset = 178
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_NumberOfBands = 1
_Band(0).Cols = 12
_Band(0).GridLineWidthBand= 2
_Band(0).TextStyleBand= 0
_Band(0).TextStyleHeader= 0
_Band(0)._NumMapCols= 12
_Band(0)._MapCol(0)._Name= "EMPNO"
_Band(0)._MapCol(0)._RSIndex= 0
_Band(0)._MapCol(1)._Name= "NAME"
_Band(0)._MapCol(1)._RSIndex= 1
_Band(0)._MapCol(2)._Name= "SEX"
_Band(0)._MapCol(2)._RSIndex= 2
_Band(0)._MapCol(3)._Name= "ADDRESS"
_Band(0)._MapCol(3)._RSIndex= 3
_Band(0)._MapCol(4)._Name= "CITY"
_Band(0)._MapCol(4)._RSIndex= 4
_Band(0)._MapCol(5)._Name= "DATE_OF_BIRTH"
_Band(0)._MapCol(5)._RSIndex= 5
_Band(0)._MapCol(6)._Name= "HIREDATE"
_Band(0)._MapCol(6)._RSIndex= 6
_Band(0)._MapCol(7)._Name= "PHONE"
_Band(0)._MapCol(7)._RSIndex= 7
_Band(0)._MapCol(8)._Name= "QUALIFICATIONS"
_Band(0)._MapCol(8)._RSIndex= 8
_Band(0)._MapCol(9)._Name= "DESIGNATION"
_Band(0)._MapCol(9)._RSIndex= 9
_Band(0)._MapCol(10)._Name= "DEPARTMENT"
_Band(0)._MapCol(10)._RSIndex= 10
_Band(0)._MapCol(11)._Name= "BASIC_SALARY"
_Band(0)._MapCol(11)._RSIndex= 11
End
Begin Project1.XPButton cmdExit
Height = 555
Left = 12840
TabIndex = 1
Top = 8520
Width = 1515
_extentx = 2672
_extenty = 979
font = "frmHRDADetails.frx":0045
caption = "Exit"
forecolor = 255
forehover = 32768
End
Begin Project1.XPButton cmdClose
Height = 555
Left = 10680
TabIndex = 2
Top = 8520
Width = 1515
_extentx = 2672
_extenty = 979
font = "frmHRDADetails.frx":0071
caption = "<< Back"
forecolor = 255
forehover = 32768
End
Begin VB.Image Image2
Height = 240
Left = 14760
Picture = "frmHRDADetails.frx":009D
Top = 120
Width = 270
End
Begin VB.Image Image3
Height = 360
Left = -1440
Picture = "frmHRDADetails.frx":045F
Top = 0
Width = 17595
End
End
Attribute VB_Name = "frmHRDADetails"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdClose_Click()
frmHRDADetails.Visible = False
frmMain.Visible = True
End Sub
Private Sub cmdExit_Click()
If MsgBox("Are you sure you want to exit Hotel Mangement Sytem ?", vbQuestion + vbYesNo, "Confirm Exit !") = vbYes Then
End
End If
End Sub
Private Sub Form_Load()
MsgBox "Connecting Oracle.Please wait...", vbInformation, "Wait"
End Sub
Private Sub Image2_Click()
frmHRDADetails.Visible = False
frmMain.Visible = True
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -