<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Builder
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(Builder))
Me.Button1 = New System.Windows.Forms.Button()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.FlowLayoutPanel2 = New System.Windows.Forms.FlowLayoutPanel()
Me.Box = New System.Windows.Forms.CheckBox()
Me.Scrollbar = New System.Windows.Forms.CheckBox()
Me.ToolbarImageBox = New System.Windows.Forms.PictureBox()
Me.MailLabel = New System.Windows.Forms.Label()
Me.BagLabel = New System.Windows.Forms.Label()
Me.BDRXSize = New System.Windows.Forms.Label()
Me.CraftLabel = New System.Windows.Forms.Label()
Me.OppVitLabel = New System.Windows.Forms.Label()
Me.PlayerVitalsLabel = New System.Windows.Forms.Label()
Me.ResolutionLabel = New System.Windows.Forms.Label()
Me.ToolbarBox = New System.Windows.Forms.GroupBox()
Me.ToolBar = New System.Windows.Forms.ComboBox()
Me.Resolution = New System.Windows.Forms.ComboBox()
Me.DressingRoomBox = New System.Windows.Forms.GroupBox()
Me.Dressing = New System.Windows.Forms.ComboBox()
Me.BDRXRes = New System.Windows.Forms.ComboBox()
Me.MinimapLabel = New System.Windows.Forms.Label()
Me.CraftingImageBox = New System.Windows.Forms.PictureBox()
Me.BagImageBox = New System.Windows.Forms.PictureBox()
Me.MiniMapImageBox = New System.Windows.Forms.PictureBox()
Me.FrameImageBox = New System.Windows.Forms.PictureBox()
Me.ScrollbarImageBox = New System.Windows.Forms.PictureBox()
Me.OppVitalsImageBox = New System.Windows.Forms.PictureBox()
Me.PlayerVitalsImageBox = New System.Windows.Forms.PictureBox()
Me.About = New System.Windows.Forms.Button()
Me.Beta = New System.Windows.Forms.CheckBox()
Me.ExtendedBarter = New System.Windows.Forms.CheckBox()
Me.Skirmish = New System.Windows.Forms.CheckBox()
Me.Minimap = New System.Windows.Forms.ComboBox()
Me.OppVit = New System.Windows.Forms.ComboBox()
Me.PlayerVit = New System.Windows.Forms.ComboBox()
Me.Craft = New System.Windows.Forms.ComboBox()
Me.Bags = New System.Windows.Forms.ComboBox()
Me.Mail = New System.Windows.Forms.ComboBox()
Me.BlackStable = New System.Windows.Forms.CheckBox()
Me.itemAdvancement = New System.Windows.Forms.CheckBox()
Me.largeauction = New System.Windows.Forms.CheckBox()
Me.firefernvendor = New System.Windows.Forms.CheckBox()
Me.FirefernQuestLog = New System.Windows.Forms.CheckBox()
Me.DaimonBio = New System.Windows.Forms.CheckBox()
Me.FlowLayoutPanel2.SuspendLayout()
CType(Me.ToolbarImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.ToolbarBox.SuspendLayout()
Me.DressingRoomBox.SuspendLayout()
CType(Me.CraftingImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.BagImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.MiniMapImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.FrameImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.ScrollbarImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.OppVitalsImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.PlayerVitalsImageBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(12, 535)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(352, 23)
Me.Button1.TabIndex = 0
Me.Button1.Text = "Make my UI!"
Me.Button1.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.Location = New System.Drawing.Point(383, 532)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(352, 13)
Me.Label1.TabIndex = 9
Me.Label1.Text = "Choose UI elements and hit the Build button to build your UI!"
'
'Label2
'
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Label2.Location = New System.Drawing.Point(383, 545)
Me.Label2.Name = "Label2"
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.Size = New System.Drawing.Size(352, 16)
Me.Label2.TabIndex = 13
Me.Label2.Text = "Ui Builder, Part of the MyUi package by MrJackdaw and The Old One"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopRight
'
'FlowLayoutPanel2
'
Me.FlowLayoutPanel2.Controls.Add(Me.Box)
Me.FlowLayoutPanel2.Controls.Add(Me.Scrollbar)
Me.FlowLayoutPanel2.Location = New System.Drawing.Point(9, 177)
Me.FlowLayoutPanel2.Name = "FlowLayoutPanel2"
Me.FlowLayoutPanel2.Size = New System.Drawing.Size(153, 47)
Me.FlowLayoutPanel2.TabIndex = 15
'
'Box
'
Me.Box.AutoSize = True
Me.Box.Checked = Global.UIBuilder.My.MySettings.Default.FrameBorder
Me.Box.CheckState = System.Windows.Forms.CheckState.Checked
Me.Box.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "FrameBorder", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Box.Location = New System.Drawing.Point(3, 3)
Me.Box.Name = "Box"
Me.Box.Size = New System.Drawing.Size(139, 17)
Me.Box.TabIndex = 0
Me.Box.Text = "Frame border changed?"
Me.Box.UseVisualStyleBackColor = True
'
'Scrollbar
'
Me.Scrollbar.AutoSize = True
Me.Scrollbar.Checked = Global.UIBuilder.My.MySettings.Default.FadeScroll
Me.Scrollbar.CheckState = System.Windows.Forms.CheckState.Checked
Me.Scrollbar.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "FadeScroll", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Scrollbar.Location = New System.Drawing.Point(3, 26)
Me.Scrollbar.Name = "Scrollbar"
Me.Scrollbar.Size = New System.Drawing.Size(121, 17)
Me.Scrollbar.TabIndex = 1
Me.Scrollbar.Text = "Fade out scrollbars?"
Me.Scrollbar.UseVisualStyleBackColor = True
'
'ToolbarImageBox
'
Me.ToolbarImageBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
Me.ToolbarImageBox.Cursor = System.Windows.Forms.Cursors.Arrow
Me.ToolbarImageBox.ErrorImage = Nothing
Me.ToolbarImageBox.InitialImage = Nothing
Me.ToolbarImageBox.Location = New System.Drawing.Point(178, 10)
Me.ToolbarImageBox.Name = "ToolbarImageBox"
Me.ToolbarImageBox.Size = New System.Drawing.Size(738, 125)
Me.ToolbarImageBox.TabIndex = 17
Me.ToolbarImageBox.TabStop = False
'
'MailLabel
'
Me.MailLabel.AutoSize = True
Me.MailLabel.Location = New System.Drawing.Point(502, 485)
Me.MailLabel.Name = "MailLabel"
Me.MailLabel.Size = New System.Drawing.Size(26, 13)
Me.MailLabel.TabIndex = 37
Me.MailLabel.Text = "Mail"
'
'BagLabel
'
Me.BagLabel.AutoSize = True
Me.BagLabel.Location = New System.Drawing.Point(8, 299)
Me.BagLabel.Name = "BagLabel"
Me.BagLabel.Size = New System.Drawing.Size(31, 13)
Me.BagLabel.TabIndex = 39
Me.BagLabel.Text = "Bags"
'
'BDRXSize
'
Me.BDRXSize.AutoSize = True
Me.BDRXSize.Location = New System.Drawing.Point(6, 46)
Me.BDRXSize.Name = "BDRXSize"
Me.BDRXSize.Size = New System.Drawing.Size(60, 13)
Me.BDRXSize.TabIndex = 43
Me.BDRXSize.Text = "BDRX Size"
'
'CraftLabel
'
Me.CraftLabel.AutoSize = True
Me.CraftLabel.Location = New System.Drawing.Point(8, 261)
Me.CraftLabel.Name = "CraftLabel"
Me.CraftLabel.Size = New System.Drawing.Size(43, 13)
Me.CraftLabel.TabIndex = 45
Me.CraftLabel.Text = "Crafting"
'
'OppVitLabel
'
Me.OppVitLabel.AutoSize = True
Me.OppVitLabel.Location = New System.Drawing.Point(8, 131)
Me.OppVitLabel.Name = "OppVitLabel"
Me.OppVitLabel.Size = New System.Drawing.Size(82, 13)
Me.OppVitLabel.TabIndex = 48
Me.OppVitLabel.Text = "Opponent Vitals"
'
'PlayerVitalsLabel
'
Me.PlayerVitalsLabel.AutoSize = True
Me.PlayerVitalsLabel.Location = New System.Drawing.Point(8, 91)
Me.PlayerVitalsLabel.Name = "PlayerVitalsLabel"
Me.PlayerVitalsLabel.Size = New System.Drawing.Size(64, 13)
Me.PlayerVitalsLabel.TabIndex = 49
Me.PlayerVitalsLabel.Text = "Player Vitals"
'
'ResolutionLabel
'
Me.ResolutionLabel.AutoSize = True
Me.ResolutionLabel.Location = New System.Drawing.Point(6, 46)
Me.ResolutionLabel.Name = "ResolutionLabel"
Me.ResolutionLabel.Size = New System.Drawing.Size(57, 13)
Me.ResolutionLabel.TabIndex = 52
Me.ResolutionLabel.Text = "Resolution"
'
'ToolbarBox
'
Me.ToolbarBox.Controls.Add(Me.ToolBar)
Me.ToolbarBox.Controls.Add(Me.ResolutionLabel)
Me.ToolbarBox.Controls.Add(Me.Resolution)
Me.ToolbarBox.Location = New System.Drawing.Point(9, 12)
Me.ToolbarBox.Name = "ToolbarBox"
Me.ToolbarBox.Size = New System.Drawing.Size(163, 71)
Me.ToolbarBox.TabIndex = 53
Me.ToolbarBox.TabStop = False
Me.ToolbarBox.Text = "Toolbar"
'
'ToolBar
'
Me.ToolBar.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "ToolBar", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.ToolBar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.ToolBar.FormattingEnabled = True
Me.ToolBar.Items.AddRange(New Object() {"DaimonUI Universal MOM", "DaimonUI Universal SOM", "Small Bar", "Arty Bar, 0ne row", "Arty Bar, Two Rows", "Arty Bar, Three rows", "Jackdaws", "Default"})
Me.ToolBar.Location = New System.Drawing.Point(6, 19)
Me.ToolBar.Name = "ToolBar"
Me.ToolBar.Size = New System.Drawing.Size(148, 21)
Me.ToolBar.TabIndex = 50
Me.ToolBar.Text = Global.UIBuilder.My.MySettings.Default.ToolBar
'
'Resolution
'
Me.Resolution.AccessibleDescription = "Resolution"
Me.Resolution.AccessibleName = "Resolution"
Me.Resolution.AccessibleRole = System.Windows.Forms.AccessibleRole.DropList
Me.Resolution.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "ToolbarRes", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Resolution.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Resolution.FormattingEnabled = True
Me.Resolution.Items.AddRange(New Object() {"800x600", "1024x768", "1152x768", "1280x720", "1280x1024", "1366x768", "1440x900", "1600x900", "1680x1024", "1680x1050", "1920x1080", "1920x1200", "2048x1080", "2048x1536", "2560x1600", "2560x2048"})
Me.Resolution.Location = New System.Drawing.Point(69, 42)
Me.Resolution.Name = "Resolution"
Me.Resolution.Size = New System.Drawing.Size(85, 21)
Me.Resolution.TabIndex = 34
Me.Resolution.Tag = "Resolution"
Me.Resolution.Text = Global.UIBuilder.My.MySettings.Default.ToolbarRes
'
'DressingRoomBox
'
Me.DressingRoomBox.Controls.Add(Me.Dressing)
Me.DressingRoomBox.Controls.Add(Me.BDRXRes)
Me.DressingRoomBox.Controls.Add(Me.BDRXSize)
Me.DressingRoomBox.Location = New System.Drawing.Point(8, 430)
Me.DressingRoomBox.Name = "DressingRoomBox"
Me.DressingRoomBox.Size = New System.Drawing.Size(163, 71)
Me.DressingRoomBox.TabIndex = 54
Me.DressingRoomBox.TabStop = False
Me.DressingRoomBox.Text = "Dressing Room"
'
'Dressing
'
Me.Dressing.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "Dressing", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Dressing.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Dressing.FormattingEnabled = True
Me.Dressing.Items.AddRange(New Object() {"BDRX", "Fireferns", "Default"})
Me.Dressing.Location = New System.Drawing.Point(6, 19)
Me.Dressing.Name = "Dressing"
Me.Dressing.Size = New System.Drawing.Size(148, 21)
Me.Dressing.TabIndex = 40
Me.Dressing.Text = Global.UIBuilder.My.MySettings.Default.Dressing
'
'BDRXRes
'
Me.BDRXRes.AccessibleDescription = "Resolution"
Me.BDRXRes.AccessibleName = "Resolution"
Me.BDRXRes.AccessibleRole = System.Windows.Forms.AccessibleRole.DropList
Me.BDRXRes.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "BDRXRes", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.BDRXRes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.BDRXRes.FormattingEnabled = True
Me.BDRXRes.Items.AddRange(New Object() {"800x600", "1024x768", "1152x768", "1280x720", "1280x1024", "1366x768", "1440x900", "1600x900", "1680x1024", "1680x1050", "1920x1080", "1920x1200", "2048x1080", "2048x1536", "2560x1600", "2560x2048"})
Me.BDRXRes.Location = New System.Drawing.Point(69, 42)
Me.BDRXRes.Name = "BDRXRes"
Me.BDRXRes.Size = New System.Drawing.Size(85, 21)
Me.BDRXRes.TabIndex = 41
Me.BDRXRes.Tag = "Resolution"
Me.BDRXRes.Text = Global.UIBuilder.My.MySettings.Default.BDRXRes
'
'MinimapLabel
'
Me.MinimapLabel.AutoSize = True
Me.MinimapLabel.Location = New System.Drawing.Point(8, 223)
Me.MinimapLabel.Name = "MinimapLabel"
Me.MinimapLabel.Size = New System.Drawing.Size(46, 13)
Me.MinimapLabel.TabIndex = 56
Me.MinimapLabel.Text = "Minimap"
'
'CraftingImageBox
'
Me.CraftingImageBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.CraftingImageBox.Location = New System.Drawing.Point(178, 264)
Me.CraftingImageBox.Name = "CraftingImageBox"
Me.CraftingImageBox.Size = New System.Drawing.Size(312, 245)
Me.CraftingImageBox.TabIndex = 20
Me.CraftingImageBox.TabStop = False
'
'BagImageBox
'
Me.BagImageBox.Location = New System.Drawing.Point(710, 263)
Me.BagImageBox.Name = "BagImageBox"
Me.BagImageBox.Size = New System.Drawing.Size(206, 163)
Me.BagImageBox.TabIndex = 25
Me.BagImageBox.TabStop = False
'
'MiniMapImageBox
'
Me.MiniMapImageBox.Location = New System.Drawing.Point(496, 263)
Me.MiniMapImageBox.Name = "MiniMapImageBox"
Me.MiniMapImageBox.Size = New System.Drawing.Size(208, 212)
Me.MiniMapImageBox.TabIndex = 24
Me.MiniMapImageBox.TabStop = False
'
'FrameImageBox
'
Me.FrameImageBox.Location = New System.Drawing.Point(738, 432)
Me.FrameImageBox.Name = "FrameImageBox"
Me.FrameImageBox.Size = New System.Drawing.Size(53, 50)
Me.FrameImageBox.TabIndex = 22
Me.FrameImageBox.TabStop = False
'
'ScrollbarImageBox
'
Me.ScrollbarImageBox.Location = New System.Drawing.Point(710, 432)
Me.ScrollbarImageBox.Name = "ScrollbarImageBox"
Me.ScrollbarImageBox.Size = New System.Drawing.Size(22, 67)
Me.ScrollbarImageBox.TabIndex = 21
Me.ScrollbarImageBox.TabStop = False
'
'OppVitalsImageBox
'
Me.OppVitalsImageBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.OppVitalsImageBox.Location = New System.Drawing.Point(639, 141)
Me.OppVitalsImageBox.Name = "OppVitalsImageBox"
Me.OppVitalsImageBox.Size = New System.Drawing.Size(277, 117)
Me.OppVitalsImageBox.TabIndex = 19
Me.OppVitalsImageBox.TabStop = False
'
'PlayerVitalsImageBox
'
Me.PlayerVitalsImageBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
Me.PlayerVitalsImageBox.Location = New System.Drawing.Point(178, 141)
Me.PlayerVitalsImageBox.Name = "PlayerVitalsImageBox"
Me.PlayerVitalsImageBox.Size = New System.Drawing.Size(455, 117)
Me.PlayerVitalsImageBox.TabIndex = 18
Me.PlayerVitalsImageBox.TabStop = False
'
'About
'
Me.About.Location = New System.Drawing.Point(841, 535)
Me.About.Name = "About"
Me.About.Size = New System.Drawing.Size(75, 23)
Me.About.TabIndex = 57
Me.About.Text = "About"
Me.About.UseVisualStyleBackColor = True
'
'Beta
'
Me.Beta.AutoSize = True
Me.Beta.Enabled = False
Me.Beta.Location = New System.Drawing.Point(10, 508)
Me.Beta.Name = "Beta"
Me.Beta.Size = New System.Drawing.Size(122, 17)
Me.Beta.TabIndex = 60
Me.Beta.Text = "show beta/outdated"
Me.Beta.UseVisualStyleBackColor = True
'
'ExtendedBarter
'
Me.ExtendedBarter.AutoSize = True
Me.ExtendedBarter.Checked = Global.UIBuilder.My.MySettings.Default.ExtendedBarter
Me.ExtendedBarter.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "ExtendedBarter", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.ExtendedBarter.Location = New System.Drawing.Point(328, 515)
Me.ExtendedBarter.Name = "ExtendedBarter"
Me.ExtendedBarter.Size = New System.Drawing.Size(102, 17)
Me.ExtendedBarter.TabIndex = 59
Me.ExtendedBarter.Text = "Extended Barter"
Me.ExtendedBarter.UseVisualStyleBackColor = True
'
'Skirmish
'
Me.Skirmish.AutoSize = True
Me.Skirmish.Checked = Global.UIBuilder.My.MySettings.Default.WorldJoin
Me.Skirmish.CheckState = System.Windows.Forms.CheckState.Checked
Me.Skirmish.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "WorldJoin", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Skirmish.Location = New System.Drawing.Point(178, 515)
Me.Skirmish.Name = "Skirmish"
Me.Skirmish.Size = New System.Drawing.Size(113, 17)
Me.Skirmish.TabIndex = 58
Me.Skirmish.Text = "Extended Skirmish"
Me.Skirmish.UseVisualStyleBackColor = True
'
'Minimap
'
Me.Minimap.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "Minimap", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Minimap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Minimap.FormattingEnabled = True
Me.Minimap.Items.AddRange(New Object() {"DaimonUI", "Modified1", "Modified2", "Default"})
Me.Minimap.Location = New System.Drawing.Point(8, 237)
Me.Minimap.Name = "Minimap"
Me.Minimap.Size = New System.Drawing.Size(148, 21)
Me.Minimap.TabIndex = 55
Me.Minimap.Text = Global.UIBuilder.My.MySettings.Default.Minimap
'
'OppVit
'
Me.OppVit.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "OppVit", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.OppVit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.OppVit.FormattingEnabled = True
Me.OppVit.Items.AddRange(New Object() {"Buffs Above", "Clear", "Champ", "Azure+Champ", "DaimonUI Mini MOM", "DaimonUI Mini SOM", "Default"})
Me.OppVit.Location = New System.Drawing.Point(8, 145)
Me.OppVit.Name = "OppVit"
Me.OppVit.Size = New System.Drawing.Size(148, 21)
Me.OppVit.TabIndex = 47
Me.OppVit.Text = Global.UIBuilder.My.MySettings.Default.OppVit
'
'PlayerVit
'
Me.PlayerVit.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "PlayerVit", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.PlayerVit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.PlayerVit.FormattingEnabled = True
Me.PlayerVit.Items.AddRange(New Object() {"Buffs Above", "Thin", "Clear", "Azure+Champ", "DaimonUI Mini MOM", "DaimonUI Mini SOM", "Ultra Mini Vitals", "Default"})
Me.PlayerVit.Location = New System.Drawing.Point(8, 105)
Me.PlayerVit.Name = "PlayerVit"
Me.PlayerVit.Size = New System.Drawing.Size(148, 21)
Me.PlayerVit.TabIndex = 46
Me.PlayerVit.Text = Global.UIBuilder.My.MySettings.Default.PlayerVit
'
'Craft
'
Me.Craft.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "Craft", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Craft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Craft.FormattingEnabled = True
Me.Craft.Items.AddRange(New Object() {"Tallcraft", "Widecraft", "Supercraft", "Fireferns", "Amalises", "Default"})
Me.Craft.Location = New System.Drawing.Point(8, 275)
Me.Craft.Name = "Craft"
Me.Craft.Size = New System.Drawing.Size(148, 21)
Me.Craft.TabIndex = 44
Me.Craft.Text = Global.UIBuilder.My.MySettings.Default.Craft
'
'Bags
'
Me.Bags.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "Bags", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Bags.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Bags.FormattingEnabled = True
Me.Bags.Items.AddRange(New Object() {"Sexy", "Ultra Mini", "Ultra Mini Locked", "Amalise", "Default"})
Me.Bags.Location = New System.Drawing.Point(8, 313)
Me.Bags.Name = "Bags"
Me.Bags.Size = New System.Drawing.Size(148, 21)
Me.Bags.TabIndex = 38
Me.Bags.Text = Global.UIBuilder.My.MySettings.Default.Bags
'
'Mail
'
Me.Mail.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.UIBuilder.My.MySettings.Default, "Mail", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.Mail.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.Mail.FormattingEnabled = True
Me.Mail.Items.AddRange(New Object() {"Brygard", "Firefern", "Default"})
Me.Mail.Location = New System.Drawing.Point(505, 499)
Me.Mail.Name = "Mail"
Me.Mail.Size = New System.Drawing.Size(80, 21)
Me.Mail.TabIndex = 36
Me.Mail.Text = Global.UIBuilder.My.MySettings.Default.Mail
'
'BlackStable
'
Me.BlackStable.AutoSize = True
Me.BlackStable.Checked = Global.UIBuilder.My.MySettings.Default.BlackStable
Me.BlackStable.CheckState = System.Windows.Forms.CheckState.Checked
Me.BlackStable.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "BlackStable", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.BlackStable.Location = New System.Drawing.Point(10, 338)
Me.BlackStable.Name = "BlackStable"
Me.BlackStable.Size = New System.Drawing.Size(146, 17)
Me.BlackStable.TabIndex = 33
Me.BlackStable.Text = "Black Stable background"
Me.BlackStable.UseVisualStyleBackColor = True
'
'itemAdvancement
'
Me.itemAdvancement.AutoSize = True
Me.itemAdvancement.Checked = Global.UIBuilder.My.MySettings.Default.itemAdvancement
Me.itemAdvancement.CheckState = System.Windows.Forms.CheckState.Checked
Me.itemAdvancement.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "itemAdvancement", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.itemAdvancement.Location = New System.Drawing.Point(10, 361)
Me.itemAdvancement.Name = "itemAdvancement"
Me.itemAdvancement.Size = New System.Drawing.Size(145, 17)
Me.itemAdvancement.TabIndex = 31
Me.itemAdvancement.Text = "Large Item Advancement"
Me.itemAdvancement.UseVisualStyleBackColor = True
'
'largeauction
'
Me.largeauction.AutoSize = True
Me.largeauction.Checked = Global.UIBuilder.My.MySettings.Default.largeauction
Me.largeauction.CheckState = System.Windows.Forms.CheckState.Checked
Me.largeauction.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "largeauction", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.largeauction.Location = New System.Drawing.Point(591, 484)
Me.largeauction.Name = "largeauction"
Me.largeauction.Size = New System.Drawing.Size(92, 17)
Me.largeauction.TabIndex = 29
Me.largeauction.Text = "Large Auction"
Me.largeauction.UseVisualStyleBackColor = True
'
'firefernvendor
'
Me.firefernvendor.AutoSize = True
Me.firefernvendor.Checked = Global.UIBuilder.My.MySettings.Default.firefernvendor
Me.firefernvendor.CheckState = System.Windows.Forms.CheckState.Checked
Me.firefernvendor.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "firefernvendor", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.firefernvendor.Location = New System.Drawing.Point(10, 407)
Me.firefernvendor.Name = "firefernvendor"
Me.firefernvendor.Size = New System.Drawing.Size(132, 17)
Me.firefernvendor.TabIndex = 27
Me.firefernvendor.Text = "Firefern's Long Vender"
Me.firefernvendor.UseVisualStyleBackColor = True
'
'FirefernQuestLog
'
Me.FirefernQuestLog.AutoSize = True
Me.FirefernQuestLog.Checked = Global.UIBuilder.My.MySettings.Default.FirefernQuestLog
Me.FirefernQuestLog.CheckState = System.Windows.Forms.CheckState.Checked
Me.FirefernQuestLog.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "FirefernQuestLog", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.FirefernQuestLog.Location = New System.Drawing.Point(10, 384)
Me.FirefernQuestLog.Name = "FirefernQuestLog"
Me.FirefernQuestLog.Size = New System.Drawing.Size(147, 17)
Me.FirefernQuestLog.TabIndex = 26
Me.FirefernQuestLog.Text = "Firefern's Long Quest Log"
Me.FirefernQuestLog.UseVisualStyleBackColor = True
'
'DaimonBio
'
Me.DaimonBio.AutoSize = True
Me.DaimonBio.Checked = Global.UIBuilder.My.MySettings.Default.DaimonBio
Me.DaimonBio.CheckState = System.Windows.Forms.CheckState.Checked
Me.DaimonBio.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.UIBuilder.My.MySettings.Default, "DaimonBio", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
Me.DaimonBio.Location = New System.Drawing.Point(591, 507)
Me.DaimonBio.Name = "DaimonBio"
Me.DaimonBio.Size = New System.Drawing.Size(113, 17)
Me.DaimonBio.TabIndex = 14
Me.DaimonBio.Text = "DaimonBio Panel?"
Me.DaimonBio.UseVisualStyleBackColor = True
'
'Builder
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
Me.ClientSize = New System.Drawing.Size(928, 563)
Me.Controls.Add(Me.Beta)
Me.Controls.Add(Me.ExtendedBarter)
Me.Controls.Add(Me.Skirmish)
Me.Controls.Add(Me.About)
Me.Controls.Add(Me.MinimapLabel)
Me.Controls.Add(Me.Minimap)
Me.Controls.Add(Me.DressingRoomBox)
Me.Controls.Add(Me.ToolbarBox)
Me.Controls.Add(Me.PlayerVitalsLabel)
Me.Controls.Add(Me.OppVitLabel)
Me.Controls.Add(Me.OppVit)
Me.Controls.Add(Me.PlayerVit)
Me.Controls.Add(Me.CraftLabel)
Me.Controls.Add(Me.Craft)
Me.Controls.Add(Me.BagLabel)
Me.Controls.Add(Me.Bags)
Me.Controls.Add(Me.CraftingImageBox)
Me.Controls.Add(Me.MailLabel)
Me.Controls.Add(Me.Mail)
Me.Controls.Add(Me.BlackStable)
Me.Controls.Add(Me.itemAdvancement)
Me.Controls.Add(Me.largeauction)
Me.Controls.Add(Me.firefernvendor)
Me.Controls.Add(Me.FirefernQuestLog)
Me.Controls.Add(Me.BagImageBox)
Me.Controls.Add(Me.DaimonBio)
Me.Controls.Add(Me.MiniMapImageBox)
Me.Controls.Add(Me.FrameImageBox)
Me.Controls.Add(Me.ScrollbarImageBox)
Me.Controls.Add(Me.OppVitalsImageBox)
Me.Controls.Add(Me.PlayerVitalsImageBox)
Me.Controls.Add(Me.ToolbarImageBox)
Me.Controls.Add(Me.FlowLayoutPanel2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label2)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "Builder"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Ui Builder"
Me.FlowLayoutPanel2.ResumeLayout(False)
Me.FlowLayoutPanel2.PerformLayout()
CType(Me.ToolbarImageBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ToolbarBox.ResumeLayout(False)
Me.ToolbarBox.PerformLayout()
Me.DressingRoomBox.ResumeLayout(False)
Me.DressingRoomBox.PerformLayout()
CType(Me.CraftingImageBox, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.BagImageBox, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.MiniMapImageBox, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.FrameImageBox, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.ScrollbarImageBox, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.OppVitalsImageBox, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.PlayerVitalsImageBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Scrollbar As System.Windows.Forms.CheckBox
Friend WithEvents Box As System.Windows.Forms.CheckBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents DaimonBio As System.Windows.Forms.CheckBox
Friend WithEvents FlowLayoutPanel2 As System.Windows.Forms.FlowLayoutPanel
Friend WithEvents ToolbarImageBox As System.Windows.Forms.PictureBox
Friend WithEvents PlayerVitalsImageBox As System.Windows.Forms.PictureBox
Friend WithEvents OppVitalsImageBox As System.Windows.Forms.PictureBox
Friend WithEvents CraftingImageBox As System.Windows.Forms.PictureBox
Friend WithEvents ScrollbarImageBox As System.Windows.Forms.PictureBox
Friend WithEvents FrameImageBox As System.Windows.Forms.PictureBox
Friend WithEvents MiniMapImageBox As System.Windows.Forms.PictureBox
Friend WithEvents BagImageBox As System.Windows.Forms.PictureBox
Friend WithEvents FirefernQuestLog As System.Windows.Forms.CheckBox
Friend WithEvents firefernvendor As System.Windows.Forms.CheckBox
Friend WithEvents largeauction As System.Windows.Forms.CheckBox
Friend WithEvents itemAdvancement As System.Windows.Forms.CheckBox
Friend WithEvents BlackStable As System.Windows.Forms.CheckBox
Friend WithEvents Resolution As System.Windows.Forms.ComboBox
Friend WithEvents Mail As System.Windows.Forms.ComboBox
Friend WithEvents MailLabel As System.Windows.Forms.Label
Friend WithEvents Bags As System.Windows.Forms.ComboBox
Friend WithEvents BagLabel As System.Windows.Forms.Label
Friend WithEvents Dressing As System.Windows.Forms.ComboBox
Friend WithEvents BDRXRes As System.Windows.Forms.ComboBox
Friend WithEvents BDRXSize As System.Windows.Forms.Label
Friend WithEvents Craft As System.Windows.Forms.ComboBox
Friend WithEvents CraftLabel As System.Windows.Forms.Label
Friend WithEvents PlayerVit As System.Windows.Forms.ComboBox
Friend WithEvents OppVit As System.Windows.Forms.ComboBox
Friend WithEvents OppVitLabel As System.Windows.Forms.Label
Friend WithEvents PlayerVitalsLabel As System.Windows.Forms.Label
Friend WithEvents ToolBar As System.Windows.Forms.ComboBox
Friend WithEvents ResolutionLabel As System.Windows.Forms.Label
Friend WithEvents ToolbarBox As System.Windows.Forms.GroupBox
Friend WithEvents DressingRoomBox As System.Windows.Forms.GroupBox
Friend WithEvents Minimap As System.Windows.Forms.ComboBox
Friend WithEvents MinimapLabel As System.Windows.Forms.Label
Friend WithEvents About As System.Windows.Forms.Button
Friend WithEvents Skirmish As System.Windows.Forms.CheckBox
Friend WithEvents ExtendedBarter As System.Windows.Forms.CheckBox
Friend WithEvents Beta As System.Windows.Forms.CheckBox
End Class