📄 formdebitmanage.designer.cs
字号:
this.toolStripButton_Statistic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_Statistic.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Statistic.Image")));
this.toolStripButton_Statistic.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton_Statistic.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_Statistic.Name = "toolStripButton_Statistic";
this.toolStripButton_Statistic.Size = new System.Drawing.Size(64, 34);
this.toolStripButton_Statistic.Text = "统计";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 37);
//
// toolStripButton_DataInput
//
this.toolStripButton_DataInput.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_DataInput.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_DataInput.Image")));
this.toolStripButton_DataInput.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton_DataInput.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_DataInput.Name = "toolStripButton_DataInput";
this.toolStripButton_DataInput.Size = new System.Drawing.Size(64, 34);
this.toolStripButton_DataInput.Text = "数据导入";
//
// toolStripButton_DataOutput
//
this.toolStripButton_DataOutput.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_DataOutput.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_DataOutput.Image")));
this.toolStripButton_DataOutput.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton_DataOutput.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_DataOutput.Name = "toolStripButton_DataOutput";
this.toolStripButton_DataOutput.Size = new System.Drawing.Size(64, 34);
this.toolStripButton_DataOutput.Text = "数据导出";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 37);
//
// toolStripButton_Exit
//
this.toolStripButton_Exit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_Exit.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Exit.Image")));
this.toolStripButton_Exit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton_Exit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_Exit.Name = "toolStripButton_Exit";
this.toolStripButton_Exit.Size = new System.Drawing.Size(64, 34);
this.toolStripButton_Exit.Text = "退出";
//
// listViewTable
//
this.listViewTable.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.listViewTable.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader_Num,
this.columnHeader_Name,
this.columnHeader_Date,
this.columnHeader_Borrow,
this.columnHeader_Lend,
this.columnHeader_About});
this.listViewTable.Location = new System.Drawing.Point(0, 40);
this.listViewTable.Name = "listViewTable";
this.listViewTable.Size = new System.Drawing.Size(714, 426);
this.listViewTable.TabIndex = 3;
this.listViewTable.UseCompatibleStateImageBehavior = false;
this.listViewTable.View = System.Windows.Forms.View.Details;
//
// columnHeader_Num
//
this.columnHeader_Num.Text = "序号";
this.columnHeader_Num.Width = 75;
//
// columnHeader_Name
//
this.columnHeader_Name.Text = "姓名";
this.columnHeader_Name.Width = 94;
//
// columnHeader_Date
//
this.columnHeader_Date.Text = "日期";
this.columnHeader_Date.Width = 116;
//
// columnHeader_Borrow
//
this.columnHeader_Borrow.Text = "借入金额";
this.columnHeader_Borrow.Width = 89;
//
// columnHeader_Lend
//
this.columnHeader_Lend.Text = "借出金额";
this.columnHeader_Lend.Width = 86;
//
// columnHeader_About
//
this.columnHeader_About.Text = "备注";
this.columnHeader_About.Width = 205;
//
// FormDebitManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(714, 466);
this.Controls.Add(this.listViewTable);
this.Controls.Add(this.toolStrip1);
this.Name = "FormDebitManage";
this.Text = "FormDebitManage";
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripSplitButton toolStripSplitButton_Add;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_AddIncome;
private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_AddOutput;
private System.Windows.Forms.ToolStripButton toolStripButton_Del;
private System.Windows.Forms.ToolStripButton toolStripButton_Modify;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton toolStripButton_Print;
private System.Windows.Forms.ToolStripButton toolStripButton_Statistic;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolStripButton_DataInput;
private System.Windows.Forms.ToolStripButton toolStripButton_DataOutput;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton toolStripButton_Exit;
private System.Windows.Forms.ListView listViewTable;
private System.Windows.Forms.ColumnHeader columnHeader_Num;
private System.Windows.Forms.ColumnHeader columnHeader_Name;
private System.Windows.Forms.ColumnHeader columnHeader_Date;
private System.Windows.Forms.ColumnHeader columnHeader_Borrow;
private System.Windows.Forms.ColumnHeader columnHeader_Lend;
private System.Windows.Forms.ColumnHeader columnHeader_About;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -