105 lines
3.8 KiB
C#
105 lines
3.8 KiB
C#
namespace DrawGraphManagement
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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()
|
|
{
|
|
System.Windows.Forms.TextBox textBox1;
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
|
|
textBox1 = new System.Windows.Forms.TextBox();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoScroll = true;
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(752, 613);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.textBoxX1);
|
|
this.panel2.Controls.Add(textBox1);
|
|
this.panel2.Location = new System.Drawing.Point(296, 53);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(200, 896);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// textBox1
|
|
//
|
|
textBox1.CausesValidation = false;
|
|
textBox1.Enabled = false;
|
|
textBox1.HideSelection = false;
|
|
textBox1.Location = new System.Drawing.Point(29, 419);
|
|
textBox1.Name = "textBox1";
|
|
textBox1.ShortcutsEnabled = false;
|
|
textBox1.Size = new System.Drawing.Size(152, 21);
|
|
textBox1.TabIndex = 0;
|
|
textBox1.TabStop = false;
|
|
//
|
|
// textBoxX1
|
|
//
|
|
//
|
|
//
|
|
//
|
|
this.textBoxX1.Border.Class = "TextBoxBorder";
|
|
this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
|
this.textBoxX1.Location = new System.Drawing.Point(39, 554);
|
|
this.textBoxX1.Multiline = true;
|
|
this.textBoxX1.Name = "textBoxX1";
|
|
this.textBoxX1.Size = new System.Drawing.Size(142, 97);
|
|
this.textBoxX1.TabIndex = 1;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(752, 613);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1;
|
|
}
|
|
} |