?? 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)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows 窗體設(shè)計器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下過程是 Windows 窗體設(shè)計器所必需的
'可以使用 Windows 窗體設(shè)計器修改它。
'不要使用代碼編輯器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.TextBox2 = New System.Windows.Forms.TextBox
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.TextBox4 = 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.Button4 = New System.Windows.Forms.Button
Me.Button5 = New System.Windows.Forms.Button
Me.Button6 = New System.Windows.Forms.Button
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.Button7 = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(103, 215)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(101, 12)
Me.Label3.TabIndex = 2
Me.Label3.Text = "對作業(yè)排序的順序"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(274, 215)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(77, 12)
Me.Label4.TabIndex = 3
Me.Label4.Text = "平均周轉(zhuǎn)時間"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(97, 242)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(116, 21)
Me.TextBox1.TabIndex = 4
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(254, 242)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(123, 21)
Me.TextBox2.TabIndex = 5
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(98, 276)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(114, 21)
Me.TextBox3.TabIndex = 6
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(253, 274)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(124, 21)
Me.TextBox4.TabIndex = 7
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(32, 241)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(46, 21)
Me.Button1.TabIndex = 8
Me.Button1.Text = "FCFS"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(32, 276)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(46, 21)
Me.Button2.TabIndex = 9
Me.Button2.Text = "SJF"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(32, 49)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(51, 27)
Me.Button3.TabIndex = 10
Me.Button3.Text = "開始"
Me.Button3.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(125, 50)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(52, 26)
Me.Button4.TabIndex = 11
Me.Button4.Text = "結(jié)束"
Me.Button4.UseVisualStyleBackColor = True
'
'Button5
'
Me.Button5.Location = New System.Drawing.Point(328, 50)
Me.Button5.Name = "Button5"
Me.Button5.Size = New System.Drawing.Size(49, 26)
Me.Button5.TabIndex = 12
Me.Button5.Text = "退出"
Me.Button5.UseVisualStyleBackColor = True
'
'Button6
'
Me.Button6.Location = New System.Drawing.Point(257, 131)
Me.Button6.Name = "Button6"
Me.Button6.Size = New System.Drawing.Size(120, 26)
Me.Button6.TabIndex = 13
Me.Button6.Text = "輸入作業(yè)運行時間"
Me.Button6.UseVisualStyleBackColor = True
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(32, 133)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(205, 21)
Me.TextBox5.TabIndex = 14
'
'Button7
'
Me.Button7.Location = New System.Drawing.Point(226, 50)
Me.Button7.Name = "Button7"
Me.Button7.Size = New System.Drawing.Size(50, 26)
Me.Button7.TabIndex = 15
Me.Button7.Text = "清除"
Me.Button7.UseVisualStyleBackColor = True
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(431, 349)
Me.Controls.Add(Me.Button7)
Me.Controls.Add(Me.TextBox5)
Me.Controls.Add(Me.Button6)
Me.Controls.Add(Me.Button5)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox4)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Name = "Form1"
Me.Text = "Form1"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents TextBox4 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 Button4 As System.Windows.Forms.Button
Friend WithEvents Button5 As System.Windows.Forms.Button
Friend WithEvents Button6 As System.Windows.Forms.Button
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents Button7 As System.Windows.Forms.Button
End Class
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -