📄 projectselectform.designer.cs
字号:
namespace immune_algorithm
{
partial class projectSelectForm
{
/// <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(projectSelectForm));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.submitBtn = new System.Windows.Forms.Button();
this.createBtn = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cancleBtn = new System.Windows.Forms.Button();
this.projectCmb = new System.Windows.Forms.ComboBox();
this.allProjectBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.wlddDataSet = new immune_algorithm.wlddDataSet();
this.allProjectTableAdapter = new immune_algorithm.wlddDataSetTableAdapters.AllProjectTableAdapter();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.allProjectBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.wlddDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("新宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(115, 113);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(230, 21);
this.label1.TabIndex = 0;
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(65, 47);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 14);
this.label2.TabIndex = 1;
this.label2.Text = "项目名";
//
// 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(26, 106);
this.submitBtn.Name = "submitBtn";
this.submitBtn.Size = new System.Drawing.Size(106, 36);
this.submitBtn.TabIndex = 2;
this.submitBtn.Text = " 确 定";
this.submitBtn.UseVisualStyleBackColor = true;
this.submitBtn.Click += new System.EventHandler(this.submitBtn_Click);
//
// createBtn
//
this.createBtn.Image = ((System.Drawing.Image)(resources.GetObject("createBtn.Image")));
this.createBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.createBtn.Location = new System.Drawing.Point(149, 106);
this.createBtn.Name = "createBtn";
this.createBtn.Size = new System.Drawing.Size(106, 36);
this.createBtn.TabIndex = 3;
this.createBtn.Text = " 新 建";
this.createBtn.UseVisualStyleBackColor = true;
this.createBtn.Click += new System.EventHandler(this.createBtn_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cancleBtn);
this.groupBox1.Controls.Add(this.projectCmb);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.createBtn);
this.groupBox1.Controls.Add(this.submitBtn);
this.groupBox1.Location = new System.Drawing.Point(26, 162);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(403, 167);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = " 选择或新建项目名 ";
//
// cancleBtn
//
this.cancleBtn.Image = ((System.Drawing.Image)(resources.GetObject("cancleBtn.Image")));
this.cancleBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.cancleBtn.Location = new System.Drawing.Point(270, 106);
this.cancleBtn.Name = "cancleBtn";
this.cancleBtn.Size = new System.Drawing.Size(106, 36);
this.cancleBtn.TabIndex = 5;
this.cancleBtn.Text = " 退 出";
this.cancleBtn.UseVisualStyleBackColor = true;
this.cancleBtn.Click += new System.EventHandler(this.cancleBtn_Click);
//
// projectCmb
//
this.projectCmb.BackColor = System.Drawing.Color.Khaki;
this.projectCmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.projectCmb.FormattingEnabled = true;
this.projectCmb.Location = new System.Drawing.Point(139, 41);
this.projectCmb.Name = "projectCmb";
this.projectCmb.Size = new System.Drawing.Size(170, 20);
this.projectCmb.TabIndex = 4;
//
// allProjectBindingSource
//
this.allProjectBindingSource.DataMember = "AllProject";
this.allProjectBindingSource.DataSource = this.wlddDataSet;
//
// wlddDataSet
//
this.wlddDataSet.DataSetName = "wlddDataSet";
this.wlddDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// allProjectTableAdapter
//
this.allProjectTableAdapter.ClearBeforeFill = true;
//
// 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(-2, -2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(461, 92);
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
//
// projectSelectForm
//
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(457, 360);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "projectSelectForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "项目选择";
this.Load += new System.EventHandler(this.projectSelectForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.allProjectBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.wlddDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button submitBtn;
private System.Windows.Forms.Button createBtn;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.ComboBox projectCmb;
private wlddDataSet wlddDataSet;
private System.Windows.Forms.BindingSource allProjectBindingSource;
private immune_algorithm.wlddDataSetTableAdapters.AllProjectTableAdapter allProjectTableAdapter;
private System.Windows.Forms.Button cancleBtn;
private System.Windows.Forms.PictureBox pictureBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -