📄 frmcatogory.frm
字号:
VERSION 5.00
Object = "{7FDF243A-2E06-4F93-989D-6C9CC526FFC5}#10.0#0"; "HoverButton.ocx"
Begin VB.Form frmCatogory
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 1935
ClientLeft = 0
ClientTop = 0
ClientWidth = 6735
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1935
ScaleWidth = 6735
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text3
Appearance = 0 'Flat
Height = 375
Left = 2640
TabIndex = 1
Top = 1200
Width = 3855
End
Begin VB.TextBox Text2
Appearance = 0 'Flat
Height = 375
Left = 2640
TabIndex = 0
Top = 720
Width = 3855
End
Begin HoverButton.Button Button1
Height = 375
Left = 120
TabIndex = 4
Top = 960
Width = 1215
_ExtentX = 2143
_ExtentY = 661
BackColor = 16777215
HoverBackColor = 14268829
Border = 1
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
BeginProperty FontDown {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
BorderColor = 10649190
HilightColor = -2147483633
ShadowColor = -2147483633
HoverHilightColor= 14928823
HoverShadowColor= 13410172
ForeColor = -2147483630
HoverForeColor = 4210752
Caption = "&Done"
CaptionDown = "&Done"
CaptionOver = "&Done"
ShowFocusRect = 0 'False
Sink = -1 'True
Style = 0
PictureLocation = 0
ButtonStyleX = 0
State = 0
IconHeight = 0
IconWidth = 0
End
Begin HoverButton.Button Command4
Height = 375
Left = 120
TabIndex = 5
Top = 1440
Width = 1215
_ExtentX = 2143
_ExtentY = 661
BackColor = 16777215
HoverBackColor = 14268829
Border = 1
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
BeginProperty FontDown {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
BorderColor = 10649190
HilightColor = -2147483633
ShadowColor = -2147483633
HoverHilightColor= 14928823
HoverShadowColor= 13410172
ForeColor = -2147483630
HoverForeColor = 4210752
Caption = "&Cancel"
CaptionDown = "&Cancel"
CaptionOver = "&Cancel"
ShowFocusRect = 0 'False
Sink = -1 'True
Style = 0
PictureLocation = 0
ButtonStyleX = 0
State = 0
IconHeight = 0
IconWidth = 0
End
Begin VB.Label Label20
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
ForeColor = &H80000008&
Height = 375
Left = 0
TabIndex = 8
Top = 0
Width = 8535
End
Begin VB.Label Label4
AutoSize = -1 'True
BackColor = &H00A27E66&
Caption = ":::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::"
ForeColor = &H00FFFFFF&
Height = 195
Left = 1440
TabIndex = 7
Top = 120
Width = 5175
End
Begin VB.Label Label1
AutoSize = -1 'True
BackColor = &H00A27E66&
Caption = "Edit Catogory"
ForeColor = &H00FFFFFF&
Height = 195
Left = 120
TabIndex = 6
Top = 120
Width = 1170
End
Begin VB.Label Label3
AutoSize = -1 'True
BackColor = &H00FFFFFF&
Caption = "Catogory::"
ForeColor = &H00000000&
Height = 195
Left = 1560
TabIndex = 3
Top = 1200
Width = 945
End
Begin VB.Label Label2
AutoSize = -1 'True
BackColor = &H00FFFFFF&
Caption = "Code::"
ForeColor = &H00000000&
Height = 195
Left = 1560
TabIndex = 2
Top = 720
Width = 600
End
Begin VB.Shape Shape2
BorderColor = &H00000000&
FillColor = &H00FFFFFF&
FillStyle = 0 'Solid
Height = 1335
Left = 1440
Top = 480
Width = 5175
End
Begin VB.Shape Shape1
FillColor = &H00A27E66&
FillStyle = 0 'Solid
Height = 1935
Left = 0
Top = 0
Width = 6735
End
End
Attribute VB_Name = "frmCatogory"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'// ===============================================================================//
'// Program: OpenPOS(Point of Sales) //
'// Developed by: Sofwathullah Mohamed //
'// Sofwath@Hotmail.Com //
'// You are free to use and modify this program as long as you give credit to the //
'// original developer. Any comments or bugs report to sofwath@hotmail.com //
'// Ver: 0.1 //
'// This Program is Still Under Development and Some of the Modules are Missing //
'// ===============================================================================//
Private Sub Command1_Click()
End Sub
Private Sub Label20_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
FormMove Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -