Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 12

TUGAS REPORT LATIHAN CLIENT SERVER

Nama: Stevanus Ridho S.W

Kelas :SK17D2

Prodi : Sistem Komputer

NIM:888730405180003
Langkah yang harus di lakukan untuk melakukan pembuatan aplikasi inventaris seperti yang ada
pada gambar dibawah ini adalah , desain visual nya terlebih dahulu agar bisa lebih memudahkan
kita untuk melakukan coding pada form.
Partial Class Form1
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()

Dim resources As System.ComponentModel.ComponentResourceManager = New


System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.txtuser = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.Button1 = New System.Windows.Forms.Button()
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
Me.LinkLabel2 = New System.Windows.Forms.LinkLabel()
Me.PictureBox2 = New System.Windows.Forms.PictureBox()
Me.PictureBox3 = New System.Windows.Forms.PictureBox()
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()

Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Century Gothic", 15.0!,
System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(83, 49)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(211, 23)
Me.Label1.TabIndex = 0
Me.Label1.Text = "APLIKASI INVENTARIS"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Century Gothic", 9.75!,
System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(59, 72)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(272, 17)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Sekolah Tinggi Elektronika Dan Komputer"
'
'PictureBox1
'
Me.PictureBox1.BackgroundImage =
CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image)
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.PictureBox1.Location = New System.Drawing.Point(44, 108)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(323, 210)
Me.PictureBox1.TabIndex = 2
Me.PictureBox1.TabStop = False
'

Me.txtuser.BackColor = System.Drawing.Color.White
Me.txtuser.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.txtuser.Font = New System.Drawing.Font("Century Gothic", 9.0!,
System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtuser.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte),
Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.txtuser.Location = New System.Drawing.Point(420, 172)
Me.txtuser.Margin = New System.Windows.Forms.Padding(4)
Me.txtuser.Name = "txtuser"
Me.txtuser.Size = New System.Drawing.Size(370, 15)
Me.txtuser.TabIndex = 3
Me.txtuser.Text = "Ketik ID Pengguna Anda"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(420, 215)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.TextBox2.Size = New System.Drawing.Size(369, 20)
Me.TextBox2.TabIndex = 5

Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Century Gothic", 9.75!,
System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(59, 72)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(272, 17)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Sekolah Tinggi Elektronika Dan Komputer"
'
'PictureBox1
'
Me.PictureBox1.BackgroundImage =
CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image)
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.PictureBox1.Location = New System.Drawing.Point(44, 108)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(323, 210)
Me.PictureBox1.TabIndex = 2
Me.PictureBox1.TabStop = False
'
'txtuser
'
Me.txtuser.BackColor = System.Drawing.Color.White
Me.txtuser.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.txtuser.Font = New System.Drawing.Font("Century Gothic", 9.0!,
System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtuser.ForeColor = System.Drawing.Color.FromArgb(CType(CType(64, Byte),
Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer))
Me.txtuser.Location = New System.Drawing.Point(420, 172)
Me.txtuser.Margin = New System.Windows.Forms.Padding(4)
Me.txtuser.Name = "txtuser"
Me.txtuser.Size = New System.Drawing.Size(370, 15)
Me.txtuser.TabIndex = 3
Me.txtuser.Text = "Ketik ID Pengguna Anda"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(420, 215)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.TextBox2.Size = New System.Drawing.Size(369, 20)
Me.TextBox2.TabIndex = 5
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte),
Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
Me.Button1.Font = New System.Drawing.Font("Century Gothic", 12.0!,
System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.ForeColor = System.Drawing.Color.White
Me.Button1.Location = New System.Drawing.Point(477, 284)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(246, 34)
Me.Button1.TabIndex = 6
Me.Button1.Text = "LOGIN"
Me.Button1.UseVisualStyleBackColor = False
'
'LinkLabel1
'
Me.LinkLabel1.AutoSize = True
Me.LinkLabel1.Font = New System.Drawing.Font("Futura Md BT", 8.25!,
System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LinkLabel1.Location = New System.Drawing.Point(484, 238)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(111, 14)
Me.LinkLabel1.TabIndex = 7
Me.LinkLabel1.TabStop = True
Me.LinkLabel1.Text = "Anda lupa password?"
'
'LinkLabel2
'
Me.LinkLabel2.AutoSize = True
Me.LinkLabel2.Font = New System.Drawing.Font("Futura Md BT", 8.25!,
System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LinkLabel2.Location = New System.Drawing.Point(677, 238)
Me.LinkLabel2.Name = "LinkLabel2"
Me.LinkLabel2.Size = New System.Drawing.Size(46, 14)
Me.LinkLabel2.TabIndex = 8
Me.LinkLabel2.TabStop = True
Me.LinkLabel2.Text = "Register"
'
'PictureBox2
'
Me.PictureBox2.BackgroundImage =
CType(resources.GetObject("PictureBox2.BackgroundImage"), System.Drawing.Image)
Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.PictureBox2.Location = New System.Drawing.Point(558, 76)
Me.PictureBox2.Name = "PictureBox2"
Me.PictureBox2.Size = New System.Drawing.Size(108, 89)
Me.PictureBox2.TabIndex = 3
Me.PictureBox2.TabStop = False
'
'PictureBox3
'
Me.PictureBox3.BackgroundImage =
CType(resources.GetObject("PictureBox3.BackgroundImage"), System.Drawing.Image)
Me.PictureBox3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.PictureBox3.Location = New System.Drawing.Point(764, 145)
Me.PictureBox3.Name = "PictureBox3"
Me.PictureBox3.Size = New System.Drawing.Size(18, 20)
Me.PictureBox3.TabIndex = 9
Me.PictureBox3.TabStop = False
'
'PictureBox4
'
Me.PictureBox4.BackgroundImage =
CType(resources.GetObject("PictureBox4.BackgroundImage"), System.Drawing.Image)
Me.PictureBox4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
Me.PictureBox4.Location = New System.Drawing.Point(764, 194)
Me.PictureBox4.Name = "PictureBox4"
Me.PictureBox4.Size = New System.Drawing.Size(18, 17)
Me.PictureBox4.TabIndex = 10
Me.PictureBox4.TabStop = False
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(816, 459)
Me.Controls.Add(Me.PictureBox4)
Me.Controls.Add(Me.PictureBox3)
Me.Controls.Add(Me.LinkLabel2)
Me.Controls.Add(Me.LinkLabel1)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.txtuser)
Me.Controls.Add(Me.PictureBox2)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "Form1"
Me.Text = "APLIKASI INVENTARIS"
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents txtuser As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
Friend WithEvents LinkLabel2 As System.Windows.Forms.LinkLabel
Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox
Friend WithEvents PictureBox4 As System.Windows.Forms.PictureBox

End Class

You might also like