beautypg.com

Mopslcdlx software guide – Kontron MOPSlcdLX User Manual

Page 25

background image

KTD-S0006-B

Page 22

JIDA32 Interface


MOPSlcdLX Software Guide

The associated Designer file:

Partial Class JidaTest
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

Private Sub InitializeComponent()

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