61 lines
2.6 KiB
VB.net
61 lines
2.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||
Partial Class Form38
|
||
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(Form38))
|
||
Me.WebView21 = New Microsoft.Web.WebView2.WinForms.WebView2()
|
||
CType(Me.WebView21, System.ComponentModel.ISupportInitialize).BeginInit()
|
||
Me.SuspendLayout()
|
||
'
|
||
'WebView21
|
||
'
|
||
Me.WebView21.AllowExternalDrop = False
|
||
Me.WebView21.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||
Or System.Windows.Forms.AnchorStyles.Left) _
|
||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||
Me.WebView21.CreationProperties = Nothing
|
||
Me.WebView21.DefaultBackgroundColor = System.Drawing.Color.White
|
||
Me.WebView21.Location = New System.Drawing.Point(-2, -1)
|
||
Me.WebView21.Name = "WebView21"
|
||
Me.WebView21.Size = New System.Drawing.Size(803, 451)
|
||
Me.WebView21.TabIndex = 0
|
||
Me.WebView21.ZoomFactor = 1.0R
|
||
'
|
||
'Form38
|
||
'
|
||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||
Me.ClientSize = New System.Drawing.Size(800, 450)
|
||
Me.Controls.Add(Me.WebView21)
|
||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||
Me.Name = "Form38"
|
||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
||
Me.Text = "Form38"
|
||
CType(Me.WebView21, System.ComponentModel.ISupportInitialize).EndInit()
|
||
Me.ResumeLayout(False)
|
||
|
||
End Sub
|
||
|
||
Friend WithEvents WebView21 As Microsoft.Web.WebView2.WinForms.WebView2
|
||
End Class
|