276 lines
13 KiB
VB.net
276 lines
13 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class PlantMaintenanceForm
|
|
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.components = New System.ComponentModel.Container()
|
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(PlantMaintenanceForm))
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.txtplant = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.dg = New System.Windows.Forms.DataGridView()
|
|
Me.menu = New System.Windows.Forms.BindingNavigator(Me.components)
|
|
Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel()
|
|
Me.ts_first = New System.Windows.Forms.ToolStripButton()
|
|
Me.ts_prev = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.ts_next = New System.Windows.Forms.ToolStripButton()
|
|
Me.ts_last = New System.Windows.Forms.ToolStripButton()
|
|
Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.ts_new = New System.Windows.Forms.ToolStripButton()
|
|
Me.ts_delete = New System.Windows.Forms.ToolStripButton()
|
|
Me.ts_save = New System.Windows.Forms.ToolStripButton()
|
|
Me.toolStripSeparator = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.ts_edit = New System.Windows.Forms.ToolStripButton()
|
|
Me.ts_revert = New System.Windows.Forms.ToolStripButton()
|
|
Me.GroupBox1.SuspendLayout()
|
|
CType(Me.dg, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.menu, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.menu.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.txtplant)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(32, 33)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(310, 62)
|
|
Me.GroupBox1.TabIndex = 2
|
|
Me.GroupBox1.TabStop = False
|
|
'
|
|
'txtplant
|
|
'
|
|
Me.txtplant.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtplant.Location = New System.Drawing.Point(57, 26)
|
|
Me.txtplant.Name = "txtplant"
|
|
Me.txtplant.Size = New System.Drawing.Size(210, 21)
|
|
Me.txtplant.TabIndex = 1
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(11, 29)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(40, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Plant:"
|
|
'
|
|
'dg
|
|
'
|
|
Me.dg.AllowUserToAddRows = False
|
|
Me.dg.AllowUserToDeleteRows = False
|
|
Me.dg.AllowUserToResizeColumns = False
|
|
Me.dg.AllowUserToResizeRows = False
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.InactiveCaptionText
|
|
Me.dg.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dg.BackgroundColor = System.Drawing.SystemColors.Control
|
|
Me.dg.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.dg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dg.GridColor = System.Drawing.Color.SteelBlue
|
|
Me.dg.Location = New System.Drawing.Point(32, 110)
|
|
Me.dg.Name = "dg"
|
|
Me.dg.RowHeadersVisible = False
|
|
Me.dg.RowHeadersWidth = 20
|
|
Me.dg.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
|
|
Me.dg.Size = New System.Drawing.Size(310, 178)
|
|
Me.dg.TabIndex = 17
|
|
'
|
|
'menu
|
|
'
|
|
Me.menu.AddNewItem = Nothing
|
|
Me.menu.CountItem = Me.BindingNavigatorCountItem
|
|
Me.menu.DeleteItem = Nothing
|
|
Me.menu.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ts_first, Me.ts_prev, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.ts_next, Me.ts_last, Me.BindingNavigatorSeparator2, Me.ts_new, Me.ts_delete, Me.ts_save, Me.toolStripSeparator, Me.ts_edit, Me.ts_revert})
|
|
Me.menu.Location = New System.Drawing.Point(0, 0)
|
|
Me.menu.MoveFirstItem = Nothing
|
|
Me.menu.MoveLastItem = Nothing
|
|
Me.menu.MoveNextItem = Nothing
|
|
Me.menu.MovePreviousItem = Nothing
|
|
Me.menu.Name = "menu"
|
|
Me.menu.PositionItem = Me.BindingNavigatorPositionItem
|
|
Me.menu.Size = New System.Drawing.Size(374, 25)
|
|
Me.menu.TabIndex = 18
|
|
'
|
|
'BindingNavigatorCountItem
|
|
'
|
|
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
|
Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(35, 22)
|
|
Me.BindingNavigatorCountItem.Text = "of {0}"
|
|
Me.BindingNavigatorCountItem.ToolTipText = "Total number of items"
|
|
'
|
|
'ts_first
|
|
'
|
|
Me.ts_first.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ts_first.Image = CType(resources.GetObject("ts_first.Image"), System.Drawing.Image)
|
|
Me.ts_first.Name = "ts_first"
|
|
Me.ts_first.RightToLeftAutoMirrorImage = True
|
|
Me.ts_first.Size = New System.Drawing.Size(23, 22)
|
|
Me.ts_first.Text = "Move first"
|
|
'
|
|
'ts_prev
|
|
'
|
|
Me.ts_prev.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ts_prev.Image = CType(resources.GetObject("ts_prev.Image"), System.Drawing.Image)
|
|
Me.ts_prev.Name = "ts_prev"
|
|
Me.ts_prev.RightToLeftAutoMirrorImage = True
|
|
Me.ts_prev.Size = New System.Drawing.Size(23, 22)
|
|
Me.ts_prev.Text = "Move previous"
|
|
'
|
|
'BindingNavigatorSeparator
|
|
'
|
|
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
|
Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'BindingNavigatorPositionItem
|
|
'
|
|
Me.BindingNavigatorPositionItem.AccessibleName = "Position"
|
|
Me.BindingNavigatorPositionItem.AutoSize = False
|
|
Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
|
|
Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(58, 23)
|
|
Me.BindingNavigatorPositionItem.Text = "0"
|
|
Me.BindingNavigatorPositionItem.ToolTipText = "Current position"
|
|
'
|
|
'BindingNavigatorSeparator1
|
|
'
|
|
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
|
Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'ts_next
|
|
'
|
|
Me.ts_next.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ts_next.Image = CType(resources.GetObject("ts_next.Image"), System.Drawing.Image)
|
|
Me.ts_next.Name = "ts_next"
|
|
Me.ts_next.RightToLeftAutoMirrorImage = True
|
|
Me.ts_next.Size = New System.Drawing.Size(23, 22)
|
|
Me.ts_next.Text = "Move next"
|
|
'
|
|
'ts_last
|
|
'
|
|
Me.ts_last.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ts_last.Image = CType(resources.GetObject("ts_last.Image"), System.Drawing.Image)
|
|
Me.ts_last.Name = "ts_last"
|
|
Me.ts_last.RightToLeftAutoMirrorImage = True
|
|
Me.ts_last.Size = New System.Drawing.Size(23, 22)
|
|
Me.ts_last.Text = "Move last"
|
|
'
|
|
'BindingNavigatorSeparator2
|
|
'
|
|
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
|
Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'ts_new
|
|
'
|
|
Me.ts_new.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ts_new.Image = CType(resources.GetObject("ts_new.Image"), System.Drawing.Image)
|
|
Me.ts_new.Name = "ts_new"
|
|
Me.ts_new.RightToLeftAutoMirrorImage = True
|
|
Me.ts_new.Size = New System.Drawing.Size(23, 22)
|
|
Me.ts_new.Text = "Add new"
|
|
'
|
|
'ts_delete
|
|
'
|
|
Me.ts_delete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ts_delete.Image = CType(resources.GetObject("ts_delete.Image"), System.Drawing.Image)
|
|
Me.ts_delete.Name = "ts_delete"
|
|
Me.ts_delete.RightToLeftAutoMirrorImage = True
|
|
Me.ts_delete.Size = New System.Drawing.Size(23, 22)
|
|
Me.ts_delete.Text = "Delete"
|
|
'
|
|
'ts_save
|
|
'
|
|
Me.ts_save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ts_save.Image = CType(resources.GetObject("ts_save.Image"), System.Drawing.Image)
|
|
Me.ts_save.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ts_save.Name = "ts_save"
|
|
Me.ts_save.Size = New System.Drawing.Size(23, 22)
|
|
Me.ts_save.Text = "&Save"
|
|
'
|
|
'toolStripSeparator
|
|
'
|
|
Me.toolStripSeparator.Name = "toolStripSeparator"
|
|
Me.toolStripSeparator.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'ts_edit
|
|
'
|
|
Me.ts_edit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ts_edit.Image = CType(resources.GetObject("ts_edit.Image"), System.Drawing.Image)
|
|
Me.ts_edit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ts_edit.Name = "ts_edit"
|
|
Me.ts_edit.Size = New System.Drawing.Size(23, 22)
|
|
Me.ts_edit.Text = "Edit"
|
|
'
|
|
'ts_revert
|
|
'
|
|
Me.ts_revert.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ts_revert.Image = CType(resources.GetObject("ts_revert.Image"), System.Drawing.Image)
|
|
Me.ts_revert.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ts_revert.Name = "ts_revert"
|
|
Me.ts_revert.Size = New System.Drawing.Size(23, 22)
|
|
Me.ts_revert.Text = "Undo"
|
|
'
|
|
'PlantMaintenanceForm
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(374, 297)
|
|
Me.Controls.Add(Me.menu)
|
|
Me.Controls.Add(Me.dg)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Name = "PlantMaintenanceForm"
|
|
Me.Text = "Plant Maintenance"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
CType(Me.dg, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.menu, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.menu.ResumeLayout(False)
|
|
Me.menu.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents txtplant As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents dg As System.Windows.Forms.DataGridView
|
|
Friend WithEvents menu As System.Windows.Forms.BindingNavigator
|
|
Friend WithEvents BindingNavigatorCountItem As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents ts_first As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ts_prev As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorSeparator As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents BindingNavigatorPositionItem As System.Windows.Forms.ToolStripTextBox
|
|
Friend WithEvents BindingNavigatorSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ts_next As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ts_last As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents BindingNavigatorSeparator2 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ts_new As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ts_delete As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ts_save As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents toolStripSeparator As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ts_edit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ts_revert As System.Windows.Forms.ToolStripButton
|
|
End Class
|