Advertisement
Guest User

Form1.Designer.VB

a guest
Apr 27th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 12.64 KB | None | 0 0
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class Form1
  3.     Inherits System.Windows.Forms.Form
  4.  
  5.     'Form overrides dispose to clean up the component list.
  6.     <System.Diagnostics.DebuggerNonUserCode()>
  7.     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8.         Try
  9.             If disposing AndAlso components IsNot Nothing Then
  10.                 components.Dispose()
  11.             End If
  12.         Finally
  13.             MyBase.Dispose(disposing)
  14.         End Try
  15.     End Sub
  16.  
  17.     'Required by the Windows Form Designer
  18.     Private components As System.ComponentModel.IContainer
  19.  
  20.     'NOTE: The following procedure is required by the Windows Form Designer
  21.     'It can be modified using the Windows Form Designer.  
  22.     'Do not modify it using the code editor.
  23.     <System.Diagnostics.DebuggerStepThrough()>
  24.     Private Sub InitializeComponent()
  25.         Me.components = New System.ComponentModel.Container()
  26.         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
  27.         Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  28.         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
  29.         Me.InfluenceTopButton1 = New SpaceEngineersBPManagerGUI.InfluenceTopButton()
  30.         Me.HelpProvider1 = New System.Windows.Forms.HelpProvider()
  31.         Me.InfluenceTheme1 = New SpaceEngineersBPManagerGUI.InfluenceTheme()
  32.         Me.ListBox1 = New System.Windows.Forms.ListBox()
  33.         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
  34.         Me.InfluenceGroupBox1 = New SpaceEngineersBPManagerGUI.InfluenceGroupBox()
  35.         Me.Panel1 = New System.Windows.Forms.Panel()
  36.         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  37.         Me.FlowLayoutPanel1 = New System.Windows.Forms.FlowLayoutPanel()
  38.         Me.InfluenceTextBox1 = New SpaceEngineersBPManagerGUI.InfluenceTextBox()
  39.         Me.InfluenceTextBox3 = New SpaceEngineersBPManagerGUI.InfluenceTextBox()
  40.         Me.InfluenceTextBox2 = New SpaceEngineersBPManagerGUI.InfluenceTextBox()
  41.         Me.TextBox1 = New System.Windows.Forms.TextBox()
  42.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
  43.         Me.InfluenceTheme1.SuspendLayout()
  44.         Me.GroupBox2.SuspendLayout()
  45.         Me.InfluenceGroupBox1.SuspendLayout()
  46.         Me.Panel1.SuspendLayout()
  47.         Me.GroupBox1.SuspendLayout()
  48.         Me.SuspendLayout()
  49.         '
  50.         'PictureBox1
  51.         '
  52.         Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
  53.         Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  54.         Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
  55.         Me.PictureBox1.Location = New System.Drawing.Point(6, 18)
  56.         Me.PictureBox1.Name = "PictureBox1"
  57.         Me.PictureBox1.Size = New System.Drawing.Size(32, 32)
  58.         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
  59.         Me.PictureBox1.TabIndex = 16
  60.         Me.PictureBox1.TabStop = False
  61.         Me.ToolTip1.SetToolTip(Me.PictureBox1, "Open File")
  62.         '
  63.         'InfluenceTopButton1
  64.         '
  65.         Me.InfluenceTopButton1.BackColor = System.Drawing.Color.Transparent
  66.         Me.InfluenceTopButton1.BackgroundImage = CType(resources.GetObject("InfluenceTopButton1.BackgroundImage"), System.Drawing.Image)
  67.         Me.InfluenceTopButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  68.         Me.InfluenceTopButton1.ButtonIcon = SpaceEngineersBPManagerGUI.InfluenceTopButton.ButtonType.Blank
  69.         Me.InfluenceTopButton1.Font = New System.Drawing.Font("Verdana", 8.25!)
  70.         Me.InfluenceTopButton1.Location = New System.Drawing.Point(1029, 0)
  71.         Me.InfluenceTopButton1.Name = "InfluenceTopButton1"
  72.         Me.InfluenceTopButton1.Size = New System.Drawing.Size(42, 21)
  73.         Me.InfluenceTopButton1.TabIndex = 30
  74.         Me.InfluenceTopButton1.Text = "InfluenceTopButton1"
  75.         Me.ToolTip1.SetToolTip(Me.InfluenceTopButton1, "Project Contributors")
  76.         '
  77.         'InfluenceTheme1
  78.         '
  79.         Me.InfluenceTheme1.CloseButtonExitsApp = False
  80.         Me.InfluenceTheme1.Controls.Add(Me.ListBox1)
  81.         Me.InfluenceTheme1.Controls.Add(Me.GroupBox2)
  82.         Me.InfluenceTheme1.Controls.Add(Me.InfluenceGroupBox1)
  83.         Me.InfluenceTheme1.Controls.Add(Me.InfluenceTextBox1)
  84.         Me.InfluenceTheme1.Controls.Add(Me.InfluenceTopButton1)
  85.         Me.InfluenceTheme1.Controls.Add(Me.InfluenceTextBox3)
  86.         Me.InfluenceTheme1.Controls.Add(Me.InfluenceTextBox2)
  87.         Me.InfluenceTheme1.Dock = System.Windows.Forms.DockStyle.Fill
  88.         Me.InfluenceTheme1.Font = New System.Drawing.Font("Verdana", 8.25!)
  89.         Me.InfluenceTheme1.Location = New System.Drawing.Point(0, 0)
  90.         Me.InfluenceTheme1.MinimizeButton = False
  91.         Me.InfluenceTheme1.Name = "InfluenceTheme1"
  92.         Me.InfluenceTheme1.Size = New System.Drawing.Size(1125, 509)
  93.         Me.InfluenceTheme1.TabIndex = 0
  94.         Me.InfluenceTheme1.Text = "Space Engineers Blueprint Manager"
  95.         '
  96.         'ListBox1
  97.         '
  98.         Me.ListBox1.BackColor = System.Drawing.Color.FromArgb(CType(CType(24, Byte), Integer), CType(CType(24, Byte), Integer), CType(CType(24, Byte), Integer))
  99.         Me.ListBox1.Font = New System.Drawing.Font("Prestige Elite Std", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  100.         Me.ListBox1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  101.         Me.ListBox1.FormattingEnabled = True
  102.         Me.ListBox1.ItemHeight = 12
  103.         Me.ListBox1.Location = New System.Drawing.Point(12, 39)
  104.         Me.ListBox1.Name = "ListBox1"
  105.         Me.ListBox1.Size = New System.Drawing.Size(273, 220)
  106.         Me.ListBox1.TabIndex = 36
  107.         '
  108.         'GroupBox2
  109.         '
  110.         Me.GroupBox2.BackColor = System.Drawing.Color.Transparent
  111.         Me.GroupBox2.Controls.Add(Me.TextBox1)
  112.         Me.GroupBox2.Controls.Add(Me.PictureBox1)
  113.         Me.GroupBox2.Font = New System.Drawing.Font("Tekton Pro Ext", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  114.         Me.GroupBox2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  115.         Me.GroupBox2.Location = New System.Drawing.Point(12, 363)
  116.         Me.GroupBox2.Name = "GroupBox2"
  117.         Me.GroupBox2.Size = New System.Drawing.Size(273, 114)
  118.         Me.GroupBox2.TabIndex = 35
  119.         Me.GroupBox2.TabStop = False
  120.         Me.GroupBox2.Text = "Form Controls"
  121.         '
  122.         'InfluenceGroupBox1
  123.         '
  124.         Me.InfluenceGroupBox1.BackColor = System.Drawing.Color.Transparent
  125.         Me.InfluenceGroupBox1.Controls.Add(Me.Panel1)
  126.         Me.InfluenceGroupBox1.Location = New System.Drawing.Point(288, 39)
  127.         Me.InfluenceGroupBox1.Name = "InfluenceGroupBox1"
  128.         Me.InfluenceGroupBox1.Size = New System.Drawing.Size(796, 438)
  129.         Me.InfluenceGroupBox1.TabIndex = 33
  130.         Me.InfluenceGroupBox1.Text = "Blueprint Blocks"
  131.         '
  132.         'Panel1
  133.         '
  134.         Me.Panel1.AutoScroll = True
  135.         Me.Panel1.AutoScrollMargin = New System.Drawing.Size(0, 400)
  136.         Me.Panel1.AutoScrollMinSize = New System.Drawing.Size(0, 400)
  137.         Me.Panel1.Controls.Add(Me.GroupBox1)
  138.         Me.Panel1.Font = New System.Drawing.Font("Prestige Elite Std", 9.749999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  139.         Me.Panel1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  140.         Me.Panel1.Location = New System.Drawing.Point(3, 30)
  141.         Me.Panel1.Name = "Panel1"
  142.         Me.Panel1.Size = New System.Drawing.Size(790, 405)
  143.         Me.Panel1.TabIndex = 0
  144.         '
  145.         'GroupBox1
  146.         '
  147.         Me.GroupBox1.BackColor = System.Drawing.Color.Transparent
  148.         Me.GroupBox1.Controls.Add(Me.FlowLayoutPanel1)
  149.         Me.GroupBox1.Font = New System.Drawing.Font("Tekton Pro Ext", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
  150.         Me.GroupBox1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
  151.         Me.GroupBox1.Location = New System.Drawing.Point(3, 3)
  152.         Me.GroupBox1.Name = "GroupBox1"
  153.         Me.GroupBox1.Size = New System.Drawing.Size(767, 387)
  154.         Me.GroupBox1.TabIndex = 34
  155.         Me.GroupBox1.TabStop = False
  156.         Me.GroupBox1.Text = "Vanilla Blocks"
  157.         '
  158.         'FlowLayoutPanel1
  159.         '
  160.         Me.FlowLayoutPanel1.AutoScroll = True
  161.         Me.FlowLayoutPanel1.AutoScrollMargin = New System.Drawing.Size(0, 400)
  162.         Me.FlowLayoutPanel1.AutoScrollMinSize = New System.Drawing.Size(0, 400)
  163.         Me.FlowLayoutPanel1.Location = New System.Drawing.Point(6, 14)
  164.         Me.FlowLayoutPanel1.Name = "FlowLayoutPanel1"
  165.         Me.FlowLayoutPanel1.Size = New System.Drawing.Size(755, 373)
  166.         Me.FlowLayoutPanel1.TabIndex = 35
  167.         '
  168.         'InfluenceTextBox1
  169.         '
  170.         Me.InfluenceTextBox1.BackColor = System.Drawing.Color.Transparent
  171.         Me.InfluenceTextBox1.ForeColor = System.Drawing.Color.White
  172.         Me.InfluenceTextBox1.Location = New System.Drawing.Point(12, 332)
  173.         Me.InfluenceTextBox1.MaxLength = 32767
  174.         Me.InfluenceTextBox1.Name = "InfluenceTextBox1"
  175.         Me.InfluenceTextBox1.Size = New System.Drawing.Size(273, 25)
  176.         Me.InfluenceTextBox1.TabIndex = 31
  177.         Me.InfluenceTextBox1.Text = "Grid Owner: "
  178.         Me.InfluenceTextBox1.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left
  179.         Me.InfluenceTextBox1.UseSystemPasswordChar = False
  180.         '
  181.         'InfluenceTextBox3
  182.         '
  183.         Me.InfluenceTextBox3.BackColor = System.Drawing.Color.Transparent
  184.         Me.InfluenceTextBox3.ForeColor = System.Drawing.Color.White
  185.         Me.InfluenceTextBox3.Location = New System.Drawing.Point(12, 301)
  186.         Me.InfluenceTextBox3.MaxLength = 32767
  187.         Me.InfluenceTextBox3.Name = "InfluenceTextBox3"
  188.         Me.InfluenceTextBox3.Size = New System.Drawing.Size(273, 25)
  189.         Me.InfluenceTextBox3.TabIndex = 25
  190.         Me.InfluenceTextBox3.Text = "Grid Size: "
  191.         Me.InfluenceTextBox3.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left
  192.         Me.InfluenceTextBox3.UseSystemPasswordChar = False
  193.         '
  194.         'InfluenceTextBox2
  195.         '
  196.         Me.InfluenceTextBox2.BackColor = System.Drawing.Color.Transparent
  197.         Me.InfluenceTextBox2.ForeColor = System.Drawing.Color.White
  198.         Me.InfluenceTextBox2.Location = New System.Drawing.Point(12, 270)
  199.         Me.InfluenceTextBox2.MaxLength = 32767
  200.         Me.InfluenceTextBox2.Name = "InfluenceTextBox2"
  201.         Me.InfluenceTextBox2.Size = New System.Drawing.Size(273, 25)
  202.         Me.InfluenceTextBox2.TabIndex = 23
  203.         Me.InfluenceTextBox2.Text = "Grid Name: "
  204.         Me.InfluenceTextBox2.TextAlignment = System.Windows.Forms.HorizontalAlignment.Left
  205.         Me.InfluenceTextBox2.UseSystemPasswordChar = False
  206.         '
  207.         'TextBox1
  208.         '
  209.         Me.TextBox1.Location = New System.Drawing.Point(44, 18)
  210.         Me.TextBox1.Name = "TextBox1"
  211.         Me.TextBox1.Size = New System.Drawing.Size(100, 21)
  212.         Me.TextBox1.TabIndex = 37
  213.         '
  214.         'Form1
  215.         '
  216.         Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  217.         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  218.         Me.ClientSize = New System.Drawing.Size(1125, 509)
  219.         Me.Controls.Add(Me.InfluenceTheme1)
  220.         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
  221.         Me.Name = "Form1"
  222.         Me.Text = "Space Engineers Blueprint Manager"
  223.         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
  224.         Me.InfluenceTheme1.ResumeLayout(False)
  225.         Me.GroupBox2.ResumeLayout(False)
  226.         Me.GroupBox2.PerformLayout()
  227.         Me.InfluenceGroupBox1.ResumeLayout(False)
  228.         Me.Panel1.ResumeLayout(False)
  229.         Me.GroupBox1.ResumeLayout(False)
  230.         Me.ResumeLayout(False)
  231.  
  232.     End Sub
  233.  
  234.     Friend WithEvents InfluenceTheme1 As InfluenceTheme
  235.     Friend WithEvents InfluenceTextBox3 As InfluenceTextBox
  236.     Friend WithEvents InfluenceTextBox2 As InfluenceTextBox
  237.     Friend WithEvents InfluenceTopButton1 As InfluenceTopButton
  238.     Friend WithEvents PictureBox1 As PictureBox
  239.     Friend WithEvents InfluenceTextBox1 As InfluenceTextBox
  240.     Friend WithEvents ToolTip1 As ToolTip
  241.     Friend WithEvents InfluenceGroupBox1 As InfluenceGroupBox
  242.     Friend WithEvents Panel1 As Panel
  243.     Friend WithEvents GroupBox1 As GroupBox
  244.     Friend WithEvents HelpProvider1 As HelpProvider
  245.     Friend WithEvents GroupBox2 As GroupBox
  246.     Friend WithEvents ListBox1 As ListBox
  247.     Friend WithEvents FlowLayoutPanel1 As FlowLayoutPanel
  248.     Friend WithEvents TextBox1 As TextBox
  249. End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement