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

📄 form1.vb

📁 visual basic课程设计案例精编
💻 VB
📖 第 1 页 / 共 5 页
字号:
        '
        'BtAnalysis
        '
        Me.BtAnalysis.BackColor = System.Drawing.SystemColors.Control
        Me.BtAnalysis.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtAnalysis.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtAnalysis.Location = New System.Drawing.Point(152, 96)
        Me.BtAnalysis.Name = "BtAnalysis"
        Me.BtAnalysis.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtAnalysis.Size = New System.Drawing.Size(93, 28)
        Me.BtAnalysis.TabIndex = 111
        Me.BtAnalysis.Text = "分析"
        '
        'TextStVar
        '
        Me.TextStVar.AcceptsReturn = True
        Me.TextStVar.AutoSize = False
        Me.TextStVar.BackColor = System.Drawing.SystemColors.Window
        Me.TextStVar.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.TextStVar.ForeColor = System.Drawing.SystemColors.WindowText
        Me.TextStVar.Location = New System.Drawing.Point(418, 216)
        Me.TextStVar.MaxLength = 0
        Me.TextStVar.Name = "TextStVar"
        Me.TextStVar.ReadOnly = True
        Me.TextStVar.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.TextStVar.Size = New System.Drawing.Size(114, 24)
        Me.TextStVar.TabIndex = 102
        Me.TextStVar.Text = ""
        '
        'TextSum
        '
        Me.TextSum.AcceptsReturn = True
        Me.TextSum.AutoSize = False
        Me.TextSum.BackColor = System.Drawing.SystemColors.Window
        Me.TextSum.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.TextSum.ForeColor = System.Drawing.SystemColors.WindowText
        Me.TextSum.Location = New System.Drawing.Point(285, 160)
        Me.TextSum.MaxLength = 0
        Me.TextSum.Name = "TextSum"
        Me.TextSum.ReadOnly = True
        Me.TextSum.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.TextSum.Size = New System.Drawing.Size(114, 23)
        Me.TextSum.TabIndex = 98
        Me.TextSum.Text = ""
        '
        'Label24
        '
        Me.Label24.AutoSize = True
        Me.Label24.BackColor = System.Drawing.Color.Transparent
        Me.Label24.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label24.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label24.Location = New System.Drawing.Point(152, 248)
        Me.Label24.Name = "Label24"
        Me.Label24.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label24.Size = New System.Drawing.Size(48, 17)
        Me.Label24.TabIndex = 95
        Me.Label24.Text = "最大值:"
        '
        'Label25
        '
        Me.Label25.AutoSize = True
        Me.Label25.BackColor = System.Drawing.Color.Transparent
        Me.Label25.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label25.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label25.Location = New System.Drawing.Point(286, 248)
        Me.Label25.Name = "Label25"
        Me.Label25.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label25.Size = New System.Drawing.Size(48, 17)
        Me.Label25.TabIndex = 94
        Me.Label25.Text = "中间数:"
        '
        'Label26
        '
        Me.Label26.AutoSize = True
        Me.Label26.BackColor = System.Drawing.Color.Transparent
        Me.Label26.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label26.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label26.Location = New System.Drawing.Point(16, 192)
        Me.Label26.Name = "Label26"
        Me.Label26.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label26.Size = New System.Drawing.Size(48, 17)
        Me.Label26.TabIndex = 92
        Me.Label26.Text = "样本数:"
        '
        'Label28
        '
        Me.Label28.AutoSize = True
        Me.Label28.BackColor = System.Drawing.Color.Transparent
        Me.Label28.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label28.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label28.Location = New System.Drawing.Point(288, 192)
        Me.Label28.Name = "Label28"
        Me.Label28.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label28.Size = New System.Drawing.Size(29, 17)
        Me.Label28.TabIndex = 104
        Me.Label28.Text = "方差"
        '
        'Label29
        '
        Me.Label29.AutoSize = True
        Me.Label29.BackColor = System.Drawing.Color.Transparent
        Me.Label29.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label29.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label29.Location = New System.Drawing.Point(152, 192)
        Me.Label29.Name = "Label29"
        Me.Label29.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label29.Size = New System.Drawing.Size(48, 17)
        Me.Label29.TabIndex = 93
        Me.Label29.Text = "最小值:"
        '
        'Label30
        '
        Me.Label30.AutoSize = True
        Me.Label30.BackColor = System.Drawing.Color.Transparent
        Me.Label30.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label30.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label30.Location = New System.Drawing.Point(416, 192)
        Me.Label30.Name = "Label30"
        Me.Label30.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label30.Size = New System.Drawing.Size(60, 17)
        Me.Label30.TabIndex = 91
        Me.Label30.Text = "标准方差:"
        '
        'TextMin
        '
        Me.TextMin.AcceptsReturn = True
        Me.TextMin.AutoSize = False
        Me.TextMin.BackColor = System.Drawing.SystemColors.Window
        Me.TextMin.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.TextMin.ForeColor = System.Drawing.SystemColors.WindowText
        Me.TextMin.Location = New System.Drawing.Point(150, 216)
        Me.TextMin.MaxLength = 0
        Me.TextMin.Name = "TextMin"
        Me.TextMin.ReadOnly = True
        Me.TextMin.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.TextMin.Size = New System.Drawing.Size(114, 23)
        Me.TextMin.TabIndex = 103
        Me.TextMin.Text = ""
        '
        'TextMean
        '
        Me.TextMean.AcceptsReturn = True
        Me.TextMean.AutoSize = False
        Me.TextMean.BackColor = System.Drawing.SystemColors.Window
        Me.TextMean.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.TextMean.ForeColor = System.Drawing.SystemColors.WindowText
        Me.TextMean.Location = New System.Drawing.Point(18, 160)
        Me.TextMean.MaxLength = 0
        Me.TextMean.Name = "TextMean"
        Me.TextMean.ReadOnly = True
        Me.TextMean.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.TextMean.Size = New System.Drawing.Size(114, 23)
        Me.TextMean.TabIndex = 96
        Me.TextMean.Text = ""
        '
        'Label32
        '
        Me.Label32.AutoSize = True
        Me.Label32.BackColor = System.Drawing.Color.Transparent
        Me.Label32.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label32.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label32.Location = New System.Drawing.Point(16, 136)
        Me.Label32.Name = "Label32"
        Me.Label32.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label32.Size = New System.Drawing.Size(48, 17)
        Me.Label32.TabIndex = 88
        Me.Label32.Text = "平均值:"
        '
        'Label33
        '
        Me.Label33.AutoSize = True
        Me.Label33.BackColor = System.Drawing.Color.Transparent
        Me.Label33.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label33.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label33.Location = New System.Drawing.Point(288, 136)
        Me.Label33.Name = "Label33"
        Me.Label33.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label33.Size = New System.Drawing.Size(35, 17)
        Me.Label33.TabIndex = 89
        Me.Label33.Text = "加和:"
        '
        'GroupBox1
        '
        Me.GroupBox1.BackColor = System.Drawing.SystemColors.Control
        Me.GroupBox1.Controls.Add(Me.TextList)
        Me.GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText
        Me.GroupBox1.Location = New System.Drawing.Point(8, 8)
        Me.GroupBox1.Name = "GroupBox1"
        Me.GroupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.GroupBox1.Size = New System.Drawing.Size(520, 80)
        Me.GroupBox1.TabIndex = 87
        Me.GroupBox1.TabStop = False
        Me.GroupBox1.Text = "输入你要处理的数据(以逗号隔开)"
        '
        'TextList
        '
        Me.TextList.AcceptsReturn = True
        Me.TextList.AutoSize = False
        Me.TextList.BackColor = System.Drawing.SystemColors.Window
        Me.TextList.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.TextList.ForeColor = System.Drawing.SystemColors.WindowText
        Me.TextList.Location = New System.Drawing.Point(8, 24)
        Me.TextList.MaxLength = 0
        Me.TextList.Multiline = True
        Me.TextList.Name = "TextList"
        Me.TextList.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.TextList.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
        Me.TextList.Size = New System.Drawing.Size(504, 44)
        Me.TextList.TabIndex = 1
        Me.TextList.Text = ""
        '
        'TextStErr
        '
        Me.TextStErr.AcceptsReturn = True
        Me.TextStErr.AutoSize = False
        Me.TextStErr.BackColor = System.Drawing.SystemColors.Window
        Me.TextStErr.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.TextStErr.ForeColor = System.Drawing.SystemColors.WindowText
        Me.TextStErr.Location = New System.Drawing.Point(18, 272)
        Me.TextStErr.MaxLength = 0
        Me.TextStErr.Name = "TextStErr"
        Me.TextStErr.ReadOnly = True
        Me.TextStErr.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.TextStErr.Size = New System.Drawing.Size(114, 23)
        Me.TextStErr.TabIndex = 108
        Me.TextStErr.Text = ""
        '
        'TabPage3
        '
        Me.TabPage3.Controls.Add(Me._fraSyntax_6)
        Me.TabPage3.Controls.Add(Me._fraSyntax_1)
        Me.TabPage3.Controls.Add(Me._fraSyntax_2)
        Me.TabPage3.Controls.Add(Me._fraSyntax_3)
        Me.TabPage3.Controls.Add(Me._fraSyntax_4)
        Me.TabPage3.Controls.Add(Me._fraSyntax_5)
        Me.TabPage3.Controls.Add(Me.fraTrig)
        Me.TabPage3.Location = New System.Drawing.Point(4, 21)
        Me.TabPage3.Name = "TabPage3"
        Me.TabPage3.Size = New System.Drawing.Size(544, 309)
        Me.TabPage3.TabIndex = 2
        Me.TabPage3.Text = "函数说明"
        '
        '_fraSyntax_6
        '
        Me._fraSyntax_6.BackColor = System.Drawing.SystemColors.Control
        Me._fraSyntax_6.Controls.Add(Me._lblSyntax_0)
        Me._fraSyntax_6.Controls.Add(Me._lblSyntax_1)
        Me._fraSyntax_6.Controls.Add(Me._lblSyntaxDescrip_27)
        Me._fraSyntax_6.Controls.Add(Me._lblSyntaxDescrip_28)
        Me._fraSyntax_6.ForeColor = System.Drawing.SystemColors.ControlText
        Me._fraSyntax_6.Location = New System.Drawing.Point(185, 232)
        Me._fraSyntax_6.Name = "_fraSyntax_6"
        Me._fraSyntax_6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me._fraSyntax_6.Size = New System.Drawing.Size(175, 66)
        Me._fraSyntax_6.TabIndex = 77
        Me._fraSyntax_6.TabStop = False
        Me._fraSyntax_6.Text = "运算符号"
        '
        '_lblSyntax_0
        '
        Me._lblSyntax_0.AutoSize = True
        Me._lblSyntax_0.BackColor = System.Drawing.SystemColors.Control
        Me._lblSyntax_0.Cursor = System.Windows.Forms.Cursors.Default
        Me._lblSyntax_0.ForeColor = System.Drawing.SystemColors.ControlText
        Me._lblSyntax_0.Location = New System.Drawing.Point(10, 19)

⌨️ 快捷键说明

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