ac8a3885e2
- primo rilascio.
60 lines
2.3 KiB
VB.net
60 lines
2.3 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class cmdExport
|
|
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.btnExport = New System.Windows.Forms.Button()
|
|
Me.ExportFileDialog = New System.Windows.Forms.SaveFileDialog()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnExport
|
|
'
|
|
Me.btnExport.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.btnExport.Location = New System.Drawing.Point(0, 0)
|
|
Me.btnExport.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnExport.Name = "btnExport"
|
|
Me.btnExport.Size = New System.Drawing.Size(75, 35)
|
|
Me.btnExport.TabIndex = 0
|
|
Me.btnExport.Text = "Export"
|
|
Me.btnExport.UseVisualStyleBackColor = True
|
|
'
|
|
'ExportFileDialog
|
|
'
|
|
Me.ExportFileDialog.Filter = "AutoCAD Drawing Exchange|*.dxf|Stereolithography|*.stl"
|
|
Me.ExportFileDialog.Title = "Export File"
|
|
'
|
|
'cmdExport
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.Controls.Add(Me.btnExport)
|
|
Me.Name = "cmdExport"
|
|
Me.Size = New System.Drawing.Size(75, 35)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents btnExport As System.Windows.Forms.Button
|
|
Friend WithEvents ExportFileDialog As System.Windows.Forms.SaveFileDialog
|
|
|
|
End Class
|