📄 formfinancialmanage.designer.cs
字号:
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_Date,
this.columnHeader_Type,
this.columnHeader_Income,
this.columnHeader_Output,
this.columnHeader_Balance,
this.columnHeader_About});
this.listViewTable.Location = new System.Drawing.Point(0, 67);
this.listViewTable.Name = "listViewTable";
this.listViewTable.Size = new System.Drawing.Size(714, 398);
this.listViewTable.TabIndex = 2;
this.listViewTable.UseCompatibleStateImageBehavior = false;
this.listViewTable.View = System.Windows.Forms.View.Details;
//
// columnHeader_Num
//
this.columnHeader_Num.Text = "序号";
this.columnHeader_Num.Width = 76;
//
// columnHeader_Date
//
this.columnHeader_Date.Text = "创建日期";
this.columnHeader_Date.Width = 74;
//
// columnHeader_Type
//
this.columnHeader_Type.Text = "类型";
this.columnHeader_Type.Width = 70;
//
// columnHeader_Income
//
this.columnHeader_Income.Text = "收入";
this.columnHeader_Income.Width = 76;
//
// columnHeader_Output
//
this.columnHeader_Output.Text = "支出";
this.columnHeader_Output.Width = 79;
//
// columnHeader_Balance
//
this.columnHeader_Balance.Text = "余额";
this.columnHeader_Balance.Width = 71;
//
// columnHeader_About
//
this.columnHeader_About.Text = "备注";
this.columnHeader_About.Width = 136;
//
// dateTimePicker_selectForm
//
this.dateTimePicker_selectForm.Location = new System.Drawing.Point(85, 41);
this.dateTimePicker_selectForm.Name = "dateTimePicker_selectForm";
this.dateTimePicker_selectForm.Size = new System.Drawing.Size(118, 21);
this.dateTimePicker_selectForm.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 4;
this.label1.Text = "筛选:从";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(215, 45);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 5;
this.label2.Text = "到";
//
// dateTimePicker_selectTo
//
this.dateTimePicker_selectTo.Location = new System.Drawing.Point(238, 41);
this.dateTimePicker_selectTo.Name = "dateTimePicker_selectTo";
this.dateTimePicker_selectTo.Size = new System.Drawing.Size(118, 21);
this.dateTimePicker_selectTo.TabIndex = 3;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(382, 46);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 6;
this.label3.Text = "类型";
//
// comboBox_selectType
//
this.comboBox_selectType.FormattingEnabled = true;
this.comboBox_selectType.Location = new System.Drawing.Point(417, 41);
this.comboBox_selectType.Name = "comboBox_selectType";
this.comboBox_selectType.Size = new System.Drawing.Size(121, 20);
this.comboBox_selectType.TabIndex = 7;
//
// button_Select
//
this.button_Select.Location = new System.Drawing.Point(568, 38);
this.button_Select.Name = "button_Select";
this.button_Select.Size = new System.Drawing.Size(75, 23);
this.button_Select.TabIndex = 8;
this.button_Select.Text = "给我筛";
this.button_Select.UseVisualStyleBackColor = true;
//
// FormFinancialManage
//
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.button_Select);
this.Controls.Add(this.comboBox_selectType);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.dateTimePicker_selectTo);
this.Controls.Add(this.dateTimePicker_selectForm);
this.Controls.Add(this.listViewTable);
this.Controls.Add(this.toolStrip1);
this.Name = "FormFinancialManage";
this.Text = "FormFinancialManage";
this.Load += new System.EventHandler(this.FormFinancialManage_Load);
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_Date;
private System.Windows.Forms.ColumnHeader columnHeader_Type;
private System.Windows.Forms.ColumnHeader columnHeader_Income;
private System.Windows.Forms.ColumnHeader columnHeader_Output;
private System.Windows.Forms.ColumnHeader columnHeader_Balance;
private System.Windows.Forms.ColumnHeader columnHeader_About;
private System.Windows.Forms.DateTimePicker dateTimePicker_selectForm;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dateTimePicker_selectTo;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox comboBox_selectType;
private System.Windows.Forms.Button button_Select;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -