📄 form1.designer.cs
字号:
namespace immune_algorithm
{
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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button2 = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.btnShowMap = new System.Windows.Forms.Button();
this.ltbShowPath = new System.Windows.Forms.ListBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.ltbOptimize = new System.Windows.Forms.ListBox();
this.projectCmb = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// button2
//
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.button2.Location = new System.Drawing.Point(497, 645);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(162, 43);
this.button2.TabIndex = 2;
this.button2.Text = " 计算最佳路径";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// btnSave
//
this.btnSave.Enabled = false;
this.btnSave.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.Image")));
this.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSave.Location = new System.Drawing.Point(665, 645);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(162, 43);
this.btnSave.TabIndex = 3;
this.btnSave.Text = " 存储最佳路径";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.button3_Click);
//
// btnShowMap
//
this.btnShowMap.Enabled = false;
this.btnShowMap.Image = ((System.Drawing.Image)(resources.GetObject("btnShowMap.Image")));
this.btnShowMap.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnShowMap.Location = new System.Drawing.Point(833, 645);
this.btnShowMap.Name = "btnShowMap";
this.btnShowMap.Size = new System.Drawing.Size(162, 43);
this.btnShowMap.TabIndex = 4;
this.btnShowMap.Text = "最佳路径地图演示";
this.btnShowMap.UseVisualStyleBackColor = true;
this.btnShowMap.Click += new System.EventHandler(this.button4_Click);
//
// ltbShowPath
//
this.ltbShowPath.AllowDrop = true;
this.ltbShowPath.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ltbShowPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ltbShowPath.ColumnWidth = 20;
this.ltbShowPath.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ltbShowPath.ForeColor = System.Drawing.Color.Navy;
this.ltbShowPath.FormattingEnabled = true;
this.ltbShowPath.HorizontalExtent = 2600;
this.ltbShowPath.HorizontalScrollbar = true;
this.ltbShowPath.IntegralHeight = false;
this.ltbShowPath.ItemHeight = 14;
this.ltbShowPath.Location = new System.Drawing.Point(25, 41);
this.ltbShowPath.Name = "ltbShowPath";
this.ltbShowPath.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ltbShowPath.ScrollAlwaysVisible = true;
this.ltbShowPath.Size = new System.Drawing.Size(970, 340);
this.ltbShowPath.TabIndex = 5;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.LightGoldenrodYellow;
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(22, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(973, 22);
this.label1.TabIndex = 6;
this.label1.Text = "label1";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
this.label3.BackColor = System.Drawing.Color.LightGoldenrodYellow;
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(22, 390);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(243, 26);
this.label3.TabIndex = 8;
this.label3.Text = "【以下为最优调度方案:】";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ltbOptimize
//
this.ltbOptimize.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.ltbOptimize.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ltbOptimize.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ltbOptimize.ForeColor = System.Drawing.Color.DarkBlue;
this.ltbOptimize.FormattingEnabled = true;
this.ltbOptimize.HorizontalExtent = 1000;
this.ltbOptimize.HorizontalScrollbar = true;
this.ltbOptimize.ItemHeight = 14;
this.ltbOptimize.Location = new System.Drawing.Point(25, 426);
this.ltbOptimize.Name = "ltbOptimize";
this.ltbOptimize.Size = new System.Drawing.Size(970, 198);
this.ltbOptimize.TabIndex = 9;
//
// projectCmb
//
this.projectCmb.BackColor = System.Drawing.Color.Khaki;
this.projectCmb.FormattingEnabled = true;
this.projectCmb.Items.AddRange(new object[] {
"500",
"1000",
"2000",
"3000",
"4000",
"5000"});
this.projectCmb.Location = new System.Drawing.Point(95, 656);
this.projectCmb.Name = "projectCmb";
this.projectCmb.Size = new System.Drawing.Size(170, 20);
this.projectCmb.TabIndex = 0;
this.projectCmb.SelectedIndexChanged += new System.EventHandler(this.projectCmb_SelectedIndexChanged);
this.projectCmb.TextChanged += new System.EventHandler(this.projectCmb_TextChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(22, 659);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 14);
this.label2.TabIndex = 10;
this.label2.Text = "迭代次数:";
//
// label4
//
this.label4.BackColor = System.Drawing.Color.LightGoldenrodYellow;
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.Red;
this.label4.Location = new System.Drawing.Point(273, 390);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(243, 26);
this.label4.TabIndex = 12;
this.label4.Text = "【迭代次数:3000 次】";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label5
//
this.label5.BackColor = System.Drawing.Color.LightGoldenrodYellow;
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.Red;
this.label5.Location = new System.Drawing.Point(522, 390);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(473, 26);
this.label5.TabIndex = 13;
this.label5.Text = "【就绪】";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Form1
//
this.AccessibleRole = System.Windows.Forms.AccessibleRole.ScrollBar;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.LightSteelBlue;
this.ClientSize = new System.Drawing.Size(1018, 710);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.projectCmb);
this.Controls.Add(this.label2);
this.Controls.Add(this.ltbOptimize);
this.Controls.Add(this.label3);
this.Controls.Add(this.label1);
this.Controls.Add(this.ltbShowPath);
this.Controls.Add(this.btnShowMap);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.button2);
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "免疫算法最佳路径计算与过程显示";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnShowMap;
private System.Windows.Forms.ListBox ltbShowPath;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListBox ltbOptimize;
private System.Windows.Forms.ComboBox projectCmb;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -