📄 formothersetting.designer.cs
字号:
namespace HRMan.SysOper
{
partial class FormOtherSetting
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
public static FormOtherSetting othersetting;
/// <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(FormOtherSetting));
this.listBox2 = new System.Windows.Forms.ListBox();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.listBox3 = new System.Windows.Forms.ListBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.listBox1 = new System.Windows.Forms.ListBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripDelete = new System.Windows.Forms.ToolStripButton();
this.tabPage3.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// listBox2
//
this.listBox2.BackColor = System.Drawing.SystemColors.Info;
this.listBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox2.ItemHeight = 12;
this.listBox2.Location = new System.Drawing.Point(0, 0);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(214, 220);
this.listBox2.TabIndex = 0;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.listBox3);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(214, 230);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "职称";
//
// listBox3
//
this.listBox3.BackColor = System.Drawing.SystemColors.Info;
this.listBox3.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox3.ItemHeight = 12;
this.listBox3.Location = new System.Drawing.Point(0, 0);
this.listBox3.Name = "listBox3";
this.listBox3.Size = new System.Drawing.Size(214, 220);
this.listBox3.TabIndex = 0;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tabControl1.Location = new System.Drawing.Point(0, 40);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(222, 255);
this.tabControl1.TabIndex = 1;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.listBox1);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(214, 230);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "民族";
//
// listBox1
//
this.listBox1.BackColor = System.Drawing.SystemColors.Info;
this.listBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(0, 0);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(214, 220);
this.listBox1.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.listBox2);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Size = new System.Drawing.Size(214, 230);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "职务";
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripAdd,
this.toolStripDelete});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(222, 36);
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
//
// toolStripAdd
//
this.toolStripAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolStripAdd.Image")));
this.toolStripAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripAdd.Name = "toolStripAdd";
this.toolStripAdd.Size = new System.Drawing.Size(35, 33);
this.toolStripAdd.Text = "添加";
this.toolStripAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripAdd.Click += new System.EventHandler(this.toolStripAdd_Click);
//
// toolStripDelete
//
this.toolStripDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDelete.Image")));
this.toolStripDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDelete.Name = "toolStripDelete";
this.toolStripDelete.Size = new System.Drawing.Size(35, 33);
this.toolStripDelete.Text = "删除";
this.toolStripDelete.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripDelete.Click += new System.EventHandler(this.toolStripDelete_Click);
//
// FormOtherSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(222, 295);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormOtherSetting";
this.Text = "其他设置";
this.Load += new System.EventHandler(this.FormOtherSetting_Load);
this.tabPage3.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.ListBox listBox3;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripAdd;
private System.Windows.Forms.ToolStripButton toolStripDelete;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -