⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 indexform.vb

📁 本人收集到的流水帐软件!小巧实用,希望对大家有说帮助.
💻 VB
📖 第 1 页 / 共 5 页
字号:
        Me.ColumnHeaderOut.Text = "项目"
        Me.ColumnHeaderOut.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
        '
        'ColumnHeaderOutType
        '
        Me.ColumnHeaderOutType.Text = "类别"
        Me.ColumnHeaderOutType.Width = 120
        '
        'ColumnHeaderOutMoney
        '
        Me.ColumnHeaderOutMoney.Text = "金额"
        Me.ColumnHeaderOutMoney.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        Me.ColumnHeaderOutMoney.Width = 70
        '
        'ColumnHeaderOutText
        '
        Me.ColumnHeaderOutText.Text = "备注"
        Me.ColumnHeaderOutText.Width = 185
        '
        'DateTimePickerZC
        '
        Me.DateTimePickerZC.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.DateTimePickerZC.Format = System.Windows.Forms.DateTimePickerFormat.Short
        Me.DateTimePickerZC.Location = New System.Drawing.Point(64, 32)
        Me.DateTimePickerZC.MinDate = New Date(2000, 1, 1, 0, 0, 0, 0)
        Me.DateTimePickerZC.Name = "DateTimePickerZC"
        Me.DateTimePickerZC.Size = New System.Drawing.Size(248, 21)
        Me.DateTimePickerZC.TabIndex = 23
        '
        'Label9
        '
        Me.Label9.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label9.Location = New System.Drawing.Point(320, 192)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(184, 23)
        Me.Label9.TabIndex = 22
        Me.Label9.Text = "第六步:添加完所有,点击完成"
        Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'ButtonZCDel
        '
        Me.ButtonZCDel.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.ButtonZCDel.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.ButtonZCDel.Location = New System.Drawing.Point(488, 496)
        Me.ButtonZCDel.Name = "ButtonZCDel"
        Me.ButtonZCDel.Size = New System.Drawing.Size(60, 23)
        Me.ButtonZCDel.TabIndex = 19
        Me.ButtonZCDel.Text = "删除"
        '
        'LabelAllZC
        '
        Me.LabelAllZC.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.LabelAllZC.ForeColor = System.Drawing.Color.Red
        Me.LabelAllZC.Location = New System.Drawing.Point(24, 504)
        Me.LabelAllZC.Name = "LabelAllZC"
        Me.LabelAllZC.Size = New System.Drawing.Size(136, 16)
        Me.LabelAllZC.TabIndex = 17
        Me.LabelAllZC.Text = "所有的支出合计:"
        '
        'ButtonZCAdd
        '
        Me.ButtonZCAdd.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.ButtonZCAdd.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.ButtonZCAdd.Location = New System.Drawing.Point(512, 192)
        Me.ButtonZCAdd.Name = "ButtonZCAdd"
        Me.ButtonZCAdd.Size = New System.Drawing.Size(56, 23)
        Me.ButtonZCAdd.TabIndex = 16
        Me.ButtonZCAdd.Text = "添加"
        '
        'ComboBoxZCType
        '
        Me.ComboBoxZCType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.ComboBoxZCType.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.ComboBoxZCType.ItemHeight = 12
        Me.ComboBoxZCType.Location = New System.Drawing.Point(64, 64)
        Me.ComboBoxZCType.Name = "ComboBoxZCType"
        Me.ComboBoxZCType.Size = New System.Drawing.Size(248, 20)
        Me.ComboBoxZCType.TabIndex = 15
        '
        'Label12
        '
        Me.Label12.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label12.ImageAlign = System.Drawing.ContentAlignment.TopLeft
        Me.Label12.Location = New System.Drawing.Point(16, 224)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(96, 16)
        Me.Label12.TabIndex = 14
        Me.Label12.Text = "支出记帐明细表"
        Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label13
        '
        Me.Label13.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label13.Location = New System.Drawing.Point(320, 160)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(232, 23)
        Me.Label13.TabIndex = 12
        Me.Label13.Text = "第五步:添加完所有收入,点击添加"
        Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label14
        '
        Me.Label14.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label14.Location = New System.Drawing.Point(320, 128)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(232, 23)
        Me.Label14.TabIndex = 11
        Me.Label14.Text = "第四步:填写备注,如:发12月份工资"
        Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'TextBoxZCText
        '
        Me.TextBoxZCText.AcceptsReturn = True
        Me.TextBoxZCText.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.TextBoxZCText.Location = New System.Drawing.Point(64, 128)
        Me.TextBoxZCText.Multiline = True
        Me.TextBoxZCText.Name = "TextBoxZCText"
        Me.TextBoxZCText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.TextBoxZCText.Size = New System.Drawing.Size(248, 88)
        Me.TextBoxZCText.TabIndex = 10
        Me.TextBoxZCText.Text = ""
        '
        'Label15
        '
        Me.Label15.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label15.Location = New System.Drawing.Point(16, 128)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(296, 16)
        Me.Label15.TabIndex = 9
        Me.Label15.Text = "备注:"
        Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label16
        '
        Me.Label16.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label16.Location = New System.Drawing.Point(320, 96)
        Me.Label16.Name = "Label16"
        Me.Label16.Size = New System.Drawing.Size(232, 23)
        Me.Label16.TabIndex = 8
        Me.Label16.Text = "第三步:填入收入的金额,如:100.00"
        Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'TextBoxZCMoney
        '
        Me.TextBoxZCMoney.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.TextBoxZCMoney.Location = New System.Drawing.Point(64, 96)
        Me.TextBoxZCMoney.Name = "TextBoxZCMoney"
        Me.TextBoxZCMoney.Size = New System.Drawing.Size(248, 21)
        Me.TextBoxZCMoney.TabIndex = 7
        Me.TextBoxZCMoney.Text = "0.00"
        '
        'Label17
        '
        Me.Label17.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label17.Location = New System.Drawing.Point(16, 96)
        Me.Label17.Name = "Label17"
        Me.Label17.Size = New System.Drawing.Size(304, 23)
        Me.Label17.TabIndex = 6
        Me.Label17.Text = "金额:"
        Me.Label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label18
        '
        Me.Label18.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label18.Location = New System.Drawing.Point(320, 64)
        Me.Label18.Name = "Label18"
        Me.Label18.Size = New System.Drawing.Size(232, 23)
        Me.Label18.TabIndex = 5
        Me.Label18.Text = "第二步:选择收入的类型,如:工资"
        Me.Label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label19
        '
        Me.Label19.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label19.Location = New System.Drawing.Point(16, 64)
        Me.Label19.Name = "Label19"
        Me.Label19.Size = New System.Drawing.Size(304, 23)
        Me.Label19.TabIndex = 3
        Me.Label19.Text = "类别:"
        Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label20
        '
        Me.Label20.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label20.Location = New System.Drawing.Point(320, 32)
        Me.Label20.Name = "Label20"
        Me.Label20.Size = New System.Drawing.Size(232, 23)
        Me.Label20.TabIndex = 2
        Me.Label20.Text = "第一步.请选择日期,如:2007-12-28"
        Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label21
        '
        Me.Label21.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label21.Location = New System.Drawing.Point(16, 32)
        Me.Label21.Name = "Label21"
        Me.Label21.Size = New System.Drawing.Size(304, 23)
        Me.Label21.TabIndex = 0
        Me.Label21.Text = "日期:"
        Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'GroupBoxSearch
        '
        Me.GroupBoxSearch.Controls.Add(Me.Button1)
        Me.GroupBoxSearch.Controls.Add(Me.Label10)
        Me.GroupBoxSearch.Controls.Add(Me.LabelAllCount)
        Me.GroupBoxSearch.Controls.Add(Me.LabelIOCount)
        Me.GroupBoxSearch.Controls.Add(Me.Button2)
        Me.GroupBoxSearch.Controls.Add(Me.ButtonEdit)
        Me.GroupBoxSearch.Controls.Add(Me.ListViewSelectData)
        Me.GroupBoxSearch.Controls.Add(Me.ButtonSearch)
        Me.GroupBoxSearch.Controls.Add(Me.DateTimePickerSelect)
        Me.GroupBoxSearch.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.GroupBoxSearch.Location = New System.Drawing.Point(192, 8)
        Me.GroupBoxSearch.Name = "GroupBoxSearch"
        Me.GroupBoxSearch.Size = New System.Drawing.Size(576, 528)
        Me.GroupBoxSearch.TabIndex = 24
        Me.GroupBoxSearch.TabStop = False
        Me.GroupBoxSearch.Text = "收支查询"
        '
        'Button1
        '
        Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.System
        Me.Button1.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Button1.Location = New System.Drawing.Point(264, 24)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(88, 23)
        Me.Button1.TabIndex = 12
        Me.Button1.Text = "显示所有收支"
        '
        'Label10
        '
        Me.Label10.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.Label10.Location = New System.Drawing.Point(368, 24)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(168, 23)
        Me.Label10.TabIndex = 11
        Me.Label10.Text = "请选择日期查询收支明细表!"
        Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'LabelAllCount
        '
        Me.LabelAllCount.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.LabelAllCount.ForeColor = System.Drawing.Color.Red
        Me.LabelAllCount.Location = New System.Drawing.Point(192, 496)
        Me.LabelAllCount.Name = "LabelAllCount"
        Me.LabelAllCount.Size = New System.Drawing.Size(160, 24)
        Me.LabelAllCount.TabIndex = 10
        Me.LabelAllCount.Text = "总收支合计:"
        Me.LabelAllCount.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'LabelIOCount
        '
        Me.LabelIOCount.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
        Me.LabelIOCount.ForeColor = System.Drawing.Color.Red
        Me.LabelIOCount.Location = New System.Drawing.Point(16, 496)
        Me.LabelIOCount.Name = "LabelIOCount"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -