📄 frmtel.designer.cs
字号:
namespace SMS.Forms
{
partial class frmTel
{
/// <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()
{
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.pbClose = new System.Windows.Forms.PictureBox();
this.pbDelete = new System.Windows.Forms.PictureBox();
this.dgvAllUser = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pbClose)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbDelete)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAllUser)).BeginInit();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.pbClose);
this.groupBox2.Controls.Add(this.pbDelete);
this.groupBox2.Location = new System.Drawing.Point(13, 194);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(414, 58);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作";
//
// pbClose
//
this.pbClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbClose.Image = global::SMS.Properties.Resources.an_2;
this.pbClose.Location = new System.Drawing.Point(207, 17);
this.pbClose.Name = "pbClose";
this.pbClose.Size = new System.Drawing.Size(70, 32);
this.pbClose.TabIndex = 3;
this.pbClose.TabStop = false;
this.pbClose.Click += new System.EventHandler(this.pbClose_Click);
//
// pbDelete
//
this.pbDelete.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbDelete.Image = global::SMS.Properties.Resources.an_1;
this.pbDelete.Location = new System.Drawing.Point(134, 17);
this.pbDelete.Name = "pbDelete";
this.pbDelete.Size = new System.Drawing.Size(66, 32);
this.pbDelete.TabIndex = 2;
this.pbDelete.TabStop = false;
this.pbDelete.Click += new System.EventHandler(this.pbDelete_Click);
//
// dgvAllUser
//
this.dgvAllUser.AllowUserToAddRows = false;
this.dgvAllUser.AllowUserToResizeColumns = false;
this.dgvAllUser.AllowUserToResizeRows = false;
this.dgvAllUser.BackgroundColor = System.Drawing.Color.White;
this.dgvAllUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvAllUser.ColumnHeadersVisible = false;
this.dgvAllUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4});
this.dgvAllUser.Location = new System.Drawing.Point(12, 12);
this.dgvAllUser.Name = "dgvAllUser";
this.dgvAllUser.ReadOnly = true;
this.dgvAllUser.RowHeadersVisible = false;
this.dgvAllUser.RowTemplate.Height = 23;
this.dgvAllUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvAllUser.Size = new System.Drawing.Size(415, 167);
this.dgvAllUser.TabIndex = 3;
//
// Column1
//
this.Column1.DataPropertyName = "ID";
this.Column1.HeaderText = "Column1";
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Visible = false;
//
// Column2
//
this.Column2.DataPropertyName = "UserName";
this.Column2.HeaderText = "Column2";
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.Width = 120;
//
// Column3
//
this.Column3.DataPropertyName = "UserSex";
this.Column3.HeaderText = "Column3";
this.Column3.Name = "Column3";
this.Column3.ReadOnly = true;
this.Column3.Width = 42;
//
// Column4
//
this.Column4.DataPropertyName = "UserTel";
this.Column4.HeaderText = "Column4";
this.Column4.Name = "Column4";
this.Column4.ReadOnly = true;
this.Column4.Width = 250;
//
// frmTel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(441, 264);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.dgvAllUser);
this.MaximizeBox = false;
this.Name = "frmTel";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "所有联系人";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTel_FormClosing);
this.Load += new System.EventHandler(this.frmTel_Load);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pbClose)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pbDelete)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAllUser)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.PictureBox pbClose;
private System.Windows.Forms.PictureBox pbDelete;
private System.Windows.Forms.DataGridView dgvAllUser;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -