📄 frmupdatecustomer.frm
字号:
VERSION 5.00
Object = "{74848F95-A02A-4286-AF0C-A3C755E4A5B3}#1.0#0"; "actskn43.ocx"
Begin VB.Form frmUpdateCustomer
Caption = "客户信息修改"
ClientHeight = 4605
ClientLeft = 60
ClientTop = 345
ClientWidth = 3645
LinkTopic = "Form1"
ScaleHeight = 4605
ScaleWidth = 3645
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame2
Caption = "客户添加"
Height = 735
Left = 120
TabIndex = 13
Top = 3720
Width = 3375
Begin VB.CommandButton Command1
Caption = "添加"
Height = 375
Left = 360
TabIndex = 15
Top = 240
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "取消"
Height = 375
Left = 1920
TabIndex = 14
Top = 240
Width = 1095
End
End
Begin VB.Frame Frame1
Caption = "--客户基本信息--"
Height = 3495
Left = 120
TabIndex = 0
Top = 120
Width = 3375
Begin VB.TextBox Text1
Height = 375
Left = 1200
TabIndex = 11
Top = 360
Width = 1935
End
Begin VB.TextBox Text2
Height = 375
Left = 1200
TabIndex = 9
Top = 864
Width = 1935
End
Begin VB.TextBox Text3
Height = 375
Left = 1200
TabIndex = 8
Top = 1368
Width = 1935
End
Begin VB.TextBox Text4
Height = 375
Left = 1200
TabIndex = 7
Top = 1872
Width = 1935
End
Begin VB.TextBox Text5
Height = 375
Left = 1200
TabIndex = 6
Top = 2376
Width = 1935
End
Begin VB.TextBox Text6
Height = 375
Left = 1200
TabIndex = 5
Top = 2880
Width = 1935
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel6
Height = 255
Left = 240
OleObjectBlob = "frmUpdateCustomer.frx":0000
TabIndex = 1
Top = 2940
Width = 975
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel5
Height = 255
Left = 240
OleObjectBlob = "frmUpdateCustomer.frx":0062
TabIndex = 2
Top = 2432
Width = 975
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel4
Height = 255
Left = 240
OleObjectBlob = "frmUpdateCustomer.frx":00C8
TabIndex = 3
Top = 1924
Width = 975
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel3
Height = 255
Left = 240
OleObjectBlob = "frmUpdateCustomer.frx":012E
TabIndex = 4
Top = 1416
Width = 975
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel2
Height = 255
Left = 240
OleObjectBlob = "frmUpdateCustomer.frx":0194
TabIndex = 10
Top = 908
Width = 975
End
Begin ACTIVESKINLibCtl.SkinLabel SkinLabel1
Height = 255
Left = 240
OleObjectBlob = "frmUpdateCustomer.frx":01FA
TabIndex = 12
Top = 400
Width = 975
End
End
End
Attribute VB_Name = "frmUpdateCustomer"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -