111 lines
4.8 KiB
VB.net
111 lines
4.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||
Partial Class Form135
|
||
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()
|
||
Me.components = New System.ComponentModel.Container()
|
||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form135))
|
||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||
Me.EnregsiterLimageSousToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
|
||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||
Me.Button1 = New System.Windows.Forms.Button()
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.ContextMenuStrip1.SuspendLayout()
|
||
Me.SuspendLayout()
|
||
'
|
||
'PictureBox1
|
||
'
|
||
Me.PictureBox1.ContextMenuStrip = Me.ContextMenuStrip1
|
||
Me.PictureBox1.Location = New System.Drawing.Point(1, 2)
|
||
Me.PictureBox1.Name = "PictureBox1"
|
||
Me.PictureBox1.Size = New System.Drawing.Size(260, 189)
|
||
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||
Me.PictureBox1.TabIndex = 0
|
||
Me.PictureBox1.TabStop = False
|
||
'
|
||
'ContextMenuStrip1
|
||
'
|
||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.EnregsiterLimageSousToolStripMenuItem})
|
||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(200, 48)
|
||
'
|
||
'EnregsiterLimageSousToolStripMenuItem
|
||
'
|
||
Me.EnregsiterLimageSousToolStripMenuItem.Image = CType(resources.GetObject("EnregsiterLimageSousToolStripMenuItem.Image"), System.Drawing.Image)
|
||
Me.EnregsiterLimageSousToolStripMenuItem.Name = "EnregsiterLimageSousToolStripMenuItem"
|
||
Me.EnregsiterLimageSousToolStripMenuItem.Size = New System.Drawing.Size(199, 22)
|
||
Me.EnregsiterLimageSousToolStripMenuItem.Text = "Enregistrer l'image sous"
|
||
'
|
||
'SaveFileDialog1
|
||
'
|
||
Me.SaveFileDialog1.Filter = "image|*.png"
|
||
'
|
||
'TextBox1
|
||
'
|
||
Me.TextBox1.Location = New System.Drawing.Point(12, 211)
|
||
Me.TextBox1.Name = "TextBox1"
|
||
Me.TextBox1.Size = New System.Drawing.Size(222, 20)
|
||
Me.TextBox1.TabIndex = 1
|
||
Me.TextBox1.Visible = False
|
||
'
|
||
'Button1
|
||
'
|
||
Me.Button1.Location = New System.Drawing.Point(12, 208)
|
||
Me.Button1.Name = "Button1"
|
||
Me.Button1.Size = New System.Drawing.Size(243, 23)
|
||
Me.Button1.TabIndex = 2
|
||
Me.Button1.Text = "Copier le lient"
|
||
Me.Button1.UseVisualStyleBackColor = True
|
||
'
|
||
'Form135
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(267, 243)
|
||
Me.Controls.Add(Me.Button1)
|
||
Me.Controls.Add(Me.TextBox1)
|
||
Me.Controls.Add(Me.PictureBox1)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.MaximizeBox = False
|
||
Me.MaximumSize = New System.Drawing.Size(283, 282)
|
||
Me.MinimizeBox = False
|
||
Me.MinimumSize = New System.Drawing.Size(283, 282)
|
||
Me.Name = "Form135"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "QR code/lient de partage"
|
||
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ContextMenuStrip1.ResumeLayout(False)
|
||
Me.ResumeLayout(False)
|
||
Me.PerformLayout()
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents PictureBox1 As PictureBox
|
||
Friend WithEvents SaveFileDialog1 As SaveFileDialog
|
||
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
||
Friend WithEvents EnregsiterLimageSousToolStripMenuItem As ToolStripMenuItem
|
||
Friend WithEvents TextBox1 As TextBox
|
||
Friend WithEvents Button1 As Button
|
||
End Class
|