📄 frmbase.designer.cs
字号:
namespace HRP.BaseInfo
{
partial class frmBase
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBase));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.tlAdd = new System.Windows.Forms.ToolStripButton();
this.tlEdit = new System.Windows.Forms.ToolStripButton();
this.tlDelete = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tlYes = new System.Windows.Forms.ToolStripButton();
this.tlReturn = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tlClose = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.dgvInfo = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.toolStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvInfo)).BeginInit();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSeparator4,
this.toolStripSeparator6,
this.tlAdd,
this.tlEdit,
this.tlDelete,
this.toolStripSeparator1,
this.tlYes,
this.tlReturn,
this.toolStripSeparator2,
this.tlClose,
this.toolStripSeparator3,
this.toolStripSeparator5});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(418, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
//
// tlAdd
//
this.tlAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tlAdd.Image = ((System.Drawing.Image)(resources.GetObject("tlAdd.Image")));
this.tlAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlAdd.Name = "tlAdd";
this.tlAdd.Size = new System.Drawing.Size(23, 22);
this.tlAdd.Text = "添加";
this.tlAdd.Click += new System.EventHandler(this.tlAdd_Click);
//
// tlEdit
//
this.tlEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tlEdit.Image = ((System.Drawing.Image)(resources.GetObject("tlEdit.Image")));
this.tlEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlEdit.Name = "tlEdit";
this.tlEdit.Size = new System.Drawing.Size(23, 22);
this.tlEdit.Text = "修改";
this.tlEdit.Click += new System.EventHandler(this.tlEdit_Click);
//
// tlDelete
//
this.tlDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tlDelete.Image = ((System.Drawing.Image)(resources.GetObject("tlDelete.Image")));
this.tlDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlDelete.Name = "tlDelete";
this.tlDelete.Size = new System.Drawing.Size(23, 22);
this.tlDelete.Text = "删除";
this.tlDelete.Click += new System.EventHandler(this.tlDelete_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// tlYes
//
this.tlYes.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tlYes.Image = ((System.Drawing.Image)(resources.GetObject("tlYes.Image")));
this.tlYes.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlYes.Name = "tlYes";
this.tlYes.Size = new System.Drawing.Size(23, 22);
this.tlYes.Text = "保存";
this.tlYes.Click += new System.EventHandler(this.tlYes_Click);
//
// tlReturn
//
this.tlReturn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tlReturn.Image = ((System.Drawing.Image)(resources.GetObject("tlReturn.Image")));
this.tlReturn.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlReturn.Name = "tlReturn";
this.tlReturn.Size = new System.Drawing.Size(23, 22);
this.tlReturn.Text = "取消";
this.tlReturn.Click += new System.EventHandler(this.tlReturn_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tlClose
//
this.tlClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tlClose.Image = ((System.Drawing.Image)(resources.GetObject("tlClose.Image")));
this.tlClose.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tlClose.Name = "tlClose";
this.tlClose.Size = new System.Drawing.Size(23, 22);
this.tlClose.Text = "退出";
this.tlClose.Click += new System.EventHandler(this.tlClose_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// dgvInfo
//
this.dgvInfo.AllowUserToOrderColumns = true;
this.dgvInfo.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
this.dgvInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2});
this.dgvInfo.Location = new System.Drawing.Point(0, 62);
this.dgvInfo.Name = "dgvInfo";
this.dgvInfo.RowTemplate.Height = 23;
this.dgvInfo.Size = new System.Drawing.Size(418, 203);
this.dgvInfo.TabIndex = 3;
//
// Column1
//
this.Column1.DataPropertyName = "ID";
this.Column1.HeaderText = "ID";
this.Column1.Name = "Column1";
this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
//
// Column2
//
this.Column2.DataPropertyName = "Name";
this.Column2.HeaderText = "名称";
this.Column2.Name = "Column2";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtName);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.groupBox1.Location = new System.Drawing.Point(2, 21);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(414, 40);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(158, 12);
this.txtName.MaxLength = 20;
this.txtName.Name = "txtName";
this.txtName.Size = new System.Drawing.Size(168, 21);
this.txtName.TabIndex = 6;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(102, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 5;
this.label1.Text = "名称:";
//
// frmBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(418, 266);
this.Controls.Add(this.dgvInfo);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.groupBox1);
this.Name = "frmBase";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmBase";
this.Load += new System.EventHandler(this.frmBase_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvInfo)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tlAdd;
private System.Windows.Forms.ToolStripButton tlEdit;
private System.Windows.Forms.ToolStripButton tlDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tlYes;
private System.Windows.Forms.ToolStripButton tlReturn;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tlClose;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.DataGridView dgvInfo;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -