?? frm業(yè)績.frm
字號(hào):
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
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 frm業(yè)績
Caption = "業(yè)績管理"
ClientHeight = 8595
ClientLeft = 60
ClientTop = 345
ClientWidth = 9885
LinkTopic = "Form1"
ScaleHeight = 8595
ScaleWidth = 9885
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin MSHierarchicalFlexGridLib.MSHFlexGrid MSHF
Bindings = "frm業(yè)績.frx":0000
Height = 9495
Left = 0
TabIndex = 2
Top = 120
Width = 15360
_ExtentX = 27093
_ExtentY = 16748
_Version = 393216
Cols = 3
FocusRect = 0
SelectionMode = 1
AllowUserResizing= 3
RowSizingMode = 1
_NumberOfBands = 1
_Band(0).Cols = 3
_Band(0)._NumMapCols= 2
_Band(0)._MapCol(0)._Name= "姓名"
_Band(0)._MapCol(0)._RSIndex= 0
_Band(0)._MapCol(1)._Name= "業(yè)績"
_Band(0)._MapCol(1)._RSIndex= 1
_Band(0)._MapCol(1)._Alignment= 7
End
Begin VB.CommandButton Command2
Caption = "退出業(yè)績查詢"
Height = 375
Left = 120
TabIndex = 0
Top = 9840
Width = 1665
End
Begin MSAdodcLib.Adodc Adodc1
Height = 735
Left = 6840
Top = 4920
Visible = 0 'False
Width = 1575
_ExtentX = 2778
_ExtentY = 1296
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 3
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "DSN=電腦經(jīng)營系統(tǒng)"
OLEDBString = ""
OLEDBFile = ""
DataSourceName = "電腦經(jīng)營系統(tǒng)"
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select * from 統(tǒng)計(jì) order by 業(yè)績"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋體"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSComctlLib.StatusBar sbStatusBar
Align = 2 'Align Bottom
Height = 270
Left = 0
TabIndex = 1
Top = 8325
Width = 9885
_ExtentX = 17436
_ExtentY = 476
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 11748
Text = "狀態(tài)"
TextSave = "狀態(tài)"
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 6
AutoSize = 2
TextSave = "03-6-13"
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Style = 5
AutoSize = 2
TextSave = "11:16"
EndProperty
EndProperty
End
End
Attribute VB_Name = "frm業(yè)績"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command2_Click()
Unload Me
frmadm.Show
End Sub
Private Sub Form_Load()
MSHF.ColWidth(0) = 300
MSHF.ColWidth(1) = 3000
MSHF.ColWidth(2) = 3000
MSHF.Refresh
End Sub
Private Sub Form_Unload(Cancel As Integer)
frmadm.Show
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -