git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@9 3f4676ac-adda-40fd-8265-58d1435b1672
288 lines
No EOL
10 KiB
C#
288 lines
No EOL
10 KiB
C#
namespace LSLEditor
|
|
{
|
|
partial class llDialogForm
|
|
{
|
|
/// <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.button1 = new System.Windows.Forms.Button();
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
this.button10 = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button6 = new System.Windows.Forms.Button();
|
|
this.button8 = new System.Windows.Forms.Button();
|
|
this.button9 = new System.Windows.Forms.Button();
|
|
this.button11 = new System.Windows.Forms.Button();
|
|
this.button12 = new System.Windows.Forms.Button();
|
|
this.button13 = new System.Windows.Forms.Button();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button1.ForeColor = System.Drawing.Color.White;
|
|
this.button1.Location = new System.Drawing.Point(16, 232);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(80, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Visible = false;
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button7.ForeColor = System.Drawing.Color.White;
|
|
this.button7.Location = new System.Drawing.Point(16, 184);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(80, 23);
|
|
this.button7.TabIndex = 6;
|
|
this.button7.Text = "button7";
|
|
this.button7.UseVisualStyleBackColor = false;
|
|
this.button7.Visible = false;
|
|
//
|
|
// button10
|
|
//
|
|
this.button10.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button10.ForeColor = System.Drawing.Color.White;
|
|
this.button10.Location = new System.Drawing.Point(16, 160);
|
|
this.button10.Name = "button10";
|
|
this.button10.Size = new System.Drawing.Size(80, 23);
|
|
this.button10.TabIndex = 9;
|
|
this.button10.Text = "button10";
|
|
this.button10.UseVisualStyleBackColor = false;
|
|
this.button10.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(8, 8);
|
|
this.label1.MaximumSize = new System.Drawing.Size(260, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(35, 13);
|
|
this.label1.TabIndex = 13;
|
|
this.label1.Text = "label1";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(8, 64);
|
|
this.label2.MaximumSize = new System.Drawing.Size(260, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(35, 13);
|
|
this.label2.TabIndex = 14;
|
|
this.label2.Text = "label2";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button2.ForeColor = System.Drawing.Color.White;
|
|
this.button2.Location = new System.Drawing.Point(104, 232);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(80, 23);
|
|
this.button2.TabIndex = 15;
|
|
this.button2.Text = "button2";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
this.button2.Visible = false;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button3.ForeColor = System.Drawing.Color.White;
|
|
this.button3.Location = new System.Drawing.Point(192, 232);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(80, 23);
|
|
this.button3.TabIndex = 16;
|
|
this.button3.Text = "button3";
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
this.button3.Visible = false;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button4.ForeColor = System.Drawing.Color.White;
|
|
this.button4.Location = new System.Drawing.Point(16, 208);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(80, 23);
|
|
this.button4.TabIndex = 17;
|
|
this.button4.Text = "button4";
|
|
this.button4.UseVisualStyleBackColor = false;
|
|
this.button4.Visible = false;
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button5.ForeColor = System.Drawing.Color.White;
|
|
this.button5.Location = new System.Drawing.Point(104, 208);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(80, 23);
|
|
this.button5.TabIndex = 18;
|
|
this.button5.Text = "button5";
|
|
this.button5.UseVisualStyleBackColor = false;
|
|
this.button5.Visible = false;
|
|
//
|
|
// button6
|
|
//
|
|
this.button6.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button6.ForeColor = System.Drawing.Color.White;
|
|
this.button6.Location = new System.Drawing.Point(192, 208);
|
|
this.button6.Name = "button6";
|
|
this.button6.Size = new System.Drawing.Size(80, 23);
|
|
this.button6.TabIndex = 19;
|
|
this.button6.Text = "button6";
|
|
this.button6.UseVisualStyleBackColor = false;
|
|
this.button6.Visible = false;
|
|
//
|
|
// button8
|
|
//
|
|
this.button8.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button8.ForeColor = System.Drawing.Color.White;
|
|
this.button8.Location = new System.Drawing.Point(104, 184);
|
|
this.button8.Name = "button8";
|
|
this.button8.Size = new System.Drawing.Size(80, 23);
|
|
this.button8.TabIndex = 20;
|
|
this.button8.Text = "button8";
|
|
this.button8.UseVisualStyleBackColor = false;
|
|
this.button8.Visible = false;
|
|
//
|
|
// button9
|
|
//
|
|
this.button9.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button9.ForeColor = System.Drawing.Color.White;
|
|
this.button9.Location = new System.Drawing.Point(192, 184);
|
|
this.button9.Name = "button9";
|
|
this.button9.Size = new System.Drawing.Size(80, 23);
|
|
this.button9.TabIndex = 21;
|
|
this.button9.Text = "button9";
|
|
this.button9.UseVisualStyleBackColor = false;
|
|
this.button9.Visible = false;
|
|
//
|
|
// button11
|
|
//
|
|
this.button11.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button11.ForeColor = System.Drawing.Color.White;
|
|
this.button11.Location = new System.Drawing.Point(104, 160);
|
|
this.button11.Name = "button11";
|
|
this.button11.Size = new System.Drawing.Size(80, 23);
|
|
this.button11.TabIndex = 22;
|
|
this.button11.Text = "button11";
|
|
this.button11.UseVisualStyleBackColor = false;
|
|
this.button11.Visible = false;
|
|
//
|
|
// button12
|
|
//
|
|
this.button12.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button12.ForeColor = System.Drawing.Color.White;
|
|
this.button12.Location = new System.Drawing.Point(192, 160);
|
|
this.button12.Name = "button12";
|
|
this.button12.Size = new System.Drawing.Size(80, 23);
|
|
this.button12.TabIndex = 23;
|
|
this.button12.Text = "button12";
|
|
this.button12.UseVisualStyleBackColor = false;
|
|
this.button12.Visible = false;
|
|
//
|
|
// button13
|
|
//
|
|
this.button13.BackColor = System.Drawing.Color.SlateBlue;
|
|
this.button13.ForeColor = System.Drawing.Color.White;
|
|
this.button13.Location = new System.Drawing.Point(192, 264);
|
|
this.button13.Name = "button13";
|
|
this.button13.Size = new System.Drawing.Size(80, 23);
|
|
this.button13.TabIndex = 24;
|
|
this.button13.Text = "Ignore";
|
|
this.button13.UseVisualStyleBackColor = false;
|
|
this.button13.Click += new System.EventHandler(this.button13_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoScroll = true;
|
|
this.panel1.Controls.Add(this.label2);
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Location = new System.Drawing.Point(16, 8);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(264, 144);
|
|
this.panel1.TabIndex = 25;
|
|
//
|
|
// llDialogForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.ClientSize = new System.Drawing.Size(290, 300);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.button13);
|
|
this.Controls.Add(this.button12);
|
|
this.Controls.Add(this.button11);
|
|
this.Controls.Add(this.button9);
|
|
this.Controls.Add(this.button8);
|
|
this.Controls.Add(this.button6);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.button10);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "llDialogForm";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Text = "llDialogForm";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button7;
|
|
private System.Windows.Forms.Button button10;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button6;
|
|
private System.Windows.Forms.Button button8;
|
|
private System.Windows.Forms.Button button9;
|
|
private System.Windows.Forms.Button button11;
|
|
private System.Windows.Forms.Button button12;
|
|
private System.Windows.Forms.Button button13;
|
|
private System.Windows.Forms.Panel panel1;
|
|
}
|
|
} |