ShareX/ShareX.ScreenCaptureLib/Forms/StickerPackForm.Designer.cs

149 lines
6.3 KiB
C#
Raw Normal View History

2018-02-08 00:09:28 +13:00
namespace ShareX.ScreenCaptureLib
{
partial class StickerPackForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.lblFolder = new System.Windows.Forms.Label();
this.txtFolder = new System.Windows.Forms.TextBox();
this.lblName = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.cbStickers = new System.Windows.Forms.ComboBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnRemove = new System.Windows.Forms.Button();
this.btnFolderBrowse = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblFolder
//
this.lblFolder.AutoSize = true;
this.lblFolder.Location = new System.Drawing.Point(8, 64);
this.lblFolder.Name = "lblFolder";
this.lblFolder.Size = new System.Drawing.Size(39, 13);
2018-02-08 00:45:31 +13:00
this.lblFolder.TabIndex = 3;
2018-02-08 00:09:28 +13:00
this.lblFolder.Text = "Folder:";
//
// txtFolder
//
this.txtFolder.Location = new System.Drawing.Point(56, 60);
this.txtFolder.Name = "txtFolder";
2018-02-08 00:45:31 +13:00
this.txtFolder.Size = new System.Drawing.Size(288, 20);
this.txtFolder.TabIndex = 4;
2018-02-08 00:09:28 +13:00
this.txtFolder.TextChanged += new System.EventHandler(this.txtFolder_TextChanged);
//
// lblName
//
this.lblName.AutoSize = true;
this.lblName.Location = new System.Drawing.Point(8, 88);
this.lblName.Name = "lblName";
this.lblName.Size = new System.Drawing.Size(38, 13);
2018-02-08 00:45:31 +13:00
this.lblName.TabIndex = 6;
2018-02-08 00:09:28 +13:00
this.lblName.Text = "Name:";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(56, 84);
this.txtName.Name = "txtName";
2018-02-08 00:45:31 +13:00
this.txtName.Size = new System.Drawing.Size(288, 20);
this.txtName.TabIndex = 7;
2018-02-08 00:09:28 +13:00
this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
//
// cbStickers
//
this.cbStickers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbStickers.FormattingEnabled = true;
2018-02-08 00:45:31 +13:00
this.cbStickers.Location = new System.Drawing.Point(8, 32);
2018-02-08 00:09:28 +13:00
this.cbStickers.Name = "cbStickers";
2018-02-08 00:45:31 +13:00
this.cbStickers.Size = new System.Drawing.Size(368, 21);
this.cbStickers.TabIndex = 2;
2018-02-08 00:09:28 +13:00
this.cbStickers.SelectedIndexChanged += new System.EventHandler(this.cbStickers_SelectedIndexChanged);
//
// btnAdd
//
2018-02-08 00:45:31 +13:00
this.btnAdd.Location = new System.Drawing.Point(8, 8);
2018-02-08 00:09:28 +13:00
this.btnAdd.Name = "btnAdd";
2018-02-08 00:45:31 +13:00
this.btnAdd.Size = new System.Drawing.Size(184, 23);
this.btnAdd.TabIndex = 0;
2018-02-08 00:09:28 +13:00
this.btnAdd.Text = "Add";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnRemove
//
2018-02-08 00:45:31 +13:00
this.btnRemove.Location = new System.Drawing.Point(192, 8);
2018-02-08 00:09:28 +13:00
this.btnRemove.Name = "btnRemove";
2018-02-08 00:45:31 +13:00
this.btnRemove.Size = new System.Drawing.Size(184, 23);
this.btnRemove.TabIndex = 1;
2018-02-08 00:09:28 +13:00
this.btnRemove.Text = "Remove";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// btnFolderBrowse
//
2018-02-08 00:45:31 +13:00
this.btnFolderBrowse.Location = new System.Drawing.Point(350, 59);
2018-02-08 00:09:28 +13:00
this.btnFolderBrowse.Name = "btnFolderBrowse";
this.btnFolderBrowse.Size = new System.Drawing.Size(24, 23);
2018-02-08 00:45:31 +13:00
this.btnFolderBrowse.TabIndex = 5;
2018-02-08 00:09:28 +13:00
this.btnFolderBrowse.Text = "...";
this.btnFolderBrowse.UseVisualStyleBackColor = true;
this.btnFolderBrowse.Click += new System.EventHandler(this.btnFolderBrowse_Click);
//
// StickerPackForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2018-02-08 00:45:31 +13:00
this.ClientSize = new System.Drawing.Size(383, 113);
2018-02-08 00:09:28 +13:00
this.Controls.Add(this.btnFolderBrowse);
this.Controls.Add(this.btnRemove);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.cbStickers);
this.Controls.Add(this.txtName);
this.Controls.Add(this.lblName);
this.Controls.Add(this.txtFolder);
this.Controls.Add(this.lblFolder);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.MaximizeBox = false;
this.Name = "StickerPackForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ShareX - Sticker packs";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblFolder;
private System.Windows.Forms.TextBox txtFolder;
private System.Windows.Forms.Label lblName;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.ComboBox cbStickers;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnRemove;
private System.Windows.Forms.Button btnFolderBrowse;
}
}