?? form1.designer.vb
字號:
?<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)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗體設(shè)計器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設(shè)計器所必需的
'可以使用 Windows 窗體設(shè)計器修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Me.Label1 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.TextBox6 = New System.Windows.Forms.TextBox
Me.TextBox7 = New System.Windows.Forms.TextBox
Me.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.Button3 = New System.Windows.Forms.Button
Me.Label8 = New System.Windows.Forms.Label
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.Timer2 = New System.Windows.Forms.Timer(Me.components)
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 22)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(65, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "進程名稱:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(409, 21)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(89, 12)
Me.Label3.TabIndex = 2
Me.Label3.Text = "需要運行時間:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(12, 113)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(65, 12)
Me.Label4.TabIndex = 3
Me.Label4.Text = "就緒狀態(tài):"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(12, 210)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(65, 12)
Me.Label5.TabIndex = 4
Me.Label5.Text = "執(zhí)行狀態(tài):"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(12, 307)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(65, 12)
Me.Label6.TabIndex = 5
Me.Label6.Text = "完成狀態(tài):"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(12, 442)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(65, 12)
Me.Label7.TabIndex = 6
Me.Label7.Text = "阻塞狀態(tài):"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(83, 13)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(215, 21)
Me.TextBox1.TabIndex = 7
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(513, 12)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(200, 21)
Me.TextBox3.TabIndex = 9
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(83, 69)
Me.TextBox4.Multiline = True
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.ReadOnly = True
Me.TextBox4.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBox4.Size = New System.Drawing.Size(653, 103)
Me.TextBox4.TabIndex = 10
'
'TextBox6
'
Me.TextBox6.Location = New System.Drawing.Point(83, 259)
Me.TextBox6.Multiline = True
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.ReadOnly = True
Me.TextBox6.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBox6.Size = New System.Drawing.Size(653, 108)
Me.TextBox6.TabIndex = 12
'
'TextBox7
'
Me.TextBox7.Location = New System.Drawing.Point(83, 398)
Me.TextBox7.Multiline = True
Me.TextBox7.Name = "TextBox7"
Me.TextBox7.ReadOnly = True
Me.TextBox7.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBox7.Size = New System.Drawing.Size(653, 108)
Me.TextBox7.TabIndex = 13
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(757, 10)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 14
Me.Button1.Text = "添加"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(757, 205)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(75, 23)
Me.Button2.TabIndex = 15
Me.Button2.Text = "阻塞"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(757, 437)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 23)
Me.Button3.TabIndex = 16
Me.Button3.Text = "喚醒"
Me.Button3.UseVisualStyleBackColor = True
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(719, 22)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(17, 12)
Me.Label8.TabIndex = 18
Me.Label8.Text = "秒"
'
'Timer1
'
Me.Timer1.Interval = 1000
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(83, 207)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.ReadOnly = True
Me.TextBox5.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.TextBox5.Size = New System.Drawing.Size(653, 21)
Me.TextBox5.TabIndex = 11
'
'Timer2
'
Me.Timer2.Interval = 1000
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(835, 528)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox7)
Me.Controls.Add(Me.TextBox6)
Me.Controls.Add(Me.TextBox5)
Me.Controls.Add(Me.TextBox4)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label1)
Me.Name = "Form1"
Me.Text = "PCB控制塊(高響應(yīng)比度算法)"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents TextBox7 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents Timer2 As System.Windows.Forms.Timer
End Class
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -