📄 frmsuball.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class Form12
#Region "Windows Form Designer generated code "
<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
End Sub
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> 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
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
Public ToolTip1 As System.Windows.Forms.ToolTip
Public WithEvents Command1 As System.Windows.Forms.Button
Public WithEvents Data1 As System.Windows.Forms.Label
Public WithEvents DBGrid1 As AxMSDBGrid.AxDBGrid
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents Image1 As System.Windows.Forms.PictureBox
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(Form12))
Me.components = New System.ComponentModel.Container()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(components)
Me.Command1 = New System.Windows.Forms.Button
Me.Data1 = New System.Windows.Forms.Label
Me.DBGrid1 = New AxMSDBGrid.AxDBGrid
Me.Label1 = New System.Windows.Forms.Label
Me.Image1 = New System.Windows.Forms.PictureBox
Me.SuspendLayout()
Me.ToolTip1.Active = True
CType(Me.DBGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.BackColor = System.Drawing.Color.Black
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.Text = "Form12"
Me.ClientSize = New System.Drawing.Size(942, 648)
Me.Location = New System.Drawing.Point(4, 23)
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.WindowsDefaultLocation
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
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.HelpButton = False
Me.Name = "Form12"
Me.Command1.TextAlign = System.Drawing.ContentAlignment.BottomCenter
Me.Command1.BackColor = System.Drawing.Color.FromARGB(192, 255, 255)
Me.Command1.Text = "Home"
Me.Command1.Size = New System.Drawing.Size(113, 41)
Me.Command1.Location = New System.Drawing.Point(872, 640)
Me.Command1.Image = CType(resources.GetObject("Command1.Image"), System.Drawing.Image)
Me.Command1.TabIndex = 0
Me.Command1.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Command1.CausesValidation = True
Me.Command1.Enabled = True
Me.Command1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Command1.Cursor = System.Windows.Forms.Cursors.Default
Me.Command1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Command1.TabStop = True
Me.Command1.Name = "Command1"
Me.Data1.Text = "Data1"
Me.Data1.Size = New System.Drawing.Size(233, 25)
Me.Data1.Location = New System.Drawing.Point(0, 672)
Me.Data1.Visible = False
Me.Data1.Font = New System.Drawing.Font("Arial", 8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
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"
Me.Data1.Name = "Data1"
DBGrid1.OcxState = CType(resources.GetObject("DBGrid1.OcxState"), System.Windows.Forms.AxHost.State)
Me.DBGrid1.Size = New System.Drawing.Size(601, 497)
Me.DBGrid1.Location = New System.Drawing.Point(400, 56)
Me.DBGrid1.TabIndex = 1
Me.DBGrid1.Name = "DBGrid1"
Me.Label1.Text = "To View All Subscribers"
Me.Label1.Font = New System.Drawing.Font("Arial Black", 18!, System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.FromARGB(128, 128, 255)
Me.Label1.Size = New System.Drawing.Size(338, 33)
Me.Label1.Location = New System.Drawing.Point(360, 0)
Me.Label1.TabIndex = 2
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopLeft
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Enabled = True
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 = True
Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.Label1.Name = "Label1"
Me.Image1.Size = New System.Drawing.Size(480, 497)
Me.Image1.Location = New System.Drawing.Point(0, 56)
Me.Image1.Image = CType(resources.GetObject("Image1.Image"), System.Drawing.Image)
Me.Image1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
Me.Image1.Enabled = True
Me.Image1.Cursor = System.Windows.Forms.Cursors.Default
Me.Image1.Visible = True
Me.Image1.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.Image1.Name = "Image1"
Me.Controls.Add(Command1)
Me.Controls.Add(Data1)
Me.Controls.Add(DBGrid1)
Me.Controls.Add(Label1)
Me.Controls.Add(Image1)
CType(Me.DBGrid1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
#End Region
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -