📄 form_newkjqj.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form Form_NewKJQJ
BorderStyle = 1 'Fixed Single
Caption = "创建下年度会计期间"
ClientHeight = 4290
ClientLeft = 45
ClientTop = 330
ClientWidth = 5430
Icon = "Form_NewKJQJ.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4290
ScaleWidth = 5430
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "确定(&O)"
Height = 315
Index = 0
Left = 2850
TabIndex = 1
Top = 3900
Width = 1125
End
Begin VB.CommandButton Command1
Caption = "取消(&C)"
Height = 315
Index = 1
Left = 4230
TabIndex = 0
Top = 3900
Width = 1125
End
Begin TabDlg.SSTab SSTab1
Height = 3795
Left = 80
TabIndex = 2
Top = 0
Width = 5325
_ExtentX = 9393
_ExtentY = 6694
_Version = 393216
Style = 1
Tabs = 1
TabHeight = 520
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
TabCaption(0) = "会计期间"
TabPicture(0) = "Form_NewKJQJ.frx":0ECA
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Label2"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).Control(1)= "lstContracts"
Tab(0).Control(1).Enabled= 0 'False
Tab(0).Control(2)= "Text2"
Tab(0).Control(2).Enabled= 0 'False
Tab(0).ControlCount= 3
Begin VB.TextBox Text2
Enabled = 0 'False
Height = 315
Left = 2640
Locked = -1 'True
TabIndex = 3
Text = "2009"
Top = 960
Width = 1185
End
Begin MSComctlLib.ListView lstContracts
Height = 3135
Left = 120
TabIndex = 6
Top = 480
Width = 2055
_ExtentX = 3625
_ExtentY = 5530
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = 0 'False
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 0
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "下会计年度:"
Height = 180
Left = 2640
TabIndex = 4
Top = 600
Width = 990
End
End
Begin VB.TextBox Text1
Height = 285
Index = 0
Left = 3690
TabIndex = 5
Text = "Text1"
Top = 2970
Visible = 0 'False
Width = 615
End
End
Attribute VB_Name = "Form_NewKJQJ"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -