Files
EgtUILib/btnZoom.Designer.vb
T
Dario Sassi ac8a3885e2 EgtUILib 1.5i1 :
- primo rilascio.
2014-09-05 07:47:15 +00:00

118 lines
5.2 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class btnZoom
Inherits System.Windows.Forms.UserControl
'UserControl esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
<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
'Richiesto da Progettazione Windows Form
Private components As System.ComponentModel.IContainer
'NOTA: la procedura che segue è richiesta da Progettazione Windows Form
'Può essere modificata in Progettazione Windows Form.
'Non modificarla nell'editor del codice.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.gbZoom = New System.Windows.Forms.GroupBox()
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
Me.btnZoomAll = New System.Windows.Forms.Button()
Me.btnZoomIn = New System.Windows.Forms.Button()
Me.btnZoomOut = New System.Windows.Forms.Button()
Me.gbZoom.SuspendLayout()
Me.TableLayoutPanel1.SuspendLayout()
Me.SuspendLayout()
'
'gbZoom
'
Me.gbZoom.Controls.Add(Me.TableLayoutPanel1)
Me.gbZoom.Dock = System.Windows.Forms.DockStyle.Fill
Me.gbZoom.Location = New System.Drawing.Point(0, 0)
Me.gbZoom.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.gbZoom.Name = "gbZoom"
Me.gbZoom.Padding = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.gbZoom.Size = New System.Drawing.Size(167, 43)
Me.gbZoom.TabIndex = 0
Me.gbZoom.TabStop = False
Me.gbZoom.Text = "Zoom"
'
'TableLayoutPanel1
'
Me.TableLayoutPanel1.ColumnCount = 3
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334!))
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334!))
Me.TableLayoutPanel1.Controls.Add(Me.btnZoomAll, 0, 0)
Me.TableLayoutPanel1.Controls.Add(Me.btnZoomIn, 1, 0)
Me.TableLayoutPanel1.Controls.Add(Me.btnZoomOut, 2, 0)
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TableLayoutPanel1.Location = New System.Drawing.Point(2, 15)
Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
Me.TableLayoutPanel1.RowCount = 1
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.TableLayoutPanel1.Size = New System.Drawing.Size(163, 26)
Me.TableLayoutPanel1.TabIndex = 0
'
'btnZoomAll
'
Me.btnZoomAll.Dock = System.Windows.Forms.DockStyle.Fill
Me.btnZoomAll.Location = New System.Drawing.Point(2, 2)
Me.btnZoomAll.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.btnZoomAll.Name = "btnZoomAll"
Me.btnZoomAll.Size = New System.Drawing.Size(50, 22)
Me.btnZoomAll.TabIndex = 0
Me.btnZoomAll.Text = "All"
Me.btnZoomAll.UseVisualStyleBackColor = True
'
'btnZoomIn
'
Me.btnZoomIn.Dock = System.Windows.Forms.DockStyle.Fill
Me.btnZoomIn.Location = New System.Drawing.Point(56, 2)
Me.btnZoomIn.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.btnZoomIn.Name = "btnZoomIn"
Me.btnZoomIn.Size = New System.Drawing.Size(50, 22)
Me.btnZoomIn.TabIndex = 1
Me.btnZoomIn.Text = "In"
Me.btnZoomIn.UseVisualStyleBackColor = True
'
'btnZoomOut
'
Me.btnZoomOut.Dock = System.Windows.Forms.DockStyle.Fill
Me.btnZoomOut.Location = New System.Drawing.Point(110, 2)
Me.btnZoomOut.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.btnZoomOut.Name = "btnZoomOut"
Me.btnZoomOut.Size = New System.Drawing.Size(51, 22)
Me.btnZoomOut.TabIndex = 2
Me.btnZoomOut.Text = "Out"
Me.btnZoomOut.UseVisualStyleBackColor = True
'
'btnZoom
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.gbZoom)
Me.Margin = New System.Windows.Forms.Padding(2, 2, 2, 2)
Me.Name = "btnZoom"
Me.Size = New System.Drawing.Size(167, 43)
Me.gbZoom.ResumeLayout(False)
Me.TableLayoutPanel1.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents gbZoom As System.Windows.Forms.GroupBox
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
Friend WithEvents btnZoomAll As System.Windows.Forms.Button
Friend WithEvents btnZoomIn As System.Windows.Forms.Button
Friend WithEvents btnZoomOut As System.Windows.Forms.Button
End Class