📄 nodelinkform.designer.cs
字号:
namespace immune_algorithm
{
partial class NodeLinkForm
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NodeLinkForm));
this.wlddDataSet = new immune_algorithm.wlddDataSet();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.linkLength = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.dataGridViewLink = new System.Windows.Forms.DataGridView();
this.linkPathBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.missionNodeTableAdapter = new immune_algorithm.wlddDataSetTableAdapters.missionNodeTableAdapter();
this.linkPathTableAdapter = new immune_algorithm.wlddDataSetTableAdapters.linkPathTableAdapter();
this.label6 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.nextNodecmb = new System.Windows.Forms.ComboBox();
this.missionNode1BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.firstNodecmb = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.submitBtn = new System.Windows.Forms.Button();
this.missionNode1BindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.missionNodeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.selectMissionNodeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.saveBtn = new System.Windows.Forms.Button();
this.missionNode1TableAdapter = new immune_algorithm.wlddDataSetTableAdapters.missionNode1TableAdapter();
this.selectMissionNodeTableAdapter = new immune_algorithm.wlddDataSetTableAdapters.selectMissionNodeTableAdapter();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.wlddDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewLink)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.linkPathBindingSource)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.missionNode1BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.missionNode1BindingSource1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.missionNodeBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.selectMissionNodeBindingSource)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// wlddDataSet
//
this.wlddDataSet.DataSetName = "wlddDataSet";
this.wlddDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(11, 60);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(63, 14);
this.label1.TabIndex = 2;
this.label1.Text = "配送点:";
//
// 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(11, 87);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(63, 14);
this.label2.TabIndex = 3;
this.label2.Text = "邻接点:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(11, 116);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(63, 14);
this.label3.TabIndex = 4;
this.label3.Text = "里程数:";
//
// linkLength
//
this.linkLength.BackColor = System.Drawing.Color.Khaki;
this.linkLength.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.linkLength.Location = new System.Drawing.Point(76, 114);
this.linkLength.Name = "linkLength";
this.linkLength.Size = new System.Drawing.Size(140, 21);
this.linkLength.TabIndex = 5;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(182, 153);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 14);
this.label4.TabIndex = 6;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(222, 118);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 14);
this.label5.TabIndex = 7;
this.label5.Text = "公里";
//
// dataGridViewLink
//
this.dataGridViewLink.BackgroundColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.dataGridViewLink.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewLink.Location = new System.Drawing.Point(6, 52);
this.dataGridViewLink.Name = "dataGridViewLink";
this.dataGridViewLink.RowTemplate.Height = 23;
this.dataGridViewLink.Size = new System.Drawing.Size(643, 601);
this.dataGridViewLink.TabIndex = 8;
//
// linkPathBindingSource
//
this.linkPathBindingSource.DataMember = "linkPath";
this.linkPathBindingSource.DataSource = this.wlddDataSet;
//
// missionNodeTableAdapter
//
this.missionNodeTableAdapter.ClearBeforeFill = true;
//
// linkPathTableAdapter
//
this.linkPathTableAdapter.ClearBeforeFill = true;
//
// label6
//
this.label6.BackColor = System.Drawing.Color.LightGoldenrodYellow;
this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label6.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.Red;
this.label6.Location = new System.Drawing.Point(6, 15);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(643, 24);
this.label6.TabIndex = 9;
this.label6.Text = "【连接关系表】";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.nextNodecmb);
this.groupBox1.Controls.Add(this.firstNodecmb);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.submitBtn);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.linkLength);
this.groupBox1.Location = new System.Drawing.Point(28, 21);
this.groupBox1.Name = "groupBox1";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -