partial class NovetusSDK { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NovetusSDK)); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.listBox1 = new System.Windows.Forms.ListBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // pictureBox2 // this.pictureBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage"))); this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBox2.Location = new System.Drawing.Point(12, 12); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(260, 52); this.pictureBox2.TabIndex = 8; this.pictureBox2.TabStop = false; // // label1 // this.label1.Location = new System.Drawing.Point(12, 168); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(260, 16); this.label1.TabIndex = 12; this.label1.Text = "v1.0"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.Items.AddRange(new object[] { "Client SDK", "Asset SDK", "ClientScript Documentation", "Splash Tester", "ROBLOX Script Generator", "ROBLOX Legacy Place Converter", "Diogenes Editor", "ClientScript Tester"}); this.listBox1.Location = new System.Drawing.Point(12, 70); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(260, 95); this.listBox1.TabIndex = 14; this.listBox1.DoubleClick += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // NovetusSDK // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.ClientSize = new System.Drawing.Size(284, 193); this.Controls.Add(this.listBox1); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "NovetusSDK"; this.Text = "Novetus SDK"; this.Closing += new System.ComponentModel.CancelEventHandler(this.NovetusSDK_Close); this.Load += new System.EventHandler(this.NovetusSDK_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox listBox1; }