⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 收支管理小软件
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.dateTimePickerTo.TabIndex = 2;
            // 
            // dateTimePickerFrom
            // 
            this.dateTimePickerFrom.Location = new System.Drawing.Point(144, 41);
            this.dateTimePickerFrom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.dateTimePickerFrom.Name = "dateTimePickerFrom";
            this.dateTimePickerFrom.Size = new System.Drawing.Size(201, 25);
            this.dateTimePickerFrom.TabIndex = 1;
            this.dateTimePickerFrom.ValueChanged += new System.EventHandler(this.dateTimePickerfrom_ValueChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(53, 46);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(82, 15);
            this.label1.TabIndex = 0;
            this.label1.Text = "查询日期:";
            // 
            // groupBoxInput
            // 
            this.groupBoxInput.Controls.Add(this.textBoxAbs);
            this.groupBoxInput.Controls.Add(this.label7);
            this.groupBoxInput.Controls.Add(this.textBoxCNY);
            this.groupBoxInput.Controls.Add(this.label5);
            this.groupBoxInput.Controls.Add(this.buttonInputClose);
            this.groupBoxInput.Controls.Add(this.buttonInputOK);
            this.groupBoxInput.Controls.Add(this.comboBoxInput);
            this.groupBoxInput.Controls.Add(this.label4);
            this.groupBoxInput.Controls.Add(this.dateTimePickerInput);
            this.groupBoxInput.Controls.Add(this.label6);
            this.groupBoxInput.Location = new System.Drawing.Point(20400, 48);
            this.groupBoxInput.Margin = new System.Windows.Forms.Padding(4);
            this.groupBoxInput.Name = "groupBoxInput";
            this.groupBoxInput.Padding = new System.Windows.Forms.Padding(4);
            this.groupBoxInput.Size = new System.Drawing.Size(555, 279);
            this.groupBoxInput.TabIndex = 2;
            this.groupBoxInput.TabStop = false;
            this.groupBoxInput.Text = "帐目登记";
            // 
            // buttonInputClose
            // 
            this.buttonInputClose.Location = new System.Drawing.Point(413, 100);
            this.buttonInputClose.Margin = new System.Windows.Forms.Padding(4);
            this.buttonInputClose.Name = "buttonInputClose";
            this.buttonInputClose.Size = new System.Drawing.Size(100, 29);
            this.buttonInputClose.TabIndex = 7;
            this.buttonInputClose.Text = "关闭";
            this.buttonInputClose.UseVisualStyleBackColor = true;
            this.buttonInputClose.Click += new System.EventHandler(this.buttonInputClose_Click);
            // 
            // buttonInputOK
            // 
            this.buttonInputOK.Location = new System.Drawing.Point(413, 37);
            this.buttonInputOK.Margin = new System.Windows.Forms.Padding(4);
            this.buttonInputOK.Name = "buttonInputOK";
            this.buttonInputOK.Size = new System.Drawing.Size(100, 29);
            this.buttonInputOK.TabIndex = 6;
            this.buttonInputOK.Text = "确认";
            this.buttonInputOK.UseVisualStyleBackColor = true;
            this.buttonInputOK.Click += new System.EventHandler(this.buttonInputOK_Click);
            // 
            // comboBoxInput
            // 
            this.comboBoxInput.FormattingEnabled = true;
            this.comboBoxInput.Items.AddRange(new object[] {
            "收入",
            "支出",
            "全部"});
            this.comboBoxInput.Location = new System.Drawing.Point(144, 100);
            this.comboBoxInput.Margin = new System.Windows.Forms.Padding(4);
            this.comboBoxInput.Name = "comboBoxInput";
            this.comboBoxInput.Size = new System.Drawing.Size(201, 23);
            this.comboBoxInput.TabIndex = 5;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(53, 104);
            this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(52, 15);
            this.label4.TabIndex = 4;
            this.label4.Text = "类别:";
            // 
            // dateTimePickerInput
            // 
            this.dateTimePickerInput.Location = new System.Drawing.Point(144, 41);
            this.dateTimePickerInput.Margin = new System.Windows.Forms.Padding(4);
            this.dateTimePickerInput.Name = "dateTimePickerInput";
            this.dateTimePickerInput.Size = new System.Drawing.Size(201, 25);
            this.dateTimePickerInput.TabIndex = 1;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(53, 46);
            this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(52, 15);
            this.label6.TabIndex = 0;
            this.label6.Text = "日期:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(53, 161);
            this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(52, 15);
            this.label5.TabIndex = 8;
            this.label5.Text = "金额:";
            // 
            // textBoxCNY
            // 
            this.textBoxCNY.Location = new System.Drawing.Point(144, 161);
            this.textBoxCNY.Name = "textBoxCNY";
            this.textBoxCNY.Size = new System.Drawing.Size(201, 25);
            this.textBoxCNY.TabIndex = 9;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(53, 216);
            this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(52, 15);
            this.label7.TabIndex = 10;
            this.label7.Text = "摘要:";
            // 
            // textBoxAbs
            // 
            this.textBoxAbs.Location = new System.Drawing.Point(144, 213);
            this.textBoxAbs.Name = "textBoxAbs";
            this.textBoxAbs.Size = new System.Drawing.Size(369, 25);
            this.textBoxAbs.TabIndex = 11;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1164, 820);
            this.Controls.Add(this.groupBoxInput);
            this.Controls.Add(this.GroupInquery);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "Form1";
            this.Text = "个人财务";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.GroupInquery.ResumeLayout(false);
            this.GroupInquery.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridViewInquery)).EndInit();
            this.groupBoxInput.ResumeLayout(false);
            this.groupBoxInput.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 数据输入ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 查询ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
        private System.Windows.Forms.GroupBox GroupInquery;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ComboBox comboBoxInqueryType;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.DateTimePicker dateTimePickerTo;
        private System.Windows.Forms.DateTimePicker dateTimePickerFrom;
        private System.Windows.Forms.RichTextBox richTextBoxInquery;
        private System.Windows.Forms.DataGridView dataGridViewInquery;
        private System.Windows.Forms.Button buttonInqueryClose;
        private System.Windows.Forms.Button buttonInqueryOk;
        private System.Windows.Forms.GroupBox groupBoxInput;
        private System.Windows.Forms.Button buttonInputClose;
        private System.Windows.Forms.Button buttonInputOK;
        private System.Windows.Forms.ComboBox comboBoxInput;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.DateTimePicker dateTimePickerInput;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox textBoxCNY;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox textBoxAbs;
        private System.Windows.Forms.Label label7;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -