namespace ShareX.ScreenCaptureLib { partial class StickerForm { /// /// 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.ilvStickers = new Manina.Windows.Forms.ImageListView(); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.tsMain = new System.Windows.Forms.ToolStrip(); this.tslSearch = new System.Windows.Forms.ToolStripLabel(); this.tstbSearch = new System.Windows.Forms.ToolStripTextBox(); this.tslStickers = new System.Windows.Forms.ToolStripLabel(); this.tscbStickers = new System.Windows.Forms.ToolStripComboBox(); this.tsbEditStickers = new System.Windows.Forms.ToolStripButton(); this.tslSize = new System.Windows.Forms.ToolStripLabel(); this.tsnudSize = new ShareX.HelpersLib.ToolStripNumericUpDown(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); this.tsMain.SuspendLayout(); this.SuspendLayout(); // // ilvStickers // this.ilvStickers.BorderStyle = System.Windows.Forms.BorderStyle.None; this.ilvStickers.ColumnHeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); this.ilvStickers.Dock = System.Windows.Forms.DockStyle.Fill; this.ilvStickers.GroupHeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold); this.ilvStickers.Location = new System.Drawing.Point(0, 0); this.ilvStickers.Name = "ilvStickers"; this.ilvStickers.PersistentCacheDirectory = ""; this.ilvStickers.PersistentCacheSize = ((long)(100)); this.ilvStickers.Size = new System.Drawing.Size(784, 481); this.ilvStickers.TabIndex = 0; this.ilvStickers.ItemClick += new Manina.Windows.Forms.ItemClickEventHandler(this.ilvStickers_ItemClick); // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.ilvStickers); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(784, 481); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(784, 511); this.toolStripContainer1.TabIndex = 2; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.tsMain); // // tsMain // this.tsMain.Dock = System.Windows.Forms.DockStyle.None; this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tslSearch, this.tstbSearch, this.tslStickers, this.tscbStickers, this.tsbEditStickers, this.tslSize, this.tsnudSize}); this.tsMain.Location = new System.Drawing.Point(0, 0); this.tsMain.Name = "tsMain"; this.tsMain.Padding = new System.Windows.Forms.Padding(2); this.tsMain.Size = new System.Drawing.Size(784, 30); this.tsMain.Stretch = true; this.tsMain.TabIndex = 0; // // tslSearch // this.tslSearch.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2); this.tslSearch.Name = "tslSearch"; this.tslSearch.Size = new System.Drawing.Size(45, 23); this.tslSearch.Text = "Search:"; // // tstbSearch // this.tstbSearch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.tstbSearch.Name = "tstbSearch"; this.tstbSearch.Size = new System.Drawing.Size(100, 26); this.tstbSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tstbSearch_KeyDown); this.tstbSearch.KeyUp += new System.Windows.Forms.KeyEventHandler(this.tstbSearch_KeyUp); this.tstbSearch.TextChanged += new System.EventHandler(this.tstbSearch_TextChanged); // // tslStickers // this.tslStickers.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2); this.tslStickers.Name = "tslStickers"; this.tslStickers.Size = new System.Drawing.Size(50, 23); this.tslStickers.Text = "Stickers:"; // // tscbStickers // this.tscbStickers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.tscbStickers.FlatStyle = System.Windows.Forms.FlatStyle.System; this.tscbStickers.Name = "tscbStickers"; this.tscbStickers.Size = new System.Drawing.Size(121, 26); this.tscbStickers.SelectedIndexChanged += new System.EventHandler(this.tscbStickers_SelectedIndexChanged); // // tsbEditStickers // this.tsbEditStickers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbEditStickers.Image = global::ShareX.ScreenCaptureLib.Properties.Resources.gear; this.tsbEditStickers.ImageTransparentColor = System.Drawing.Color.Magenta; this.tsbEditStickers.Name = "tsbEditStickers"; this.tsbEditStickers.Size = new System.Drawing.Size(23, 23); this.tsbEditStickers.Text = "Edit sticker packs"; this.tsbEditStickers.Click += new System.EventHandler(this.tsbEditStickers_Click); // // tslSize // this.tslSize.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2); this.tslSize.Name = "tslSize"; this.tslSize.Size = new System.Drawing.Size(30, 23); this.tslSize.Text = "Size:"; // // tsnudSize // this.tsnudSize.Name = "tsnudSize"; this.tsnudSize.Size = new System.Drawing.Size(41, 23); this.tsnudSize.Text = "64"; this.tsnudSize.ValueChanged += new System.EventHandler(this.tsnudSize_ValueChanged); // // StickerForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(784, 511); this.Controls.Add(this.toolStripContainer1); this.Name = "StickerForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ShareX - Sticker picker"; this.Shown += new System.EventHandler(this.StickerForm_Shown); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); this.tsMain.ResumeLayout(false); this.tsMain.PerformLayout(); this.ResumeLayout(false); } #endregion private Manina.Windows.Forms.ImageListView ilvStickers; private System.Windows.Forms.ToolStripContainer toolStripContainer1; private System.Windows.Forms.ToolStrip tsMain; private System.Windows.Forms.ToolStripLabel tslSearch; private System.Windows.Forms.ToolStripTextBox tstbSearch; private System.Windows.Forms.ToolStripLabel tslStickers; private System.Windows.Forms.ToolStripLabel tslSize; private System.Windows.Forms.ToolStripComboBox tscbStickers; private HelpersLib.ToolStripNumericUpDown tsnudSize; private System.Windows.Forms.ToolStripButton tsbEditStickers; } }