580 lines
24 KiB
VB.net
580 lines
24 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||
Partial Class Main
|
||
Inherits System.Windows.Forms.Form
|
||
|
||
'Form remplace la méthode Dispose pour nettoyer la liste des composants.
|
||
<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
|
||
|
||
'Requise par le Concepteur Windows Form
|
||
Private components As System.ComponentModel.IContainer
|
||
|
||
'REMARQUE : la procédure suivante est requise par le Concepteur Windows Form
|
||
'Elle peut être modifiée à l'aide du Concepteur Windows Form.
|
||
'Ne la modifiez pas à l'aide de l'éditeur de code.
|
||
<System.Diagnostics.DebuggerStepThrough()>
|
||
Private Sub InitializeComponent()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Main))
|
||
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||
Me.QuitterToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.AddComputerToolMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.EnleverPCsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.GénérerDesIDsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.DBToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ImporterToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.ExporterToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.AboutToolMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||
Me.StatusLabel = New System.Windows.Forms.ToolStripStatusLabel()
|
||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||
Me.InvList = New System.Windows.Forms.ListBox()
|
||
Me.SendOutButton = New System.Windows.Forms.Button()
|
||
Me.TrashButton = New System.Windows.Forms.Button()
|
||
Me.Label1 = New System.Windows.Forms.Label()
|
||
Me.Label2 = New System.Windows.Forms.Label()
|
||
Me.Label4 = New System.Windows.Forms.Label()
|
||
Me.NameBox = New System.Windows.Forms.TextBox()
|
||
Me.Label5 = New System.Windows.Forms.Label()
|
||
Me.DetailsBox = New System.Windows.Forms.TextBox()
|
||
Me.EmpruntCheckBox = New System.Windows.Forms.CheckBox()
|
||
Me.EmprunterName = New System.Windows.Forms.TextBox()
|
||
Me.SerieCheckBox = New System.Windows.Forms.CheckBox()
|
||
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
||
Me.IDBox = New System.Windows.Forms.MaskedTextBox()
|
||
Me.GivenByBox = New System.Windows.Forms.TextBox()
|
||
Me.Label8 = New System.Windows.Forms.Label()
|
||
Me.EtatBox = New System.Windows.Forms.TextBox()
|
||
Me.HWCheck = New System.Windows.Forms.CheckBox()
|
||
Me.OSCheck = New System.Windows.Forms.CheckBox()
|
||
Me.DrvCheck = New System.Windows.Forms.CheckBox()
|
||
Me.SoftCheck = New System.Windows.Forms.CheckBox()
|
||
Me.ActivateCheck = New System.Windows.Forms.CheckBox()
|
||
Me.ComputerRepairGlobalProgress = New System.Windows.Forms.ProgressBar()
|
||
Me.Label6 = New System.Windows.Forms.Label()
|
||
Me.Label7 = New System.Windows.Forms.Label()
|
||
Me.MemBox = New System.Windows.Forms.TextBox()
|
||
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
||
Me.OSBox = New System.Windows.Forms.TextBox()
|
||
Me.ArchBox = New System.Windows.Forms.TextBox()
|
||
Me.EditButton = New System.Windows.Forms.Button()
|
||
Me.OpenBackupFile = New System.Windows.Forms.OpenFileDialog()
|
||
Me.SaveBackupFile = New System.Windows.Forms.SaveFileDialog()
|
||
Me.MenuStrip1.SuspendLayout()
|
||
Me.StatusStrip1.SuspendLayout()
|
||
Me.GroupBox1.SuspendLayout()
|
||
Me.GroupBox2.SuspendLayout()
|
||
Me.GroupBox3.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'MenuStrip1
|
||
'
|
||
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.QuitterToolStripMenuItem, Me.AddComputerToolMenuItem, Me.EnleverPCsToolStripMenuItem, Me.GénérerDesIDsToolStripMenuItem, Me.DBToolStripMenuItem, Me.AboutToolMenuItem})
|
||
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
||
Me.MenuStrip1.Name = "MenuStrip1"
|
||
Me.MenuStrip1.Size = New System.Drawing.Size(874, 24)
|
||
Me.MenuStrip1.TabIndex = 0
|
||
Me.MenuStrip1.Text = "MenuStrip1"
|
||
'
|
||
'QuitterToolStripMenuItem
|
||
'
|
||
Me.QuitterToolStripMenuItem.Name = "QuitterToolStripMenuItem"
|
||
Me.QuitterToolStripMenuItem.Size = New System.Drawing.Size(56, 20)
|
||
Me.QuitterToolStripMenuItem.Text = "Quitter"
|
||
'
|
||
'AddComputerToolMenuItem
|
||
'
|
||
Me.AddComputerToolMenuItem.Name = "AddComputerToolMenuItem"
|
||
Me.AddComputerToolMenuItem.Size = New System.Drawing.Size(81, 20)
|
||
Me.AddComputerToolMenuItem.Text = "Ajouter PCs"
|
||
'
|
||
'EnleverPCsToolStripMenuItem
|
||
'
|
||
Me.EnleverPCsToolStripMenuItem.Name = "EnleverPCsToolStripMenuItem"
|
||
Me.EnleverPCsToolStripMenuItem.Size = New System.Drawing.Size(80, 20)
|
||
Me.EnleverPCsToolStripMenuItem.Text = "Enlever PCs"
|
||
'
|
||
'GénérerDesIDsToolStripMenuItem
|
||
'
|
||
Me.GénérerDesIDsToolStripMenuItem.Name = "GénérerDesIDsToolStripMenuItem"
|
||
Me.GénérerDesIDsToolStripMenuItem.Size = New System.Drawing.Size(100, 20)
|
||
Me.GénérerDesIDsToolStripMenuItem.Text = "Générer des IDs"
|
||
'
|
||
'DBToolStripMenuItem
|
||
'
|
||
Me.DBToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ImporterToolStripMenuItem, Me.ExporterToolStripMenuItem})
|
||
Me.DBToolStripMenuItem.Name = "DBToolStripMenuItem"
|
||
Me.DBToolStripMenuItem.Size = New System.Drawing.Size(34, 20)
|
||
Me.DBToolStripMenuItem.Text = "DB"
|
||
Me.DBToolStripMenuItem.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
||
'
|
||
'ImporterToolStripMenuItem
|
||
'
|
||
Me.ImporterToolStripMenuItem.Name = "ImporterToolStripMenuItem"
|
||
Me.ImporterToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
|
||
Me.ImporterToolStripMenuItem.Text = "Importer"
|
||
'
|
||
'ExporterToolStripMenuItem
|
||
'
|
||
Me.ExporterToolStripMenuItem.Name = "ExporterToolStripMenuItem"
|
||
Me.ExporterToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
|
||
Me.ExporterToolStripMenuItem.Text = "Exporter"
|
||
'
|
||
'AboutToolMenuItem
|
||
'
|
||
Me.AboutToolMenuItem.Name = "AboutToolMenuItem"
|
||
Me.AboutToolMenuItem.Size = New System.Drawing.Size(24, 20)
|
||
Me.AboutToolMenuItem.Text = "?"
|
||
'
|
||
'StatusStrip1
|
||
'
|
||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.StatusLabel})
|
||
Me.StatusStrip1.Location = New System.Drawing.Point(0, 375)
|
||
Me.StatusStrip1.Name = "StatusStrip1"
|
||
Me.StatusStrip1.Size = New System.Drawing.Size(874, 22)
|
||
Me.StatusStrip1.TabIndex = 1
|
||
Me.StatusStrip1.Text = "StatusStrip1"
|
||
'
|
||
'StatusLabel
|
||
'
|
||
Me.StatusLabel.Name = "StatusLabel"
|
||
Me.StatusLabel.Size = New System.Drawing.Size(67, 17)
|
||
Me.StatusLabel.Text = "StatusLabel"
|
||
'
|
||
'GroupBox1
|
||
'
|
||
Me.GroupBox1.Controls.Add(Me.InvList)
|
||
Me.GroupBox1.Location = New System.Drawing.Point(12, 27)
|
||
Me.GroupBox1.Name = "GroupBox1"
|
||
Me.GroupBox1.Size = New System.Drawing.Size(336, 339)
|
||
Me.GroupBox1.TabIndex = 2
|
||
Me.GroupBox1.TabStop = False
|
||
Me.GroupBox1.Text = "Inventaire"
|
||
'
|
||
'InvList
|
||
'
|
||
Me.InvList.FormattingEnabled = True
|
||
Me.InvList.Location = New System.Drawing.Point(6, 17)
|
||
Me.InvList.Name = "InvList"
|
||
Me.InvList.ScrollAlwaysVisible = True
|
||
Me.InvList.Size = New System.Drawing.Size(324, 316)
|
||
Me.InvList.TabIndex = 1
|
||
Me.InvList.TabStop = False
|
||
'
|
||
'SendOutButton
|
||
'
|
||
Me.SendOutButton.BackColor = System.Drawing.Color.Green
|
||
Me.SendOutButton.Enabled = False
|
||
Me.SendOutButton.Location = New System.Drawing.Point(701, 343)
|
||
Me.SendOutButton.Name = "SendOutButton"
|
||
Me.SendOutButton.Size = New System.Drawing.Size(156, 23)
|
||
Me.SendOutButton.TabIndex = 6
|
||
Me.SendOutButton.TabStop = False
|
||
Me.SendOutButton.Text = "A été livré"
|
||
Me.SendOutButton.UseVisualStyleBackColor = False
|
||
'
|
||
'TrashButton
|
||
'
|
||
Me.TrashButton.BackColor = System.Drawing.Color.Firebrick
|
||
Me.TrashButton.Enabled = False
|
||
Me.TrashButton.ForeColor = System.Drawing.Color.White
|
||
Me.TrashButton.Location = New System.Drawing.Point(361, 343)
|
||
Me.TrashButton.Name = "TrashButton"
|
||
Me.TrashButton.Size = New System.Drawing.Size(156, 23)
|
||
Me.TrashButton.TabIndex = 7
|
||
Me.TrashButton.TabStop = False
|
||
Me.TrashButton.Text = "A été jeté"
|
||
Me.TrashButton.UseVisualStyleBackColor = False
|
||
'
|
||
'Label1
|
||
'
|
||
Me.Label1.AutoSize = True
|
||
Me.Label1.Location = New System.Drawing.Point(7, 19)
|
||
Me.Label1.Name = "Label1"
|
||
Me.Label1.Size = New System.Drawing.Size(24, 13)
|
||
Me.Label1.TabIndex = 0
|
||
Me.Label1.Text = "ID :"
|
||
'
|
||
'Label2
|
||
'
|
||
Me.Label2.AutoSize = True
|
||
Me.Label2.Location = New System.Drawing.Point(122, 19)
|
||
Me.Label2.Name = "Label2"
|
||
Me.Label2.Size = New System.Drawing.Size(35, 13)
|
||
Me.Label2.TabIndex = 2
|
||
Me.Label2.Text = "Nom :"
|
||
'
|
||
'Label4
|
||
'
|
||
Me.Label4.AutoSize = True
|
||
Me.Label4.Location = New System.Drawing.Point(58, 80)
|
||
Me.Label4.Name = "Label4"
|
||
Me.Label4.Size = New System.Drawing.Size(45, 13)
|
||
Me.Label4.TabIndex = 4
|
||
Me.Label4.Text = "Détails :"
|
||
'
|
||
'NameBox
|
||
'
|
||
Me.NameBox.Location = New System.Drawing.Point(154, 16)
|
||
Me.NameBox.Name = "NameBox"
|
||
Me.NameBox.ReadOnly = True
|
||
Me.NameBox.Size = New System.Drawing.Size(339, 20)
|
||
Me.NameBox.TabIndex = 5
|
||
Me.NameBox.TabStop = False
|
||
'
|
||
'Label5
|
||
'
|
||
Me.Label5.AutoSize = True
|
||
Me.Label5.Location = New System.Drawing.Point(7, 50)
|
||
Me.Label5.Name = "Label5"
|
||
Me.Label5.Size = New System.Drawing.Size(32, 13)
|
||
Me.Label5.TabIndex = 6
|
||
Me.Label5.Text = "Etat :"
|
||
'
|
||
'DetailsBox
|
||
'
|
||
Me.DetailsBox.Location = New System.Drawing.Point(109, 77)
|
||
Me.DetailsBox.Multiline = True
|
||
Me.DetailsBox.Name = "DetailsBox"
|
||
Me.DetailsBox.ReadOnly = True
|
||
Me.DetailsBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
||
Me.DetailsBox.Size = New System.Drawing.Size(383, 84)
|
||
Me.DetailsBox.TabIndex = 9
|
||
Me.DetailsBox.TabStop = False
|
||
'
|
||
'EmpruntCheckBox
|
||
'
|
||
Me.EmpruntCheckBox.AutoSize = True
|
||
Me.EmpruntCheckBox.Enabled = False
|
||
Me.EmpruntCheckBox.Location = New System.Drawing.Point(5, 168)
|
||
Me.EmpruntCheckBox.Name = "EmpruntCheckBox"
|
||
Me.EmpruntCheckBox.Size = New System.Drawing.Size(98, 17)
|
||
Me.EmpruntCheckBox.TabIndex = 10
|
||
Me.EmpruntCheckBox.TabStop = False
|
||
Me.EmpruntCheckBox.Text = "Emprunté par :"
|
||
Me.EmpruntCheckBox.UseVisualStyleBackColor = True
|
||
'
|
||
'EmprunterName
|
||
'
|
||
Me.EmprunterName.Location = New System.Drawing.Point(109, 166)
|
||
Me.EmprunterName.Name = "EmprunterName"
|
||
Me.EmprunterName.ReadOnly = True
|
||
Me.EmprunterName.Size = New System.Drawing.Size(150, 20)
|
||
Me.EmprunterName.TabIndex = 11
|
||
Me.EmprunterName.TabStop = False
|
||
'
|
||
'SerieCheckBox
|
||
'
|
||
Me.SerieCheckBox.AutoSize = True
|
||
Me.SerieCheckBox.Enabled = False
|
||
Me.SerieCheckBox.Location = New System.Drawing.Point(433, 49)
|
||
Me.SerieCheckBox.Name = "SerieCheckBox"
|
||
Me.SerieCheckBox.Size = New System.Drawing.Size(59, 17)
|
||
Me.SerieCheckBox.TabIndex = 12
|
||
Me.SerieCheckBox.TabStop = False
|
||
Me.SerieCheckBox.Text = "Serie ?"
|
||
Me.SerieCheckBox.UseVisualStyleBackColor = True
|
||
'
|
||
'GroupBox2
|
||
'
|
||
Me.GroupBox2.Controls.Add(Me.IDBox)
|
||
Me.GroupBox2.Controls.Add(Me.GivenByBox)
|
||
Me.GroupBox2.Controls.Add(Me.Label8)
|
||
Me.GroupBox2.Controls.Add(Me.EtatBox)
|
||
Me.GroupBox2.Controls.Add(Me.SerieCheckBox)
|
||
Me.GroupBox2.Controls.Add(Me.EmprunterName)
|
||
Me.GroupBox2.Controls.Add(Me.EmpruntCheckBox)
|
||
Me.GroupBox2.Controls.Add(Me.DetailsBox)
|
||
Me.GroupBox2.Controls.Add(Me.Label5)
|
||
Me.GroupBox2.Controls.Add(Me.NameBox)
|
||
Me.GroupBox2.Controls.Add(Me.Label4)
|
||
Me.GroupBox2.Controls.Add(Me.Label2)
|
||
Me.GroupBox2.Controls.Add(Me.Label1)
|
||
Me.GroupBox2.Location = New System.Drawing.Point(355, 28)
|
||
Me.GroupBox2.Name = "GroupBox2"
|
||
Me.GroupBox2.Size = New System.Drawing.Size(508, 191)
|
||
Me.GroupBox2.TabIndex = 3
|
||
Me.GroupBox2.TabStop = False
|
||
Me.GroupBox2.Text = "Information et détails"
|
||
'
|
||
'IDBox
|
||
'
|
||
Me.IDBox.AllowDrop = True
|
||
Me.IDBox.AsciiOnly = True
|
||
Me.IDBox.Location = New System.Drawing.Point(37, 16)
|
||
Me.IDBox.Mask = "9999999999"
|
||
Me.IDBox.Name = "IDBox"
|
||
Me.IDBox.Size = New System.Drawing.Size(79, 20)
|
||
Me.IDBox.TabIndex = 0
|
||
Me.IDBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
||
'
|
||
'GivenByBox
|
||
'
|
||
Me.GivenByBox.Location = New System.Drawing.Point(251, 47)
|
||
Me.GivenByBox.Name = "GivenByBox"
|
||
Me.GivenByBox.ReadOnly = True
|
||
Me.GivenByBox.Size = New System.Drawing.Size(176, 20)
|
||
Me.GivenByBox.TabIndex = 16
|
||
Me.GivenByBox.TabStop = False
|
||
'
|
||
'Label8
|
||
'
|
||
Me.Label8.AutoSize = True
|
||
Me.Label8.Location = New System.Drawing.Point(174, 50)
|
||
Me.Label8.Name = "Label8"
|
||
Me.Label8.Size = New System.Drawing.Size(71, 13)
|
||
Me.Label8.TabIndex = 15
|
||
Me.Label8.Text = "Provenance :"
|
||
'
|
||
'EtatBox
|
||
'
|
||
Me.EtatBox.Location = New System.Drawing.Point(37, 47)
|
||
Me.EtatBox.Name = "EtatBox"
|
||
Me.EtatBox.ReadOnly = True
|
||
Me.EtatBox.Size = New System.Drawing.Size(131, 20)
|
||
Me.EtatBox.TabIndex = 13
|
||
Me.EtatBox.TabStop = False
|
||
'
|
||
'HWCheck
|
||
'
|
||
Me.HWCheck.AutoSize = True
|
||
Me.HWCheck.Enabled = False
|
||
Me.HWCheck.Location = New System.Drawing.Point(7, 20)
|
||
Me.HWCheck.Name = "HWCheck"
|
||
Me.HWCheck.Size = New System.Drawing.Size(72, 17)
|
||
Me.HWCheck.TabIndex = 0
|
||
Me.HWCheck.TabStop = False
|
||
Me.HWCheck.Text = "Hardware"
|
||
Me.HWCheck.UseVisualStyleBackColor = True
|
||
'
|
||
'OSCheck
|
||
'
|
||
Me.OSCheck.AutoSize = True
|
||
Me.OSCheck.Enabled = False
|
||
Me.OSCheck.Location = New System.Drawing.Point(7, 43)
|
||
Me.OSCheck.Name = "OSCheck"
|
||
Me.OSCheck.Size = New System.Drawing.Size(44, 17)
|
||
Me.OSCheck.TabIndex = 1
|
||
Me.OSCheck.TabStop = False
|
||
Me.OSCheck.Text = "O.S"
|
||
Me.OSCheck.UseVisualStyleBackColor = True
|
||
'
|
||
'DrvCheck
|
||
'
|
||
Me.DrvCheck.AutoSize = True
|
||
Me.DrvCheck.Enabled = False
|
||
Me.DrvCheck.Location = New System.Drawing.Point(7, 67)
|
||
Me.DrvCheck.Name = "DrvCheck"
|
||
Me.DrvCheck.Size = New System.Drawing.Size(59, 17)
|
||
Me.DrvCheck.TabIndex = 2
|
||
Me.DrvCheck.TabStop = False
|
||
Me.DrvCheck.Text = "Drivers"
|
||
Me.DrvCheck.UseVisualStyleBackColor = True
|
||
'
|
||
'SoftCheck
|
||
'
|
||
Me.SoftCheck.AutoSize = True
|
||
Me.SoftCheck.Enabled = False
|
||
Me.SoftCheck.Location = New System.Drawing.Point(151, 67)
|
||
Me.SoftCheck.Name = "SoftCheck"
|
||
Me.SoftCheck.Size = New System.Drawing.Size(68, 17)
|
||
Me.SoftCheck.TabIndex = 3
|
||
Me.SoftCheck.TabStop = False
|
||
Me.SoftCheck.Text = "Software"
|
||
Me.SoftCheck.UseVisualStyleBackColor = True
|
||
'
|
||
'ActivateCheck
|
||
'
|
||
Me.ActivateCheck.AutoSize = True
|
||
Me.ActivateCheck.Enabled = False
|
||
Me.ActivateCheck.Location = New System.Drawing.Point(72, 67)
|
||
Me.ActivateCheck.Name = "ActivateCheck"
|
||
Me.ActivateCheck.Size = New System.Drawing.Size(73, 17)
|
||
Me.ActivateCheck.TabIndex = 4
|
||
Me.ActivateCheck.TabStop = False
|
||
Me.ActivateCheck.Text = "Activation"
|
||
Me.ActivateCheck.UseVisualStyleBackColor = True
|
||
'
|
||
'ComputerRepairGlobalProgress
|
||
'
|
||
Me.ComputerRepairGlobalProgress.ForeColor = System.Drawing.Color.SteelBlue
|
||
Me.ComputerRepairGlobalProgress.Location = New System.Drawing.Point(6, 90)
|
||
Me.ComputerRepairGlobalProgress.Name = "ComputerRepairGlobalProgress"
|
||
Me.ComputerRepairGlobalProgress.Size = New System.Drawing.Size(496, 23)
|
||
Me.ComputerRepairGlobalProgress.TabIndex = 5
|
||
'
|
||
'Label6
|
||
'
|
||
Me.Label6.AutoSize = True
|
||
Me.Label6.Location = New System.Drawing.Point(85, 21)
|
||
Me.Label6.Name = "Label6"
|
||
Me.Label6.Size = New System.Drawing.Size(97, 13)
|
||
Me.Label6.TabIndex = 7
|
||
Me.Label6.Text = "Proc/Architecture :"
|
||
'
|
||
'Label7
|
||
'
|
||
Me.Label7.AutoSize = True
|
||
Me.Label7.Location = New System.Drawing.Point(248, 21)
|
||
Me.Label7.Name = "Label7"
|
||
Me.Label7.Size = New System.Drawing.Size(37, 13)
|
||
Me.Label7.TabIndex = 9
|
||
Me.Label7.Text = "RAM :"
|
||
'
|
||
'MemBox
|
||
'
|
||
Me.MemBox.Location = New System.Drawing.Point(291, 17)
|
||
Me.MemBox.Name = "MemBox"
|
||
Me.MemBox.ReadOnly = True
|
||
Me.MemBox.Size = New System.Drawing.Size(57, 20)
|
||
Me.MemBox.TabIndex = 10
|
||
Me.MemBox.TabStop = False
|
||
'
|
||
'GroupBox3
|
||
'
|
||
Me.GroupBox3.Controls.Add(Me.OSBox)
|
||
Me.GroupBox3.Controls.Add(Me.ArchBox)
|
||
Me.GroupBox3.Controls.Add(Me.MemBox)
|
||
Me.GroupBox3.Controls.Add(Me.Label7)
|
||
Me.GroupBox3.Controls.Add(Me.Label6)
|
||
Me.GroupBox3.Controls.Add(Me.ComputerRepairGlobalProgress)
|
||
Me.GroupBox3.Controls.Add(Me.ActivateCheck)
|
||
Me.GroupBox3.Controls.Add(Me.SoftCheck)
|
||
Me.GroupBox3.Controls.Add(Me.DrvCheck)
|
||
Me.GroupBox3.Controls.Add(Me.OSCheck)
|
||
Me.GroupBox3.Controls.Add(Me.HWCheck)
|
||
Me.GroupBox3.Location = New System.Drawing.Point(355, 219)
|
||
Me.GroupBox3.Name = "GroupBox3"
|
||
Me.GroupBox3.Size = New System.Drawing.Size(508, 118)
|
||
Me.GroupBox3.TabIndex = 4
|
||
Me.GroupBox3.TabStop = False
|
||
Me.GroupBox3.Text = "Avancement"
|
||
'
|
||
'OSBox
|
||
'
|
||
Me.OSBox.Location = New System.Drawing.Point(57, 41)
|
||
Me.OSBox.Name = "OSBox"
|
||
Me.OSBox.ReadOnly = True
|
||
Me.OSBox.Size = New System.Drawing.Size(59, 20)
|
||
Me.OSBox.TabIndex = 13
|
||
'
|
||
'ArchBox
|
||
'
|
||
Me.ArchBox.Location = New System.Drawing.Point(188, 18)
|
||
Me.ArchBox.Name = "ArchBox"
|
||
Me.ArchBox.ReadOnly = True
|
||
Me.ArchBox.Size = New System.Drawing.Size(54, 20)
|
||
Me.ArchBox.TabIndex = 12
|
||
'
|
||
'EditButton
|
||
'
|
||
Me.EditButton.BackColor = System.Drawing.Color.Gold
|
||
Me.EditButton.Enabled = False
|
||
Me.EditButton.Location = New System.Drawing.Point(523, 343)
|
||
Me.EditButton.Name = "EditButton"
|
||
Me.EditButton.Size = New System.Drawing.Size(172, 23)
|
||
Me.EditButton.TabIndex = 8
|
||
Me.EditButton.TabStop = False
|
||
Me.EditButton.Text = "Editer le suivi"
|
||
Me.EditButton.UseVisualStyleBackColor = False
|
||
'
|
||
'OpenBackupFile
|
||
'
|
||
Me.OpenBackupFile.DefaultExt = "sqlite"
|
||
Me.OpenBackupFile.Filter = "Fichier SQLite|*.sqlite"
|
||
Me.OpenBackupFile.Title = "Importer la DB"
|
||
'
|
||
'SaveBackupFile
|
||
'
|
||
Me.SaveBackupFile.DefaultExt = "sqlite"
|
||
Me.SaveBackupFile.Filter = "Fichier SQLite|*.sqlite"
|
||
Me.SaveBackupFile.Title = "Exporter la DB"
|
||
'
|
||
'Main
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(874, 397)
|
||
Me.Controls.Add(Me.EditButton)
|
||
Me.Controls.Add(Me.TrashButton)
|
||
Me.Controls.Add(Me.SendOutButton)
|
||
Me.Controls.Add(Me.GroupBox3)
|
||
Me.Controls.Add(Me.GroupBox2)
|
||
Me.Controls.Add(Me.GroupBox1)
|
||
Me.Controls.Add(Me.StatusStrip1)
|
||
Me.Controls.Add(Me.MenuStrip1)
|
||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MainMenuStrip = Me.MenuStrip1
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(890, 436)
|
||
Me.MinimumSize = New System.Drawing.Size(890, 436)
|
||
Me.Name = "Main"
|
||
Me.Text = "ISEN-Repair Inventory Manager"
|
||
Me.MenuStrip1.ResumeLayout(False)
|
||
Me.MenuStrip1.PerformLayout()
|
||
Me.StatusStrip1.ResumeLayout(False)
|
||
Me.StatusStrip1.PerformLayout()
|
||
Me.GroupBox1.ResumeLayout(False)
|
||
Me.GroupBox2.ResumeLayout(False)
|
||
Me.GroupBox2.PerformLayout()
|
||
Me.GroupBox3.ResumeLayout(False)
|
||
Me.GroupBox3.PerformLayout()
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents MenuStrip1 As MenuStrip
|
||
Friend WithEvents StatusStrip1 As StatusStrip
|
||
Friend WithEvents StatusLabel As ToolStripStatusLabel
|
||
Friend WithEvents GroupBox1 As GroupBox
|
||
Friend WithEvents InvList As ListBox
|
||
Friend WithEvents SendOutButton As Button
|
||
Friend WithEvents TrashButton As Button
|
||
Friend WithEvents AboutToolMenuItem As ToolStripMenuItem
|
||
Friend WithEvents Label1 As Label
|
||
Friend WithEvents Label2 As Label
|
||
Friend WithEvents Label4 As Label
|
||
Friend WithEvents NameBox As TextBox
|
||
Friend WithEvents Label5 As Label
|
||
Friend WithEvents DetailsBox As TextBox
|
||
Friend WithEvents EmpruntCheckBox As CheckBox
|
||
Friend WithEvents EmprunterName As TextBox
|
||
Friend WithEvents SerieCheckBox As CheckBox
|
||
Friend WithEvents GroupBox2 As GroupBox
|
||
Friend WithEvents HWCheck As CheckBox
|
||
Friend WithEvents OSCheck As CheckBox
|
||
Friend WithEvents DrvCheck As CheckBox
|
||
Friend WithEvents SoftCheck As CheckBox
|
||
Friend WithEvents ActivateCheck As CheckBox
|
||
Friend WithEvents ComputerRepairGlobalProgress As ProgressBar
|
||
Friend WithEvents Label6 As Label
|
||
Friend WithEvents Label7 As Label
|
||
Friend WithEvents MemBox As TextBox
|
||
Friend WithEvents GroupBox3 As GroupBox
|
||
Friend WithEvents EtatBox As TextBox
|
||
Friend WithEvents OSBox As TextBox
|
||
Friend WithEvents ArchBox As TextBox
|
||
Friend WithEvents GivenByBox As TextBox
|
||
Friend WithEvents Label8 As Label
|
||
Friend WithEvents EditButton As Button
|
||
Friend WithEvents IDBox As MaskedTextBox
|
||
Private WithEvents AddComputerToolMenuItem As ToolStripMenuItem
|
||
Friend WithEvents GénérerDesIDsToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents DBToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents OpenBackupFile As OpenFileDialog
|
||
Friend WithEvents SaveBackupFile As SaveFileDialog
|
||
Friend WithEvents ImporterToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents ExporterToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents QuitterToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents EnleverPCsToolStripMenuItem As ToolStripMenuItem
|
||
End Class
|