📄 main_settoolbar.designer.cs
字号:
namespace RepairCRM
{
partial class Main_SetToolBar
{
/// <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.button_exit = new System.Windows.Forms.Button();
this.button_ok = new System.Windows.Forms.Button();
this.button_down = new System.Windows.Forms.Button();
this.button_up = new System.Windows.Forms.Button();
this.button_add = new System.Windows.Forms.Button();
this.button_del = new System.Windows.Forms.Button();
this.listBox_cur = new System.Windows.Forms.ListBox();
this.listBox_all = new System.Windows.Forms.ListBox();
this.SuspendLayout();
//
// button_exit
//
this.button_exit.Location = new System.Drawing.Point(313, 259);
this.button_exit.Name = "button_exit";
this.button_exit.Size = new System.Drawing.Size(75, 23);
this.button_exit.TabIndex = 15;
this.button_exit.Text = "取消";
this.button_exit.UseVisualStyleBackColor = true;
this.button_exit.Click += new System.EventHandler(this.button_exit_Click);
//
// button_ok
//
this.button_ok.Location = new System.Drawing.Point(229, 259);
this.button_ok.Name = "button_ok";
this.button_ok.Size = new System.Drawing.Size(75, 23);
this.button_ok.TabIndex = 14;
this.button_ok.Text = "确定";
this.button_ok.UseVisualStyleBackColor = true;
this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
//
// button_down
//
this.button_down.Location = new System.Drawing.Point(398, 157);
this.button_down.Name = "button_down";
this.button_down.Size = new System.Drawing.Size(30, 23);
this.button_down.TabIndex = 13;
this.button_down.Text = "↓";
this.button_down.UseVisualStyleBackColor = true;
//
// button_up
//
this.button_up.Location = new System.Drawing.Point(398, 95);
this.button_up.Name = "button_up";
this.button_up.Size = new System.Drawing.Size(30, 23);
this.button_up.TabIndex = 12;
this.button_up.Text = "↑";
this.button_up.UseVisualStyleBackColor = true;
//
// button_add
//
this.button_add.Location = new System.Drawing.Point(186, 95);
this.button_add.Name = "button_add";
this.button_add.Size = new System.Drawing.Size(30, 23);
this.button_add.TabIndex = 11;
this.button_add.Text = ">";
this.button_add.UseVisualStyleBackColor = true;
//
// button_del
//
this.button_del.Location = new System.Drawing.Point(186, 157);
this.button_del.Name = "button_del";
this.button_del.Size = new System.Drawing.Size(30, 23);
this.button_del.TabIndex = 10;
this.button_del.Text = "<";
this.button_del.UseVisualStyleBackColor = true;
//
// listBox_cur
//
this.listBox_cur.FormattingEnabled = true;
this.listBox_cur.ItemHeight = 12;
this.listBox_cur.Location = new System.Drawing.Point(229, 40);
this.listBox_cur.Name = "listBox_cur";
this.listBox_cur.Size = new System.Drawing.Size(159, 196);
this.listBox_cur.TabIndex = 9;
//
// listBox_all
//
this.listBox_all.FormattingEnabled = true;
this.listBox_all.ItemHeight = 12;
this.listBox_all.Location = new System.Drawing.Point(14, 40);
this.listBox_all.Name = "listBox_all";
this.listBox_all.Size = new System.Drawing.Size(159, 196);
this.listBox_all.TabIndex = 8;
//
// Main_SetToolBar
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(442, 323);
this.Controls.Add(this.button_exit);
this.Controls.Add(this.button_ok);
this.Controls.Add(this.button_down);
this.Controls.Add(this.button_up);
this.Controls.Add(this.button_add);
this.Controls.Add(this.button_del);
this.Controls.Add(this.listBox_cur);
this.Controls.Add(this.listBox_all);
this.Name = "Main_SetToolBar";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "自定义工具栏";
this.Load += new System.EventHandler(this.Main_SetToolBar_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button_exit;
private System.Windows.Forms.Button button_ok;
private System.Windows.Forms.Button button_down;
private System.Windows.Forms.Button button_up;
private System.Windows.Forms.Button button_add;
private System.Windows.Forms.Button button_del;
private System.Windows.Forms.ListBox listBox_cur;
private System.Windows.Forms.ListBox listBox_all;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -