Jrex plus lx software guide – Kontron JRexplus-LX User Manual
Page 29

KTD-S0004-A
Page 26
JIDA32 Interface
JRexplus LX Software Guide
The associated Designer file:
Inherits
System.Windows.Forms.Form
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
Private components As System.ComponentModel.IContainer
Me.Button1 = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(38, 39)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 23)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Run Test"
Me.Button1.UseVisualStyleBackColor = True
'
'JidaTest
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(154, 96)
Me.Controls.Add(Me.Button1)
Me.Name = "JidaTest"
Me.Text = "JidaTest"
Me.ResumeLayout(False)
End
Sub
Friend WithEvents Button1 As System.Windows.Forms.Button
End Class