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

229 lines
13 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class EditReg
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(EditReg))
Panel1 = New System.Windows.Forms.Panel()
Guna2TextBox1 = New Guna.UI2.WinForms.Guna2TextBox()
Guna2ComboBox1 = New Guna.UI2.WinForms.Guna2ComboBox()
Label3 = New System.Windows.Forms.Label()
Label1 = New System.Windows.Forms.Label()
Panel5 = New System.Windows.Forms.Panel()
Guna2Panel1 = New Guna.UI2.WinForms.Guna2Panel()
Guna2GradientButton1 = New Guna.UI2.WinForms.Guna2GradientButton()
Guna2Panel3 = New Guna.UI2.WinForms.Guna2Panel()
Guna2Panel2 = New Guna.UI2.WinForms.Guna2Panel()
Guna2TextBox3 = New Guna.UI2.WinForms.Guna2TextBox()
Panel1.SuspendLayout()
Panel5.SuspendLayout()
Guna2Panel1.SuspendLayout()
SuspendLayout()
'
'Panel1
'
Panel1.Controls.Add(Guna2TextBox1)
Panel1.Controls.Add(Guna2ComboBox1)
Panel1.Controls.Add(Label3)
Panel1.Controls.Add(Label1)
Panel1.Dock = System.Windows.Forms.DockStyle.Top
Panel1.Location = New System.Drawing.Point(0, 32)
Panel1.Name = "Panel1"
Panel1.Size = New System.Drawing.Size(359, 53)
Panel1.TabIndex = 0
'
'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 = ""
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(156, 26)
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(192, 21)
Guna2TextBox1.TabIndex = 50
'
'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() {"Binary", "DWord", "ExpandString", "MultiString", "QWord", "String"})
Guna2ComboBox1.Location = New System.Drawing.Point(12, 26)
Guna2ComboBox1.Name = "Guna2ComboBox1"
Guna2ComboBox1.Size = New System.Drawing.Size(138, 21)
Guna2ComboBox1.TabIndex = 94
'
'Label3
'
Label3.AutoSize = True
Label3.ForeColor = System.Drawing.Color.Black
Label3.Location = New System.Drawing.Point(153, 10)
Label3.Name = "Label3"
Label3.Size = New System.Drawing.Size(43, 13)
Label3.TabIndex = 31
Label3.Text = "Name _"
'
'Label1
'
Label1.AutoSize = True
Label1.ForeColor = System.Drawing.Color.Black
Label1.Location = New System.Drawing.Point(9, 10)
Label1.Name = "Label1"
Label1.Size = New System.Drawing.Size(40, 13)
Label1.TabIndex = 0
Label1.Text = "Type _"
'
'Panel5
'
Panel5.Controls.Add(Guna2Panel1)
Panel5.Controls.Add(Guna2Panel3)
Panel5.Controls.Add(Guna2Panel2)
Panel5.Dock = System.Windows.Forms.DockStyle.Top
Panel5.Location = New System.Drawing.Point(0, 0)
Panel5.Name = "Panel5"
Panel5.Size = New System.Drawing.Size(359, 32)
Panel5.TabIndex = 35
'
'Guna2Panel1
'
Guna2Panel1.Controls.Add(Guna2GradientButton1)
Guna2Panel1.Dock = System.Windows.Forms.DockStyle.Top
Guna2Panel1.Location = New System.Drawing.Point(27, 0)
Guna2Panel1.Name = "Guna2Panel1"
Guna2Panel1.Size = New System.Drawing.Size(305, 21)
Guna2Panel1.TabIndex = 35
'
'Guna2GradientButton1
'
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.Dock = System.Windows.Forms.DockStyle.Fill
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(15, 15)
Guna2GradientButton1.Location = New System.Drawing.Point(0, 0)
Guna2GradientButton1.Name = "Guna2GradientButton1"
Guna2GradientButton1.Size = New System.Drawing.Size(305, 21)
Guna2GradientButton1.TabIndex = 34
Guna2GradientButton1.Text = "Save"
'
'Guna2Panel3
'
Guna2Panel3.Dock = System.Windows.Forms.DockStyle.Left
Guna2Panel3.Location = New System.Drawing.Point(0, 0)
Guna2Panel3.Name = "Guna2Panel3"
Guna2Panel3.Size = New System.Drawing.Size(27, 32)
Guna2Panel3.TabIndex = 37
'
'Guna2Panel2
'
Guna2Panel2.Dock = System.Windows.Forms.DockStyle.Right
Guna2Panel2.Location = New System.Drawing.Point(332, 0)
Guna2Panel2.Name = "Guna2Panel2"
Guna2Panel2.Size = New System.Drawing.Size(27, 32)
Guna2Panel2.TabIndex = 36
'
'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 = ""
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.Dock = System.Windows.Forms.DockStyle.Fill
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(0, 85)
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(359, 155)
Guna2TextBox3.TabIndex = 51
'
'EditReg
'
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(359, 240)
Controls.Add(Guna2TextBox3)
Controls.Add(Panel1)
Controls.Add(Panel5)
Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Name = "EditReg"
Text = "EditReg"
Panel1.ResumeLayout(False)
Panel1.PerformLayout()
Panel5.ResumeLayout(False)
Guna2Panel1.ResumeLayout(False)
ResumeLayout(False)
End Sub
Friend WithEvents Panel1 As Panel
Friend WithEvents Label1 As Label
Friend WithEvents Label3 As Label
Friend WithEvents Panel5 As Panel
Friend WithEvents Guna2Panel1 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Guna2GradientButton1 As Guna.UI2.WinForms.Guna2GradientButton
Friend WithEvents Guna2Panel3 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Guna2Panel2 As Guna.UI2.WinForms.Guna2Panel
Friend WithEvents Guna2ComboBox1 As Guna.UI2.WinForms.Guna2ComboBox
Friend WithEvents Guna2TextBox1 As Guna.UI2.WinForms.Guna2TextBox
Friend WithEvents Guna2TextBox3 As Guna.UI2.WinForms.Guna2TextBox
End Class