427 lines
18 KiB
VB.net
427 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class FrmMain
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<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
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmMain))
|
|
Me.LblConnected = New System.Windows.Forms.Label()
|
|
Me.BtnExit = New System.Windows.Forms.Button()
|
|
Me.Tmr_Main = New System.Windows.Forms.Timer(Me.components)
|
|
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
|
|
Me.BtnSim0 = New System.Windows.Forms.Button()
|
|
Me.BtnSim1 = New System.Windows.Forms.Button()
|
|
Me.BtnSim2 = New System.Windows.Forms.Button()
|
|
Me.BtnSim3 = New System.Windows.Forms.Button()
|
|
Me.BtnSim4 = New System.Windows.Forms.Button()
|
|
Me.BtnSim5 = New System.Windows.Forms.Button()
|
|
Me.LblSimPrgSent1 = New System.Windows.Forms.Label()
|
|
Me.LblSimPrgSent2 = New System.Windows.Forms.Label()
|
|
Me.LblNcStatus = New System.Windows.Forms.Label()
|
|
Me.LblCurrentProgram = New System.Windows.Forms.Label()
|
|
Me.LblProgramName = New System.Windows.Forms.Label()
|
|
Me.LblMachineStatus = New System.Windows.Forms.Label()
|
|
Me.LblMachState = New System.Windows.Forms.Label()
|
|
Me.BtnReadOldOsai = New System.Windows.Forms.Button()
|
|
Me.LblReadOldOsai = New System.Windows.Forms.Label()
|
|
Me.BtnWrite1OldOsai = New System.Windows.Forms.Button()
|
|
Me.BtnWrite2OldOsai = New System.Windows.Forms.Button()
|
|
Me.BtnWrite3OldOsai = New System.Windows.Forms.Button()
|
|
Me.BtnWrite4OldOsai = New System.Windows.Forms.Button()
|
|
Me.BtnWrite5OldOsai = New System.Windows.Forms.Button()
|
|
Me.Btn_test_file = New System.Windows.Forms.Button()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.Lbl_sw_phase = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.LblMapoIOB = New System.Windows.Forms.Label()
|
|
Me.SuspendLayout()
|
|
'
|
|
'LblConnected
|
|
'
|
|
Me.LblConnected.AllowDrop = True
|
|
Me.LblConnected.AutoSize = True
|
|
Me.LblConnected.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.LblConnected.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblConnected.Location = New System.Drawing.Point(4, 355)
|
|
Me.LblConnected.Name = "LblConnected"
|
|
Me.LblConnected.Size = New System.Drawing.Size(37, 15)
|
|
Me.LblConnected.TabIndex = 8
|
|
Me.LblConnected.Text = " "
|
|
Me.LblConnected.Visible = False
|
|
'
|
|
'BtnExit
|
|
'
|
|
Me.BtnExit.Location = New System.Drawing.Point(4, 400)
|
|
Me.BtnExit.Name = "BtnExit"
|
|
Me.BtnExit.Size = New System.Drawing.Size(11, 14)
|
|
Me.BtnExit.TabIndex = 5
|
|
Me.BtnExit.Text = "Exit"
|
|
Me.BtnExit.UseVisualStyleBackColor = True
|
|
Me.BtnExit.Visible = False
|
|
'
|
|
'Tmr_Main
|
|
'
|
|
Me.Tmr_Main.Interval = 1000
|
|
'
|
|
'BtnSim0
|
|
'
|
|
Me.BtnSim0.Location = New System.Drawing.Point(6, 447)
|
|
Me.BtnSim0.Name = "BtnSim0"
|
|
Me.BtnSim0.Size = New System.Drawing.Size(18, 20)
|
|
Me.BtnSim0.TabIndex = 13
|
|
Me.BtnSim0.Text = "0"
|
|
Me.BtnSim0.UseVisualStyleBackColor = True
|
|
Me.BtnSim0.Visible = False
|
|
'
|
|
'BtnSim1
|
|
'
|
|
Me.BtnSim1.Location = New System.Drawing.Point(26, 447)
|
|
Me.BtnSim1.Name = "BtnSim1"
|
|
Me.BtnSim1.Size = New System.Drawing.Size(18, 20)
|
|
Me.BtnSim1.TabIndex = 14
|
|
Me.BtnSim1.Text = "1"
|
|
Me.BtnSim1.UseVisualStyleBackColor = True
|
|
Me.BtnSim1.Visible = False
|
|
'
|
|
'BtnSim2
|
|
'
|
|
Me.BtnSim2.Location = New System.Drawing.Point(46, 447)
|
|
Me.BtnSim2.Name = "BtnSim2"
|
|
Me.BtnSim2.Size = New System.Drawing.Size(18, 20)
|
|
Me.BtnSim2.TabIndex = 15
|
|
Me.BtnSim2.Text = "2"
|
|
Me.BtnSim2.UseVisualStyleBackColor = True
|
|
Me.BtnSim2.Visible = False
|
|
'
|
|
'BtnSim3
|
|
'
|
|
Me.BtnSim3.Location = New System.Drawing.Point(66, 447)
|
|
Me.BtnSim3.Name = "BtnSim3"
|
|
Me.BtnSim3.Size = New System.Drawing.Size(18, 20)
|
|
Me.BtnSim3.TabIndex = 16
|
|
Me.BtnSim3.Text = "3"
|
|
Me.BtnSim3.UseVisualStyleBackColor = True
|
|
Me.BtnSim3.Visible = False
|
|
'
|
|
'BtnSim4
|
|
'
|
|
Me.BtnSim4.Location = New System.Drawing.Point(86, 447)
|
|
Me.BtnSim4.Name = "BtnSim4"
|
|
Me.BtnSim4.Size = New System.Drawing.Size(18, 20)
|
|
Me.BtnSim4.TabIndex = 17
|
|
Me.BtnSim4.Text = "4"
|
|
Me.BtnSim4.UseVisualStyleBackColor = True
|
|
Me.BtnSim4.Visible = False
|
|
'
|
|
'BtnSim5
|
|
'
|
|
Me.BtnSim5.Location = New System.Drawing.Point(106, 447)
|
|
Me.BtnSim5.Name = "BtnSim5"
|
|
Me.BtnSim5.Size = New System.Drawing.Size(18, 20)
|
|
Me.BtnSim5.TabIndex = 18
|
|
Me.BtnSim5.Text = "5"
|
|
Me.BtnSim5.UseVisualStyleBackColor = True
|
|
Me.BtnSim5.UseWaitCursor = True
|
|
Me.BtnSim5.Visible = False
|
|
'
|
|
'LblSimPrgSent1
|
|
'
|
|
Me.LblSimPrgSent1.AllowDrop = True
|
|
Me.LblSimPrgSent1.AutoSize = True
|
|
Me.LblSimPrgSent1.BackColor = System.Drawing.Color.Blue
|
|
Me.LblSimPrgSent1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.LblSimPrgSent1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblSimPrgSent1.Location = New System.Drawing.Point(130, 452)
|
|
Me.LblSimPrgSent1.Name = "LblSimPrgSent1"
|
|
Me.LblSimPrgSent1.Size = New System.Drawing.Size(16, 15)
|
|
Me.LblSimPrgSent1.TabIndex = 14
|
|
Me.LblSimPrgSent1.Text = "1"
|
|
Me.LblSimPrgSent1.Visible = False
|
|
'
|
|
'LblSimPrgSent2
|
|
'
|
|
Me.LblSimPrgSent2.AllowDrop = True
|
|
Me.LblSimPrgSent2.AutoSize = True
|
|
Me.LblSimPrgSent2.BackColor = System.Drawing.Color.Blue
|
|
Me.LblSimPrgSent2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.LblSimPrgSent2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblSimPrgSent2.Location = New System.Drawing.Point(152, 451)
|
|
Me.LblSimPrgSent2.Name = "LblSimPrgSent2"
|
|
Me.LblSimPrgSent2.Size = New System.Drawing.Size(16, 15)
|
|
Me.LblSimPrgSent2.TabIndex = 19
|
|
Me.LblSimPrgSent2.Text = "2"
|
|
Me.LblSimPrgSent2.Visible = False
|
|
'
|
|
'LblNcStatus
|
|
'
|
|
Me.LblNcStatus.AllowDrop = True
|
|
Me.LblNcStatus.AutoSize = True
|
|
Me.LblNcStatus.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblNcStatus.Location = New System.Drawing.Point(250, 328)
|
|
Me.LblNcStatus.Name = "LblNcStatus"
|
|
Me.LblNcStatus.Size = New System.Drawing.Size(35, 13)
|
|
Me.LblNcStatus.TabIndex = 26
|
|
Me.LblNcStatus.Text = " "
|
|
Me.LblNcStatus.Visible = False
|
|
'
|
|
'LblCurrentProgram
|
|
'
|
|
Me.LblCurrentProgram.AllowDrop = True
|
|
Me.LblCurrentProgram.AutoSize = True
|
|
Me.LblCurrentProgram.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblCurrentProgram.Location = New System.Drawing.Point(4, 300)
|
|
Me.LblCurrentProgram.Name = "LblCurrentProgram"
|
|
Me.LblCurrentProgram.Size = New System.Drawing.Size(155, 16)
|
|
Me.LblCurrentProgram.TabIndex = 12
|
|
Me.LblCurrentProgram.Text = "Currently machining : "
|
|
Me.LblCurrentProgram.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.LblCurrentProgram.Visible = False
|
|
'
|
|
'LblProgramName
|
|
'
|
|
Me.LblProgramName.AllowDrop = True
|
|
Me.LblProgramName.AutoSize = True
|
|
Me.LblProgramName.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblProgramName.Location = New System.Drawing.Point(166, 300)
|
|
Me.LblProgramName.Name = "LblProgramName"
|
|
Me.LblProgramName.Size = New System.Drawing.Size(53, 16)
|
|
Me.LblProgramName.TabIndex = 13
|
|
Me.LblProgramName.Text = "---------"
|
|
Me.LblProgramName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.LblProgramName.Visible = False
|
|
'
|
|
'LblMachineStatus
|
|
'
|
|
Me.LblMachineStatus.AllowDrop = True
|
|
Me.LblMachineStatus.AutoSize = True
|
|
Me.LblMachineStatus.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblMachineStatus.Location = New System.Drawing.Point(4, 326)
|
|
Me.LblMachineStatus.Name = "LblMachineStatus"
|
|
Me.LblMachineStatus.Size = New System.Drawing.Size(125, 16)
|
|
Me.LblMachineStatus.TabIndex = 14
|
|
Me.LblMachineStatus.Text = "Machine Status : "
|
|
Me.LblMachineStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.LblMachineStatus.Visible = False
|
|
'
|
|
'LblMachState
|
|
'
|
|
Me.LblMachState.AllowDrop = True
|
|
Me.LblMachState.AutoSize = True
|
|
Me.LblMachState.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblMachState.Location = New System.Drawing.Point(166, 326)
|
|
Me.LblMachState.Name = "LblMachState"
|
|
Me.LblMachState.Size = New System.Drawing.Size(53, 16)
|
|
Me.LblMachState.TabIndex = 15
|
|
Me.LblMachState.Text = "---------"
|
|
Me.LblMachState.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.LblMachState.Visible = False
|
|
'
|
|
'BtnReadOldOsai
|
|
'
|
|
Me.BtnReadOldOsai.Location = New System.Drawing.Point(173, 446)
|
|
Me.BtnReadOldOsai.Name = "BtnReadOldOsai"
|
|
Me.BtnReadOldOsai.Size = New System.Drawing.Size(71, 20)
|
|
Me.BtnReadOldOsai.TabIndex = 32
|
|
Me.BtnReadOldOsai.Text = "Read var 251"
|
|
Me.BtnReadOldOsai.UseVisualStyleBackColor = True
|
|
Me.BtnReadOldOsai.Visible = False
|
|
'
|
|
'LblReadOldOsai
|
|
'
|
|
Me.LblReadOldOsai.AllowDrop = True
|
|
Me.LblReadOldOsai.AutoSize = True
|
|
Me.LblReadOldOsai.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.LblReadOldOsai.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblReadOldOsai.Location = New System.Drawing.Point(250, 450)
|
|
Me.LblReadOldOsai.Name = "LblReadOldOsai"
|
|
Me.LblReadOldOsai.Size = New System.Drawing.Size(44, 15)
|
|
Me.LblReadOldOsai.TabIndex = 33
|
|
Me.LblReadOldOsai.Text = "12345"
|
|
Me.LblReadOldOsai.Visible = False
|
|
'
|
|
'BtnWrite1OldOsai
|
|
'
|
|
Me.BtnWrite1OldOsai.Location = New System.Drawing.Point(8, 421)
|
|
Me.BtnWrite1OldOsai.Name = "BtnWrite1OldOsai"
|
|
Me.BtnWrite1OldOsai.Size = New System.Drawing.Size(38, 20)
|
|
Me.BtnWrite1OldOsai.TabIndex = 34
|
|
Me.BtnWrite1OldOsai.Text = "Write1 "
|
|
Me.BtnWrite1OldOsai.UseVisualStyleBackColor = True
|
|
Me.BtnWrite1OldOsai.Visible = False
|
|
'
|
|
'BtnWrite2OldOsai
|
|
'
|
|
Me.BtnWrite2OldOsai.Location = New System.Drawing.Point(41, 421)
|
|
Me.BtnWrite2OldOsai.Name = "BtnWrite2OldOsai"
|
|
Me.BtnWrite2OldOsai.Size = New System.Drawing.Size(38, 20)
|
|
Me.BtnWrite2OldOsai.TabIndex = 35
|
|
Me.BtnWrite2OldOsai.Text = "Write2"
|
|
Me.BtnWrite2OldOsai.UseVisualStyleBackColor = True
|
|
Me.BtnWrite2OldOsai.Visible = False
|
|
'
|
|
'BtnWrite3OldOsai
|
|
'
|
|
Me.BtnWrite3OldOsai.Location = New System.Drawing.Point(74, 421)
|
|
Me.BtnWrite3OldOsai.Name = "BtnWrite3OldOsai"
|
|
Me.BtnWrite3OldOsai.Size = New System.Drawing.Size(38, 20)
|
|
Me.BtnWrite3OldOsai.TabIndex = 36
|
|
Me.BtnWrite3OldOsai.Text = "Write3"
|
|
Me.BtnWrite3OldOsai.UseVisualStyleBackColor = True
|
|
Me.BtnWrite3OldOsai.Visible = False
|
|
'
|
|
'BtnWrite4OldOsai
|
|
'
|
|
Me.BtnWrite4OldOsai.Location = New System.Drawing.Point(108, 420)
|
|
Me.BtnWrite4OldOsai.Name = "BtnWrite4OldOsai"
|
|
Me.BtnWrite4OldOsai.Size = New System.Drawing.Size(38, 20)
|
|
Me.BtnWrite4OldOsai.TabIndex = 37
|
|
Me.BtnWrite4OldOsai.Text = "Write4"
|
|
Me.BtnWrite4OldOsai.UseVisualStyleBackColor = True
|
|
Me.BtnWrite4OldOsai.Visible = False
|
|
'
|
|
'BtnWrite5OldOsai
|
|
'
|
|
Me.BtnWrite5OldOsai.Location = New System.Drawing.Point(140, 421)
|
|
Me.BtnWrite5OldOsai.Name = "BtnWrite5OldOsai"
|
|
Me.BtnWrite5OldOsai.Size = New System.Drawing.Size(38, 20)
|
|
Me.BtnWrite5OldOsai.TabIndex = 38
|
|
Me.BtnWrite5OldOsai.Text = "Write5"
|
|
Me.BtnWrite5OldOsai.UseVisualStyleBackColor = True
|
|
Me.BtnWrite5OldOsai.Visible = False
|
|
'
|
|
'Btn_test_file
|
|
'
|
|
Me.Btn_test_file.Location = New System.Drawing.Point(188, 420)
|
|
Me.Btn_test_file.Name = "Btn_test_file"
|
|
Me.Btn_test_file.Size = New System.Drawing.Size(56, 20)
|
|
Me.Btn_test_file.TabIndex = 39
|
|
Me.Btn_test_file.Text = "send file"
|
|
Me.Btn_test_file.UseVisualStyleBackColor = True
|
|
Me.Btn_test_file.Visible = False
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'Lbl_sw_phase
|
|
'
|
|
Me.Lbl_sw_phase.AllowDrop = True
|
|
Me.Lbl_sw_phase.AutoSize = True
|
|
Me.Lbl_sw_phase.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Lbl_sw_phase.Location = New System.Drawing.Point(92, 355)
|
|
Me.Lbl_sw_phase.Name = "Lbl_sw_phase"
|
|
Me.Lbl_sw_phase.Size = New System.Drawing.Size(35, 13)
|
|
Me.Lbl_sw_phase.TabIndex = 44
|
|
Me.Lbl_sw_phase.Text = " "
|
|
Me.Lbl_sw_phase.Visible = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
|
|
Me.Label1.Location = New System.Drawing.Point(6, 29)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(127, 15)
|
|
Me.Label1.TabIndex = 45
|
|
Me.Label1.Text = "BITMAP IOB MAPO"
|
|
'
|
|
'LblMapoIOB
|
|
'
|
|
Me.LblMapoIOB.AutoSize = True
|
|
Me.LblMapoIOB.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LblMapoIOB.ForeColor = System.Drawing.SystemColors.Highlight
|
|
Me.LblMapoIOB.Location = New System.Drawing.Point(12, 54)
|
|
Me.LblMapoIOB.Name = "LblMapoIOB"
|
|
Me.LblMapoIOB.Size = New System.Drawing.Size(19, 15)
|
|
Me.LblMapoIOB.TabIndex = 46
|
|
Me.LblMapoIOB.Text = "..."
|
|
'
|
|
'FrmMain
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(302, 476)
|
|
Me.Controls.Add(Me.LblMapoIOB)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.Lbl_sw_phase)
|
|
Me.Controls.Add(Me.Btn_test_file)
|
|
Me.Controls.Add(Me.BtnWrite5OldOsai)
|
|
Me.Controls.Add(Me.BtnWrite4OldOsai)
|
|
Me.Controls.Add(Me.BtnWrite3OldOsai)
|
|
Me.Controls.Add(Me.BtnWrite2OldOsai)
|
|
Me.Controls.Add(Me.BtnWrite1OldOsai)
|
|
Me.Controls.Add(Me.LblReadOldOsai)
|
|
Me.Controls.Add(Me.BtnReadOldOsai)
|
|
Me.Controls.Add(Me.LblMachState)
|
|
Me.Controls.Add(Me.LblNcStatus)
|
|
Me.Controls.Add(Me.LblMachineStatus)
|
|
Me.Controls.Add(Me.LblProgramName)
|
|
Me.Controls.Add(Me.LblCurrentProgram)
|
|
Me.Controls.Add(Me.LblConnected)
|
|
Me.Controls.Add(Me.LblSimPrgSent2)
|
|
Me.Controls.Add(Me.LblSimPrgSent1)
|
|
Me.Controls.Add(Me.BtnSim5)
|
|
Me.Controls.Add(Me.BtnSim4)
|
|
Me.Controls.Add(Me.BtnSim3)
|
|
Me.Controls.Add(Me.BtnSim2)
|
|
Me.Controls.Add(Me.BtnSim1)
|
|
Me.Controls.Add(Me.BtnSim0)
|
|
Me.Controls.Add(Me.BtnExit)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "FrmMain"
|
|
Me.Text = "Door Pro"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents BtnExit As System.Windows.Forms.Button
|
|
Friend WithEvents LblConnected As System.Windows.Forms.Label
|
|
Friend WithEvents Tmr_Main As System.Windows.Forms.Timer
|
|
Friend WithEvents FolderBrowserDialog1 As System.Windows.Forms.FolderBrowserDialog
|
|
Friend WithEvents BtnSim0 As System.Windows.Forms.Button
|
|
Friend WithEvents BtnSim1 As System.Windows.Forms.Button
|
|
Friend WithEvents BtnSim2 As System.Windows.Forms.Button
|
|
Friend WithEvents BtnSim3 As System.Windows.Forms.Button
|
|
Friend WithEvents BtnSim4 As System.Windows.Forms.Button
|
|
Friend WithEvents BtnSim5 As System.Windows.Forms.Button
|
|
Friend WithEvents LblSimPrgSent1 As System.Windows.Forms.Label
|
|
Friend WithEvents LblSimPrgSent2 As System.Windows.Forms.Label
|
|
Friend WithEvents LblNcStatus As System.Windows.Forms.Label
|
|
Friend WithEvents LblCurrentProgram As System.Windows.Forms.Label
|
|
Friend WithEvents LblProgramName As System.Windows.Forms.Label
|
|
Friend WithEvents LblMachineStatus As System.Windows.Forms.Label
|
|
Friend WithEvents LblMachState As System.Windows.Forms.Label
|
|
Friend WithEvents BtnReadOldOsai As Button
|
|
Friend WithEvents LblReadOldOsai As Label
|
|
Friend WithEvents BtnWrite1OldOsai As Button
|
|
Friend WithEvents BtnWrite2OldOsai As Button
|
|
Friend WithEvents BtnWrite3OldOsai As Button
|
|
Friend WithEvents BtnWrite4OldOsai As Button
|
|
Friend WithEvents BtnWrite5OldOsai As Button
|
|
Friend WithEvents Btn_test_file As Button
|
|
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
Friend WithEvents Lbl_sw_phase As Label
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents LblMapoIOB As Label
|
|
End Class
|