namespace PckStudio.Forms { partial class PCK_Manager { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PCK_Manager)); this.metroButton1 = new MetroFramework.Controls.MetroButton(); this.metroTextBox1 = new MetroFramework.Controls.MetroTextBox(); this.metroLabel1 = new MetroFramework.Controls.MetroLabel(); this.metroButton2 = new MetroFramework.Controls.MetroButton(); this.metroPanel1 = new MetroFramework.Controls.MetroPanel(); this.metroLabel7 = new MetroFramework.Controls.MetroLabel(); this.metroTextBox7 = new MetroFramework.Controls.MetroTextBox(); this.metroLabel6 = new MetroFramework.Controls.MetroLabel(); this.metroTextBox6 = new MetroFramework.Controls.MetroTextBox(); this.metroButton5 = new MetroFramework.Controls.MetroButton(); this.metroLabel5 = new MetroFramework.Controls.MetroLabel(); this.metroLabel4 = new MetroFramework.Controls.MetroLabel(); this.metroLabel3 = new MetroFramework.Controls.MetroLabel(); this.metroLabel2 = new MetroFramework.Controls.MetroLabel(); this.metroButton4 = new MetroFramework.Controls.MetroButton(); this.metroButton3 = new MetroFramework.Controls.MetroButton(); this.metroTextBox5 = new MetroFramework.Controls.MetroTextBox(); this.metroTextBox4 = new MetroFramework.Controls.MetroTextBox(); this.metroTextBox3 = new MetroFramework.Controls.MetroTextBox(); this.metroTextBox2 = new MetroFramework.Controls.MetroTextBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.FileName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.DownloadUrl = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Author = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Desc = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.metroComboBox1 = new MetroFramework.Controls.MetroComboBox(); this.metroButton6 = new MetroFramework.Controls.MetroButton(); this.metroPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // metroButton1 // resources.ApplyResources(this.metroButton1, "metroButton1"); this.metroButton1.Name = "metroButton1"; this.metroButton1.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroButton1.UseSelectable = true; this.metroButton1.Click += new System.EventHandler(this.metroButton1_Click); // // metroTextBox1 // resources.ApplyResources(this.metroTextBox1, "metroTextBox1"); // // // this.metroTextBox1.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription"); this.metroTextBox1.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName"); this.metroTextBox1.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor"))); this.metroTextBox1.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize"))); this.metroTextBox1.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode"))); this.metroTextBox1.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage"))); this.metroTextBox1.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout"))); this.metroTextBox1.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock"))); this.metroTextBox1.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle"))); this.metroTextBox1.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font"))); this.metroTextBox1.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image"))); this.metroTextBox1.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign"))); this.metroTextBox1.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex"))); this.metroTextBox1.CustomButton.ImageKey = resources.GetString("resource.ImageKey"); this.metroTextBox1.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode"))); this.metroTextBox1.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location"))); this.metroTextBox1.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize"))); this.metroTextBox1.CustomButton.Name = ""; this.metroTextBox1.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft"))); this.metroTextBox1.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size"))); this.metroTextBox1.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBox1.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex"))); this.metroTextBox1.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign"))); this.metroTextBox1.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation"))); this.metroTextBox1.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBox1.CustomButton.UseSelectable = true; this.metroTextBox1.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible"))); this.metroTextBox1.Lines = new string[0]; this.metroTextBox1.MaxLength = 32767; this.metroTextBox1.Name = "metroTextBox1"; this.metroTextBox1.PasswordChar = '\0'; this.metroTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBox1.SelectedText = ""; this.metroTextBox1.SelectionLength = 0; this.metroTextBox1.SelectionStart = 0; this.metroTextBox1.ShortcutsEnabled = true; this.metroTextBox1.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroTextBox1.UseSelectable = true; this.metroTextBox1.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBox1.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel1 // resources.ApplyResources(this.metroLabel1, "metroLabel1"); this.metroLabel1.Name = "metroLabel1"; this.metroLabel1.Theme = MetroFramework.MetroThemeStyle.Dark; // // metroButton2 // resources.ApplyResources(this.metroButton2, "metroButton2"); this.metroButton2.Name = "metroButton2"; this.metroButton2.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroButton2.UseSelectable = true; this.metroButton2.Click += new System.EventHandler(this.metroButton2_Click); // // metroPanel1 // resources.ApplyResources(this.metroPanel1, "metroPanel1"); this.metroPanel1.Controls.Add(this.metroLabel7); this.metroPanel1.Controls.Add(this.metroTextBox7); this.metroPanel1.Controls.Add(this.metroLabel6); this.metroPanel1.Controls.Add(this.metroTextBox6); this.metroPanel1.Controls.Add(this.metroButton5); this.metroPanel1.Controls.Add(this.metroLabel5); this.metroPanel1.Controls.Add(this.metroLabel4); this.metroPanel1.Controls.Add(this.metroLabel3); this.metroPanel1.Controls.Add(this.metroLabel2); this.metroPanel1.Controls.Add(this.metroButton4); this.metroPanel1.Controls.Add(this.metroButton3); this.metroPanel1.Controls.Add(this.metroTextBox5); this.metroPanel1.Controls.Add(this.metroTextBox4); this.metroPanel1.Controls.Add(this.metroTextBox3); this.metroPanel1.Controls.Add(this.metroTextBox2); this.metroPanel1.Controls.Add(this.dataGridView1); this.metroPanel1.HorizontalScrollbarBarColor = true; this.metroPanel1.HorizontalScrollbarHighlightOnWheel = false; this.metroPanel1.HorizontalScrollbarSize = 10; this.metroPanel1.Name = "metroPanel1"; this.metroPanel1.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroPanel1.VerticalScrollbarBarColor = true; this.metroPanel1.VerticalScrollbarHighlightOnWheel = false; this.metroPanel1.VerticalScrollbarSize = 10; // // metroLabel7 // resources.ApplyResources(this.metroLabel7, "metroLabel7"); this.metroLabel7.Name = "metroLabel7"; this.metroLabel7.Theme = MetroFramework.MetroThemeStyle.Dark; // // metroTextBox7 // resources.ApplyResources(this.metroTextBox7, "metroTextBox7"); // // // this.metroTextBox7.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription1"); this.metroTextBox7.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName1"); this.metroTextBox7.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor1"))); this.metroTextBox7.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize1"))); this.metroTextBox7.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode1"))); this.metroTextBox7.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage1"))); this.metroTextBox7.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout1"))); this.metroTextBox7.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock1"))); this.metroTextBox7.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle1"))); this.metroTextBox7.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font1"))); this.metroTextBox7.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1"))); this.metroTextBox7.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign1"))); this.metroTextBox7.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex1"))); this.metroTextBox7.CustomButton.ImageKey = resources.GetString("resource.ImageKey1"); this.metroTextBox7.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode1"))); this.metroTextBox7.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location1"))); this.metroTextBox7.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize1"))); this.metroTextBox7.CustomButton.Name = ""; this.metroTextBox7.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft1"))); this.metroTextBox7.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size1"))); this.metroTextBox7.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBox7.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex1"))); this.metroTextBox7.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign1"))); this.metroTextBox7.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation1"))); this.metroTextBox7.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBox7.CustomButton.UseSelectable = true; this.metroTextBox7.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible1"))); this.metroTextBox7.Lines = new string[0]; this.metroTextBox7.MaxLength = 32767; this.metroTextBox7.Multiline = true; this.metroTextBox7.Name = "metroTextBox7"; this.metroTextBox7.PasswordChar = '\0'; this.metroTextBox7.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBox7.SelectedText = ""; this.metroTextBox7.SelectionLength = 0; this.metroTextBox7.SelectionStart = 0; this.metroTextBox7.ShortcutsEnabled = true; this.metroTextBox7.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroTextBox7.UseSelectable = true; this.metroTextBox7.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBox7.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroLabel6 // resources.ApplyResources(this.metroLabel6, "metroLabel6"); this.metroLabel6.Name = "metroLabel6"; this.metroLabel6.Theme = MetroFramework.MetroThemeStyle.Dark; // // metroTextBox6 // resources.ApplyResources(this.metroTextBox6, "metroTextBox6"); // // // this.metroTextBox6.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription2"); this.metroTextBox6.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName2"); this.metroTextBox6.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor2"))); this.metroTextBox6.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize2"))); this.metroTextBox6.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode2"))); this.metroTextBox6.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage2"))); this.metroTextBox6.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout2"))); this.metroTextBox6.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock2"))); this.metroTextBox6.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle2"))); this.metroTextBox6.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font2"))); this.metroTextBox6.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image2"))); this.metroTextBox6.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign2"))); this.metroTextBox6.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex2"))); this.metroTextBox6.CustomButton.ImageKey = resources.GetString("resource.ImageKey2"); this.metroTextBox6.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode2"))); this.metroTextBox6.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location2"))); this.metroTextBox6.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize2"))); this.metroTextBox6.CustomButton.Name = ""; this.metroTextBox6.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft2"))); this.metroTextBox6.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size2"))); this.metroTextBox6.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBox6.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex2"))); this.metroTextBox6.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign2"))); this.metroTextBox6.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation2"))); this.metroTextBox6.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBox6.CustomButton.UseSelectable = true; this.metroTextBox6.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible2"))); this.metroTextBox6.Lines = new string[0]; this.metroTextBox6.MaxLength = 32767; this.metroTextBox6.Name = "metroTextBox6"; this.metroTextBox6.PasswordChar = '\0'; this.metroTextBox6.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBox6.SelectedText = ""; this.metroTextBox6.SelectionLength = 0; this.metroTextBox6.SelectionStart = 0; this.metroTextBox6.ShortcutsEnabled = true; this.metroTextBox6.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroTextBox6.UseSelectable = true; this.metroTextBox6.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBox6.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroButton5 // resources.ApplyResources(this.metroButton5, "metroButton5"); this.metroButton5.Name = "metroButton5"; this.metroButton5.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroButton5.UseSelectable = true; this.metroButton5.Click += new System.EventHandler(this.metroButton5_Click); // // metroLabel5 // resources.ApplyResources(this.metroLabel5, "metroLabel5"); this.metroLabel5.Name = "metroLabel5"; this.metroLabel5.Theme = MetroFramework.MetroThemeStyle.Dark; // // metroLabel4 // resources.ApplyResources(this.metroLabel4, "metroLabel4"); this.metroLabel4.Name = "metroLabel4"; this.metroLabel4.Theme = MetroFramework.MetroThemeStyle.Dark; // // metroLabel3 // resources.ApplyResources(this.metroLabel3, "metroLabel3"); this.metroLabel3.Name = "metroLabel3"; this.metroLabel3.Theme = MetroFramework.MetroThemeStyle.Dark; // // metroLabel2 // resources.ApplyResources(this.metroLabel2, "metroLabel2"); this.metroLabel2.Name = "metroLabel2"; this.metroLabel2.Theme = MetroFramework.MetroThemeStyle.Dark; // // metroButton4 // resources.ApplyResources(this.metroButton4, "metroButton4"); this.metroButton4.Name = "metroButton4"; this.metroButton4.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroButton4.UseSelectable = true; this.metroButton4.Click += new System.EventHandler(this.metroButton4_Click); // // metroButton3 // resources.ApplyResources(this.metroButton3, "metroButton3"); this.metroButton3.Name = "metroButton3"; this.metroButton3.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroButton3.UseSelectable = true; this.metroButton3.Click += new System.EventHandler(this.metroButton3_Click); // // metroTextBox5 // resources.ApplyResources(this.metroTextBox5, "metroTextBox5"); // // // this.metroTextBox5.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription3"); this.metroTextBox5.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName3"); this.metroTextBox5.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor3"))); this.metroTextBox5.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize3"))); this.metroTextBox5.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode3"))); this.metroTextBox5.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage3"))); this.metroTextBox5.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout3"))); this.metroTextBox5.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock3"))); this.metroTextBox5.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle3"))); this.metroTextBox5.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font3"))); this.metroTextBox5.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image3"))); this.metroTextBox5.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign3"))); this.metroTextBox5.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex3"))); this.metroTextBox5.CustomButton.ImageKey = resources.GetString("resource.ImageKey3"); this.metroTextBox5.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode3"))); this.metroTextBox5.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location3"))); this.metroTextBox5.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize3"))); this.metroTextBox5.CustomButton.Name = ""; this.metroTextBox5.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft3"))); this.metroTextBox5.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size3"))); this.metroTextBox5.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBox5.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex3"))); this.metroTextBox5.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign3"))); this.metroTextBox5.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation3"))); this.metroTextBox5.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBox5.CustomButton.UseSelectable = true; this.metroTextBox5.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible3"))); this.metroTextBox5.Lines = new string[0]; this.metroTextBox5.MaxLength = 32767; this.metroTextBox5.Name = "metroTextBox5"; this.metroTextBox5.PasswordChar = '\0'; this.metroTextBox5.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBox5.SelectedText = ""; this.metroTextBox5.SelectionLength = 0; this.metroTextBox5.SelectionStart = 0; this.metroTextBox5.ShortcutsEnabled = true; this.metroTextBox5.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroTextBox5.UseSelectable = true; this.metroTextBox5.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBox5.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroTextBox4 // resources.ApplyResources(this.metroTextBox4, "metroTextBox4"); // // // this.metroTextBox4.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription4"); this.metroTextBox4.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName4"); this.metroTextBox4.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor4"))); this.metroTextBox4.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize4"))); this.metroTextBox4.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode4"))); this.metroTextBox4.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage4"))); this.metroTextBox4.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout4"))); this.metroTextBox4.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock4"))); this.metroTextBox4.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle4"))); this.metroTextBox4.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font4"))); this.metroTextBox4.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image4"))); this.metroTextBox4.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign4"))); this.metroTextBox4.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex4"))); this.metroTextBox4.CustomButton.ImageKey = resources.GetString("resource.ImageKey4"); this.metroTextBox4.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode4"))); this.metroTextBox4.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location4"))); this.metroTextBox4.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize4"))); this.metroTextBox4.CustomButton.Name = ""; this.metroTextBox4.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft4"))); this.metroTextBox4.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size4"))); this.metroTextBox4.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBox4.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex4"))); this.metroTextBox4.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign4"))); this.metroTextBox4.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation4"))); this.metroTextBox4.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBox4.CustomButton.UseSelectable = true; this.metroTextBox4.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible4"))); this.metroTextBox4.Lines = new string[0]; this.metroTextBox4.MaxLength = 32767; this.metroTextBox4.Name = "metroTextBox4"; this.metroTextBox4.PasswordChar = '\0'; this.metroTextBox4.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBox4.SelectedText = ""; this.metroTextBox4.SelectionLength = 0; this.metroTextBox4.SelectionStart = 0; this.metroTextBox4.ShortcutsEnabled = true; this.metroTextBox4.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroTextBox4.UseSelectable = true; this.metroTextBox4.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBox4.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroTextBox3 // resources.ApplyResources(this.metroTextBox3, "metroTextBox3"); // // // this.metroTextBox3.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription5"); this.metroTextBox3.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName5"); this.metroTextBox3.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor5"))); this.metroTextBox3.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize5"))); this.metroTextBox3.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode5"))); this.metroTextBox3.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage5"))); this.metroTextBox3.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout5"))); this.metroTextBox3.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock5"))); this.metroTextBox3.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle5"))); this.metroTextBox3.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font5"))); this.metroTextBox3.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image5"))); this.metroTextBox3.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign5"))); this.metroTextBox3.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex5"))); this.metroTextBox3.CustomButton.ImageKey = resources.GetString("resource.ImageKey5"); this.metroTextBox3.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode5"))); this.metroTextBox3.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location5"))); this.metroTextBox3.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize5"))); this.metroTextBox3.CustomButton.Name = ""; this.metroTextBox3.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft5"))); this.metroTextBox3.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size5"))); this.metroTextBox3.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBox3.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex5"))); this.metroTextBox3.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign5"))); this.metroTextBox3.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation5"))); this.metroTextBox3.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBox3.CustomButton.UseSelectable = true; this.metroTextBox3.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible5"))); this.metroTextBox3.Lines = new string[0]; this.metroTextBox3.MaxLength = 32767; this.metroTextBox3.Name = "metroTextBox3"; this.metroTextBox3.PasswordChar = '\0'; this.metroTextBox3.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBox3.SelectedText = ""; this.metroTextBox3.SelectionLength = 0; this.metroTextBox3.SelectionStart = 0; this.metroTextBox3.ShortcutsEnabled = true; this.metroTextBox3.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroTextBox3.UseSelectable = true; this.metroTextBox3.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBox3.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // metroTextBox2 // resources.ApplyResources(this.metroTextBox2, "metroTextBox2"); // // // this.metroTextBox2.CustomButton.AccessibleDescription = resources.GetString("resource.AccessibleDescription6"); this.metroTextBox2.CustomButton.AccessibleName = resources.GetString("resource.AccessibleName6"); this.metroTextBox2.CustomButton.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("resource.Anchor6"))); this.metroTextBox2.CustomButton.AutoSize = ((bool)(resources.GetObject("resource.AutoSize6"))); this.metroTextBox2.CustomButton.AutoSizeMode = ((System.Windows.Forms.AutoSizeMode)(resources.GetObject("resource.AutoSizeMode6"))); this.metroTextBox2.CustomButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("resource.BackgroundImage6"))); this.metroTextBox2.CustomButton.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("resource.BackgroundImageLayout6"))); this.metroTextBox2.CustomButton.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("resource.Dock6"))); this.metroTextBox2.CustomButton.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("resource.FlatStyle6"))); this.metroTextBox2.CustomButton.Font = ((System.Drawing.Font)(resources.GetObject("resource.Font6"))); this.metroTextBox2.CustomButton.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image6"))); this.metroTextBox2.CustomButton.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.ImageAlign6"))); this.metroTextBox2.CustomButton.ImageIndex = ((int)(resources.GetObject("resource.ImageIndex6"))); this.metroTextBox2.CustomButton.ImageKey = resources.GetString("resource.ImageKey6"); this.metroTextBox2.CustomButton.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("resource.ImeMode6"))); this.metroTextBox2.CustomButton.Location = ((System.Drawing.Point)(resources.GetObject("resource.Location6"))); this.metroTextBox2.CustomButton.MaximumSize = ((System.Drawing.Size)(resources.GetObject("resource.MaximumSize6"))); this.metroTextBox2.CustomButton.Name = ""; this.metroTextBox2.CustomButton.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("resource.RightToLeft6"))); this.metroTextBox2.CustomButton.Size = ((System.Drawing.Size)(resources.GetObject("resource.Size6"))); this.metroTextBox2.CustomButton.Style = MetroFramework.MetroColorStyle.Blue; this.metroTextBox2.CustomButton.TabIndex = ((int)(resources.GetObject("resource.TabIndex6"))); this.metroTextBox2.CustomButton.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("resource.TextAlign6"))); this.metroTextBox2.CustomButton.TextImageRelation = ((System.Windows.Forms.TextImageRelation)(resources.GetObject("resource.TextImageRelation6"))); this.metroTextBox2.CustomButton.Theme = MetroFramework.MetroThemeStyle.Light; this.metroTextBox2.CustomButton.UseSelectable = true; this.metroTextBox2.CustomButton.Visible = ((bool)(resources.GetObject("resource.Visible6"))); this.metroTextBox2.Lines = new string[0]; this.metroTextBox2.MaxLength = 32767; this.metroTextBox2.Name = "metroTextBox2"; this.metroTextBox2.PasswordChar = '\0'; this.metroTextBox2.ScrollBars = System.Windows.Forms.ScrollBars.None; this.metroTextBox2.SelectedText = ""; this.metroTextBox2.SelectionLength = 0; this.metroTextBox2.SelectionStart = 0; this.metroTextBox2.ShortcutsEnabled = true; this.metroTextBox2.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroTextBox2.UseSelectable = true; this.metroTextBox2.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109))))); this.metroTextBox2.WaterMarkFont = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel); // // dataGridView1 // resources.ApplyResources(this.dataGridView1, "dataGridView1"); this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.FileName, this.DownloadUrl, this.Author, this.Desc}); this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; // // FileName // resources.ApplyResources(this.FileName, "FileName"); this.FileName.Name = "FileName"; this.FileName.ReadOnly = true; // // DownloadUrl // resources.ApplyResources(this.DownloadUrl, "DownloadUrl"); this.DownloadUrl.Name = "DownloadUrl"; this.DownloadUrl.ReadOnly = true; // // Author // resources.ApplyResources(this.Author, "Author"); this.Author.Name = "Author"; this.Author.ReadOnly = true; // // Desc // resources.ApplyResources(this.Desc, "Desc"); this.Desc.Name = "Desc"; this.Desc.ReadOnly = true; // // contextMenuStrip1 // resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1"); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.removeToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; // // removeToolStripMenuItem // resources.ApplyResources(this.removeToolStripMenuItem, "removeToolStripMenuItem"); this.removeToolStripMenuItem.Name = "removeToolStripMenuItem"; this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click); // // metroComboBox1 // resources.ApplyResources(this.metroComboBox1, "metroComboBox1"); this.metroComboBox1.FormattingEnabled = true; this.metroComboBox1.Items.AddRange(new object[] { resources.GetString("metroComboBox1.Items"), resources.GetString("metroComboBox1.Items1"), resources.GetString("metroComboBox1.Items2"), resources.GetString("metroComboBox1.Items3"), resources.GetString("metroComboBox1.Items4")}); this.metroComboBox1.Name = "metroComboBox1"; this.metroComboBox1.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroComboBox1.UseSelectable = true; this.metroComboBox1.SelectedIndexChanged += new System.EventHandler(this.metroComboBox1_SelectedIndexChanged); // // metroButton6 // resources.ApplyResources(this.metroButton6, "metroButton6"); this.metroButton6.Name = "metroButton6"; this.metroButton6.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroButton6.UseSelectable = true; this.metroButton6.Click += new System.EventHandler(this.metroButton6_Click); // // PCK_Manager // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.metroButton6); this.Controls.Add(this.metroComboBox1); this.Controls.Add(this.metroPanel1); this.Controls.Add(this.metroButton2); this.Controls.Add(this.metroLabel1); this.Controls.Add(this.metroTextBox1); this.Controls.Add(this.metroButton1); this.Name = "PCK_Manager"; this.Style = MetroFramework.MetroColorStyle.Silver; this.Theme = MetroFramework.MetroThemeStyle.Dark; this.metroPanel1.ResumeLayout(false); this.metroPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private MetroFramework.Controls.MetroButton metroButton1; private MetroFramework.Controls.MetroTextBox metroTextBox1; private MetroFramework.Controls.MetroLabel metroLabel1; private MetroFramework.Controls.MetroButton metroButton2; private MetroFramework.Controls.MetroPanel metroPanel1; private System.Windows.Forms.DataGridView dataGridView1; private MetroFramework.Controls.MetroLabel metroLabel5; private MetroFramework.Controls.MetroLabel metroLabel4; private MetroFramework.Controls.MetroLabel metroLabel3; private MetroFramework.Controls.MetroLabel metroLabel2; private MetroFramework.Controls.MetroButton metroButton4; private MetroFramework.Controls.MetroButton metroButton3; private MetroFramework.Controls.MetroTextBox metroTextBox5; private MetroFramework.Controls.MetroTextBox metroTextBox4; private MetroFramework.Controls.MetroTextBox metroTextBox3; private MetroFramework.Controls.MetroTextBox metroTextBox2; private MetroFramework.Controls.MetroButton metroButton5; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem; private MetroFramework.Controls.MetroComboBox metroComboBox1; private MetroFramework.Controls.MetroLabel metroLabel7; private MetroFramework.Controls.MetroTextBox metroTextBox7; private MetroFramework.Controls.MetroLabel metroLabel6; private MetroFramework.Controls.MetroTextBox metroTextBox6; private System.Windows.Forms.DataGridViewTextBoxColumn FileName; private System.Windows.Forms.DataGridViewTextBoxColumn DownloadUrl; private System.Windows.Forms.DataGridViewTextBoxColumn Author; private System.Windows.Forms.DataGridViewTextBoxColumn Desc; private MetroFramework.Controls.MetroButton metroButton6; } }