?? f_zhenggangxvqiu.frm
字號:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Object = "{0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#1.0#0"; "THREED32.OCX"
Begin VB.Form F_ZhengGangXVQiu
BorderStyle = 3 'Fixed Dialog
Caption = "增崗申請單"
ClientHeight = 7095
ClientLeft = 1095
ClientTop = 330
ClientWidth = 9900
ControlBox = 0 'False
KeyPreview = -1 'True
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 7095
ScaleWidth = 9900
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Height = 6975
Left = 0
TabIndex = 18
Top = 0
Width = 9735
Begin TabDlg.SSTab SSTab1
Height = 6615
Left = 240
TabIndex = 19
Top = 240
Width = 9255
_ExtentX = 16325
_ExtentY = 11668
_Version = 393216
Tabs = 2
TabHeight = 520
TabCaption(0) = "編 輯"
TabPicture(0) = "F_ZhengGangXVQiu.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Frame2"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "Picture1"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).ControlCount= 2
TabCaption(1) = "列 表"
TabPicture(1) = "F_ZhengGangXVQiu.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Frame3"
Tab(1).ControlCount= 1
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
BorderStyle = 0 'None
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 420
Left = 2160
ScaleHeight = 420
ScaleWidth = 6720
TabIndex = 35
Top = 6120
Width = 6720
Begin Threed.SSCommand cmdClose
Height = 330
Left = 5520
TabIndex = 17
Top = 0
Width = 1095
_Version = 65536
_ExtentX = 1931
_ExtentY = 573
_StockProps = 78
Caption = "&Q.關閉"
Font3D = 1
End
Begin Threed.SSCommand CmdAdd
Height = 330
Left = 720
TabIndex = 13
Top = 0
Width = 1095
_Version = 65536
_ExtentX = 1931
_ExtentY = 573
_StockProps = 78
Caption = "&A.增 加"
Font3D = 1
End
Begin Threed.SSCommand cmdEdit
Height = 330
Left = 1920
TabIndex = 14
Top = 0
Width = 1095
_Version = 65536
_ExtentX = 1931
_ExtentY = 573
_StockProps = 78
Caption = "&E.編 輯"
Font3D = 1
End
Begin Threed.SSCommand CmdDelete
Height = 330
Left = 3120
TabIndex = 15
Top = 0
Width = 1095
_Version = 65536
_ExtentX = 1931
_ExtentY = 573
_StockProps = 78
Caption = "&D.刪 除"
Font3D = 1
End
Begin Threed.SSCommand cmdUpdate
Height = 330
Left = 4320
TabIndex = 16
Top = 0
Width = 1095
_Version = 65536
_ExtentX = 1931
_ExtentY = 573
_StockProps = 78
Caption = "&Y.保存"
Font3D = 1
End
Begin Threed.SSCommand cmdRefresh
Height = 330
Left = 4320
TabIndex = 36
Top = 0
Width = 1095
_Version = 65536
_ExtentX = 1931
_ExtentY = 573
_StockProps = 78
Caption = "&R.刷 新"
Font3D = 1
End
Begin Threed.SSCommand cmdCancel
Height = 330
Left = 5520
TabIndex = 37
Top = 0
Width = 1095
_Version = 65536
_ExtentX = 1931
_ExtentY = 573
_StockProps = 78
Caption = "&C.取 消"
Font3D = 1
End
End
Begin VB.Frame Frame2
Caption = " "
Height = 5295
Left = 240
TabIndex = 22
Top = 600
Width = 8775
Begin VB.ComboBox Combo1
Appearance = 0 'Flat
DataField = "部門"
Height = 300
Left = 1440
TabIndex = 0
Top = 240
Width = 1695
End
Begin MSComCtl2.DTPicker DTPicker4
DataField = "總經理簽字時間"
Height = 300
Left = 6240
TabIndex = 12
Top = 4920
Width = 1695
_ExtentX = 2990
_ExtentY = 529
_Version = 393216
CheckBox = -1 'True
DateIsNull = -1 'True
Format = 64487425
CurrentDate = 36191
End
Begin MSComCtl2.DTPicker DTPicker3
DataField = "人力部簽字時間"
Height = 300
Left = 3720
TabIndex = 11
Top = 4920
Width = 1695
_ExtentX = 2990
_ExtentY = 529
_Version = 393216
CheckBox = -1 'True
DateIsNull = -1 'True
Format = 64487425
CurrentDate = 36191
End
Begin MSComCtl2.DTPicker DTPicker2
DataField = "部門經理簽字時間"
Height = 300
Left = 1440
TabIndex = 10
Top = 4920
Width = 1695
_ExtentX = 2990
_ExtentY = 529
_Version = 393216
CheckBox = -1 'True
DateIsNull = -1 'True
Format = 64487425
CurrentDate = 36191
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
DataField = "說明"
DataSource = "datPrimaryRS"
Height = 765
Index = 19
Left = 1440
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 6
Top = 3240
Width = 7095
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
DataField = "總經理簽字"
DataSource = "datPrimaryRS"
Height = 285
Index = 17
Left = 6240
TabIndex = 9
Top = 4560
Width = 1695
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
DataField = "人力部簽字"
DataSource = "datPrimaryRS"
Height = 285
Index = 15
Left = 3720
TabIndex = 8
Top = 4560
Width = 1695
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
DataField = "人力部意見"
DataSource = "datPrimaryRS"
Height = 765
Index = 14
Left = 1440
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 5
Top = 2400
Width = 7095
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
DataField = "部門經理簽字"
DataSource = "datPrimaryRS"
Height = 285
Index = 12
Left = 1440
TabIndex = 7
Top = 4560
Width = 1695
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
DataField = "任職條件"
DataSource = "datPrimaryRS"
Height = 765
Index = 10
Left = 1440
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 4
Top = 1560
Width = 7095
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
DataField = "理由"
DataSource = "datPrimaryRS"
Height = 765
Index = 9
Left = 1440
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 3
Top = 720
Width = 7095
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
DataField = "崗位名稱"
DataSource = "datPrimaryRS"
Height = 285
Index = 7
Left = 4200
TabIndex = 1
Top = 240
Width = 1695
End
Begin VB.TextBox txtFields
Appearance = 0 'Flat
DataField = "崗位定員"
DataSource = "datPrimaryRS"
Height = 285
Index = 0
Left = 6840
TabIndex = 2
Top = 240
Width = 1695
End
Begin VB.Label Label1
Caption = "簽字人"
Height = 255
Left = 240
TabIndex = 34
Top = 4560
Width = 855
End
Begin VB.Label lblLabels
Caption = "說 明"
Height = 255
Index = 19
Left = 240
TabIndex = 33
Top = 3120
Width = 855
End
Begin VB.Label lblLabels
Caption = "總經理"
Height = 255
Index = 17
Left = 6240
TabIndex = 32
Top = 4200
Width = 975
End
Begin VB.Label lblLabels
Caption = "人力部"
Height = 255
Index = 15
Left = 3720
TabIndex = 31
Top = 4200
Width = 1095
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -