Advertisement
Guest User

Alarm

a guest
Jan 11th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 8.22 KB | None | 0 0
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form1
  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.         Me.components = New System.ComponentModel.Container()
  26.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  27.         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  28.         Me.Label4 = New System.Windows.Forms.Label()
  29.         Me.dtp1 = New System.Windows.Forms.DateTimePicker()
  30.         Me.dtp2 = New System.Windows.Forms.DateTimePicker()
  31.         Me.dtp3 = New System.Windows.Forms.DateTimePicker()
  32.         Me.Label1 = New System.Windows.Forms.Label()
  33.         Me.Label2 = New System.Windows.Forms.Label()
  34.         Me.Label3 = New System.Windows.Forms.Label()
  35.         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  36.         Me.Label5 = New System.Windows.Forms.Label()
  37.         Me.tmrSystemTime = New System.Windows.Forms.Timer(Me.components)
  38.         Me.tmrStart = New System.Windows.Forms.Timer(Me.components)
  39.         Me.GroupBox1.SuspendLayout()
  40.         Me.GroupBox2.SuspendLayout()
  41.         Me.SuspendLayout()
  42.         '
  43.         'GroupBox1
  44.         '
  45.         Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
  46.         Me.GroupBox1.Controls.Add(Me.Label4)
  47.         Me.GroupBox1.ForeColor = System.Drawing.Color.DarkGoldenrod
  48.         Me.GroupBox1.Location = New System.Drawing.Point(113, 286)
  49.         Me.GroupBox1.Name = "GroupBox1"
  50.         Me.GroupBox1.Size = New System.Drawing.Size(137, 84)
  51.         Me.GroupBox1.TabIndex = 0
  52.         Me.GroupBox1.TabStop = False
  53.         Me.GroupBox1.Text = "System Time"
  54.         '
  55.         'Label4
  56.         '
  57.         Me.Label4.Font = New System.Drawing.Font("Times New Roman", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  58.         Me.Label4.Location = New System.Drawing.Point(6, 16)
  59.         Me.Label4.Name = "Label4"
  60.         Me.Label4.Size = New System.Drawing.Size(125, 65)
  61.         Me.Label4.TabIndex = 0
  62.         Me.Label4.Text = "Label4"
  63.         Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  64.         '
  65.         'dtp1
  66.         '
  67.         Me.dtp1.Format = System.Windows.Forms.DateTimePickerFormat.Time
  68.         Me.dtp1.Location = New System.Drawing.Point(113, 389)
  69.         Me.dtp1.Name = "dtp1"
  70.         Me.dtp1.ShowUpDown = True
  71.         Me.dtp1.Size = New System.Drawing.Size(90, 20)
  72.         Me.dtp1.TabIndex = 2
  73.         '
  74.         'dtp2
  75.         '
  76.         Me.dtp2.Format = System.Windows.Forms.DateTimePickerFormat.Time
  77.         Me.dtp2.Location = New System.Drawing.Point(209, 389)
  78.         Me.dtp2.Name = "dtp2"
  79.         Me.dtp2.ShowUpDown = True
  80.         Me.dtp2.Size = New System.Drawing.Size(90, 20)
  81.         Me.dtp2.TabIndex = 3
  82.         '
  83.         'dtp3
  84.         '
  85.         Me.dtp3.Format = System.Windows.Forms.DateTimePickerFormat.Time
  86.         Me.dtp3.Location = New System.Drawing.Point(305, 389)
  87.         Me.dtp3.Name = "dtp3"
  88.         Me.dtp3.ShowUpDown = True
  89.         Me.dtp3.Size = New System.Drawing.Size(90, 20)
  90.         Me.dtp3.TabIndex = 4
  91.         '
  92.         'Label1
  93.         '
  94.         Me.Label1.AutoSize = True
  95.         Me.Label1.BackColor = System.Drawing.Color.Transparent
  96.         Me.Label1.ForeColor = System.Drawing.Color.DarkGoldenrod
  97.         Me.Label1.Location = New System.Drawing.Point(110, 373)
  98.         Me.Label1.Name = "Label1"
  99.         Me.Label1.Size = New System.Drawing.Size(44, 13)
  100.         Me.Label1.TabIndex = 5
  101.         Me.Label1.Text = "Break 1"
  102.         '
  103.         'Label2
  104.         '
  105.         Me.Label2.AutoSize = True
  106.         Me.Label2.BackColor = System.Drawing.Color.Transparent
  107.         Me.Label2.ForeColor = System.Drawing.Color.DarkGoldenrod
  108.         Me.Label2.Location = New System.Drawing.Point(206, 373)
  109.         Me.Label2.Name = "Label2"
  110.         Me.Label2.Size = New System.Drawing.Size(44, 13)
  111.         Me.Label2.TabIndex = 6
  112.         Me.Label2.Text = "Break 2"
  113.         '
  114.         'Label3
  115.         '
  116.         Me.Label3.AutoSize = True
  117.         Me.Label3.BackColor = System.Drawing.Color.Transparent
  118.         Me.Label3.ForeColor = System.Drawing.Color.DarkGoldenrod
  119.         Me.Label3.Location = New System.Drawing.Point(302, 373)
  120.         Me.Label3.Name = "Label3"
  121.         Me.Label3.Size = New System.Drawing.Size(44, 13)
  122.         Me.Label3.TabIndex = 7
  123.         Me.Label3.Text = "Break 3"
  124.         '
  125.         'GroupBox2
  126.         '
  127.         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
  128.         Me.GroupBox2.Controls.Add(Me.Label5)
  129.         Me.GroupBox2.ForeColor = System.Drawing.Color.DarkGoldenrod
  130.         Me.GroupBox2.Location = New System.Drawing.Point(258, 286)
  131.         Me.GroupBox2.Name = "GroupBox2"
  132.         Me.GroupBox2.Size = New System.Drawing.Size(137, 84)
  133.         Me.GroupBox2.TabIndex = 8
  134.         Me.GroupBox2.TabStop = False
  135.         Me.GroupBox2.Text = "Timer"
  136.         '
  137.         'Label5
  138.         '
  139.         Me.Label5.Font = New System.Drawing.Font("Times New Roman", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  140.         Me.Label5.Location = New System.Drawing.Point(6, 16)
  141.         Me.Label5.Name = "Label5"
  142.         Me.Label5.Size = New System.Drawing.Size(125, 65)
  143.         Me.Label5.TabIndex = 1
  144.         Me.Label5.Text = "Label5"
  145.         Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  146.         '
  147.         'tmrSystemTime
  148.         '
  149.         Me.tmrSystemTime.Enabled = True
  150.         Me.tmrSystemTime.Interval = 1000
  151.         '
  152.         'tmrStart
  153.         '
  154.         Me.tmrStart.Interval = 500
  155.         '
  156.         'Form1
  157.         '
  158.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  159.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  160.         Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(50, Byte), Integer), CType(CType(27, Byte), Integer), CType(CType(10, Byte), Integer))
  161.         Me.BackgroundImage = CType(resources.GetObject("$this.BackgroundImage"), System.Drawing.Image)
  162.         Me.ClientSize = New System.Drawing.Size(459, 426)
  163.         Me.Controls.Add(Me.GroupBox2)
  164.         Me.Controls.Add(Me.Label3)
  165.         Me.Controls.Add(Me.Label2)
  166.         Me.Controls.Add(Me.Label1)
  167.         Me.Controls.Add(Me.dtp3)
  168.         Me.Controls.Add(Me.dtp2)
  169.         Me.Controls.Add(Me.dtp1)
  170.         Me.Controls.Add(Me.GroupBox1)
  171.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  172.         Me.Name = "Form1"
  173.         Me.Text = "Form1"
  174.         Me.TransparencyKey = System.Drawing.Color.FromArgb(CType(CType(50, Byte), Integer), CType(CType(27, Byte), Integer), CType(CType(10, Byte), Integer))
  175.         Me.GroupBox1.ResumeLayout(False)
  176.         Me.GroupBox2.ResumeLayout(False)
  177.         Me.ResumeLayout(False)
  178.         Me.PerformLayout()
  179.  
  180.     End Sub
  181.     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  182.     Friend WithEvents dtp1 As System.Windows.Forms.DateTimePicker
  183.     Friend WithEvents dtp2 As System.Windows.Forms.DateTimePicker
  184.     Friend WithEvents dtp3 As System.Windows.Forms.DateTimePicker
  185.     Friend WithEvents Label4 As System.Windows.Forms.Label
  186.     Friend WithEvents Label1 As System.Windows.Forms.Label
  187.     Friend WithEvents Label2 As System.Windows.Forms.Label
  188.     Friend WithEvents Label3 As System.Windows.Forms.Label
  189.     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
  190.     Friend WithEvents tmrSystemTime As System.Windows.Forms.Timer
  191.     Friend WithEvents Label5 As System.Windows.Forms.Label
  192.     Friend WithEvents tmrStart As System.Windows.Forms.Timer
  193.  
  194. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement