📄 frmchallan.frm
字号:
VERSION 5.00
Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "Vsflex7.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form frmChallan
Caption = "iManager - Enter Challan"
ClientHeight = 7110
ClientLeft = 60
ClientTop = 345
ClientWidth = 9585
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 7110
ScaleWidth = 9585
WindowState = 2 'Maximized
Begin VB.CommandButton Cmd_DelRow
Caption = "Delete Row"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 1860
MaskColor = &H00800000&
Style = 1 'Graphical
TabIndex = 6
ToolTipText = "Click to Delete Row !"
Top = 5040
UseMaskColor = -1 'True
Width = 1665
End
Begin VB.CommandButton Cmd_AddRow
Caption = "Add Row"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Left = 120
MaskColor = &H00800000&
Style = 1 'Graphical
TabIndex = 5
ToolTipText = "Click to Add Row !"
Top = 5040
UseMaskColor = -1 'True
Width = 1665
End
Begin VB.TextBox txtsubTotal
Alignment = 1 'Right Justify
Enabled = 0 'False
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 285
Left = 7440
MaxLength = 20
TabIndex = 4
Top = 5040
Width = 1575
End
Begin VB.TextBox txtVat
Alignment = 1 'Right Justify
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 285
Left = 7440
MaxLength = 20
TabIndex = 3
Text = "0"
Top = 5400
Width = 1575
End
Begin VB.TextBox txtPacking
Alignment = 1 'Right Justify
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 285
Left = 7440
MaxLength = 20
TabIndex = 2
Text = "0.00"
Top = 5760
Width = 1575
End
Begin VB.TextBox txtDiscount
Alignment = 1 'Right Justify
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 285
Left = 4560
MaxLength = 20
TabIndex = 1
Text = "0.00"
Top = 5400
Visible = 0 'False
Width = 1575
End
Begin VB.TextBox txtGrandTotal
Alignment = 1 'Right Justify
Enabled = 0 'False
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000080&
Height = 285
Left = 7440
MaxLength = 20
TabIndex = 0
Top = 6120
Width = 1575
End
Begin TabDlg.SSTab SSTab1
Height = 1935
Left = 120
TabIndex = 7
Top = 840
Width = 8895
_ExtentX = 15690
_ExtentY = 3413
_Version = 393216
Tabs = 1
TabsPerRow = 1
TabHeight = 520
TabCaption(0) = "Challan"
TabPicture(0) = "frmChallan.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Frame1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).ControlCount= 1
Begin VB.Frame Frame1
Height = 1455
Left = 240
TabIndex = 8
Top = 240
Width = 8535
Begin VB.TextBox txtOrdNo
Height = 315
Left = 1080
TabIndex = 24
Top = 360
Width = 1335
End
Begin VB.TextBox txtPartyId
Height = 315
Left = 4200
TabIndex = 14
Top = 840
Visible = 0 'False
Width = 855
End
Begin VB.CommandButton cmdDispParty
Caption = "*"
Height = 315
Left = 3720
TabIndex = 13
Top = 840
Width = 375
End
Begin VB.TextBox txtParty
Height = 315
Left = 1080
TabIndex = 12
Top = 840
Width = 2655
End
Begin VB.TextBox txtInvno
Height = 315
Left = 5880
TabIndex = 11
Top = 840
Visible = 0 'False
Width = 1335
End
Begin VB.TextBox txtChallanNo
Height = 315
Left = 6000
TabIndex = 10
Top = 840
Visible = 0 'False
Width = 1335
End
Begin VB.TextBox txtDispatchMode
Height = 315
Left = 6480
TabIndex = 9
Top = 840
Visible = 0 'False
Width = 1935
End
Begin MSComCtl2.DTPicker dtIn_Date
Height = 315
Left = 6480
TabIndex = 15
Top = 360
Width = 1935
_ExtentX = 3413
_ExtentY = 556
_Version = 393216
CustomFormat = "dd-MMM-yyyy"
Format = 46530563
CurrentDate = 38912
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "Challan No."
Height = 195
Left = 120
TabIndex = 25
Top = 360
Width = 825
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "Date"
Height = 195
Left = 5880
TabIndex = 17
Top = 480
Width = 345
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "Party Name"
Height = 195
Left = 120
TabIndex = 16
Top = 840
Width = 825
End
End
End
Begin VSFlex7Ctl.VSFlexGrid VSF
Height = 2115
Left = 120
TabIndex = 18
Top = 2880
Width = 8955
_cx = 15796
_cy = 3731
_ConvInfo = 1
Appearance = 1
BorderStyle = 1
Enabled = -1 'True
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Verdana"
Size = 6.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
MousePointer = 0
BackColor = -2147483643
ForeColor = -2147483640
BackColorFixed = -2147483633
ForeColorFixed = -2147483630
BackColorSel = -2147483635
ForeColorSel = -2147483634
BackColorBkg = -2147483636
BackColorAlternate= -2147483643
GridColor = -2147483633
GridColorFixed = -2147483632
TreeColor = -2147483632
FloodColor = 192
SheetBorder = -2147483642
FocusRect = 1
HighLight = 1
AllowSelection = -1 'True
AllowBigSelection= -1 'True
AllowUserResizing= 0
SelectionMode = 0
GridLines = 1
GridLinesFixed = 2
GridLineWidth = 1
Rows = 1
Cols = 7
FixedRows = 1
FixedCols = 0
RowHeightMin = 0
RowHeightMax = 0
ColWidthMin = 0
ColWidthMax = 0
ExtendLastCol = 0 'False
FormatString = $"frmChallan.frx":001C
ScrollTrack = 0 'False
ScrollBars = 3
ScrollTips = 0 'False
MergeCells = 0
MergeCompare = 0
AutoResize = -1 'True
AutoSizeMode = 0
AutoSearch = 0
AutoSearchDelay = 2
MultiTotals = -1 'True
SubtotalPosition= 1
OutlineBar = 0
OutlineCol = 0
Ellipsis = 0
ExplorerBar = 0
PicturesOver = 0 'False
FillStyle = 0
RightToLeft = 0 'False
PictureType = 0
TabBehavior = 0
OwnerDraw = 0
Editable = 0
ShowComboButton = -1 'True
WordWrap = 0 'False
TextStyle = 0
TextStyleFixed = 0
OleDragMode = 0
OleDropMode = 0
DataMode = 0
VirtualData = -1 'True
DataMember = ""
ComboSearch = 3
AutoSizeMouse = -1 'True
FrozenRows = 0
FrozenCols = 0
AllowUserFreezing= 0
BackColorFrozen = 0
ForeColorFrozen = 0
WallPaperAlignment= 9
End
Begin MSComctlLib.ImageList ImageList1
Left = 5040
Top = 0
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 22
ImageHeight = 22
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 6
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmChallan.frx":00FE
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmChallan.frx":0447
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmChallan.frx":090C
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmChallan.frx":0DFE
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmChallan.frx":125B
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmChallan.frx":15FE
Key = ""
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar Tlb_Kit
Align = 1 'Align Top
Height = 630
Left = 0
TabIndex = 19
Top = 0
Width = 9585
_ExtentX = 16907
_ExtentY = 1111
ButtonWidth = 1191
ButtonHeight = 1111
Style = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 12
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "&New"
Key = "New"
Object.ToolTipText = "New"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "&Save"
Key = "Save"
Object.ToolTipText = "Save"
ImageIndex = 2
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "&Edit"
Key = "Edit"
Object.ToolTipText = "Edit"
ImageIndex = 3
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -