Mini Kabibi Habibi
Imports Microsoft.VisualBasic
Imports System
Namespace DevExpress.XtraBars.Demos.Tutorials
Public Partial Class SampleStart
#Region "Designer generated code"
Private Sub InitializeComponent()
Me.sbStart = New DevExpress.XtraEditors.SimpleButton()
Me.sbClose = New DevExpress.XtraEditors.SimpleButton()
Me.SuspendLayout()
'
' sbStart
'
Me.sbStart.Location = New System.Drawing.Point(16, 16)
Me.sbStart.Name = "sbStart"
Me.sbStart.Size = New System.Drawing.Size(136, 26)
Me.sbStart.TabIndex = 0
Me.sbStart.Text = "Launch Sample"
' Me.sbStart.Click += New System.EventHandler(Me.sbStart_Click);
'
' sbClose
'
Me.sbClose.Location = New System.Drawing.Point(160, 16)
Me.sbClose.Name = "sbClose"
Me.sbClose.Size = New System.Drawing.Size(136, 26)
Me.sbClose.TabIndex = 1
Me.sbClose.Text = "Close Sample"
' Me.sbClose.Click += New System.EventHandler(Me.sbClose_Click);
'
' SampleStart
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.sbClose)
Me.Controls.Add(Me.sbStart)
Me.Name = "SampleStart"
Me.Size = New System.Drawing.Size(449, 232)
Me.TutorialInfo.AboutFile = Nothing
Me.TutorialInfo.Description = Nothing
Me.TutorialInfo.TutorialName = Nothing
Me.TutorialInfo.WhatsThisCodeFile = Nothing
Me.TutorialInfo.WhatsThisXMLFile = Nothing
Me.ResumeLayout(False)
End Sub
#End Region
Private WithEvents sbStart As DevExpress.XtraEditors.SimpleButton
Private WithEvents sbClose As DevExpress.XtraEditors.SimpleButton
End Class
End Namespace