DB access prototype and fixed deleting issue
This commit is contained in:
parent
f942cc62c3
commit
cf9a756dd9
@ -35,8 +35,8 @@
|
|||||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||||
<WebPage>index.htm</WebPage>
|
<WebPage>index.htm</WebPage>
|
||||||
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
|
||||||
<ApplicationRevision>6</ApplicationRevision>
|
<ApplicationRevision>3</ApplicationRevision>
|
||||||
<ApplicationVersion>0.9.5.%2a</ApplicationVersion>
|
<ApplicationVersion>0.10.1.3</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
|
14
ISEN-Repair Inventory Manager/Main.Designer.vb
generated
14
ISEN-Repair Inventory Manager/Main.Designer.vb
generated
@ -26,6 +26,7 @@ Partial Class Main
|
|||||||
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
||||||
Me.AddComputerToolMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.AddComputerToolMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.GénérerDesIDsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.GénérerDesIDsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
|
Me.DBAccessToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.AboutToolMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
Me.AboutToolMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||||
Me.StatusLabel = New System.Windows.Forms.ToolStripStatusLabel()
|
Me.StatusLabel = New System.Windows.Forms.ToolStripStatusLabel()
|
||||||
@ -60,7 +61,6 @@ Partial Class Main
|
|||||||
Me.OSBox = New System.Windows.Forms.TextBox()
|
Me.OSBox = New System.Windows.Forms.TextBox()
|
||||||
Me.ArchBox = New System.Windows.Forms.TextBox()
|
Me.ArchBox = New System.Windows.Forms.TextBox()
|
||||||
Me.EditButton = New System.Windows.Forms.Button()
|
Me.EditButton = New System.Windows.Forms.Button()
|
||||||
Me.DBAccessToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
||||||
Me.MenuStrip1.SuspendLayout()
|
Me.MenuStrip1.SuspendLayout()
|
||||||
Me.StatusStrip1.SuspendLayout()
|
Me.StatusStrip1.SuspendLayout()
|
||||||
Me.GroupBox1.SuspendLayout()
|
Me.GroupBox1.SuspendLayout()
|
||||||
@ -89,6 +89,12 @@ Partial Class Main
|
|||||||
Me.GénérerDesIDsToolStripMenuItem.Size = New System.Drawing.Size(100, 20)
|
Me.GénérerDesIDsToolStripMenuItem.Size = New System.Drawing.Size(100, 20)
|
||||||
Me.GénérerDesIDsToolStripMenuItem.Text = "Générer des IDs"
|
Me.GénérerDesIDsToolStripMenuItem.Text = "Générer des IDs"
|
||||||
'
|
'
|
||||||
|
'DBAccessToolStripMenuItem
|
||||||
|
'
|
||||||
|
Me.DBAccessToolStripMenuItem.Name = "DBAccessToolStripMenuItem"
|
||||||
|
Me.DBAccessToolStripMenuItem.Size = New System.Drawing.Size(73, 20)
|
||||||
|
Me.DBAccessToolStripMenuItem.Text = "DB Access"
|
||||||
|
'
|
||||||
'AboutToolMenuItem
|
'AboutToolMenuItem
|
||||||
'
|
'
|
||||||
Me.AboutToolMenuItem.Name = "AboutToolMenuItem"
|
Me.AboutToolMenuItem.Name = "AboutToolMenuItem"
|
||||||
@ -447,12 +453,6 @@ Partial Class Main
|
|||||||
Me.EditButton.Text = "Editer le suivi"
|
Me.EditButton.Text = "Editer le suivi"
|
||||||
Me.EditButton.UseVisualStyleBackColor = False
|
Me.EditButton.UseVisualStyleBackColor = False
|
||||||
'
|
'
|
||||||
'DBAccessToolStripMenuItem
|
|
||||||
'
|
|
||||||
Me.DBAccessToolStripMenuItem.Name = "DBAccessToolStripMenuItem"
|
|
||||||
Me.DBAccessToolStripMenuItem.Size = New System.Drawing.Size(73, 20)
|
|
||||||
Me.DBAccessToolStripMenuItem.Text = "DB Access"
|
|
||||||
'
|
|
||||||
'Main
|
'Main
|
||||||
'
|
'
|
||||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||||
|
@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' en utilisant '*', comme indiqué ci-dessous :
|
' en utilisant '*', comme indiqué ci-dessous :
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("0.9.5.3")>
|
<Assembly: AssemblyVersion("0.10.1.3")>
|
||||||
<Assembly: AssemblyFileVersion("0.9.5.3")>
|
<Assembly: AssemblyFileVersion("0.10.1.3")>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
' Version.Text = System.String.Format(Version.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor)
|
' Version.Text = System.String.Format(Version.Text, My.Application.Info.Version.Major, My.Application.Info.Version.Minor)
|
||||||
|
|
||||||
Version.Text = String.Format("Version {0}.{1}.{2}", My.Application.Info.Version.Major, My.Application.Info.Version.Minor, My.Application.Info.Version.MajorRevision)
|
Version.Text = String.Format("Version {0}", My.Application.Info.Version)
|
||||||
|
|
||||||
'Informations de copyright
|
'Informations de copyright
|
||||||
Copyright.Text = My.Application.Info.Copyright
|
Copyright.Text = My.Application.Info.Copyright
|
||||||
|
Reference in New Issue
Block a user