hesabixBox/SplashScreen1.Designer.vb

186 lines
10 KiB
VB.net
Raw Permalink Normal View History

2025-10-02 19:12:22 +03:30
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class SplashScreen1
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)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
' پاک کردن تایمرها
If disposing Then
CleanupTimers()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
Friend WithEvents ApplicationTitle As System.Windows.Forms.Label
Friend WithEvents Copyright As System.Windows.Forms.Label
Friend WithEvents MainLayoutPanel As System.Windows.Forms.TableLayoutPanel
Friend WithEvents DetailsLayoutPanel As System.Windows.Forms.TableLayoutPanel
'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.MainLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
Me.LogoPictureBox = New System.Windows.Forms.PictureBox()
Me.ApplicationTitle = New System.Windows.Forms.Label()
Me.VersionLabel = New System.Windows.Forms.Label()
Me.LoadingProgressBar = New System.Windows.Forms.ProgressBar()
Me.LoadingLabel = New System.Windows.Forms.Label()
Me.DetailsLayoutPanel = New System.Windows.Forms.TableLayoutPanel()
Me.Copyright = New System.Windows.Forms.Label()
Me.MainLayoutPanel.SuspendLayout()
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.DetailsLayoutPanel.SuspendLayout()
Me.SuspendLayout()
'
'MainLayoutPanel
'
Me.MainLayoutPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(30, Byte), Integer), CType(CType(30, Byte), Integer), CType(CType(30, Byte), Integer))
Me.MainLayoutPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.MainLayoutPanel.ColumnCount = 1
Me.MainLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.MainLayoutPanel.Controls.Add(Me.LogoPictureBox, 0, 0)
Me.MainLayoutPanel.Controls.Add(Me.ApplicationTitle, 0, 1)
Me.MainLayoutPanel.Controls.Add(Me.VersionLabel, 0, 2)
Me.MainLayoutPanel.Controls.Add(Me.LoadingProgressBar, 0, 3)
Me.MainLayoutPanel.Controls.Add(Me.LoadingLabel, 0, 4)
Me.MainLayoutPanel.Controls.Add(Me.DetailsLayoutPanel, 0, 5)
Me.MainLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
Me.MainLayoutPanel.Location = New System.Drawing.Point(0, 0)
Me.MainLayoutPanel.Name = "MainLayoutPanel"
Me.MainLayoutPanel.RowCount = 6
Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30.0!))
Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15.0!))
Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10.0!))
Me.MainLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!))
Me.MainLayoutPanel.Size = New System.Drawing.Size(514, 347)
Me.MainLayoutPanel.TabIndex = 0
'
'LogoPictureBox
'
Me.LogoPictureBox.Anchor = System.Windows.Forms.AnchorStyles.None
Me.LogoPictureBox.BackColor = System.Drawing.Color.Transparent
Me.LogoPictureBox.Image = Global.HesabixBox.My.Resources.Resources.logo_blue
Me.LogoPictureBox.Location = New System.Drawing.Point(171, 8)
Me.LogoPictureBox.Name = "LogoPictureBox"
Me.LogoPictureBox.Size = New System.Drawing.Size(171, 87)
Me.LogoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.LogoPictureBox.TabIndex = 2
Me.LogoPictureBox.TabStop = False
'
'ApplicationTitle
'
Me.ApplicationTitle.Anchor = System.Windows.Forms.AnchorStyles.None
Me.ApplicationTitle.BackColor = System.Drawing.Color.Transparent
Me.ApplicationTitle.Font = New System.Drawing.Font("Segoe UI", 24.0!, System.Drawing.FontStyle.Bold)
Me.ApplicationTitle.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
Me.ApplicationTitle.Location = New System.Drawing.Point(128, 112)
Me.ApplicationTitle.Name = "ApplicationTitle"
Me.ApplicationTitle.Size = New System.Drawing.Size(257, 35)
Me.ApplicationTitle.TabIndex = 0
Me.ApplicationTitle.Text = "HesabixBox"
Me.ApplicationTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'VersionLabel
'
Me.VersionLabel.Anchor = System.Windows.Forms.AnchorStyles.None
Me.VersionLabel.BackColor = System.Drawing.Color.Transparent
Me.VersionLabel.Font = New System.Drawing.Font("Segoe UI", 12.0!)
Me.VersionLabel.ForeColor = System.Drawing.Color.FromArgb(CType(CType(200, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(200, Byte), Integer))
Me.VersionLabel.Location = New System.Drawing.Point(171, 164)
Me.VersionLabel.Name = "VersionLabel"
Me.VersionLabel.Size = New System.Drawing.Size(171, 17)
Me.VersionLabel.TabIndex = 3
Me.VersionLabel.Text = "نسخه 1.0.0"
Me.VersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'LoadingProgressBar
'
Me.LoadingProgressBar.Anchor = System.Windows.Forms.AnchorStyles.None
Me.LoadingProgressBar.Location = New System.Drawing.Point(128, 198)
Me.LoadingProgressBar.MarqueeAnimationSpeed = 30
Me.LoadingProgressBar.Name = "LoadingProgressBar"
Me.LoadingProgressBar.Size = New System.Drawing.Size(257, 17)
Me.LoadingProgressBar.Style = System.Windows.Forms.ProgressBarStyle.Marquee
Me.LoadingProgressBar.TabIndex = 4
'
'LoadingLabel
'
Me.LoadingLabel.Anchor = System.Windows.Forms.AnchorStyles.None
Me.LoadingLabel.BackColor = System.Drawing.Color.Transparent
Me.LoadingLabel.Font = New System.Drawing.Font("Segoe UI", 10.0!)
Me.LoadingLabel.ForeColor = System.Drawing.Color.FromArgb(CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer), CType(CType(180, Byte), Integer))
Me.LoadingLabel.Location = New System.Drawing.Point(171, 232)
Me.LoadingLabel.Name = "LoadingLabel"
Me.LoadingLabel.Size = New System.Drawing.Size(171, 17)
Me.LoadingLabel.TabIndex = 5
Me.LoadingLabel.Text = "در حال بارگذاری..."
Me.LoadingLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'DetailsLayoutPanel
'
Me.DetailsLayoutPanel.Anchor = System.Windows.Forms.AnchorStyles.None
Me.DetailsLayoutPanel.BackColor = System.Drawing.Color.Transparent
Me.DetailsLayoutPanel.ColumnCount = 1
Me.DetailsLayoutPanel.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.DetailsLayoutPanel.Controls.Add(Me.Copyright, 0, 0)
Me.DetailsLayoutPanel.Location = New System.Drawing.Point(128, 261)
Me.DetailsLayoutPanel.Name = "DetailsLayoutPanel"
Me.DetailsLayoutPanel.RowCount = 1
Me.DetailsLayoutPanel.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
Me.DetailsLayoutPanel.Size = New System.Drawing.Size(257, 83)
Me.DetailsLayoutPanel.TabIndex = 1
'
'Copyright
'
Me.Copyright.Anchor = System.Windows.Forms.AnchorStyles.None
Me.Copyright.BackColor = System.Drawing.Color.Transparent
Me.Copyright.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Me.Copyright.ForeColor = System.Drawing.Color.FromArgb(CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer), CType(CType(150, Byte), Integer))
Me.Copyright.Location = New System.Drawing.Point(43, 24)
Me.Copyright.Name = "Copyright"
Me.Copyright.Size = New System.Drawing.Size(171, 35)
Me.Copyright.TabIndex = 2
Me.Copyright.Text = "© 2024 HesabixBox. تمامی حقوق محفوظ است."
Me.Copyright.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
'
'SplashScreen1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(30, Byte), Integer), CType(CType(30, Byte), Integer), CType(CType(30, Byte), Integer))
Me.ClientSize = New System.Drawing.Size(514, 347)
Me.ControlBox = False
Me.Controls.Add(Me.MainLayoutPanel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "SplashScreen1"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.MainLayoutPanel.ResumeLayout(False)
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.DetailsLayoutPanel.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents LogoPictureBox As PictureBox
Friend WithEvents LoadingProgressBar As ProgressBar
Friend WithEvents LoadingLabel As Label
Friend WithEvents VersionLabel As Label
End Class