📄 frmsysdata.vb
字号:
Option Strict Off
Option Explicit On
Friend Class frmsysdata
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
If m_vb6FormDefInstance Is Nothing Then
If m_InitializingDefInstance Then
m_vb6FormDefInstance = Me
Else
Try
'对于启动窗体,所创建的第一个实例为默认实例。
If System.Reflection.Assembly.GetExecutingAssembly.EntryPoint.DeclaringType Is Me.GetType Then
m_vb6FormDefInstance = Me
End If
Catch
End Try
End If
End If
'此调用是 Windows 窗体设计器所必需的。
InitializeComponent()
End Sub
'窗体重写处置,以清理组件列表。
Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
If Disposing Then
If Not components Is Nothing Then
components.Dispose()
End If
End If
MyBase.Dispose(Disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
Public ToolTip1 As System.Windows.Forms.ToolTip
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
Public WithEvents txt_order As System.Windows.Forms.TextBox
Public WithEvents txt_name As System.Windows.Forms.TextBox
Public WithEvents _cmdexit_0 As System.Windows.Forms.Button
Public WithEvents _cmdsave_0 As System.Windows.Forms.Button
Public WithEvents _cmddel_0 As System.Windows.Forms.Button
Public WithEvents _cmdadd_0 As System.Windows.Forms.Button
Public WithEvents Data1 As System.Windows.Forms.Label
Public WithEvents MSFlexGrid1 As AxMSFlexGridLib.AxMSFlexGrid
Public WithEvents _STab_TabPage0 As System.Windows.Forms.TabPage
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents Label4 As System.Windows.Forms.Label
Public WithEvents txtdk_order As System.Windows.Forms.TextBox
Public WithEvents txtdk_name As System.Windows.Forms.TextBox
Public WithEvents _cmdexit_1 As System.Windows.Forms.Button
Public WithEvents _cmdsave_1 As System.Windows.Forms.Button
Public WithEvents _cmddel_1 As System.Windows.Forms.Button
Public WithEvents _cmdadd_1 As System.Windows.Forms.Button
Public WithEvents Data2 As System.Windows.Forms.Label
Public WithEvents MSFlexGrid2 As AxMSFlexGridLib.AxMSFlexGrid
Public WithEvents _STab_TabPage1 As System.Windows.Forms.TabPage
Public WithEvents Label5 As System.Windows.Forms.Label
Public WithEvents Label6 As System.Windows.Forms.Label
Public WithEvents Label7 As System.Windows.Forms.Label
Public WithEvents txtxk_order As System.Windows.Forms.TextBox
Public WithEvents txtxk_name As System.Windows.Forms.TextBox
Public WithEvents cbodk_name As System.Windows.Forms.ComboBox
Public WithEvents _cmdexit_2 As System.Windows.Forms.Button
Public WithEvents _cmdsave_2 As System.Windows.Forms.Button
Public WithEvents _cmddel_2 As System.Windows.Forms.Button
Public WithEvents _cmdadd_2 As System.Windows.Forms.Button
Public WithEvents Data3 As System.Windows.Forms.Label
Public WithEvents MSFlexGrid3 As AxMSFlexGridLib.AxMSFlexGrid
Public WithEvents _STab_TabPage2 As System.Windows.Forms.TabPage
Public WithEvents STab As System.Windows.Forms.TabControl
Public WithEvents cmdadd As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
Public WithEvents cmddel As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
Public WithEvents cmdexit As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
Public WithEvents cmdsave As Microsoft.VisualBasic.Compatibility.VB6.ButtonArray
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmsysdata))
Me.components = New System.ComponentModel.Container()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
Me.ToolTip1.Active = True
Me.STab = New System.Windows.Forms.TabControl
Me._STab_TabPage0 = New System.Windows.Forms.TabPage
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.txt_order = New System.Windows.Forms.TextBox
Me.txt_name = New System.Windows.Forms.TextBox
Me._cmdexit_0 = New System.Windows.Forms.Button
Me._cmdsave_0 = New System.Windows.Forms.Button
Me._cmddel_0 = New System.Windows.Forms.Button
Me._cmdadd_0 = New System.Windows.Forms.Button
Me.Data1 = New System.Windows.Forms.Label
Me.MSFlexGrid1 = New AxMSFlexGridLib.AxMSFlexGrid
Me._STab_TabPage1 = New System.Windows.Forms.TabPage
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.txtdk_order = New System.Windows.Forms.TextBox
Me.txtdk_name = New System.Windows.Forms.TextBox
Me._cmdexit_1 = New System.Windows.Forms.Button
Me._cmdsave_1 = New System.Windows.Forms.Button
Me._cmddel_1 = New System.Windows.Forms.Button
Me._cmdadd_1 = New System.Windows.Forms.Button
Me.Data2 = New System.Windows.Forms.Label
Me.MSFlexGrid2 = New AxMSFlexGridLib.AxMSFlexGrid
Me._STab_TabPage2 = New System.Windows.Forms.TabPage
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.txtxk_order = New System.Windows.Forms.TextBox
Me.txtxk_name = New System.Windows.Forms.TextBox
Me.cbodk_name = New System.Windows.Forms.ComboBox
Me._cmdexit_2 = New System.Windows.Forms.Button
Me._cmdsave_2 = New System.Windows.Forms.Button
Me._cmddel_2 = New System.Windows.Forms.Button
Me._cmdadd_2 = New System.Windows.Forms.Button
Me.Data3 = New System.Windows.Forms.Label
Me.MSFlexGrid3 = New AxMSFlexGridLib.AxMSFlexGrid
Me.cmdadd = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(components)
Me.cmddel = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(components)
Me.cmdexit = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(components)
Me.cmdsave = New Microsoft.VisualBasic.Compatibility.VB6.ButtonArray(components)
CType(Me.MSFlexGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MSFlexGrid2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MSFlexGrid3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.cmdadd, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.cmddel, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.cmdexit, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.cmdsave, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Text = "系统数据设置"
Me.ClientSize = New System.Drawing.Size(312, 213)
Me.Location = New System.Drawing.Point(4, 23)
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.BackColor = System.Drawing.SystemColors.Control
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable
Me.ControlBox = True
Me.Enabled = True
Me.KeyPreview = False
Me.MaximizeBox = True
Me.MinimizeBox = True
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.ShowInTaskbar = True
Me.HelpButton = False
Me.WindowState = System.Windows.Forms.FormWindowState.Normal
Me.Name = "frmsysdata"
Me.STab.Size = New System.Drawing.Size(307, 217)
Me.STab.Location = New System.Drawing.Point(0, 0)
Me.STab.TabIndex = 0
Me.STab.SelectedIndex = 2
Me.STab.ItemSize = New System.Drawing.Size(42, 18)
Me.STab.Name = "STab"
Me._STab_TabPage0.Text = "开支人"
Me.Label1.Text = "开支人编号:"
Me.Label1.Size = New System.Drawing.Size(73, 17)
Me.Label1.Location = New System.Drawing.Point(24, 48)
Me.Label1.TabIndex = 1
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Enabled = True
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.UseMnemonic = True
Me.Label1.Visible = True
Me.Label1.AutoSize = False
Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.Label1.Name = "Label1"
Me.Label2.Text = "开支人姓名:"
Me.Label2.Size = New System.Drawing.Size(73, 17)
Me.Label2.Location = New System.Drawing.Point(24, 96)
Me.Label2.TabIndex = 2
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label2.BackColor = System.Drawing.SystemColors.Control
Me.Label2.Enabled = True
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.UseMnemonic = True
Me.Label2.Visible = True
Me.Label2.AutoSize = False
Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.Label2.Name = "Label2"
Me.txt_order.AutoSize = False
Me.txt_order.Size = New System.Drawing.Size(65, 25)
Me.txt_order.Location = New System.Drawing.Point(32, 64)
Me.txt_order.TabIndex = 3
Me.txt_order.AcceptsReturn = True
Me.txt_order.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txt_order.BackColor = System.Drawing.SystemColors.Window
Me.txt_order.CausesValidation = True
Me.txt_order.Enabled = True
Me.txt_order.ForeColor = System.Drawing.SystemColors.WindowText
Me.txt_order.HideSelection = True
Me.txt_order.ReadOnly = False
Me.txt_order.Maxlength = 0
Me.txt_order.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txt_order.MultiLine = False
Me.txt_order.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txt_order.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.txt_order.TabStop = True
Me.txt_order.Visible = True
Me.txt_order.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.txt_order.Name = "txt_order"
Me.txt_name.AutoSize = False
Me.txt_name.Size = New System.Drawing.Size(65, 25)
Me.txt_name.Location = New System.Drawing.Point(32, 112)
Me.txt_name.TabIndex = 4
Me.txt_name.AcceptsReturn = True
Me.txt_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Left
Me.txt_name.BackColor = System.Drawing.SystemColors.Window
Me.txt_name.CausesValidation = True
Me.txt_name.Enabled = True
Me.txt_name.ForeColor = System.Drawing.SystemColors.WindowText
Me.txt_name.HideSelection = True
Me.txt_name.ReadOnly = False
Me.txt_name.Maxlength = 0
Me.txt_name.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txt_name.MultiLine = False
Me.txt_name.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txt_name.ScrollBars = System.Windows.Forms.ScrollBars.None
Me.txt_name.TabStop = True
Me.txt_name.Visible = True
Me.txt_name.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.txt_name.Name = "txt_name"
Me._cmdexit_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me._cmdexit_0.Text = "退出"
Me._cmdexit_0.Size = New System.Drawing.Size(57, 25)
Me._cmdexit_0.Location = New System.Drawing.Point(240, 176)
Me._cmdexit_0.TabIndex = 15
Me._cmdexit_0.BackColor = System.Drawing.SystemColors.Control
Me._cmdexit_0.CausesValidation = True
Me._cmdexit_0.Enabled = True
Me._cmdexit_0.ForeColor = System.Drawing.SystemColors.ControlText
Me._cmdexit_0.Cursor = System.Windows.Forms.Cursors.Default
Me._cmdexit_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._cmdexit_0.TabStop = True
Me._cmdexit_0.Name = "_cmdexit_0"
Me._cmdsave_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me._cmdsave_0.Text = "保存"
Me._cmdsave_0.Size = New System.Drawing.Size(57, 25)
Me._cmdsave_0.Location = New System.Drawing.Point(165, 176)
Me._cmdsave_0.TabIndex = 16
Me._cmdsave_0.BackColor = System.Drawing.SystemColors.Control
Me._cmdsave_0.CausesValidation = True
Me._cmdsave_0.Enabled = True
Me._cmdsave_0.ForeColor = System.Drawing.SystemColors.ControlText
Me._cmdsave_0.Cursor = System.Windows.Forms.Cursors.Default
Me._cmdsave_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._cmdsave_0.TabStop = True
Me._cmdsave_0.Name = "_cmdsave_0"
Me._cmddel_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me._cmddel_0.Text = "删除"
Me._cmddel_0.Size = New System.Drawing.Size(57, 25)
Me._cmddel_0.Location = New System.Drawing.Point(91, 176)
Me._cmddel_0.TabIndex = 17
Me._cmddel_0.BackColor = System.Drawing.SystemColors.Control
Me._cmddel_0.CausesValidation = True
Me._cmddel_0.Enabled = True
Me._cmddel_0.ForeColor = System.Drawing.SystemColors.ControlText
Me._cmddel_0.Cursor = System.Windows.Forms.Cursors.Default
Me._cmddel_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._cmddel_0.TabStop = True
Me._cmddel_0.Name = "_cmddel_0"
Me._cmdadd_0.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
Me._cmdadd_0.Text = "新增"
Me._cmdadd_0.Size = New System.Drawing.Size(57, 25)
Me._cmdadd_0.Location = New System.Drawing.Point(16, 176)
Me._cmdadd_0.TabIndex = 18
Me._cmdadd_0.BackColor = System.Drawing.SystemColors.Control
Me._cmdadd_0.CausesValidation = True
Me._cmdadd_0.Enabled = True
Me._cmdadd_0.ForeColor = System.Drawing.SystemColors.ControlText
Me._cmdadd_0.Cursor = System.Windows.Forms.Cursors.Default
Me._cmdadd_0.RightToLeft = System.Windows.Forms.RightToLeft.No
Me._cmdadd_0.TabStop = True
Me._cmdadd_0.Name = "_cmdadd_0"
Me.Data1.Text = "开支人"
Me.Data1.Size = New System.Drawing.Size(196, 23)
Me.Data1.Location = New System.Drawing.Point(104, 152)
Me.Data1.BackColor = System.Drawing.Color.Red
Me.Data1.ForeColor = System.Drawing.Color.Black
Me.Data1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.Data1.Text = "Data1"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -