⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nodelinkform.designer.cs

📁 一个使用免疫算法实现物流调度的源代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.groupBox1.Size = new System.Drawing.Size(278, 224);
            this.groupBox1.TabIndex = 10;
            this.groupBox1.TabStop = false;
            // 
            // nextNodecmb
            // 
            this.nextNodecmb.BackColor = System.Drawing.Color.Khaki;
            this.nextNodecmb.DataSource = this.missionNode1BindingSource;
            this.nextNodecmb.DisplayMember = "missionname";
            this.nextNodecmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.nextNodecmb.FormattingEnabled = true;
            this.nextNodecmb.Location = new System.Drawing.Point(76, 86);
            this.nextNodecmb.Name = "nextNodecmb";
            this.nextNodecmb.Size = new System.Drawing.Size(181, 20);
            this.nextNodecmb.TabIndex = 12;
            this.nextNodecmb.ValueMember = "missionId";
            // 
            // missionNode1BindingSource
            // 
            this.missionNode1BindingSource.DataMember = "missionNode1";
            this.missionNode1BindingSource.DataSource = this.wlddDataSet;
            // 
            // firstNodecmb
            // 
            this.firstNodecmb.BackColor = System.Drawing.Color.Khaki;
            this.firstNodecmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.firstNodecmb.FormattingEnabled = true;
            this.firstNodecmb.Location = new System.Drawing.Point(76, 60);
            this.firstNodecmb.Name = "firstNodecmb";
            this.firstNodecmb.Size = new System.Drawing.Size(181, 20);
            this.firstNodecmb.TabIndex = 11;
            // 
            // label8
            // 
            this.label8.BackColor = System.Drawing.Color.LightGoldenrodYellow;
            this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.ForeColor = System.Drawing.Color.Red;
            this.label8.Location = new System.Drawing.Point(8, 19);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(257, 24);
            this.label8.TabIndex = 10;
            this.label8.Text = "label8";
            this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(7, 18);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(0, 14);
            this.label7.TabIndex = 9;
            // 
            // submitBtn
            // 
            this.submitBtn.Image = ((System.Drawing.Image)(resources.GetObject("submitBtn.Image")));
            this.submitBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.submitBtn.Location = new System.Drawing.Point(91, 170);
            this.submitBtn.Name = "submitBtn";
            this.submitBtn.Size = new System.Drawing.Size(113, 36);
            this.submitBtn.TabIndex = 8;
            this.submitBtn.Text = "   确    定";
            this.submitBtn.UseVisualStyleBackColor = true;
            this.submitBtn.Click += new System.EventHandler(this.submitBtn_Click);
            // 
            // missionNode1BindingSource1
            // 
            this.missionNode1BindingSource1.DataMember = "missionNode1";
            this.missionNode1BindingSource1.DataSource = this.wlddDataSet;
            // 
            // missionNodeBindingSource
            // 
            this.missionNodeBindingSource.DataMember = "missionNode";
            this.missionNodeBindingSource.DataSource = this.wlddDataSet;
            // 
            // selectMissionNodeBindingSource
            // 
            this.selectMissionNodeBindingSource.DataMember = "selectMissionNode";
            this.selectMissionNodeBindingSource.DataSource = this.wlddDataSet;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.dataGridViewLink);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Location = new System.Drawing.Point(324, 19);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(667, 659);
            this.groupBox2.TabIndex = 11;
            this.groupBox2.TabStop = false;
            // 
            // saveBtn
            // 
            this.saveBtn.Image = ((System.Drawing.Image)(resources.GetObject("saveBtn.Image")));
            this.saveBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.saveBtn.Location = new System.Drawing.Point(28, 643);
            this.saveBtn.Name = "saveBtn";
            this.saveBtn.Size = new System.Drawing.Size(126, 37);
            this.saveBtn.TabIndex = 10;
            this.saveBtn.Text = "   保    存";
            this.saveBtn.UseVisualStyleBackColor = true;
            this.saveBtn.Click += new System.EventHandler(this.saveBtn_Click);
            // 
            // missionNode1TableAdapter
            // 
            this.missionNode1TableAdapter.ClearBeforeFill = true;
            // 
            // selectMissionNodeTableAdapter
            // 
            this.selectMissionNodeTableAdapter.ClearBeforeFill = true;
            // 
            // button1
            // 
            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
            this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.Location = new System.Drawing.Point(180, 643);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(126, 37);
            this.button1.TabIndex = 10;
            this.button1.Text = "    取    消";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // NodeLinkForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.LightSteelBlue;
            this.ClientSize = new System.Drawing.Size(1018, 710);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.saveBtn);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "NodeLinkForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "里程关系表";
            this.Load += new System.EventHandler(this.NodeLinkForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.wlddDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewLink)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.linkPathBindingSource)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.missionNode1BindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.missionNode1BindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.missionNodeBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.selectMissionNodeBindingSource)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox linkLength;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.DataGridView dataGridViewLink;
        private wlddDataSet wlddDataSet;
        private immune_algorithm.wlddDataSetTableAdapters.missionNodeTableAdapter missionNodeTableAdapter;
        private System.Windows.Forms.BindingSource linkPathBindingSource;
        private immune_algorithm.wlddDataSetTableAdapters.linkPathTableAdapter linkPathTableAdapter;
        private System.Windows.Forms.DataGridViewTextBoxColumn firstIdDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn pathLengthDataGridViewTextBoxColumn;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button submitBtn;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button saveBtn;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ComboBox nextNodecmb;
        private System.Windows.Forms.ComboBox firstNodecmb;
        private System.Windows.Forms.BindingSource missionNode1BindingSource;
        private immune_algorithm.wlddDataSetTableAdapters.missionNode1TableAdapter missionNode1TableAdapter;
        private System.Windows.Forms.BindingSource missionNodeBindingSource;
        private System.Windows.Forms.BindingSource selectMissionNodeBindingSource;
        private immune_algorithm.wlddDataSetTableAdapters.selectMissionNodeTableAdapter selectMissionNodeTableAdapter;
        private System.Windows.Forms.BindingSource missionNode1BindingSource1;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -