213 lines
11 KiB
C#
213 lines
11 KiB
C#
|
namespace MSGer.tk
|
|||
|
{
|
|||
|
partial class Emoticons
|
|||
|
{
|
|||
|
/// <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.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|||
|
this.removebtn = new System.Windows.Forms.Button();
|
|||
|
this.domainUpDown1 = new System.Windows.Forms.DomainUpDown();
|
|||
|
this.addbtn = new System.Windows.Forms.Button();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.closebtn = new System.Windows.Forms.Button();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// flowLayoutPanel1
|
|||
|
//
|
|||
|
this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|||
|
| System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.flowLayoutPanel1.BackColor = System.Drawing.Color.White;
|
|||
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(13, 66);
|
|||
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|||
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(228, 297);
|
|||
|
this.flowLayoutPanel1.TabIndex = 0;
|
|||
|
this.flowLayoutPanel1.Click += new System.EventHandler(this.flowLayoutPanel1_Click);
|
|||
|
//
|
|||
|
// removebtn
|
|||
|
//
|
|||
|
this.removebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.removebtn.Location = new System.Drawing.Point(247, 95);
|
|||
|
this.removebtn.Name = "removebtn";
|
|||
|
this.removebtn.Size = new System.Drawing.Size(124, 23);
|
|||
|
this.removebtn.TabIndex = 2;
|
|||
|
this.removebtn.Text = "Törlés";
|
|||
|
this.removebtn.UseVisualStyleBackColor = true;
|
|||
|
this.removebtn.Click += new System.EventHandler(this.removebtn_Click);
|
|||
|
//
|
|||
|
// domainUpDown1
|
|||
|
//
|
|||
|
this.domainUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.domainUpDown1.Location = new System.Drawing.Point(12, 40);
|
|||
|
this.domainUpDown1.Name = "domainUpDown1";
|
|||
|
this.domainUpDown1.Size = new System.Drawing.Size(229, 20);
|
|||
|
this.domainUpDown1.TabIndex = 3;
|
|||
|
this.domainUpDown1.Text = "New pack";
|
|||
|
this.domainUpDown1.SelectedItemChanged += new System.EventHandler(this.domainUpDown1_SelectedItemChanged);
|
|||
|
this.domainUpDown1.TextChanged += new System.EventHandler(this.domainUpDown1_TextChanged);
|
|||
|
//
|
|||
|
// addbtn
|
|||
|
//
|
|||
|
this.addbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.addbtn.Location = new System.Drawing.Point(247, 66);
|
|||
|
this.addbtn.Name = "addbtn";
|
|||
|
this.addbtn.Size = new System.Drawing.Size(124, 23);
|
|||
|
this.addbtn.TabIndex = 1;
|
|||
|
this.addbtn.Text = "Hozzáadás";
|
|||
|
this.addbtn.UseVisualStyleBackColor = true;
|
|||
|
this.addbtn.Click += new System.EventHandler(this.addbtn_Click);
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.AutoSize = true;
|
|||
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|||
|
this.label1.Location = new System.Drawing.Point(12, 9);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(60, 24);
|
|||
|
this.label1.TabIndex = 4;
|
|||
|
this.label1.Text = "label1";
|
|||
|
//
|
|||
|
// closebtn
|
|||
|
//
|
|||
|
this.closebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.closebtn.Location = new System.Drawing.Point(296, 367);
|
|||
|
this.closebtn.Name = "closebtn";
|
|||
|
this.closebtn.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.closebtn.TabIndex = 5;
|
|||
|
this.closebtn.Text = "Bezárás";
|
|||
|
this.closebtn.UseVisualStyleBackColor = true;
|
|||
|
this.closebtn.Click += new System.EventHandler(this.closebtn_Click);
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.button1.Location = new System.Drawing.Point(247, 147);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|||
|
this.button1.TabIndex = 7;
|
|||
|
this.button1.Text = "Módosítás";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.label2.AutoSize = true;
|
|||
|
this.label2.Location = new System.Drawing.Point(247, 131);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(87, 13);
|
|||
|
this.label2.TabIndex = 8;
|
|||
|
this.label2.Text = "Kép kiválasztása";
|
|||
|
//
|
|||
|
// pictureBox1
|
|||
|
//
|
|||
|
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.pictureBox1.Location = new System.Drawing.Point(247, 177);
|
|||
|
this.pictureBox1.Name = "pictureBox1";
|
|||
|
this.pictureBox1.Size = new System.Drawing.Size(124, 124);
|
|||
|
this.pictureBox1.TabIndex = 9;
|
|||
|
this.pictureBox1.TabStop = false;
|
|||
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.label3.AutoSize = true;
|
|||
|
this.label3.Location = new System.Drawing.Point(244, 314);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(43, 13);
|
|||
|
this.label3.TabIndex = 10;
|
|||
|
this.label3.Text = "Szöveg";
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.textBox1.Location = new System.Drawing.Point(247, 331);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.Size = new System.Drawing.Size(124, 20);
|
|||
|
this.textBox1.TabIndex = 11;
|
|||
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|||
|
this.textBox1.Leave += new System.EventHandler(this.textBox1_Leave);
|
|||
|
//
|
|||
|
// openFileDialog1
|
|||
|
//
|
|||
|
this.openFileDialog1.FileName = "openFileDialog1";
|
|||
|
this.openFileDialog1.Filter = "BMP|*.bmp|GIF|*.gif|JPG|*.jpg;*.jpeg|PNG|*.png|TIFF|*.tif;*.tiff|All Image Types|" +
|
|||
|
"*.bmp;*.jpg;*.jpeg;*.png;*.tif;*.tiff";
|
|||
|
this.openFileDialog1.RestoreDirectory = true;
|
|||
|
//
|
|||
|
// Emoticons
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(383, 402);
|
|||
|
this.Controls.Add(this.textBox1);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.pictureBox1);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.Controls.Add(this.closebtn);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.domainUpDown1);
|
|||
|
this.Controls.Add(this.removebtn);
|
|||
|
this.Controls.Add(this.addbtn);
|
|||
|
this.Controls.Add(this.flowLayoutPanel1);
|
|||
|
this.Name = "Emoticons";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "Emoticons";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Emoticons_FormClosing);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|||
|
private System.Windows.Forms.Button removebtn;
|
|||
|
private System.Windows.Forms.DomainUpDown domainUpDown1;
|
|||
|
private System.Windows.Forms.Button addbtn;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private System.Windows.Forms.Button closebtn;
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.OpenFileDialog openFileDialog1;
|
|||
|
}
|
|||
|
}
|