📄 datainputform.designer.cs
字号:
namespace immune_algorithm
{
partial class DataInputForm
{
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.projectText = new System.Windows.Forms.TextBox();
this.nodeViewGrid = new System.Windows.Forms.DataGridView();
this.save = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.idLbl = new System.Windows.Forms.Label();
this.wlddDataSet = new immune_algorithm.wlddDataSet();
this.missionNodeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.missionNodeTableAdapter = new immune_algorithm.wlddDataSetTableAdapters.missionNodeTableAdapter();
this.sureBtn = new System.Windows.Forms.Button();
this.linkPathBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.linkPathTableAdapter = new immune_algorithm.wlddDataSetTableAdapters.linkPathTableAdapter();
this.button2 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.nodeViewGrid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.wlddDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.missionNodeBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.linkPathBindingSource)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(170, 42);
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(241, 21);
this.label1.TabIndex = 0;
this.label1.Text = "物流调配数据库输入平台";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(93, 85);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 16);
this.label2.TabIndex = 1;
this.label2.Text = "项目名";
//
// projectText
//
this.projectText.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.projectText.Location = new System.Drawing.Point(160, 81);
this.projectText.Name = "projectText";
this.projectText.Size = new System.Drawing.Size(307, 23);
this.projectText.TabIndex = 2;
//
// nodeViewGrid
//
this.nodeViewGrid.AllowUserToOrderColumns = true;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nodeViewGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.nodeViewGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
this.nodeViewGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.nodeViewGrid.GridColor = System.Drawing.SystemColors.InactiveCaptionText;
this.nodeViewGrid.Location = new System.Drawing.Point(12, 110);
this.nodeViewGrid.Name = "nodeViewGrid";
this.nodeViewGrid.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.nodeViewGrid.RowsDefaultCellStyle = dataGridViewCellStyle2;
this.nodeViewGrid.RowTemplate.Height = 23;
this.nodeViewGrid.Size = new System.Drawing.Size(648, 262);
this.nodeViewGrid.TabIndex = 3;
this.nodeViewGrid.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.nodeViewGrid_UserAddedRow);
//
// save
//
this.save.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.save.Location = new System.Drawing.Point(116, 395);
this.save.Name = "save";
this.save.Size = new System.Drawing.Size(75, 23);
this.save.TabIndex = 4;
this.save.Text = "保存入库";
this.save.UseVisualStyleBackColor = true;
this.save.Click += new System.EventHandler(this.button1_Click);
//
// button1
//
this.button1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(271, 394);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 7;
this.button1.Text = "站点关系";
this.button1.UseVisualStyleBackColor = true;
//
// idLbl
//
this.idLbl.AutoSize = true;
this.idLbl.Location = new System.Drawing.Point(58, 42);
this.idLbl.Name = "idLbl";
this.idLbl.Size = new System.Drawing.Size(76, 21);
this.idLbl.TabIndex = 8;
this.idLbl.Text = "label3";
this.idLbl.Visible = false;
//
// wlddDataSet
//
this.wlddDataSet.DataSetName = "wlddDataSet";
this.wlddDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// missionNodeBindingSource
//
this.missionNodeBindingSource.DataMember = "missionNode";
this.missionNodeBindingSource.DataSource = this.wlddDataSet;
//
// missionNodeTableAdapter
//
this.missionNodeTableAdapter.ClearBeforeFill = true;
//
// sureBtn
//
this.sureBtn.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.sureBtn.Location = new System.Drawing.Point(500, 81);
this.sureBtn.Name = "sureBtn";
this.sureBtn.Size = new System.Drawing.Size(75, 23);
this.sureBtn.TabIndex = 9;
this.sureBtn.Text = "确定";
this.sureBtn.UseVisualStyleBackColor = true;
this.sureBtn.Click += new System.EventHandler(this.sureBtn_Click);
//
// linkPathBindingSource
//
this.linkPathBindingSource.DataMember = "linkPath";
this.linkPathBindingSource.DataSource = this.wlddDataSet;
//
// linkPathTableAdapter
//
this.linkPathTableAdapter.ClearBeforeFill = true;
//
// button2
//
this.button2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(444, 395);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(100, 23);
this.button2.TabIndex = 10;
this.button2.Text = "选择配送点";
this.button2.UseVisualStyleBackColor = true;
//
// DataInputForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(675, 489);
this.Controls.Add(this.button2);
this.Controls.Add(this.sureBtn);
this.Controls.Add(this.idLbl);
this.Controls.Add(this.button1);
this.Controls.Add(this.save);
this.Controls.Add(this.nodeViewGrid);
this.Controls.Add(this.projectText);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
this.Name = "DataInputForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "DataInputForm";
this.Load += new System.EventHandler(this.DataInputForm_Load);
((System.ComponentModel.ISupportInitialize)(this.nodeViewGrid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.wlddDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.missionNodeBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.linkPathBindingSource)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox projectText;
private wlddDataSet wlddDataSet;
private System.Windows.Forms.BindingSource missionNodeBindingSource;
private immune_algorithm.wlddDataSetTableAdapters.missionNodeTableAdapter missionNodeTableAdapter;
private System.Windows.Forms.DataGridView nodeViewGrid;
private System.Windows.Forms.DataGridViewTextBoxColumn projectIdDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn etDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ltDataGridViewTextBoxColumn;
private System.Windows.Forms.Button save;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label idLbl;
private System.Windows.Forms.Button sureBtn;
private System.Windows.Forms.BindingSource linkPathBindingSource;
private immune_algorithm.wlddDataSetTableAdapters.linkPathTableAdapter linkPathTableAdapter;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -