📄 formaccountmanage.designer.cs
字号:
namespace Financial
{
partial class FormAccountManage
{
/// <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(FormAccountManage));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripSplitButton_Add = new System.Windows.Forms.ToolStripButton();
this.toolStripButton_Del = new System.Windows.Forms.ToolStripButton();
this.toolStripButton_Modify = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton_Print = new System.Windows.Forms.ToolStripButton();
this.toolStripButton_Statistic = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton_DataInput = new System.Windows.Forms.ToolStripButton();
this.toolStripButton_DataOutput = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton_Save = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton_Exit = new System.Windows.Forms.ToolStripButton();
this.label1 = new System.Windows.Forms.Label();
this.buttonSelect = new System.Windows.Forms.Button();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader_Num = new System.Windows.Forms.ColumnHeader();
this.columnHeader_Owner = new System.Windows.Forms.ColumnHeader();
this.columnHeader_BankBoolNum = new System.Windows.Forms.ColumnHeader();
this.columnHeader_CardNum = new System.Windows.Forms.ColumnHeader();
this.columnHeader_Date = new System.Windows.Forms.ColumnHeader();
this.columnHeader_Bank = new System.Windows.Forms.ColumnHeader();
this.columnHeader_MoneyType = new System.Windows.Forms.ColumnHeader();
this.columnHeader_AccountType = new System.Windows.Forms.ColumnHeader();
this.columnHeader_IniBalance = new System.Windows.Forms.ColumnHeader();
this.columnHeader_Balance = new System.Windows.Forms.ColumnHeader();
this.columnHeader_About = new System.Windows.Forms.ColumnHeader();
this.printDialog1 = new System.Windows.Forms.PrintDialog();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.textBox_Select = new System.Windows.Forms.TextBox();
this.contextMenuStrip_ListViewRightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem_AddNew = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem_Statistic = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Print = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem_Import = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem_Output = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuStrip_ListViewItemRightClick = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem_Modify = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.ToolStripMenuItem_Del = new System.Windows.Forms.ToolStripMenuItem();
this.button_CancelSelect = new System.Windows.Forms.Button();
this.toolStrip1.SuspendLayout();
this.contextMenuStrip_ListViewRightClick.SuspendLayout();
this.contextMenuStrip_ListViewItemRightClick.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripSplitButton_Add,
this.toolStripButton_Del,
this.toolStripButton_Modify,
this.toolStripSeparator1,
this.toolStripButton_Print,
this.toolStripButton_Statistic,
this.toolStripSeparator2,
this.toolStripButton_DataInput,
this.toolStripButton_DataOutput,
this.toolStripSeparator3,
this.toolStripButton_Save,
this.toolStripSeparator4,
this.toolStripButton_Exit});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip1.Size = new System.Drawing.Size(714, 37);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripSplitButton_Add
//
this.toolStripSplitButton_Add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripSplitButton_Add.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton_Add.Image")));
this.toolStripSplitButton_Add.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripSplitButton_Add.ImageTransparentColor = System.Drawing.Color.White;
this.toolStripSplitButton_Add.Name = "toolStripSplitButton_Add";
this.toolStripSplitButton_Add.Size = new System.Drawing.Size(64, 34);
this.toolStripSplitButton_Add.Text = "添加";
this.toolStripSplitButton_Add.Click += new System.EventHandler(this.toolStripSplitButton_Add_Click);
//
// toolStripButton_Del
//
this.toolStripButton_Del.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_Del.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Del.Image")));
this.toolStripButton_Del.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton_Del.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_Del.Name = "toolStripButton_Del";
this.toolStripButton_Del.Size = new System.Drawing.Size(64, 34);
this.toolStripButton_Del.Text = "删除";
this.toolStripButton_Del.Click += new System.EventHandler(this.toolStripButton_Del_Click);
//
// toolStripButton_Modify
//
this.toolStripButton_Modify.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_Modify.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Modify.Image")));
this.toolStripButton_Modify.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton_Modify.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_Modify.Name = "toolStripButton_Modify";
this.toolStripButton_Modify.Size = new System.Drawing.Size(64, 34);
this.toolStripButton_Modify.Text = "修改";
this.toolStripButton_Modify.Click += new System.EventHandler(this.toolStripButton_Modify_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 37);
//
// toolStripButton_Print
//
this.toolStripButton_Print.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_Print.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Print.Image")));
this.toolStripButton_Print.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton_Print.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_Print.Name = "toolStripButton_Print";
this.toolStripButton_Print.Size = new System.Drawing.Size(64, 34);
this.toolStripButton_Print.Text = "打印";
this.toolStripButton_Print.Click += new System.EventHandler(this.toolStripButton_Print_Click);
//
// toolStripButton_Statistic
//
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 = "统计";
this.toolStripButton_Statistic.Click += new System.EventHandler(this.toolStripButton_Statistic_Click);
//
// 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 = "数据导入";
this.toolStripButton_DataInput.Click += new System.EventHandler(this.toolStripButton_DataInput_Click);
//
// 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 = "数据导出";
this.toolStripButton_DataOutput.Click += new System.EventHandler(this.toolStripButton_DataOutput_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 37);
//
// toolStripButton_Save
//
this.toolStripButton_Save.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton_Save.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Save.Image")));
this.toolStripButton_Save.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton_Save.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton_Save.Name = "toolStripButton_Save";
this.toolStripButton_Save.Size = new System.Drawing.Size(64, 34);
this.toolStripButton_Save.Text = "保存";
this.toolStripButton_Save.Click += new System.EventHandler(this.toolStripButton_Save_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.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 = "退出";
this.toolStripButton_Exit.Click += new System.EventHandler(this.toolStripButton_Exit_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 2;
this.label1.Text = "筛选:";
//
// buttonSelect
//
this.buttonSelect.Location = new System.Drawing.Point(381, 42);
this.buttonSelect.Name = "buttonSelect";
this.buttonSelect.Size = new System.Drawing.Size(75, 23);
this.buttonSelect.TabIndex = 4;
this.buttonSelect.Text = "给我筛";
this.buttonSelect.UseVisualStyleBackColor = true;
this.buttonSelect.Click += new System.EventHandler(this.buttonSelect_Click);
//
// listView1
//
this.listView1.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.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader_Num,
this.columnHeader_Owner,
this.columnHeader_BankBoolNum,
this.columnHeader_CardNum,
this.columnHeader_Date,
this.columnHeader_Bank,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -