Files
XWorm-6.5-Source/XWorm/Forms/MBox.Designer.vb
T
2026-08-27 11:22:34 -06:00

492 lines
29 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class MBox
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()
components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(MBox))
ImageList1 = New System.Windows.Forms.ImageList(components)
Timer1 = New System.Windows.Forms.Timer(components)
StatusStrip1 = New System.Windows.Forms.StatusStrip()
ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
Label4 = New System.Windows.Forms.Label()
Label3 = New System.Windows.Forms.Label()
Label2 = New System.Windows.Forms.Label()
PictureBox1 = New System.Windows.Forms.PictureBox()
Label1 = New System.Windows.Forms.Label()
Label6 = New System.Windows.Forms.Label()
Label7 = New System.Windows.Forms.Label()
PictureBox2 = New System.Windows.Forms.PictureBox()
Label5 = New System.Windows.Forms.Label()
Guna2TabControl1 = New Guna.UI2.WinForms.Guna2TabControl()
TabPage1 = New System.Windows.Forms.TabPage()
TabPage2 = New System.Windows.Forms.TabPage()
Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton()
Guna2ComboBox1 = New Guna.UI2.WinForms.Guna2ComboBox()
Guna2ComboBox2 = New Guna.UI2.WinForms.Guna2ComboBox()
Guna2TextBox1 = New Guna.UI2.WinForms.Guna2TextBox()
Guna2TextBox2 = New Guna.UI2.WinForms.Guna2TextBox()
Guna2ComboBox3 = New Guna.UI2.WinForms.Guna2ComboBox()
Guna2TextBox3 = New Guna.UI2.WinForms.Guna2TextBox()
Guna2TextBox4 = New Guna.UI2.WinForms.Guna2TextBox()
Guna2GradientButton2 = New Guna.UI2.WinForms.Guna2GradientButton()
StatusStrip1.SuspendLayout()
CType(PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
Guna2TabControl1.SuspendLayout()
TabPage1.SuspendLayout()
TabPage2.SuspendLayout()
SuspendLayout()
'
'ImageList1
'
ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
ImageList1.TransparentColor = System.Drawing.Color.Transparent
ImageList1.Images.SetKeyName(0, "icons8-letter-16.png")
ImageList1.Images.SetKeyName(1, "comments.png")
'
'Timer1
'
Timer1.Enabled = True
Timer1.Interval = 1000
'
'StatusStrip1
'
StatusStrip1.BackColor = System.Drawing.Color.White
StatusStrip1.ImageScalingSize = New System.Drawing.Size(24, 24)
StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {ToolStripStatusLabel1})
StatusStrip1.Location = New System.Drawing.Point(0, 298)
StatusStrip1.Name = "StatusStrip1"
StatusStrip1.Padding = New System.Windows.Forms.Padding(1, 0, 9, 0)
StatusStrip1.Size = New System.Drawing.Size(479, 22)
StatusStrip1.TabIndex = 11
StatusStrip1.Text = "StatusStrip1"
'
'ToolStripStatusLabel1
'
ToolStripStatusLabel1.ForeColor = System.Drawing.Color.Black
ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
ToolStripStatusLabel1.Size = New System.Drawing.Size(13, 17)
ToolStripStatusLabel1.Text = ".."
'
'Label4
'
Label4.AutoSize = True
Label4.ForeColor = System.Drawing.Color.Black
Label4.Location = New System.Drawing.Point(13, 140)
Label4.Name = "Label4"
Label4.Size = New System.Drawing.Size(49, 13)
Label4.TabIndex = 7
Label4.Text = "Message"
'
'Label3
'
Label3.AutoSize = True
Label3.ForeColor = System.Drawing.Color.Black
Label3.Location = New System.Drawing.Point(13, 100)
Label3.Name = "Label3"
Label3.Size = New System.Drawing.Size(72, 13)
Label3.TabIndex = 5
Label3.Text = "Message Title"
'
'Label2
'
Label2.AutoSize = True
Label2.ForeColor = System.Drawing.Color.Black
Label2.Location = New System.Drawing.Point(13, 48)
Label2.Name = "Label2"
Label2.Size = New System.Drawing.Size(99, 13)
Label2.TabIndex = 3
Label2.Text = "MessageBoxButton"
'
'PictureBox1
'
PictureBox1.Location = New System.Drawing.Point(176, 24)
PictureBox1.Name = "PictureBox1"
PictureBox1.Size = New System.Drawing.Size(22, 22)
PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
PictureBox1.TabIndex = 2
PictureBox1.TabStop = False
PictureBox1.Visible = False
'
'Label1
'
Label1.AutoSize = True
Label1.ForeColor = System.Drawing.Color.Black
Label1.Location = New System.Drawing.Point(13, 8)
Label1.Name = "Label1"
Label1.Size = New System.Drawing.Size(88, 13)
Label1.TabIndex = 0
Label1.Text = "MessageBoxIcon"
'
'Label6
'
Label6.AutoSize = True
Label6.ForeColor = System.Drawing.Color.Black
Label6.Location = New System.Drawing.Point(14, 118)
Label6.Name = "Label6"
Label6.Size = New System.Drawing.Size(29, 13)
Label6.TabIndex = 12
Label6.Text = "Text"
'
'Label7
'
Label7.AutoSize = True
Label7.ForeColor = System.Drawing.Color.Black
Label7.Location = New System.Drawing.Point(14, 78)
Label7.Name = "Label7"
Label7.Size = New System.Drawing.Size(27, 13)
Label7.TabIndex = 10
Label7.Text = "Title"
'
'PictureBox2
'
PictureBox2.Location = New System.Drawing.Point(177, 41)
PictureBox2.Name = "PictureBox2"
PictureBox2.Size = New System.Drawing.Size(22, 22)
PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
PictureBox2.TabIndex = 5
PictureBox2.TabStop = False
PictureBox2.Visible = False
'
'Label5
'
Label5.AutoSize = True
Label5.ForeColor = System.Drawing.Color.Black
Label5.Location = New System.Drawing.Point(14, 25)
Label5.Name = "Label5"
Label5.Size = New System.Drawing.Size(28, 13)
Label5.TabIndex = 3
Label5.Text = "Icon"
'
'Guna2TabControl1
'
Guna2TabControl1.Controls.Add(TabPage1)
Guna2TabControl1.Controls.Add(TabPage2)
Guna2TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Guna2TabControl1.ImageList = ImageList1
Guna2TabControl1.ItemSize = New System.Drawing.Size(140, 30)
Guna2TabControl1.Location = New System.Drawing.Point(0, 0)
Guna2TabControl1.Name = "Guna2TabControl1"
Guna2TabControl1.SelectedIndex = 0
Guna2TabControl1.Size = New System.Drawing.Size(479, 298)
Guna2TabControl1.TabButtonHoverState.BorderColor = System.Drawing.Color.Empty
Guna2TabControl1.TabButtonHoverState.FillColor = System.Drawing.Color.FromArgb(CType(CType(216, Byte), Integer), CType(CType(214, Byte), Integer), CType(CType(228, Byte), Integer))
Guna2TabControl1.TabButtonHoverState.Font = New System.Drawing.Font("Segoe UI Semibold", 10.0!)
Guna2TabControl1.TabButtonHoverState.ForeColor = System.Drawing.Color.White
Guna2TabControl1.TabButtonHoverState.InnerColor = System.Drawing.Color.FromArgb(CType(CType(216, Byte), Integer), CType(CType(214, Byte), Integer), CType(CType(228, Byte), Integer))
Guna2TabControl1.TabButtonIdleState.BorderColor = System.Drawing.Color.Empty
Guna2TabControl1.TabButtonIdleState.FillColor = System.Drawing.Color.White
Guna2TabControl1.TabButtonIdleState.Font = New System.Drawing.Font("Segoe UI Semibold", 10.0!)
Guna2TabControl1.TabButtonIdleState.ForeColor = System.Drawing.Color.Black
Guna2TabControl1.TabButtonIdleState.InnerColor = System.Drawing.Color.White
Guna2TabControl1.TabButtonSelectedState.BorderColor = System.Drawing.Color.Empty
Guna2TabControl1.TabButtonSelectedState.FillColor = System.Drawing.Color.White
Guna2TabControl1.TabButtonSelectedState.Font = New System.Drawing.Font("Segoe UI Semibold", 10.0!)
Guna2TabControl1.TabButtonSelectedState.ForeColor = System.Drawing.Color.Black
Guna2TabControl1.TabButtonSelectedState.InnerColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2TabControl1.TabButtonSize = New System.Drawing.Size(140, 30)
Guna2TabControl1.TabIndex = 91
Guna2TabControl1.TabMenuBackColor = System.Drawing.Color.White
Guna2TabControl1.TabMenuOrientation = Guna.UI2.WinForms.TabMenuOrientation.HorizontalTop
'
'TabPage1
'
TabPage1.BackColor = System.Drawing.Color.White
TabPage1.Controls.Add(Guna2TextBox2)
TabPage1.Controls.Add(Guna2TextBox1)
TabPage1.Controls.Add(Guna2ComboBox2)
TabPage1.Controls.Add(Label4)
TabPage1.Controls.Add(Guna2ComboBox1)
TabPage1.Controls.Add(Guna2GradientButton1)
TabPage1.Controls.Add(Label3)
TabPage1.Controls.Add(Label1)
TabPage1.Controls.Add(PictureBox1)
TabPage1.Controls.Add(Label2)
TabPage1.ImageKey = "icons8-letter-16.png"
TabPage1.Location = New System.Drawing.Point(4, 34)
TabPage1.Name = "TabPage1"
TabPage1.Padding = New System.Windows.Forms.Padding(3)
TabPage1.Size = New System.Drawing.Size(471, 260)
TabPage1.TabIndex = 0
TabPage1.Text = "MessageBox"
'
'TabPage2
'
TabPage2.BackColor = System.Drawing.Color.White
TabPage2.Controls.Add(Guna2GradientButton2)
TabPage2.Controls.Add(Guna2TextBox4)
TabPage2.Controls.Add(Guna2TextBox3)
TabPage2.Controls.Add(Guna2ComboBox3)
TabPage2.Controls.Add(Label6)
TabPage2.Controls.Add(Label5)
TabPage2.Controls.Add(PictureBox2)
TabPage2.Controls.Add(Label7)
TabPage2.ImageKey = "comments.png"
TabPage2.Location = New System.Drawing.Point(4, 34)
TabPage2.Name = "TabPage2"
TabPage2.Padding = New System.Windows.Forms.Padding(3)
TabPage2.Size = New System.Drawing.Size(471, 260)
TabPage2.TabIndex = 1
TabPage2.Text = "BallonTooltip"
'
'Guna2GradientButton1
'
Guna2GradientButton1.BorderRadius = 4
Guna2GradientButton1.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Guna2GradientButton1.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Guna2GradientButton1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Guna2GradientButton1.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Guna2GradientButton1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Guna2GradientButton1.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2GradientButton1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Guna2GradientButton1.ForeColor = System.Drawing.Color.White
Guna2GradientButton1.Image = CType(resources.GetObject("Guna2GradientButton1.Image"), System.Drawing.Image)
Guna2GradientButton1.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Guna2GradientButton1.ImageSize = New System.Drawing.Size(17, 17)
Guna2GradientButton1.Location = New System.Drawing.Point(16, 225)
Guna2GradientButton1.Name = "Guna2GradientButton1"
Guna2GradientButton1.Size = New System.Drawing.Size(438, 27)
Guna2GradientButton1.TabIndex = 56
Guna2GradientButton1.Text = "Ok"
'
'Guna2ComboBox1
'
Guna2ComboBox1.BackColor = System.Drawing.Color.Transparent
Guna2ComboBox1.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2ComboBox1.BorderRadius = 3
Guna2ComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Guna2ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Guna2ComboBox1.FocusedColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2ComboBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2ComboBox1.Font = New System.Drawing.Font("Segoe UI", 8.25!)
Guna2ComboBox1.ForeColor = System.Drawing.Color.Black
Guna2ComboBox1.ItemHeight = 15
Guna2ComboBox1.Items.AddRange(New Object() {"Information", "Question", "Warning", "Error", "None"})
Guna2ComboBox1.Location = New System.Drawing.Point(16, 24)
Guna2ComboBox1.Name = "Guna2ComboBox1"
Guna2ComboBox1.Size = New System.Drawing.Size(154, 21)
Guna2ComboBox1.TabIndex = 94
'
'Guna2ComboBox2
'
Guna2ComboBox2.BackColor = System.Drawing.Color.Transparent
Guna2ComboBox2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2ComboBox2.BorderRadius = 3
Guna2ComboBox2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Guna2ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Guna2ComboBox2.FocusedColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2ComboBox2.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2ComboBox2.Font = New System.Drawing.Font("Segoe UI", 8.25!)
Guna2ComboBox2.ForeColor = System.Drawing.Color.Black
Guna2ComboBox2.ItemHeight = 15
Guna2ComboBox2.Items.AddRange(New Object() {"YesNo", "YesNoCancel", "OK", "OKCancel", "RetryCancel", "AbortRetryIgnore"})
Guna2ComboBox2.Location = New System.Drawing.Point(16, 64)
Guna2ComboBox2.Name = "Guna2ComboBox2"
Guna2ComboBox2.Size = New System.Drawing.Size(154, 21)
Guna2ComboBox2.TabIndex = 95
'
'Guna2TextBox1
'
Guna2TextBox1.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2TextBox1.BorderRadius = 3
Guna2TextBox1.Cursor = System.Windows.Forms.Cursors.IBeam
Guna2TextBox1.DefaultText = "MessageBox"
Guna2TextBox1.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Guna2TextBox1.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Guna2TextBox1.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Guna2TextBox1.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Guna2TextBox1.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2TextBox1.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Guna2TextBox1.ForeColor = System.Drawing.Color.Black
Guna2TextBox1.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2TextBox1.Location = New System.Drawing.Point(16, 116)
Guna2TextBox1.Name = "Guna2TextBox1"
Guna2TextBox1.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Guna2TextBox1.PlaceholderForeColor = System.Drawing.Color.Black
Guna2TextBox1.PlaceholderText = ""
Guna2TextBox1.SelectedText = ""
Guna2TextBox1.Size = New System.Drawing.Size(438, 21)
Guna2TextBox1.TabIndex = 96
'
'Guna2TextBox2
'
Guna2TextBox2.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2TextBox2.BorderRadius = 3
Guna2TextBox2.Cursor = System.Windows.Forms.Cursors.IBeam
Guna2TextBox2.DefaultText = "Hello World!"
Guna2TextBox2.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Guna2TextBox2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Guna2TextBox2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Guna2TextBox2.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Guna2TextBox2.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2TextBox2.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Guna2TextBox2.ForeColor = System.Drawing.Color.Black
Guna2TextBox2.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2TextBox2.Location = New System.Drawing.Point(16, 156)
Guna2TextBox2.Multiline = True
Guna2TextBox2.Name = "Guna2TextBox2"
Guna2TextBox2.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Guna2TextBox2.PlaceholderForeColor = System.Drawing.Color.Black
Guna2TextBox2.PlaceholderText = ""
Guna2TextBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both
Guna2TextBox2.SelectedText = ""
Guna2TextBox2.Size = New System.Drawing.Size(438, 63)
Guna2TextBox2.TabIndex = 97
'
'Guna2ComboBox3
'
Guna2ComboBox3.BackColor = System.Drawing.Color.Transparent
Guna2ComboBox3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2ComboBox3.BorderRadius = 3
Guna2ComboBox3.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Guna2ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Guna2ComboBox3.FocusedColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2ComboBox3.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2ComboBox3.Font = New System.Drawing.Font("Segoe UI", 8.25!)
Guna2ComboBox3.ForeColor = System.Drawing.Color.Black
Guna2ComboBox3.ItemHeight = 15
Guna2ComboBox3.Items.AddRange(New Object() {"Info", "Warning", "Error", "None"})
Guna2ComboBox3.Location = New System.Drawing.Point(17, 41)
Guna2ComboBox3.Name = "Guna2ComboBox3"
Guna2ComboBox3.Size = New System.Drawing.Size(154, 21)
Guna2ComboBox3.TabIndex = 96
'
'Guna2TextBox3
'
Guna2TextBox3.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2TextBox3.BorderRadius = 3
Guna2TextBox3.Cursor = System.Windows.Forms.Cursors.IBeam
Guna2TextBox3.DefaultText = "Hello World!"
Guna2TextBox3.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Guna2TextBox3.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Guna2TextBox3.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Guna2TextBox3.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Guna2TextBox3.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2TextBox3.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Guna2TextBox3.ForeColor = System.Drawing.Color.Black
Guna2TextBox3.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2TextBox3.Location = New System.Drawing.Point(17, 134)
Guna2TextBox3.Multiline = True
Guna2TextBox3.Name = "Guna2TextBox3"
Guna2TextBox3.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Guna2TextBox3.PlaceholderForeColor = System.Drawing.Color.Black
Guna2TextBox3.PlaceholderText = ""
Guna2TextBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both
Guna2TextBox3.SelectedText = ""
Guna2TextBox3.Size = New System.Drawing.Size(438, 74)
Guna2TextBox3.TabIndex = 97
'
'Guna2TextBox4
'
Guna2TextBox4.BorderColor = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2TextBox4.BorderRadius = 3
Guna2TextBox4.Cursor = System.Windows.Forms.Cursors.IBeam
Guna2TextBox4.DefaultText = "BalloonTip"
Guna2TextBox4.DisabledState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer), CType(CType(208, Byte), Integer))
Guna2TextBox4.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer), CType(CType(226, Byte), Integer))
Guna2TextBox4.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Guna2TextBox4.DisabledState.PlaceholderForeColor = System.Drawing.Color.FromArgb(CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer), CType(CType(138, Byte), Integer))
Guna2TextBox4.FocusedState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2TextBox4.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Guna2TextBox4.ForeColor = System.Drawing.Color.Black
Guna2TextBox4.HoverState.BorderColor = System.Drawing.Color.FromArgb(CType(CType(94, Byte), Integer), CType(CType(148, Byte), Integer), CType(CType(255, Byte), Integer))
Guna2TextBox4.Location = New System.Drawing.Point(17, 94)
Guna2TextBox4.Name = "Guna2TextBox4"
Guna2TextBox4.PasswordChar = Global.Microsoft.VisualBasic.ChrW(0)
Guna2TextBox4.PlaceholderForeColor = System.Drawing.Color.Black
Guna2TextBox4.PlaceholderText = ""
Guna2TextBox4.SelectedText = ""
Guna2TextBox4.Size = New System.Drawing.Size(438, 21)
Guna2TextBox4.TabIndex = 98
'
'Guna2GradientButton2
'
Guna2GradientButton2.BorderRadius = 4
Guna2GradientButton2.DisabledState.BorderColor = System.Drawing.Color.DarkGray
Guna2GradientButton2.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray
Guna2GradientButton2.DisabledState.FillColor = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Guna2GradientButton2.DisabledState.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer), CType(CType(169, Byte), Integer))
Guna2GradientButton2.DisabledState.ForeColor = System.Drawing.Color.FromArgb(CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer), CType(CType(141, Byte), Integer))
Guna2GradientButton2.FillColor2 = System.Drawing.Color.FromArgb(CType(CType(40, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(182, Byte), Integer))
Guna2GradientButton2.Font = New System.Drawing.Font("Segoe UI", 9.0!)
Guna2GradientButton2.ForeColor = System.Drawing.Color.White
Guna2GradientButton2.Image = CType(resources.GetObject("Guna2GradientButton2.Image"), System.Drawing.Image)
Guna2GradientButton2.ImageAlign = System.Windows.Forms.HorizontalAlignment.Left
Guna2GradientButton2.ImageSize = New System.Drawing.Size(17, 17)
Guna2GradientButton2.Location = New System.Drawing.Point(17, 214)
Guna2GradientButton2.Name = "Guna2GradientButton2"
Guna2GradientButton2.Size = New System.Drawing.Size(438, 27)
Guna2GradientButton2.TabIndex = 99
Guna2GradientButton2.Text = "Ok"
'
'MBox
'
AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
BackColor = System.Drawing.Color.White
ClientSize = New System.Drawing.Size(479, 320)
Controls.Add(Guna2TabControl1)
Controls.Add(StatusStrip1)
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Name = "MBox"
Text = "MessageBox"
StatusStrip1.ResumeLayout(False)
StatusStrip1.PerformLayout()
CType(PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
Guna2TabControl1.ResumeLayout(False)
TabPage1.ResumeLayout(False)
TabPage1.PerformLayout()
TabPage2.ResumeLayout(False)
TabPage2.PerformLayout()
ResumeLayout(False)
PerformLayout()
End Sub
Friend WithEvents ImageList1 As ImageList
Friend WithEvents Timer1 As Timer
Friend WithEvents StatusStrip1 As StatusStrip
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
Friend WithEvents Label1 As Label
Friend WithEvents Label2 As Label
Friend WithEvents PictureBox1 As PictureBox
Friend WithEvents Label4 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label7 As Label
Friend WithEvents PictureBox2 As PictureBox
Friend WithEvents Label5 As Label
Friend WithEvents Guna2TabControl1 As Guna.UI2.WinForms.Guna2TabControl
Friend WithEvents TabPage1 As TabPage
Friend WithEvents TabPage2 As TabPage
Friend WithEvents Guna2GradientButton1 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents Guna2ComboBox1 As Guna.UI2.WinForms.Guna2ComboBox
Friend WithEvents Guna2ComboBox2 As Guna.UI2.WinForms.Guna2ComboBox
Friend WithEvents Guna2TextBox1 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2TextBox2 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2ComboBox3 As Guna.UI2.WinForms.Guna2ComboBox
Friend WithEvents Guna2GradientButton2 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents Guna2TextBox4 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2TextBox3 As Guna.UI2.WinForms.Guna2TextBox
End Class