📄 frmcomnpty.designer.cs
字号:
namespace property.view.SystemInfo
{
partial class frmComnpty
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtUserName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtusermonofile = new System.Windows.Forms.TextBox();
this.txtuseracridine = new System.Windows.Forms.TextBox();
this.txtuserphone = new System.Windows.Forms.TextBox();
this.txtuseraddress = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolAdd = new System.Windows.Forms.ToolStripButton();
this.toolQiuxiao = new System.Windows.Forms.ToolStripButton();
this.toolsave = new System.Windows.Forms.ToolStripButton();
this.toolEsce = new System.Windows.Forms.ToolStripButton();
this.groupBox1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtUserName);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtusermonofile);
this.groupBox1.Controls.Add(this.txtuseracridine);
this.groupBox1.Controls.Add(this.txtuserphone);
this.groupBox1.Controls.Add(this.txtuseraddress);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(12, 44);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(469, 202);
this.groupBox1.TabIndex = 16;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "公司单位基本资料";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(151, 31);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(167, 21);
this.txtUserName.TabIndex = 25;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(64, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 24;
this.label1.Text = "用户名称:";
//
// txtusermonofile
//
this.txtusermonofile.Location = new System.Drawing.Point(151, 59);
this.txtusermonofile.Name = "txtusermonofile";
this.txtusermonofile.Size = new System.Drawing.Size(167, 21);
this.txtusermonofile.TabIndex = 23;
//
// txtuseracridine
//
this.txtuseracridine.Location = new System.Drawing.Point(151, 130);
this.txtuseracridine.Name = "txtuseracridine";
this.txtuseracridine.Size = new System.Drawing.Size(167, 21);
this.txtuseracridine.TabIndex = 21;
//
// txtuserphone
//
this.txtuserphone.Location = new System.Drawing.Point(151, 157);
this.txtuserphone.Name = "txtuserphone";
this.txtuserphone.Size = new System.Drawing.Size(167, 21);
this.txtuserphone.TabIndex = 22;
//
// txtuseraddress
//
this.txtuseraddress.Location = new System.Drawing.Point(151, 96);
this.txtuseraddress.Name = "txtuseraddress";
this.txtuseraddress.Size = new System.Drawing.Size(167, 21);
this.txtuseraddress.TabIndex = 20;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(62, 161);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 18;
this.label5.Text = "联系电话:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(62, 130);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 17;
this.label4.Text = "邮政编码:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(62, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 16;
this.label3.Text = "公司地址:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(62, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 15;
this.label2.Text = "公司名称:";
//
// toolStrip1
//
this.toolStrip1.AllowDrop = true;
this.toolStrip1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolAdd,
this.toolQiuxiao,
this.toolsave,
this.toolEsce});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Padding = new System.Windows.Forms.Padding(1, 1, 2, 1);
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip1.ShowItemToolTips = false;
this.toolStrip1.Size = new System.Drawing.Size(493, 41);
this.toolStrip1.TabIndex = 17;
this.toolStrip1.TabStop = true;
this.toolStrip1.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical270;
this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
//
// toolAdd
//
this.toolAdd.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
this.toolAdd.Checked = true;
this.toolAdd.CheckState = System.Windows.Forms.CheckState.Checked;
this.toolAdd.Font = new System.Drawing.Font("华文彩云", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolAdd.Image = global::property.Properties.Resources.add;
this.toolAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolAdd.Name = "toolAdd";
this.toolAdd.Size = new System.Drawing.Size(42, 34);
this.toolAdd.Tag = "1";
this.toolAdd.Text = "增加 ";
this.toolAdd.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
this.toolAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.toolAdd.Click += new System.EventHandler(this.toolAdd_Click);
//
// toolQiuxiao
//
this.toolQiuxiao.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
this.toolQiuxiao.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.toolQiuxiao.Font = new System.Drawing.Font("华文中宋", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolQiuxiao.Image = global::property.Properties.Resources.select;
this.toolQiuxiao.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolQiuxiao.Name = "toolQiuxiao";
this.toolQiuxiao.Size = new System.Drawing.Size(40, 36);
this.toolQiuxiao.Text = "撤消";
this.toolQiuxiao.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
this.toolQiuxiao.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.toolQiuxiao.Click += new System.EventHandler(this.toolQiuxiao_Click);
//
// toolsave
//
this.toolsave.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
this.toolsave.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.toolsave.Font = new System.Drawing.Font("华文中宋", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolsave.Image = global::property.Properties.Resources.save;
this.toolsave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolsave.Name = "toolsave";
this.toolsave.Size = new System.Drawing.Size(40, 36);
this.toolsave.Text = "保存";
this.toolsave.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
this.toolsave.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.toolsave.Click += new System.EventHandler(this.toolsave_Click);
//
// toolEsce
//
this.toolEsce.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.toolEsce.Font = new System.Drawing.Font("华文中宋", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.toolEsce.Image = global::property.Properties.Resources.esce;
this.toolEsce.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolEsce.Name = "toolEsce";
this.toolEsce.Size = new System.Drawing.Size(40, 36);
this.toolEsce.Text = "退出";
this.toolEsce.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
this.toolEsce.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
this.toolEsce.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// frmComnpty
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(493, 281);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.groupBox1);
this.Name = "frmComnpty";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Tag = "1";
this.Text = "公司信息";
this.Load += new System.EventHandler(this.Comnpty_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtusermonofile;
private System.Windows.Forms.TextBox txtuseracridine;
private System.Windows.Forms.TextBox txtuserphone;
private System.Windows.Forms.TextBox txtuseraddress;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ToolStripButton toolAdd;
private System.Windows.Forms.ToolStripButton toolQiuxiao;
private System.Windows.Forms.ToolStripButton toolsave;
private System.Windows.Forms.ToolStripButton toolEsce;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ToolStrip toolStrip1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -