📄 frmemppay.designer.cs
字号:
namespace HumanManage.PayManage
{
partial class FrmEmpPay
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmEmpPay));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.刷新ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toollblAll = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.toollblMoney = new System.Windows.Forms.ToolStripStatusLabel();
this.toollblPunMoney = new System.Windows.Forms.ToolStripStatusLabel();
this.toolblPrize = new System.Windows.Forms.ToolStripStatusLabel();
this.toollblGiveMoney = new System.Windows.Forms.ToolStripStatusLabel();
this.btnMoveEdit = new DevComponents.DotNetBar.ButtonX();
this.btnExit = new DevComponents.DotNetBar.ButtonX();
this.dateTimeGive = new System.Windows.Forms.DateTimePicker();
this.btnAddMove = new DevComponents.DotNetBar.ButtonX();
this.labelX1 = new DevComponents.DotNetBar.LabelX();
this.txtMoney = new DevComponents.DotNetBar.Controls.TextBoxX();
this.labelX2 = new DevComponents.DotNetBar.LabelX();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
this.ltvEmpPay = new DevComponents.DotNetBar.Controls.ListViewEx();
this.contextMenuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.刷新ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(95, 26);
//
// 刷新ToolStripMenuItem
//
this.刷新ToolStripMenuItem.Name = "刷新ToolStripMenuItem";
this.刷新ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.刷新ToolStripMenuItem.Text = "刷新";
this.刷新ToolStripMenuItem.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toollblAll,
this.toolStripStatusLabel3,
this.toollblMoney,
this.toollblPunMoney,
this.toolblPrize,
this.toollblGiveMoney});
this.statusStrip1.Location = new System.Drawing.Point(0, 482);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(824, 22);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(17, 17);
this.toolStripStatusLabel1.Text = "共";
//
// toollblAll
//
this.toollblAll.Name = "toollblAll";
this.toollblAll.Size = new System.Drawing.Size(11, 17);
this.toollblAll.Text = "0";
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(41, 17);
this.toolStripStatusLabel3.Text = "条记录";
//
// toollblMoney
//
this.toollblMoney.ForeColor = System.Drawing.Color.Red;
this.toollblMoney.Margin = new System.Windows.Forms.Padding(445, 3, 0, 2);
this.toollblMoney.Name = "toollblMoney";
this.toollblMoney.Size = new System.Drawing.Size(11, 17);
this.toollblMoney.Text = "0";
//
// toollblPunMoney
//
this.toollblPunMoney.ForeColor = System.Drawing.Color.Red;
this.toollblPunMoney.Margin = new System.Windows.Forms.Padding(50, 3, 0, 2);
this.toollblPunMoney.Name = "toollblPunMoney";
this.toollblPunMoney.Size = new System.Drawing.Size(11, 17);
this.toollblPunMoney.Text = "0";
//
// toolblPrize
//
this.toolblPrize.ForeColor = System.Drawing.Color.Red;
this.toolblPrize.Margin = new System.Windows.Forms.Padding(50, 3, 0, 2);
this.toolblPrize.Name = "toolblPrize";
this.toolblPrize.Size = new System.Drawing.Size(11, 17);
this.toolblPrize.Text = "0";
//
// toollblGiveMoney
//
this.toollblGiveMoney.ForeColor = System.Drawing.Color.Red;
this.toollblGiveMoney.Margin = new System.Windows.Forms.Padding(50, 3, 0, 2);
this.toollblGiveMoney.Name = "toollblGiveMoney";
this.toollblGiveMoney.Size = new System.Drawing.Size(11, 17);
this.toollblGiveMoney.Text = "0";
//
// btnMoveEdit
//
this.btnMoveEdit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnMoveEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnMoveEdit.Image")));
this.btnMoveEdit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnMoveEdit.Location = new System.Drawing.Point(284, 10);
this.btnMoveEdit.Name = "btnMoveEdit";
this.btnMoveEdit.Size = new System.Drawing.Size(50, 54);
this.btnMoveEdit.TabIndex = 7;
this.btnMoveEdit.Text = "设定";
this.btnMoveEdit.Click += new System.EventHandler(this.btnMoveEdit_Click);
//
// btnExit
//
this.btnExit.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.ImagePosition = DevComponents.DotNetBar.eImagePosition.Top;
this.btnExit.Location = new System.Drawing.Point(563, 10);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(50, 54);
this.btnExit.TabIndex = 6;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// dateTimeGive
//
this.dateTimeGive.Location = new System.Drawing.Point(12, 26);
this.dateTimeGive.Name = "dateTimeGive";
this.dateTimeGive.Size = new System.Drawing.Size(108, 20);
this.dateTimeGive.TabIndex = 8;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -