122 lines
5.0 KiB
C#
122 lines
5.0 KiB
C#
namespace ChildForms
|
|
{
|
|
partial class AnglesControl
|
|
{
|
|
/// <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 Component 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.components = new System.ComponentModel.Container();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.ddPictureBox = new ChildForms.DDPanBox();
|
|
this.BlueColBox1 = new ChildForms.DDPanBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(90, 416);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 4;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.Location = new System.Drawing.Point(9, 416);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(75, 23);
|
|
this.btnOk.TabIndex = 3;
|
|
this.btnOk.Text = "Ok";
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// ddPictureBox
|
|
//
|
|
this.ddPictureBox.BackColor = System.Drawing.Color.Black;
|
|
//this.ddPictureBox.DrawRect = new System.Drawing.Rectangle(0, 0, 228, 204);
|
|
this.ddPictureBox.Image = null;
|
|
this.ddPictureBox.Location = new System.Drawing.Point(9, 12);
|
|
this.ddPictureBox.Name = "ddPictureBox";
|
|
this.ddPictureBox.Size = new System.Drawing.Size(929, 335);
|
|
this.ddPictureBox.TabIndex = 5;
|
|
//
|
|
// BlueColBox1
|
|
//
|
|
this.BlueColBox1.BackColor = System.Drawing.Color.Black;
|
|
//this.BlueColBox1.DrawRect = new System.Drawing.Rectangle(0, 0, 228, 204);
|
|
this.BlueColBox1.Image = null;
|
|
this.BlueColBox1.Location = new System.Drawing.Point(9, 353);
|
|
this.BlueColBox1.Name = "BlueColBox1";
|
|
this.BlueColBox1.Size = new System.Drawing.Size(929, 41);
|
|
this.BlueColBox1.TabIndex = 6;
|
|
this.BlueColBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.BlueColBox1_MouseDown);
|
|
this.BlueColBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.BlueColBox1_MouseMove);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(184, 415);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(444, 24);
|
|
this.button1.TabIndex = 7;
|
|
this.button1.Text = "button1";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// AnglesControl
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.BlueColBox1);
|
|
this.Controls.Add(this.ddPictureBox);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOk);
|
|
this.Name = "AnglesControl";
|
|
this.Size = new System.Drawing.Size(1099, 462);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnOk;
|
|
private DDPanBox ddPictureBox;
|
|
private DDPanBox BlueColBox1;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Timer timer1;
|
|
}
|
|
}
|