📄 projectnameinputform.designer.cs
字号:
namespace immune_algorithm
{
partial class ProjectNameInputForm
{
/// <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(ProjectNameInputForm));
this.btnSubmit = new System.Windows.Forms.Button();
this.wlddDataSet = new immune_algorithm.wlddDataSet();
this.coalCategoryBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.coalCategoryTableAdapter = new immune_algorithm.wlddDataSetTableAdapters.coalCategoryTableAdapter();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txbTruckNum = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.cmbCoalCategory = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.wlddDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.coalCategoryBindingSource)).BeginInit();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// 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(27, 189);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(106, 36);
this.btnSubmit.TabIndex = 1;
this.btnSubmit.Text = " 确 定";
this.btnSubmit.UseVisualStyleBackColor = true;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// wlddDataSet
//
this.wlddDataSet.DataSetName = "wlddDataSet";
this.wlddDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// coalCategoryBindingSource
//
this.coalCategoryBindingSource.DataMember = "coalCategory";
this.coalCategoryBindingSource.DataSource = this.wlddDataSet;
//
// coalCategoryTableAdapter
//
this.coalCategoryTableAdapter.ClearBeforeFill = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txbTruckNum);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.cmbCoalCategory);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(27, 78);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(399, 100);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// txbTruckNum
//
this.txbTruckNum.BackColor = System.Drawing.Color.Khaki;
this.txbTruckNum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txbTruckNum.Location = new System.Drawing.Point(199, 66);
this.txbTruckNum.Name = "txbTruckNum";
this.txbTruckNum.Size = new System.Drawing.Size(153, 21);
this.txbTruckNum.TabIndex = 2;
//
// 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.ForeColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(51, 70);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(105, 14);
this.label3.TabIndex = 6;
this.label3.Text = "可调度车辆数:";
//
// cmbCoalCategory
//
this.cmbCoalCategory.BackColor = System.Drawing.Color.Khaki;
this.cmbCoalCategory.DataSource = this.coalCategoryBindingSource;
this.cmbCoalCategory.DisplayMember = "coalCategoryName";
this.cmbCoalCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbCoalCategory.FormattingEnabled = true;
this.cmbCoalCategory.Location = new System.Drawing.Point(199, 42);
this.cmbCoalCategory.Name = "cmbCoalCategory";
this.cmbCoalCategory.Size = new System.Drawing.Size(153, 20);
this.cmbCoalCategory.TabIndex = 1;
this.cmbCoalCategory.ValueMember = "coalCategoryId";
//
// 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.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(37, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(119, 14);
this.label2.TabIndex = 7;
this.label2.Text = "请选择煤运种类:";
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.Khaki;
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBox1.Location = new System.Drawing.Point(199, 17);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(153, 21);
this.textBox1.TabIndex = 0;
//
// 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.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(52, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(105, 14);
this.label1.TabIndex = 5;
this.label1.Text = "请输入项目名:";
//
// 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(320, 189);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(106, 36);
this.button1.TabIndex = 2;
this.button1.Text = " 取 消";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// pictureBox1
//
this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Location = new System.Drawing.Point(-3, -2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(458, 63);
this.pictureBox1.TabIndex = 7;
this.pictureBox1.TabStop = false;
//
// ProjectNameInputForm
//
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(454, 253);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnSubmit);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "ProjectNameInputForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新煤运系统输入";
this.Load += new System.EventHandler(this.ProjectNameInputForm_Load);
((System.ComponentModel.ISupportInitialize)(this.wlddDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.coalCategoryBindingSource)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnSubmit;
private wlddDataSet wlddDataSet;
private System.Windows.Forms.BindingSource coalCategoryBindingSource;
private immune_algorithm.wlddDataSetTableAdapters.coalCategoryTableAdapter coalCategoryTableAdapter;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox cmbCoalCategory;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txbTruckNum;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -