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

📄 form1.designer.vb

📁 实现简单的计算功能
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.Button1 = New System.Windows.Forms.Button
        Me.Button2 = New System.Windows.Forms.Button
        Me.Button3 = New System.Windows.Forms.Button
        Me.Button4 = New System.Windows.Forms.Button
        Me.Button5 = New System.Windows.Forms.Button
        Me.Button6 = New System.Windows.Forms.Button
        Me.Button7 = New System.Windows.Forms.Button
        Me.Button8 = New System.Windows.Forms.Button
        Me.Button9 = New System.Windows.Forms.Button
        Me.Button10 = New System.Windows.Forms.Button
        Me.Button11 = New System.Windows.Forms.Button
        Me.Button12 = New System.Windows.Forms.Button
        Me.Button13 = New System.Windows.Forms.Button
        Me.Button14 = New System.Windows.Forms.Button
        Me.Button15 = New System.Windows.Forms.Button
        Me.Button16 = New System.Windows.Forms.Button
        Me.Button17 = New System.Windows.Forms.Button
        Me.Button18 = New System.Windows.Forms.Button
        Me.Button19 = New System.Windows.Forms.Button
        Me.Button20 = New System.Windows.Forms.Button
        Me.Button21 = New System.Windows.Forms.Button
        Me.TextBox1 = New System.Windows.Forms.TextBox
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.RadioButton4 = New System.Windows.Forms.RadioButton
        Me.RadioButton3 = New System.Windows.Forms.RadioButton
        Me.RadioButton2 = New System.Windows.Forms.RadioButton
        Me.RadioButton1 = New System.Windows.Forms.RadioButton
        Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
        Me.编辑ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.复制ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.粘贴ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.帮助ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.帮助ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem
        Me.关于计算器ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
        Me.Button22 = New System.Windows.Forms.Button
        Me.Button23 = New System.Windows.Forms.Button
        Me.Button24 = New System.Windows.Forms.Button
        Me.Button25 = New System.Windows.Forms.Button
        Me.Button26 = New System.Windows.Forms.Button
        Me.Button27 = New System.Windows.Forms.Button
        Me.GroupBox1.SuspendLayout()
        Me.MenuStrip1.SuspendLayout()
        Me.SuspendLayout()
        '
        'Button1
        '
        Me.Button1.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button1.Location = New System.Drawing.Point(23, 203)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(37, 26)
        Me.Button1.TabIndex = 0
        Me.Button1.Text = "0"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'Button2
        '
        Me.Button2.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button2.Location = New System.Drawing.Point(72, 203)
        Me.Button2.Name = "Button2"
        Me.Button2.Size = New System.Drawing.Size(37, 26)
        Me.Button2.TabIndex = 1
        Me.Button2.Text = "+/-"
        Me.Button2.UseVisualStyleBackColor = True
        '
        'Button3
        '
        Me.Button3.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button3.Location = New System.Drawing.Point(121, 203)
        Me.Button3.Name = "Button3"
        Me.Button3.Size = New System.Drawing.Size(37, 26)
        Me.Button3.TabIndex = 2
        Me.Button3.Text = "."
        Me.Button3.UseVisualStyleBackColor = True
        '
        'Button4
        '
        Me.Button4.ForeColor = System.Drawing.Color.Red
        Me.Button4.Location = New System.Drawing.Point(170, 267)
        Me.Button4.Name = "Button4"
        Me.Button4.Size = New System.Drawing.Size(37, 26)
        Me.Button4.TabIndex = 3
        Me.Button4.Text = "+"
        Me.Button4.UseVisualStyleBackColor = True
        '
        'Button5
        '
        Me.Button5.ForeColor = System.Drawing.Color.Red
        Me.Button5.Location = New System.Drawing.Point(213, 267)
        Me.Button5.Name = "Button5"
        Me.Button5.Size = New System.Drawing.Size(46, 26)
        Me.Button5.TabIndex = 4
        Me.Button5.Text = "="
        Me.Button5.UseVisualStyleBackColor = True
        '
        'Button6
        '
        Me.Button6.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button6.Location = New System.Drawing.Point(23, 171)
        Me.Button6.Name = "Button6"
        Me.Button6.Size = New System.Drawing.Size(37, 26)
        Me.Button6.TabIndex = 5
        Me.Button6.Text = "1"
        Me.Button6.UseVisualStyleBackColor = True
        '
        'Button7
        '
        Me.Button7.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button7.Location = New System.Drawing.Point(72, 171)
        Me.Button7.Name = "Button7"
        Me.Button7.Size = New System.Drawing.Size(37, 26)
        Me.Button7.TabIndex = 6
        Me.Button7.Text = "2"
        Me.Button7.UseVisualStyleBackColor = True
        '
        'Button8
        '
        Me.Button8.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button8.Location = New System.Drawing.Point(121, 171)
        Me.Button8.Name = "Button8"
        Me.Button8.Size = New System.Drawing.Size(37, 26)
        Me.Button8.TabIndex = 7
        Me.Button8.Text = "3"
        Me.Button8.UseVisualStyleBackColor = True
        '
        'Button9
        '
        Me.Button9.ForeColor = System.Drawing.Color.Red
        Me.Button9.Location = New System.Drawing.Point(170, 203)
        Me.Button9.Name = "Button9"
        Me.Button9.Size = New System.Drawing.Size(37, 26)
        Me.Button9.TabIndex = 8
        Me.Button9.Text = "*"
        Me.Button9.UseVisualStyleBackColor = True
        '
        'Button10
        '
        Me.Button10.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button10.Location = New System.Drawing.Point(213, 235)
        Me.Button10.Name = "Button10"
        Me.Button10.Size = New System.Drawing.Size(46, 26)
        Me.Button10.TabIndex = 9
        Me.Button10.Text = "1/x"
        Me.Button10.UseVisualStyleBackColor = True
        '
        'Button11
        '
        Me.Button11.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button11.Location = New System.Drawing.Point(23, 139)
        Me.Button11.Name = "Button11"
        Me.Button11.Size = New System.Drawing.Size(37, 26)
        Me.Button11.TabIndex = 10
        Me.Button11.Text = "4"
        Me.Button11.UseVisualStyleBackColor = True
        '
        'Button12
        '
        Me.Button12.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button12.Location = New System.Drawing.Point(72, 139)
        Me.Button12.Name = "Button12"
        Me.Button12.Size = New System.Drawing.Size(37, 26)
        Me.Button12.TabIndex = 11
        Me.Button12.Text = "5"
        Me.Button12.UseVisualStyleBackColor = True
        '
        'Button13
        '
        Me.Button13.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button13.Location = New System.Drawing.Point(121, 139)
        Me.Button13.Name = "Button13"
        Me.Button13.Size = New System.Drawing.Size(37, 26)
        Me.Button13.TabIndex = 12
        Me.Button13.Text = "6"
        Me.Button13.UseVisualStyleBackColor = True
        '
        'Button14
        '
        Me.Button14.ForeColor = System.Drawing.Color.Red
        Me.Button14.Location = New System.Drawing.Point(170, 235)
        Me.Button14.Name = "Button14"
        Me.Button14.Size = New System.Drawing.Size(37, 26)
        Me.Button14.TabIndex = 13
        Me.Button14.Text = "-"
        Me.Button14.UseVisualStyleBackColor = True
        '
        'Button15
        '
        Me.Button15.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button15.Location = New System.Drawing.Point(213, 203)
        Me.Button15.Name = "Button15"
        Me.Button15.Size = New System.Drawing.Size(46, 26)
        Me.Button15.TabIndex = 14
        Me.Button15.Text = "sqrt"
        Me.Button15.UseVisualStyleBackColor = True
        '
        'Button16
        '
        Me.Button16.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button16.Location = New System.Drawing.Point(23, 107)
        Me.Button16.Name = "Button16"
        Me.Button16.Size = New System.Drawing.Size(37, 26)
        Me.Button16.TabIndex = 15
        Me.Button16.Text = "7"
        Me.Button16.UseVisualStyleBackColor = True
        '
        'Button17
        '
        Me.Button17.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button17.Location = New System.Drawing.Point(72, 107)
        Me.Button17.Name = "Button17"
        Me.Button17.Size = New System.Drawing.Size(37, 26)
        Me.Button17.TabIndex = 16
        Me.Button17.Text = "8"
        Me.Button17.UseVisualStyleBackColor = True
        '
        'Button18
        '
        Me.Button18.ForeColor = System.Drawing.SystemColors.ActiveCaption
        Me.Button18.Location = New System.Drawing.Point(121, 107)
        Me.Button18.Name = "Button18"
        Me.Button18.Size = New System.Drawing.Size(37, 26)
        Me.Button18.TabIndex = 17
        Me.Button18.Text = "9"
        Me.Button18.UseVisualStyleBackColor = True
        '
        'Button19
        '
        Me.Button19.ForeColor = System.Drawing.Color.Red
        Me.Button19.Location = New System.Drawing.Point(170, 171)
        Me.Button19.Name = "Button19"
        Me.Button19.Size = New System.Drawing.Size(37, 26)
        Me.Button19.TabIndex = 18
        Me.Button19.Text = "/"
        Me.Button19.UseVisualStyleBackColor = True
        '
        'Button20
        '
        Me.Button20.ForeColor = System.Drawing.Color.Red
        Me.Button20.Location = New System.Drawing.Point(213, 171)
        Me.Button20.Name = "Button20"
        Me.Button20.Size = New System.Drawing.Size(46, 26)
        Me.Button20.TabIndex = 19
        Me.Button20.Text = "C"
        Me.Button20.UseVisualStyleBackColor = True
        '
        'Button21

⌨️ 快捷键说明

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