0% found this document useful (0 votes)
16 views

LISTINGBPROGRAM

This document contains code for several forms used in a clothing listing program. The forms include data entry forms for clothing, categories, purchases, and reports. They define labels, text boxes, buttons and other controls used to manage clothing listing data.

Uploaded by

Muslimin aja
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

LISTINGBPROGRAM

This document contains code for several forms used in a clothing listing program. The forms include data entry forms for clothing, categories, purchases, and reports. They define labels, text boxes, buttons and other controls used to manage clothing listing data.

Uploaded by

Muslimin aja
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 14

LISTINGBPROGRAM

1. CONTROLLER

a. Form Data Pakaian

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormDataPakaian
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 DataGridViewCellStyle1 As
System.Windows.Forms.DataGridViewCellStyle = New
System.Windows.Forms.DataGridViewCellStyle()
Me.LBLKode = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
CType(Me.DataGridView1,
System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'LBLKode
'
Me.LBLKode.AutoSize = True
Me.LBLKode.BackColor =
System.Drawing.SystemColors.ControlDark
Me.LBLKode.Font = New System.Drawing.Font("Microsoft Sans
Serif", 11.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LBLKode.Location = New System.Drawing.Point(218, 282)
Me.LBLKode.Name = "LBLKode"
Me.LBLKode.Size = New System.Drawing.Size(69, 18)
Me.LBLKode.TabIndex = 92
Me.LBLKode.Text = "LBLKode"
'
'TextBox6
'
Me.TextBox6.Font = New System.Drawing.Font("Microsoft Sans
Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte)
Me.Label6.Size = New System.Drawing.Size(149, 27)
Me.Label6.TabIndex = 88
Me.Label6.Text = "Kategori Pakaian"
'
'DataGridView1
'
Me.DataGridView1.AutoSizeColumnsMode =
'
Me.TextBox5.Font = New System.Drawing.Font("Microsoft Sans
Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.TextBox5.Location = New System.Drawing.Point(214, 380)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(74, 22)
Me.TextBox5.TabIndex = 81
'
'Label5
'
Me.Label5.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans
Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(59, 379)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(149, 27)
Me.Label5.TabIndex = 82
Me.Label5.Text = "Stok"
'TextBox4
End Class
b. Form edit pembelian

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormEditPembelian
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.Button2 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans
Serif", 11.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(26, 37)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(100, 18)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Kode Pakaian"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans
Serif", 11.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(26, 66)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(105, 18)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Nama Pakaian"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans
Serif", 11.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(26, 94)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(63, 18)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Kategori"

c. Form Kategori
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FormKategori
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()
System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Button2
'
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans
Serif", 9.0!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans
Serif", 9.0!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
'Button4
'
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans
Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))

'
'Button3
'
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans
Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.UseVisualStyleBackColor = True
End Clas

d. Form Laporan Pakaian


<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated(
)> _
Partial Class FormLaporanPakaian
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

Dim resources As
System.ComponentModel.ComponentResourceManager = New
System.ComponentModel.ComponentResourceManager(GetType(For
mLaporanPakaian))
System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'GroupBox1
'
'Button2
'
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans
Serif", 12.0!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
CType(resources.GetObject("AxCrystalReport1.OcxState"),
System.Windows.Forms.AxHost.State)
Me.AxCrystalReport1.Size = New System.Drawing.Size(28, 28)
Me.AxCrystalReport1.TabIndex = 6
'
'Button1
'
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans
Serif", 12.0!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Location = New System.Drawing.Point(89, 74)
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans
Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
'
End Class

e. Form Login
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated(
)> _
Partial Class FormLogin
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()
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
Me.CheckBox1.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.0!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.CheckBox1.Location = New System.Drawing.Point(226,
155)
'Button2
'
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans
Serif", 11.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))

'Button1
'
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans
Serif", 11.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))

'
'TextBox2
'
Me.TextBox2.Font = New System.Drawing.Font("Microsoft
Sans Serif", 11.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
'TextBox1
'
Me.TextBox1.Font = New System.Drawing.Font("Microsoft
Sans Serif", 11.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
'
'Label2

'FormLogin
'
End Class

f. Menu Utama

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerat
ed()> _
Partial Class FormMenuUtama
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

'Me.STLabel2.Name = "STLabel2"
'
Me.STLabel1.Name = "STLabel1"
Me.STLabel1.Size = New System.Drawing.Size(85, 17)
Me.STLabel1.Text = "Kode Petugas :
'STLabel4
Me.STLabel4.Name = "STLabel4"
Me.STLabel4.Size = New System.Drawing.Size(0, 17)
'STLabel5
Me.STLabel5.Name = "STLabel5"
Me.STLabel5.Size = New System.Drawing.Size(34, 17)
Me.STLabel5.Text = "Jam
'STLabel6
Me.STLabel6.Name = "STLabel6"
Me.STLabel6.Size = New System.Drawing.Size(0, 17)
'STLabel7
Me.STLabel7.Name = "STLabel7"
Me.STLabel7.Size = New System.Drawing.Size(54, 17)
Me.STLabel7.Text = "Tanggal :"
'STLabel
Me.STLabel8.Name = "STLabel8"
Me.STLabel8

g. Penjualan Bulanan
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGen
erated()> _
Partial Class FormPenjualanBulanan
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(GetTy
pe(FormPenjualanBulanan))
Me.Button2 = New System.Windows.Forms.Button()
CType(Me.AxCrystalReport1,
System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.SuspendLayout()
'Button2
Me.Button2.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.Location = New System.Drawing.Point(189,
125)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(75, 23)
Me.Button2.TabIndex = 7
Me.Button2.Text = "Batal"
Me.Button2.UseVisualStyleBackColor = True
'Button1
Me.Button1.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.Location = New System.Drawing.Point(81,
125)
End Class

h. Form Petugas

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGen
erated()> _
Partial Class FormPetugas
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 '
'LBLKodePetugas
' 'Button4
Me.Button4.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button4.Location = New System.Drawing.Point(784,
372)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(75, 23)
Me.Button4.TabIndex = 83
Me.Button4.Text = "Batal"
Me.Button4.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button3.Location = New System.Drawing.Point(703,
372)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 23)
Me.Button3.TabIndex = 82
Me.Button3.Text = "Hapus"
Me.Button3.UseVisualStyleBackColor = True
'Button2
Me.Button2.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button2.Location = New System.Drawing.Point(622,
372)
Me.Button2.Name = "Button2"
End Class

i. Form Transaksi Penjualan


<Global.Microsoft.VisualBasic.CompilerServices.DesignerGen
erated()> _
Partial Class FormTransaksiPenjualan
Inherits System.Windows.Forms.Form
Me.Label6.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me.Label6.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.Location = New System.Drawing.Point(34,
138)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(149, 27)
Me.Label6.TabIndex = 147
Me.Label6.Text = "Kategori Pakaian"
'
'Label4
'
Me.Label4.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me.Label4.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(34,
111)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(149, 27)
Me.Label4.TabIndex = 146
Me.Label4.Text = "Harga Jual"
'Label2
Me.Label2.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me.Label2.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(34,
84)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(149, 27)
Me.Label2.TabIndex = 143
Me.Label2.Text = "Nama Pakaian"
'
'Label1
'
Me.Label1.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me.Label1.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(34,
29)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(149, 27)
Me.Label1.TabIndex = 144
Me.Label1.Text = "Kode Transaksi"
Me.Label14.Location = New System.Drawing.Point(758,
378)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(63, 27)
Me.Label14.TabIndex = 171
Me.Label14.Text = "Dibayar"
'
'Label13
'
Me.Label13.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me.Label13.Font = New
System.Drawing.Font("Microsoft Sans Serif", 9.75!,
System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label13.Location = New System.Drawing.Point(758,
406)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(63, 20)
Me.Label13.TabIndex = 169
Me.Label13.Text = "Kembalian"
'
'Label9
'
Me.Label9.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me
Me.Label5.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me.Label5.Font = New System.Drawing.Font("Microsoft
Sans Serif", 9.75!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(671,
123)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(63, 27)
Me.Label5.TabIndex = 159
Me.Label5.Text = "Jumlah"
'LBLPetugas
Me.LBLPetugas.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me.LBLPetugas.Font = New
System.Drawing.Font("Microsoft Sans Serif", 11.25!,
System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LBLPetugas.Location = New
System.Drawing.Point(830, 82)
Me.LBLPetugas.Name = "LBLPetugas"
Me.LBLPetugas.Size = New System.Drawing.Size(121,
20)
Me.LBLPetugas.TabIndex = 158
Me.LBLPetugas.Text = "LBLPetugas"
'Label12
Me.Label12.BorderStyle =
System.Windows.Forms.BorderStyle.Fixed3D
Me.Label12.Font = New
System.Drawing.Font("Microsoft Sans Serif", 9.75!,
System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.Location = New System.Drawing.Point(671,
80)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(149, 27)
Me.Label12.TabIndex = 157
Me.Label12.Text = "Petugas"
'
'TextBox5
'
End Class

You might also like