📄 form1.designer.cs
字号:
namespace account
{
partial class Form1
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.数据输入ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.GroupInquery = new System.Windows.Forms.GroupBox();
this.richTextBoxInquery = new System.Windows.Forms.RichTextBox();
this.dataGridViewInquery = new System.Windows.Forms.DataGridView();
this.buttonInqueryClose = new System.Windows.Forms.Button();
this.buttonInqueryOk = new System.Windows.Forms.Button();
this.comboBoxInqueryType = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.dateTimePickerTo = new System.Windows.Forms.DateTimePicker();
this.dateTimePickerFrom = new System.Windows.Forms.DateTimePicker();
this.label1 = new System.Windows.Forms.Label();
this.groupBoxInput = new System.Windows.Forms.GroupBox();
this.buttonInputClose = new System.Windows.Forms.Button();
this.buttonInputOK = new System.Windows.Forms.Button();
this.comboBoxInput = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.dateTimePickerInput = new System.Windows.Forms.DateTimePicker();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.textBoxCNY = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.textBoxAbs = new System.Windows.Forms.TextBox();
this.menuStrip1.SuspendLayout();
this.GroupInquery.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewInquery)).BeginInit();
this.groupBoxInput.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.数据输入ToolStripMenuItem,
this.查询ToolStripMenuItem,
this.退出ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
this.menuStrip1.Size = new System.Drawing.Size(1164, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 数据输入ToolStripMenuItem
//
this.数据输入ToolStripMenuItem.Name = "数据输入ToolStripMenuItem";
this.数据输入ToolStripMenuItem.Size = new System.Drawing.Size(79, 20);
this.数据输入ToolStripMenuItem.Text = "数据输入";
this.数据输入ToolStripMenuItem.Click += new System.EventHandler(this.数据输入ToolStripMenuItem_Click);
//
// 查询ToolStripMenuItem
//
this.查询ToolStripMenuItem.Name = "查询ToolStripMenuItem";
this.查询ToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
this.查询ToolStripMenuItem.Text = "查询";
this.查询ToolStripMenuItem.Click += new System.EventHandler(this.查询ToolStripMenuItem_Click);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(49, 20);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// GroupInquery
//
this.GroupInquery.Controls.Add(this.richTextBoxInquery);
this.GroupInquery.Controls.Add(this.dataGridViewInquery);
this.GroupInquery.Controls.Add(this.buttonInqueryClose);
this.GroupInquery.Controls.Add(this.buttonInqueryOk);
this.GroupInquery.Controls.Add(this.comboBoxInqueryType);
this.GroupInquery.Controls.Add(this.label3);
this.GroupInquery.Controls.Add(this.label2);
this.GroupInquery.Controls.Add(this.dateTimePickerTo);
this.GroupInquery.Controls.Add(this.dateTimePickerFrom);
this.GroupInquery.Controls.Add(this.label1);
this.GroupInquery.Location = new System.Drawing.Point(12300, 80);
this.GroupInquery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.GroupInquery.Name = "GroupInquery";
this.GroupInquery.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.GroupInquery.Size = new System.Drawing.Size(756, 725);
this.GroupInquery.TabIndex = 1;
this.GroupInquery.TabStop = false;
this.GroupInquery.Text = "查询";
//
// richTextBoxInquery
//
this.richTextBoxInquery.Location = new System.Drawing.Point(60, 584);
this.richTextBoxInquery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.richTextBoxInquery.Name = "richTextBoxInquery";
this.richTextBoxInquery.Size = new System.Drawing.Size(645, 119);
this.richTextBoxInquery.TabIndex = 9;
this.richTextBoxInquery.Text = "";
//
// dataGridViewInquery
//
this.dataGridViewInquery.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewInquery.Location = new System.Drawing.Point(60, 181);
this.dataGridViewInquery.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dataGridViewInquery.Name = "dataGridViewInquery";
this.dataGridViewInquery.RowTemplate.Height = 23;
this.dataGridViewInquery.Size = new System.Drawing.Size(647, 395);
this.dataGridViewInquery.TabIndex = 8;
//
// buttonInqueryClose
//
this.buttonInqueryClose.Location = new System.Drawing.Point(632, 104);
this.buttonInqueryClose.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonInqueryClose.Name = "buttonInqueryClose";
this.buttonInqueryClose.Size = new System.Drawing.Size(100, 29);
this.buttonInqueryClose.TabIndex = 7;
this.buttonInqueryClose.Text = "关闭";
this.buttonInqueryClose.UseVisualStyleBackColor = true;
this.buttonInqueryClose.Click += new System.EventHandler(this.buttonInqueryClose_Click);
//
// buttonInqueryOk
//
this.buttonInqueryOk.Location = new System.Drawing.Point(632, 41);
this.buttonInqueryOk.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.buttonInqueryOk.Name = "buttonInqueryOk";
this.buttonInqueryOk.Size = new System.Drawing.Size(100, 29);
this.buttonInqueryOk.TabIndex = 6;
this.buttonInqueryOk.Text = "查询";
this.buttonInqueryOk.UseVisualStyleBackColor = true;
this.buttonInqueryOk.Click += new System.EventHandler(this.buttonInqueryOk_Click);
//
// comboBoxInqueryType
//
this.comboBoxInqueryType.FormattingEnabled = true;
this.comboBoxInqueryType.Items.AddRange(new object[] {
"收入",
"支出",
"全部"});
this.comboBoxInqueryType.Location = new System.Drawing.Point(144, 100);
this.comboBoxInqueryType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.comboBoxInqueryType.Name = "comboBoxInqueryType";
this.comboBoxInqueryType.Size = new System.Drawing.Size(160, 23);
this.comboBoxInqueryType.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(53, 104);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 15);
this.label3.TabIndex = 4;
this.label3.Text = "查询类别:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(357, 46);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(23, 15);
this.label2.TabIndex = 3;
this.label2.Text = "To";
//
// dateTimePickerTo
//
this.dateTimePickerTo.Location = new System.Drawing.Point(391, 41);
this.dateTimePickerTo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.dateTimePickerTo.Name = "dateTimePickerTo";
this.dateTimePickerTo.Size = new System.Drawing.Size(201, 25);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -