Messenger/MSGer.tk/Forms/InvitePartner.Designer.cs

176 lines
8.5 KiB
C#
Raw Normal View History

2015-07-06 11:04:54 +00:00
namespace MSGer.tk
{
partial class InvitePartner
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.listBox1 = new System.Windows.Forms.ListBox();
this.addbtn = new System.Windows.Forms.Button();
this.removebtn = new System.Windows.Forms.Button();
this.copybtn = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.hideAccepted = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(189, 24);
this.label1.TabIndex = 0;
this.label1.Text = "Ismerős meghívása";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label2.Location = new System.Drawing.Point(17, 53);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(98, 24);
this.label2.TabIndex = 1;
this.label2.Text = "Letöltőlink:";
//
// 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.BackColor = System.Drawing.Color.White;
this.textBox1.Location = new System.Drawing.Point(21, 90);
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(382, 20);
this.textBox1.TabIndex = 2;
this.textBox1.Text = "http://msger.url.ph/download.php?version=latest";
//
// listBox1
//
this.listBox1.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.listBox1.BackColor = System.Drawing.Color.White;
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(21, 163);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(379, 173);
this.listBox1.TabIndex = 6;
//
// addbtn
//
this.addbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.addbtn.Location = new System.Drawing.Point(21, 343);
this.addbtn.Name = "addbtn";
this.addbtn.Size = new System.Drawing.Size(75, 23);
this.addbtn.TabIndex = 7;
this.addbtn.Text = "Hozzáadás";
this.addbtn.UseVisualStyleBackColor = true;
this.addbtn.Click += new System.EventHandler(this.addbtn_Click);
//
// removebtn
//
this.removebtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.removebtn.Location = new System.Drawing.Point(102, 343);
this.removebtn.Name = "removebtn";
this.removebtn.Size = new System.Drawing.Size(75, 23);
this.removebtn.TabIndex = 8;
this.removebtn.Text = "Eltávolítás";
this.removebtn.UseVisualStyleBackColor = true;
this.removebtn.Click += new System.EventHandler(this.removebtn_Click);
//
// copybtn
//
this.copybtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.copybtn.Location = new System.Drawing.Point(292, 343);
this.copybtn.Name = "copybtn";
this.copybtn.Size = new System.Drawing.Size(108, 23);
this.copybtn.TabIndex = 9;
this.copybtn.Text = "Kód másolása";
this.copybtn.UseVisualStyleBackColor = true;
this.copybtn.Click += new System.EventHandler(this.copybtn_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label3.Location = new System.Drawing.Point(17, 125);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(64, 24);
this.label3.TabIndex = 10;
this.label3.Text = "Kódok";
//
// hideAccepted
//
this.hideAccepted.AutoSize = true;
this.hideAccepted.Location = new System.Drawing.Point(251, 132);
this.hideAccepted.Name = "hideAccepted";
this.hideAccepted.Size = new System.Drawing.Size(149, 17);
this.hideAccepted.TabIndex = 11;
this.hideAccepted.Text = "Elfogadott kódok elrejtése";
this.hideAccepted.UseVisualStyleBackColor = true;
this.hideAccepted.CheckedChanged += new System.EventHandler(this.hideAccepted_CheckedChanged);
//
// InvitePartner
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(200)))));
this.ClientSize = new System.Drawing.Size(415, 449);
this.Controls.Add(this.hideAccepted);
this.Controls.Add(this.label3);
this.Controls.Add(this.copybtn);
this.Controls.Add(this.removebtn);
this.Controls.Add(this.addbtn);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "InvitePartner";
this.Text = "Ismerős meghivása";
this.Load += new System.EventHandler(this.InvitePartner_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button addbtn;
private System.Windows.Forms.Button removebtn;
private System.Windows.Forms.Button copybtn;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.CheckBox hideAccepted;
}
}