84 lines
3.6 KiB
VB.net
84 lines
3.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Public Class frmOutputList
|
|
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)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
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.DataGrid1 = New System.Windows.Forms.DataGrid
|
|
Me.Label1 = New System.Windows.Forms.Label
|
|
Me.lblNote = New System.Windows.Forms.Label
|
|
Me.DataGrid2 = New System.Windows.Forms.DataGrid
|
|
Me.SuspendLayout()
|
|
'
|
|
'DataGrid1
|
|
'
|
|
Me.DataGrid1.BackgroundColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.DataGrid1.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular)
|
|
Me.DataGrid1.Location = New System.Drawing.Point(3, 72)
|
|
Me.DataGrid1.Name = "DataGrid1"
|
|
Me.DataGrid1.Size = New System.Drawing.Size(234, 95)
|
|
Me.DataGrid1.TabIndex = 2
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Location = New System.Drawing.Point(3, 4)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(227, 68)
|
|
Me.Label1.Text = "Sono già presenti le seguenti liste non ancora inviate." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Selezionarne una già esi" & _
|
|
"stente o crearne una nuova per proseguire."
|
|
'
|
|
'lblNote
|
|
'
|
|
Me.lblNote.Location = New System.Drawing.Point(3, 245)
|
|
Me.lblNote.Name = "lblNote"
|
|
Me.lblNote.Size = New System.Drawing.Size(227, 18)
|
|
Me.lblNote.Text = "lblNote"
|
|
'
|
|
'DataGrid2
|
|
'
|
|
Me.DataGrid2.BackgroundColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.DataGrid2.Font = New System.Drawing.Font("Arial", 12.0!, System.Drawing.FontStyle.Regular)
|
|
Me.DataGrid2.Location = New System.Drawing.Point(3, 166)
|
|
Me.DataGrid2.Name = "DataGrid2"
|
|
Me.DataGrid2.Size = New System.Drawing.Size(234, 76)
|
|
Me.DataGrid2.TabIndex = 3
|
|
Me.DataGrid2.Visible = False
|
|
'
|
|
'frmOutputList
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
|
|
Me.AutoScroll = True
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(240, 268)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.DataGrid2)
|
|
Me.Controls.Add(Me.lblNote)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.DataGrid1)
|
|
Me.Name = "frmOutputList"
|
|
Me.Text = "Form_ListOutputs"
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents DataGrid1 As System.Windows.Forms.DataGrid
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents lblNote As System.Windows.Forms.Label
|
|
Friend WithEvents DataGrid2 As System.Windows.Forms.DataGrid
|
|
End Class
|