Messenger/Versions/Less Closed Beta/v5.0/MSGer.tk/Forms/ThemeDesigner.Designer.cs

194 lines
9 KiB
C#
Raw Normal View History

2015-07-06 11:04:54 +00:00
namespace MSGer.tk
{
partial class ThemeDesigner
{
/// <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.designerPanel = new System.Windows.Forms.Panel();
this.okbtn = new System.Windows.Forms.Button();
this.cancelbtn = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.colorRadiobtn = new System.Windows.Forms.RadioButton();
this.imageRadiobtn = new System.Windows.Forms.RadioButton();
this.scriptRadiobtn = new System.Windows.Forms.RadioButton();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.panel1 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// designerPanel
//
this.designerPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.designerPanel.Location = new System.Drawing.Point(13, 13);
this.designerPanel.Name = "designerPanel";
this.designerPanel.Size = new System.Drawing.Size(341, 344);
this.designerPanel.TabIndex = 0;
//
// okbtn
//
this.okbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okbtn.Location = new System.Drawing.Point(375, 334);
this.okbtn.Name = "okbtn";
this.okbtn.Size = new System.Drawing.Size(75, 23);
this.okbtn.TabIndex = 1;
this.okbtn.Text = "OK";
this.okbtn.UseVisualStyleBackColor = true;
this.okbtn.Click += new System.EventHandler(this.okbtn_Click);
//
// cancelbtn
//
this.cancelbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelbtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelbtn.Location = new System.Drawing.Point(456, 334);
this.cancelbtn.Name = "cancelbtn";
this.cancelbtn.Size = new System.Drawing.Size(75, 23);
this.cancelbtn.TabIndex = 2;
this.cancelbtn.Text = "Mégse";
this.cancelbtn.UseVisualStyleBackColor = true;
this.cancelbtn.Click += new System.EventHandler(this.cancelbtn_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.label1.Location = new System.Drawing.Point(360, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 25);
this.label1.TabIndex = 3;
this.label1.Text = "Tervezés";
//
// colorRadiobtn
//
this.colorRadiobtn.AutoSize = true;
this.colorRadiobtn.Location = new System.Drawing.Point(365, 53);
this.colorRadiobtn.Name = "colorRadiobtn";
this.colorRadiobtn.Size = new System.Drawing.Size(91, 17);
this.colorRadiobtn.TabIndex = 4;
this.colorRadiobtn.TabStop = true;
this.colorRadiobtn.Text = "colorRadiobtn";
this.colorRadiobtn.UseVisualStyleBackColor = true;
//
// imageRadiobtn
//
this.imageRadiobtn.AutoSize = true;
this.imageRadiobtn.Location = new System.Drawing.Point(365, 120);
this.imageRadiobtn.Name = "imageRadiobtn";
this.imageRadiobtn.Size = new System.Drawing.Size(96, 17);
this.imageRadiobtn.TabIndex = 5;
this.imageRadiobtn.TabStop = true;
this.imageRadiobtn.Text = "imageRadiobtn";
this.imageRadiobtn.UseVisualStyleBackColor = true;
//
// scriptRadiobtn
//
this.scriptRadiobtn.AutoSize = true;
this.scriptRadiobtn.Location = new System.Drawing.Point(365, 223);
this.scriptRadiobtn.Name = "scriptRadiobtn";
this.scriptRadiobtn.Size = new System.Drawing.Size(93, 17);
this.scriptRadiobtn.TabIndex = 6;
this.scriptRadiobtn.TabStop = true;
this.scriptRadiobtn.Text = "scriptRadiobtn";
this.scriptRadiobtn.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Black;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Location = new System.Drawing.Point(365, 77);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(166, 24);
this.panel1.TabIndex = 7;
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(365, 144);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(166, 73);
this.pictureBox1.TabIndex = 8;
this.pictureBox1.TabStop = false;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(365, 285);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(166, 20);
this.textBox1.TabIndex = 9;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(362, 269);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Szkript helye:";
//
// ThemeDesigner
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(543, 369);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.scriptRadiobtn);
this.Controls.Add(this.imageRadiobtn);
this.Controls.Add(this.colorRadiobtn);
this.Controls.Add(this.label1);
this.Controls.Add(this.cancelbtn);
this.Controls.Add(this.okbtn);
this.Controls.Add(this.designerPanel);
this.Name = "ThemeDesigner";
this.Text = "ThemeDesigner";
this.Load += new System.EventHandler(this.ThemeDesigner_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel designerPanel;
private System.Windows.Forms.Button okbtn;
private System.Windows.Forms.Button cancelbtn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RadioButton colorRadiobtn;
private System.Windows.Forms.RadioButton imageRadiobtn;
private System.Windows.Forms.RadioButton scriptRadiobtn;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label2;
}
}