311 lines
14 KiB
VB.net
311 lines
14 KiB
VB.net
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
Partial Class Customise_Colours
|
|||
|
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(Customise_Colours))
|
|||
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.Button6 = New System.Windows.Forms.Button()
|
|||
|
Me.Button7 = New System.Windows.Forms.Button()
|
|||
|
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.Button1 = New System.Windows.Forms.Button()
|
|||
|
Me.Button2 = New System.Windows.Forms.Button()
|
|||
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|||
|
Me.TextButton = New System.Windows.Forms.Button()
|
|||
|
Me.BackgroundButton = New System.Windows.Forms.Button()
|
|||
|
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
|||
|
Me.ColourChooser = New System.Windows.Forms.ColorDialog()
|
|||
|
Me.MockTextBox = New System.Windows.Forms.Label()
|
|||
|
Me.MockFilePicker = New System.Windows.Forms.Label()
|
|||
|
Me.VScrollBar1 = New System.Windows.Forms.VScrollBar()
|
|||
|
Me.Label3 = New System.Windows.Forms.Label()
|
|||
|
Me.ComboBox2 = New System.Windows.Forms.ComboBox()
|
|||
|
Me.Button3 = New System.Windows.Forms.Button()
|
|||
|
Me.MockCaption = New System.Windows.Forms.Label()
|
|||
|
Me.Label5 = New System.Windows.Forms.Label()
|
|||
|
Me.Button4 = New System.Windows.Forms.Button()
|
|||
|
Me.GroupBox1.SuspendLayout()
|
|||
|
Me.GroupBox5.SuspendLayout()
|
|||
|
Me.GroupBox4.SuspendLayout()
|
|||
|
Me.GroupBox3.SuspendLayout()
|
|||
|
Me.GroupBox2.SuspendLayout()
|
|||
|
Me.SuspendLayout()
|
|||
|
'
|
|||
|
'GroupBox1
|
|||
|
'
|
|||
|
Me.GroupBox1.Controls.Add(Me.Label5)
|
|||
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|||
|
Me.GroupBox1.Controls.Add(Me.VScrollBar1)
|
|||
|
Me.GroupBox1.Controls.Add(Me.MockFilePicker)
|
|||
|
Me.GroupBox1.Controls.Add(Me.MockTextBox)
|
|||
|
Me.GroupBox1.Controls.Add(Me.GroupBox5)
|
|||
|
Me.GroupBox1.Controls.Add(Me.GroupBox4)
|
|||
|
Me.GroupBox1.Controls.Add(Me.GroupBox3)
|
|||
|
Me.GroupBox1.Controls.Add(Me.GroupBox2)
|
|||
|
Me.GroupBox1.Controls.Add(Me.MockCaption)
|
|||
|
Me.GroupBox1.Location = New System.Drawing.Point(13, 12)
|
|||
|
Me.GroupBox1.Name = "GroupBox1"
|
|||
|
Me.GroupBox1.Size = New System.Drawing.Size(417, 387)
|
|||
|
Me.GroupBox1.TabIndex = 0
|
|||
|
Me.GroupBox1.TabStop = False
|
|||
|
Me.GroupBox1.Text = "DON'T TOUCH THAT"
|
|||
|
'
|
|||
|
'GroupBox5
|
|||
|
'
|
|||
|
Me.GroupBox5.Controls.Add(Me.Button6)
|
|||
|
Me.GroupBox5.Controls.Add(Me.Button7)
|
|||
|
Me.GroupBox5.Location = New System.Drawing.Point(198, 34)
|
|||
|
Me.GroupBox5.Name = "GroupBox5"
|
|||
|
Me.GroupBox5.Size = New System.Drawing.Size(84, 100)
|
|||
|
Me.GroupBox5.TabIndex = 3
|
|||
|
Me.GroupBox5.TabStop = False
|
|||
|
Me.GroupBox5.Text = "StatusBar"
|
|||
|
'
|
|||
|
'Button6
|
|||
|
'
|
|||
|
Me.Button6.Location = New System.Drawing.Point(8, 21)
|
|||
|
Me.Button6.Name = "Button6"
|
|||
|
Me.Button6.Size = New System.Drawing.Size(67, 31)
|
|||
|
Me.Button6.TabIndex = 0
|
|||
|
Me.Button6.Text = "Text"
|
|||
|
Me.Button6.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'Button7
|
|||
|
'
|
|||
|
Me.Button7.Location = New System.Drawing.Point(8, 58)
|
|||
|
Me.Button7.Name = "Button7"
|
|||
|
Me.Button7.Size = New System.Drawing.Size(67, 31)
|
|||
|
Me.Button7.TabIndex = 1
|
|||
|
Me.Button7.Text = "Back"
|
|||
|
Me.Button7.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'GroupBox4
|
|||
|
'
|
|||
|
Me.GroupBox4.Controls.Add(Me.Button4)
|
|||
|
Me.GroupBox4.Controls.Add(Me.Button3)
|
|||
|
Me.GroupBox4.Controls.Add(Me.ComboBox2)
|
|||
|
Me.GroupBox4.Location = New System.Drawing.Point(288, 34)
|
|||
|
Me.GroupBox4.Name = "GroupBox4"
|
|||
|
Me.GroupBox4.Size = New System.Drawing.Size(123, 100)
|
|||
|
Me.GroupBox4.TabIndex = 2
|
|||
|
Me.GroupBox4.TabStop = False
|
|||
|
Me.GroupBox4.Text = "Notifications"
|
|||
|
'
|
|||
|
'GroupBox3
|
|||
|
'
|
|||
|
Me.GroupBox3.Controls.Add(Me.Button1)
|
|||
|
Me.GroupBox3.Controls.Add(Me.Button2)
|
|||
|
Me.GroupBox3.Location = New System.Drawing.Point(108, 34)
|
|||
|
Me.GroupBox3.Name = "GroupBox3"
|
|||
|
Me.GroupBox3.Size = New System.Drawing.Size(84, 100)
|
|||
|
Me.GroupBox3.TabIndex = 2
|
|||
|
Me.GroupBox3.TabStop = False
|
|||
|
Me.GroupBox3.Text = "Sidebar"
|
|||
|
'
|
|||
|
'Button1
|
|||
|
'
|
|||
|
Me.Button1.Location = New System.Drawing.Point(8, 21)
|
|||
|
Me.Button1.Name = "Button1"
|
|||
|
Me.Button1.Size = New System.Drawing.Size(67, 31)
|
|||
|
Me.Button1.TabIndex = 0
|
|||
|
Me.Button1.Text = "Text"
|
|||
|
Me.Button1.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'Button2
|
|||
|
'
|
|||
|
Me.Button2.Location = New System.Drawing.Point(8, 58)
|
|||
|
Me.Button2.Name = "Button2"
|
|||
|
Me.Button2.Size = New System.Drawing.Size(67, 31)
|
|||
|
Me.Button2.TabIndex = 1
|
|||
|
Me.Button2.Text = "Back"
|
|||
|
Me.Button2.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'GroupBox2
|
|||
|
'
|
|||
|
Me.GroupBox2.Controls.Add(Me.TextButton)
|
|||
|
Me.GroupBox2.Controls.Add(Me.BackgroundButton)
|
|||
|
Me.GroupBox2.Location = New System.Drawing.Point(9, 34)
|
|||
|
Me.GroupBox2.Name = "GroupBox2"
|
|||
|
Me.GroupBox2.Size = New System.Drawing.Size(84, 100)
|
|||
|
Me.GroupBox2.TabIndex = 2
|
|||
|
Me.GroupBox2.TabStop = False
|
|||
|
Me.GroupBox2.Text = "Editor"
|
|||
|
'
|
|||
|
'TextButton
|
|||
|
'
|
|||
|
Me.TextButton.Location = New System.Drawing.Point(8, 21)
|
|||
|
Me.TextButton.Name = "TextButton"
|
|||
|
Me.TextButton.Size = New System.Drawing.Size(67, 31)
|
|||
|
Me.TextButton.TabIndex = 0
|
|||
|
Me.TextButton.Text = "Text"
|
|||
|
Me.TextButton.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'BackgroundButton
|
|||
|
'
|
|||
|
Me.BackgroundButton.Location = New System.Drawing.Point(8, 58)
|
|||
|
Me.BackgroundButton.Name = "BackgroundButton"
|
|||
|
Me.BackgroundButton.Size = New System.Drawing.Size(67, 31)
|
|||
|
Me.BackgroundButton.TabIndex = 1
|
|||
|
Me.BackgroundButton.Text = "Back"
|
|||
|
Me.BackgroundButton.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'ComboBox1
|
|||
|
'
|
|||
|
Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.ComboBox1.FormattingEnabled = True
|
|||
|
Me.ComboBox1.Items.AddRange(New Object() {"Standard", "Night Mode", "Special"})
|
|||
|
Me.ComboBox1.Location = New System.Drawing.Point(21, 7)
|
|||
|
Me.ComboBox1.Name = "ComboBox1"
|
|||
|
Me.ComboBox1.Size = New System.Drawing.Size(141, 24)
|
|||
|
Me.ComboBox1.TabIndex = 0
|
|||
|
'
|
|||
|
'MockTextBox
|
|||
|
'
|
|||
|
Me.MockTextBox.BackColor = System.Drawing.Color.White
|
|||
|
Me.MockTextBox.Location = New System.Drawing.Point(107, 172)
|
|||
|
Me.MockTextBox.Name = "MockTextBox"
|
|||
|
Me.MockTextBox.Size = New System.Drawing.Size(303, 209)
|
|||
|
Me.MockTextBox.TabIndex = 4
|
|||
|
Me.MockTextBox.Text = resources.GetString("MockTextBox.Text")
|
|||
|
'
|
|||
|
'MockFilePicker
|
|||
|
'
|
|||
|
Me.MockFilePicker.BackColor = System.Drawing.Color.White
|
|||
|
Me.MockFilePicker.Location = New System.Drawing.Point(6, 185)
|
|||
|
Me.MockFilePicker.Name = "MockFilePicker"
|
|||
|
Me.MockFilePicker.Size = New System.Drawing.Size(95, 196)
|
|||
|
Me.MockFilePicker.TabIndex = 4
|
|||
|
Me.MockFilePicker.Text = "Apple" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Banana" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Cherry" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Durian" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Eggplant"
|
|||
|
'
|
|||
|
'VScrollBar1
|
|||
|
'
|
|||
|
Me.VScrollBar1.Location = New System.Drawing.Point(93, 185)
|
|||
|
Me.VScrollBar1.Name = "VScrollBar1"
|
|||
|
Me.VScrollBar1.Size = New System.Drawing.Size(14, 196)
|
|||
|
Me.VScrollBar1.TabIndex = 5
|
|||
|
'
|
|||
|
'Label3
|
|||
|
'
|
|||
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 4.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label3.Location = New System.Drawing.Point(6, 172)
|
|||
|
Me.Label3.Name = "Label3"
|
|||
|
Me.Label3.Size = New System.Drawing.Size(101, 13)
|
|||
|
Me.Label3.TabIndex = 6
|
|||
|
Me.Label3.Text = "File Edit Format View"
|
|||
|
'
|
|||
|
'ComboBox2
|
|||
|
'
|
|||
|
Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|||
|
Me.ComboBox2.FormattingEnabled = True
|
|||
|
Me.ComboBox2.Items.AddRange(New Object() {"Info", "Warning", "Critical"})
|
|||
|
Me.ComboBox2.Location = New System.Drawing.Point(6, 25)
|
|||
|
Me.ComboBox2.Name = "ComboBox2"
|
|||
|
Me.ComboBox2.Size = New System.Drawing.Size(111, 24)
|
|||
|
Me.ComboBox2.TabIndex = 7
|
|||
|
'
|
|||
|
'Button3
|
|||
|
'
|
|||
|
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Button3.Location = New System.Drawing.Point(6, 58)
|
|||
|
Me.Button3.Name = "Button3"
|
|||
|
Me.Button3.Size = New System.Drawing.Size(51, 31)
|
|||
|
Me.Button3.TabIndex = 2
|
|||
|
Me.Button3.Text = "Text"
|
|||
|
Me.Button3.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'MockCaption
|
|||
|
'
|
|||
|
Me.MockCaption.BackColor = System.Drawing.Color.Orchid
|
|||
|
Me.MockCaption.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.2!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.MockCaption.ForeColor = System.Drawing.Color.White
|
|||
|
Me.MockCaption.Location = New System.Drawing.Point(5, 155)
|
|||
|
Me.MockCaption.Name = "MockCaption"
|
|||
|
Me.MockCaption.Size = New System.Drawing.Size(406, 227)
|
|||
|
Me.MockCaption.TabIndex = 7
|
|||
|
Me.MockCaption.Text = resources.GetString("MockCaption.Text")
|
|||
|
'
|
|||
|
'Label5
|
|||
|
'
|
|||
|
Me.Label5.BackColor = System.Drawing.Color.Red
|
|||
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 6.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Label5.ForeColor = System.Drawing.Color.White
|
|||
|
Me.Label5.Location = New System.Drawing.Point(383, 155)
|
|||
|
Me.Label5.Name = "Label5"
|
|||
|
Me.Label5.Size = New System.Drawing.Size(28, 17)
|
|||
|
Me.Label5.TabIndex = 8
|
|||
|
Me.Label5.Text = "X"
|
|||
|
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
|
|||
|
'
|
|||
|
'Button4
|
|||
|
'
|
|||
|
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|||
|
Me.Button4.Location = New System.Drawing.Point(63, 58)
|
|||
|
Me.Button4.Name = "Button4"
|
|||
|
Me.Button4.Size = New System.Drawing.Size(51, 31)
|
|||
|
Me.Button4.TabIndex = 8
|
|||
|
Me.Button4.Text = "Back"
|
|||
|
Me.Button4.UseVisualStyleBackColor = True
|
|||
|
'
|
|||
|
'Customise_Colours
|
|||
|
'
|
|||
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
|||
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
Me.ClientSize = New System.Drawing.Size(442, 411)
|
|||
|
Me.Controls.Add(Me.ComboBox1)
|
|||
|
Me.Controls.Add(Me.GroupBox1)
|
|||
|
Me.Name = "Customise_Colours"
|
|||
|
Me.Text = "Notepad Ultra - Theme Editor"
|
|||
|
Me.GroupBox1.ResumeLayout(False)
|
|||
|
Me.GroupBox5.ResumeLayout(False)
|
|||
|
Me.GroupBox4.ResumeLayout(False)
|
|||
|
Me.GroupBox3.ResumeLayout(False)
|
|||
|
Me.GroupBox2.ResumeLayout(False)
|
|||
|
Me.ResumeLayout(False)
|
|||
|
|
|||
|
End Sub
|
|||
|
|
|||
|
Friend WithEvents GroupBox1 As GroupBox
|
|||
|
Friend WithEvents ComboBox1 As ComboBox
|
|||
|
Friend WithEvents ColourChooser As ColorDialog
|
|||
|
Friend WithEvents BackgroundButton As Button
|
|||
|
Friend WithEvents TextButton As Button
|
|||
|
Friend WithEvents GroupBox4 As GroupBox
|
|||
|
Friend WithEvents GroupBox3 As GroupBox
|
|||
|
Friend WithEvents Button1 As Button
|
|||
|
Friend WithEvents Button2 As Button
|
|||
|
Friend WithEvents GroupBox2 As GroupBox
|
|||
|
Friend WithEvents GroupBox5 As GroupBox
|
|||
|
Friend WithEvents Button6 As Button
|
|||
|
Friend WithEvents Button7 As Button
|
|||
|
Friend WithEvents Label3 As Label
|
|||
|
Friend WithEvents VScrollBar1 As VScrollBar
|
|||
|
Friend WithEvents MockFilePicker As Label
|
|||
|
Friend WithEvents MockTextBox As Label
|
|||
|
Friend WithEvents Button3 As Button
|
|||
|
Friend WithEvents ComboBox2 As ComboBox
|
|||
|
Friend WithEvents MockCaption As Label
|
|||
|
Friend WithEvents Label5 As Label
|
|||
|
Friend WithEvents Button4 As Button
|
|||
|
End Class
|