📄 selectmissionsform.designer.cs
字号:
namespace immune_algorithm
{
partial class SelectMissionsForm
{
/// <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(SelectMissionsForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
this.wlddDataSet = new immune_algorithm.wlddDataSet();
this.selectMissionNodeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.missionNodeTableAdapter = new immune_algorithm.wlddDataSetTableAdapters.missionNodeTableAdapter();
this.missionNode1BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.missionNode1TableAdapter = new immune_algorithm.wlddDataSetTableAdapters.missionNode1TableAdapter();
this.selectMissionNodeTableAdapter = new immune_algorithm.wlddDataSetTableAdapters.selectMissionNodeTableAdapter();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.chbGarage = new System.Windows.Forms.CheckBox();
this.btnSearch = new System.Windows.Forms.Button();
this.btnSubmit = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.dataGrvSelectMission = new System.Windows.Forms.DataGridView();
this.cmbMission = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.txtAmount = new System.Windows.Forms.TextBox();
this.lblProjectName = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.wlddDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.selectMissionNodeBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.missionNode1BindingSource)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGrvSelectMission)).BeginInit();
this.SuspendLayout();
//
// wlddDataSet
//
this.wlddDataSet.DataSetName = "wlddDataSet";
this.wlddDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// selectMissionNodeBindingSource
//
this.selectMissionNodeBindingSource.DataMember = "selectMissionNode";
this.selectMissionNodeBindingSource.DataSource = this.wlddDataSet;
//
// missionNodeTableAdapter
//
this.missionNodeTableAdapter.ClearBeforeFill = true;
//
// missionNode1BindingSource
//
this.missionNode1BindingSource.DataMember = "missionNode1";
this.missionNode1BindingSource.DataSource = this.wlddDataSet;
//
// missionNode1TableAdapter
//
this.missionNode1TableAdapter.ClearBeforeFill = true;
//
// selectMissionNodeTableAdapter
//
this.selectMissionNodeTableAdapter.ClearBeforeFill = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.chbGarage);
this.groupBox1.Controls.Add(this.btnSearch);
this.groupBox1.Controls.Add(this.btnSubmit);
this.groupBox1.Controls.Add(this.btnAdd);
this.groupBox1.Controls.Add(this.dataGrvSelectMission);
this.groupBox1.Controls.Add(this.cmbMission);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtAmount);
this.groupBox1.Location = new System.Drawing.Point(24, 47);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(971, 642);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// chbGarage
//
this.chbGarage.AutoSize = true;
this.chbGarage.Location = new System.Drawing.Point(101, 165);
this.chbGarage.Name = "chbGarage";
this.chbGarage.Size = new System.Drawing.Size(120, 16);
this.chbGarage.TabIndex = 16;
this.chbGarage.Text = " 此配送点为车场";
this.chbGarage.UseVisualStyleBackColor = true;
//
// btnSearch
//
this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
this.btnSearch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSearch.Location = new System.Drawing.Point(808, 582);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(143, 42);
this.btnSearch.TabIndex = 15;
this.btnSearch.Text = " 搜索最佳路径";
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click_1);
//
// btnSubmit
//
this.btnSubmit.Image = ((System.Drawing.Image)(resources.GetObject("btnSubmit.Image")));
this.btnSubmit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSubmit.Location = new System.Drawing.Point(674, 582);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(128, 42);
this.btnSubmit.TabIndex = 14;
this.btnSubmit.Text = " 存入数据库";
this.btnSubmit.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.btnSubmit.UseVisualStyleBackColor = true;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click_1);
//
// btnAdd
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -