hesabixBox/Form1.Designer.vb

234 lines
11 KiB
VB.net
Raw Permalink Normal View History

2025-10-02 19:12:22 +03:30
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class Form1
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
Finally
MyBase.Dispose(disposing)
End Try
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.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
Me.اصلیToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.btnHideWindow = New System.Windows.Forms.ToolStripMenuItem()
Me.btnCloseApplication = New System.Windows.Forms.ToolStripMenuItem()
Me.تنظیماتToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.btnPrinters = New System.Windows.Forms.ToolStripMenuItem()
Me.btnShowLog = New System.Windows.Forms.ToolStripMenuItem()
Me.دربارهToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.دربارهبرنامهToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.statusLabel = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.LogPanel = New System.Windows.Forms.Panel()
Me.LogTextBox = New System.Windows.Forms.TextBox()
Me.LogControlsPanel = New System.Windows.Forms.Panel()
Me.ToggleLogButton = New System.Windows.Forms.Button()
Me.SaveLogButton = New System.Windows.Forms.Button()
Me.ClearLogButton = New System.Windows.Forms.Button()
Me.LogLabel = New System.Windows.Forms.Label()
Me.MenuStrip1.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.LogPanel.SuspendLayout()
Me.LogControlsPanel.SuspendLayout()
Me.SuspendLayout()
'
'MenuStrip1
'
resources.ApplyResources(Me.MenuStrip1, "MenuStrip1")
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.اصلیToolStripMenuItem, Me.تنظیماتToolStripMenuItem, Me.دربارهToolStripMenuItem})
Me.MenuStrip1.Name = "MenuStrip1"
'
'اصلیToolStripMenuItem
'
resources.ApplyResources(Me.اصلیToolStripMenuItem, "اصلیToolStripMenuItem")
Me.اصلیToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnHideWindow, Me.btnCloseApplication})
Me.اصلیToolStripMenuItem.Name = "اصلیToolStripMenuItem"
'
'btnHideWindow
'
resources.ApplyResources(Me.btnHideWindow, "btnHideWindow")
Me.btnHideWindow.Checked = True
Me.btnHideWindow.CheckState = System.Windows.Forms.CheckState.Checked
Me.btnHideWindow.Name = "btnHideWindow"
'
'btnCloseApplication
'
resources.ApplyResources(Me.btnCloseApplication, "btnCloseApplication")
Me.btnCloseApplication.Image = Global.HesabixBox.My.Resources.Resources.logo_blue_1fB_icon
Me.btnCloseApplication.Name = "btnCloseApplication"
'
'تنظیماتToolStripMenuItem
'
resources.ApplyResources(Me.تنظیماتToolStripMenuItem, "تنظیماتToolStripMenuItem")
Me.تنظیماتToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.btnPrinters, Me.btnShowLog})
Me.تنظیماتToolStripMenuItem.Name = "تنظیماتToolStripMenuItem"
'
'btnPrinters
'
resources.ApplyResources(Me.btnPrinters, "btnPrinters")
Me.btnPrinters.Name = "btnPrinters"
'
'btnShowLog
'
resources.ApplyResources(Me.btnShowLog, "btnShowLog")
Me.btnShowLog.Name = "btnShowLog"
'
'دربارهToolStripMenuItem
'
resources.ApplyResources(Me.دربارهToolStripMenuItem, "دربارهToolStripMenuItem")
Me.دربارهToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.دربارهبرنامهToolStripMenuItem})
Me.دربارهToolStripMenuItem.Name = "دربارهToolStripMenuItem"
'
'دربارهبرنامهToolStripMenuItem
'
resources.ApplyResources(Me.دربارهبرنامهToolStripMenuItem, "دربارهبرنامهToolStripMenuItem")
Me.دربارهبرنامهToolStripMenuItem.Name = "دربارهبرنامهToolStripMenuItem"
'
'NotifyIcon1
'
Me.NotifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info
resources.ApplyResources(Me.NotifyIcon1, "NotifyIcon1")
'
'StatusStrip1
'
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.statusLabel, Me.ToolStripStatusLabel1})
Me.StatusStrip1.Name = "StatusStrip1"
'
'statusLabel
'
resources.ApplyResources(Me.statusLabel, "statusLabel")
Me.statusLabel.Name = "statusLabel"
'
'ToolStripStatusLabel1
'
resources.ApplyResources(Me.ToolStripStatusLabel1, "ToolStripStatusLabel1")
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
'
'Timer1
'
Me.Timer1.Interval = 1000
'
'LogPanel
'
resources.ApplyResources(Me.LogPanel, "LogPanel")
Me.LogPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(240, Byte), Integer), CType(CType(240, Byte), Integer))
Me.LogPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.LogPanel.Controls.Add(Me.LogTextBox)
Me.LogPanel.Controls.Add(Me.LogLabel)
Me.LogPanel.Name = "LogPanel"
'
'LogTextBox
'
resources.ApplyResources(Me.LogTextBox, "LogTextBox")
Me.LogTextBox.BackColor = System.Drawing.Color.White
Me.LogTextBox.Name = "LogTextBox"
Me.LogTextBox.ReadOnly = True
'
'LogControlsPanel
'
resources.ApplyResources(Me.LogControlsPanel, "LogControlsPanel")
Me.LogControlsPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(220, Byte), Integer), CType(CType(220, Byte), Integer), CType(CType(220, Byte), Integer))
Me.LogControlsPanel.Controls.Add(Me.ToggleLogButton)
Me.LogControlsPanel.Controls.Add(Me.SaveLogButton)
Me.LogControlsPanel.Controls.Add(Me.ClearLogButton)
Me.LogControlsPanel.Name = "LogControlsPanel"
'
'ToggleLogButton
'
resources.ApplyResources(Me.ToggleLogButton, "ToggleLogButton")
Me.ToggleLogButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(120, Byte), Integer), CType(CType(215, Byte), Integer))
Me.ToggleLogButton.ForeColor = System.Drawing.Color.White
Me.ToggleLogButton.Name = "ToggleLogButton"
Me.ToggleLogButton.UseVisualStyleBackColor = False
'
'SaveLogButton
'
resources.ApplyResources(Me.SaveLogButton, "SaveLogButton")
Me.SaveLogButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(100, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(100, Byte), Integer))
Me.SaveLogButton.ForeColor = System.Drawing.Color.White
Me.SaveLogButton.Name = "SaveLogButton"
Me.SaveLogButton.UseVisualStyleBackColor = False
'
'ClearLogButton
'
resources.ApplyResources(Me.ClearLogButton, "ClearLogButton")
Me.ClearLogButton.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(100, Byte), Integer), CType(CType(100, Byte), Integer))
Me.ClearLogButton.ForeColor = System.Drawing.Color.White
Me.ClearLogButton.Name = "ClearLogButton"
Me.ClearLogButton.UseVisualStyleBackColor = False
'
'LogLabel
'
resources.ApplyResources(Me.LogLabel, "LogLabel")
Me.LogLabel.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(120, Byte), Integer), CType(CType(215, Byte), Integer))
Me.LogLabel.ForeColor = System.Drawing.Color.White
Me.LogLabel.Name = "LogLabel"
'
'Form1
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.LogPanel)
Me.Controls.Add(Me.LogControlsPanel)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.MenuStrip1)
Me.IsMdiContainer = True
Me.MainMenuStrip = Me.MenuStrip1
Me.Name = "Form1"
Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
Me.MenuStrip1.ResumeLayout(False)
Me.MenuStrip1.PerformLayout()
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.LogPanel.ResumeLayout(False)
Me.LogPanel.PerformLayout()
Me.LogControlsPanel.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents MenuStrip1 As MenuStrip
Friend WithEvents اصلیToolStripMenuItem As ToolStripMenuItem
Friend WithEvents NotifyIcon1 As NotifyIcon
Friend WithEvents btnCloseApplication As ToolStripMenuItem
Friend WithEvents تنظیماتToolStripMenuItem As ToolStripMenuItem
Friend WithEvents btnPrinters As ToolStripMenuItem
Friend WithEvents btnShowLog As ToolStripMenuItem
Friend WithEvents دربارهToolStripMenuItem As ToolStripMenuItem
Friend WithEvents دربارهبرنامهToolStripMenuItem As ToolStripMenuItem
Friend WithEvents StatusStrip1 As StatusStrip
Friend WithEvents statusLabel As ToolStripStatusLabel
Friend WithEvents Timer1 As Timer
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
Friend WithEvents btnHideWindow As ToolStripMenuItem
Friend WithEvents LogPanel As Panel
Friend WithEvents LogLabel As Label
Friend WithEvents LogTextBox As TextBox
Friend WithEvents LogControlsPanel As Panel
Friend WithEvents ClearLogButton As Button
Friend WithEvents SaveLogButton As Button
Friend WithEvents ToggleLogButton As Button
End Class