📄 buyer registration.frm
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form Form20
BackColor = &H80000013&
Caption = "Customer Registration Form"
ClientHeight = 6435
ClientLeft = 60
ClientTop = 450
ClientWidth = 7920
LinkTopic = "Form20"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6435
ScaleWidth = 7920
StartUpPosition = 1 'CenterOwner
Begin VB.CommandButton update
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
Caption = "Update"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3720
Style = 1 'Graphical
TabIndex = 6
Top = 4800
Width = 855
End
Begin MSAdodcLib.Adodc Adodc1
Height = 330
Left = 0
Top = 120
Visible = 0 'False
Width = 1200
_ExtentX = 2117
_ExtentY = 582
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=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=hussain"
OLEDBString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=hussain"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "Customer Table"
Caption = "Adodc1"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin VB.Frame Frame3
BackColor = &H80000013&
Caption = "Operations"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1215
Left = 960
TabIndex = 16
Top = 4320
Width = 4815
Begin VB.Frame Frame4
BackColor = &H80000013&
Height = 735
Left = 120
TabIndex = 18
Top = 360
Width = 4455
Begin VB.CommandButton Command4
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
Caption = "Close"
BeginProperty Font
Name = "Times New Roman"
Size = 11.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3480
Style = 1 'Graphical
TabIndex = 7
Top = 120
Width = 855
End
Begin VB.CommandButton clear
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
Caption = "Clear"
BeginProperty Font
Name = "Times New Roman"
Size = 11.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1800
Style = 1 'Graphical
TabIndex = 5
Top = 120
Width = 855
End
Begin VB.CommandButton Command2
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
Caption = "Search"
BeginProperty Font
Name = "Times New Roman"
Size = 11.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 960
Style = 1 'Graphical
TabIndex = 4
Top = 120
Width = 855
End
Begin VB.CommandButton Command1
Appearance = 0 'Flat
BackColor = &H00FFFFFF&
Caption = "Save"
BeginProperty Font
Name = "Times New Roman"
Size = 11.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 120
Style = 1 'Graphical
TabIndex = 3
Top = 120
Width = 855
End
End
End
Begin VB.Frame Frame2
Appearance = 0 'Flat
BackColor = &H80000013&
ForeColor = &H80000008&
Height = 2655
Left = 840
TabIndex = 11
Top = 1560
Width = 5055
Begin VB.TextBox buyername
Height = 345
Left = 2520
MaxLength = 30
TabIndex = 0
Top = 960
Width = 2175
End
Begin VB.TextBox buyerphno
Height = 345
Left = 2520
MaxLength = 15
TabIndex = 2
Top = 1920
Width = 2175
End
Begin VB.TextBox buyeraddr
Height = 345
Left = 2520
MaxLength = 50
TabIndex = 1
Top = 1440
Width = 2175
End
Begin VB.TextBox buyercode
Height = 345
Left = 2520
Locked = -1 'True
TabIndex = 8
Top = 480
Width = 2175
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Customer Code"
BeginProperty Font
Name = "Times New Roman"
Size = 11.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 255
Left = 240
TabIndex = 15
Top = 480
Width = 1575
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "Customer Name"
BeginProperty Font
Name = "Times New Roman"
Size = 11.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -