Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class frmElectric
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.    <System.Diagnostics.DebuggerNonUserCode()> _
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     'Required by the Windows Form Designer
  18.    Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTE: The following procedure is required by the Windows Form Designer
  21.    'It can be modified using the Windows Form Designer.  
  22.    'Do not modify it using the code editor.
  23.    <System.Diagnostics.DebuggerStepThrough()> _
  24.     Private Sub InitializeComponent()
  25.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmElectric))
  26.         Me.lblTitle = New System.Windows.Forms.Label()
  27.         Me.cboMonth = New System.Windows.Forms.ComboBox()
  28.         Me.lblSaving = New System.Windows.Forms.Label()
  29.         Me.btnStatistics = New System.Windows.Forms.Button()
  30.         Me.lblAverage = New System.Windows.Forms.Label()
  31.         Me.lblMostSaving = New System.Windows.Forms.Label()
  32.         Me.picSmart = New System.Windows.Forms.PictureBox()
  33.         CType(Me.picSmart, System.ComponentModel.ISupportInitialize).BeginInit()
  34.         Me.SuspendLayout()
  35.         '
  36.        'lblTitle
  37.        '
  38.        Me.lblTitle.AutoSize = True
  39.         Me.lblTitle.Font = New System.Drawing.Font("Arial Rounded MT Bold", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  40.         Me.lblTitle.Location = New System.Drawing.Point(328, 34)
  41.         Me.lblTitle.Name = "lblTitle"
  42.         Me.lblTitle.Size = New System.Drawing.Size(243, 66)
  43.         Me.lblTitle.TabIndex = 0
  44.         Me.lblTitle.Text = "Smart Home" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Electric Savings"
  45.         Me.lblTitle.TextAlign = System.Drawing.ContentAlignment.TopCenter
  46.         '
  47.        'cboMonth
  48.        '
  49.        Me.cboMonth.Font = New System.Drawing.Font("Gadugi", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  50.         Me.cboMonth.FormattingEnabled = True
  51.         Me.cboMonth.Items.AddRange(New Object() {"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"})
  52.         Me.cboMonth.Location = New System.Drawing.Point(379, 128)
  53.         Me.cboMonth.Name = "cboMonth"
  54.         Me.cboMonth.Size = New System.Drawing.Size(147, 29)
  55.         Me.cboMonth.TabIndex = 1
  56.         Me.cboMonth.Text = "Select Month"
  57.         '
  58.        'lblSaving
  59.        '
  60.        Me.lblSaving.AutoSize = True
  61.         Me.lblSaving.Font = New System.Drawing.Font("Gadugi", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  62.         Me.lblSaving.Location = New System.Drawing.Point(117, 275)
  63.         Me.lblSaving.Name = "lblSaving"
  64.         Me.lblSaving.Size = New System.Drawing.Size(409, 19)
  65.         Me.lblSaving.TabIndex = 2
  66.         Me.lblSaving.Text = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  67.         Me.lblSaving.Visible = False
  68.         '
  69.        'btnStatistics
  70.        '
  71.        Me.btnStatistics.BackColor = System.Drawing.Color.DodgerBlue
  72.         Me.btnStatistics.Font = New System.Drawing.Font("Gadugi", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  73.         Me.btnStatistics.ForeColor = System.Drawing.Color.White
  74.         Me.btnStatistics.Location = New System.Drawing.Point(203, 308)
  75.         Me.btnStatistics.Name = "btnStatistics"
  76.         Me.btnStatistics.Size = New System.Drawing.Size(259, 50)
  77.         Me.btnStatistics.TabIndex = 3
  78.         Me.btnStatistics.Text = "Display Statistics"
  79.         Me.btnStatistics.UseVisualStyleBackColor = False
  80.         '
  81.        'lblAverage
  82.        '
  83.        Me.lblAverage.AutoSize = True
  84.         Me.lblAverage.Font = New System.Drawing.Font("Gadugi", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  85.         Me.lblAverage.Location = New System.Drawing.Point(118, 380)
  86.         Me.lblAverage.Name = "lblAverage"
  87.         Me.lblAverage.Size = New System.Drawing.Size(309, 19)
  88.         Me.lblAverage.TabIndex = 4
  89.         Me.lblAverage.Text = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  90.         Me.lblAverage.Visible = False
  91.         '
  92.        'lblMostSaving
  93.        '
  94.        Me.lblMostSaving.AutoSize = True
  95.         Me.lblMostSaving.Font = New System.Drawing.Font("Gadugi", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  96.         Me.lblMostSaving.Location = New System.Drawing.Point(62, 418)
  97.         Me.lblMostSaving.Name = "lblMostSaving"
  98.         Me.lblMostSaving.Size = New System.Drawing.Size(509, 19)
  99.         Me.lblMostSaving.TabIndex = 5
  100.         Me.lblMostSaving.Text = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
  101.         Me.lblMostSaving.Visible = False
  102.         '
  103.        'picSmart
  104.        '
  105.        Me.picSmart.BackgroundImage = CType(resources.GetObject("picSmart.BackgroundImage"), System.Drawing.Image)
  106.         Me.picSmart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  107.         Me.picSmart.Location = New System.Drawing.Point(2, 0)
  108.         Me.picSmart.Name = "picSmart"
  109.         Me.picSmart.Size = New System.Drawing.Size(290, 255)
  110.         Me.picSmart.TabIndex = 6
  111.         Me.picSmart.TabStop = False
  112.         '
  113.        'frmElectric
  114.        '
  115.        Me.AcceptButton = Me.btnStatistics
  116.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  117.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  118.         Me.BackColor = System.Drawing.Color.PeachPuff
  119.         Me.ClientSize = New System.Drawing.Size(607, 463)
  120.         Me.Controls.Add(Me.picSmart)
  121.         Me.Controls.Add(Me.lblMostSaving)
  122.         Me.Controls.Add(Me.lblAverage)
  123.         Me.Controls.Add(Me.btnStatistics)
  124.         Me.Controls.Add(Me.lblSaving)
  125.         Me.Controls.Add(Me.cboMonth)
  126.         Me.Controls.Add(Me.lblTitle)
  127.         Me.Name = "frmElectric"
  128.         Me.Text = "Smart Home Application"
  129.         CType(Me.picSmart, System.ComponentModel.ISupportInitialize).EndInit()
  130.         Me.ResumeLayout(False)
  131.         Me.PerformLayout()
  132.  
  133.     End Sub
  134.  
  135.     Friend WithEvents lblTitle As Label
  136.     Friend WithEvents cboMonth As ComboBox
  137.     Friend WithEvents lblSaving As Label
  138.     Friend WithEvents btnStatistics As Button
  139.     Friend WithEvents lblAverage As Label
  140.     Friend WithEvents lblMostSaving As Label
  141.     Friend WithEvents picSmart As PictureBox
  142.  
  143.     Private Sub btnStatistics_Click(sender As Object, e As EventArgs) Handles btnStatistics.Click
  144.  
  145.     End Sub
  146.  
  147.     Public Class frmElectric
  148.         ' Class Level Private Variable
  149.  
  150.  
  151.     End Class
  152.         Private Sub frmElectric_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  153.  
  154.     End Sub
  155. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement