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

📄 billdailyform.designer.cs

📁 《C#和.NET第一步》中的财务系统 利用三层结构做的
💻 CS
字号:
namespace HomeMoney
{
	partial class BillDailyForm
	{
		/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
			this.txtRemark = new System.Windows.Forms.TextBox();
			this.cbBDItem = new System.Windows.Forms.ComboBox();
			this.txtMoney = new System.Windows.Forms.TextBox();
			this.dtBDDate = new System.Windows.Forms.DateTimePicker();
			this.lblRemark = new System.Windows.Forms.Label();
			this.lblMoney = new System.Windows.Forms.Label();
			this.lblBDItem = new System.Windows.Forms.Label();
			this.lblBDDate = new System.Windows.Forms.Label();
			this.btnOk = new System.Windows.Forms.Button();
			this.btnCancel = new System.Windows.Forms.Button();
			this.ckbContinue = new System.Windows.Forms.CheckBox();
			this.rbOUT = new System.Windows.Forms.RadioButton();
			this.rbIN = new System.Windows.Forms.RadioButton();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.rbIN);
			this.groupBox1.Controls.Add(this.rbOUT);
			this.groupBox1.Controls.Add(this.txtRemark);
			this.groupBox1.Controls.Add(this.cbBDItem);
			this.groupBox1.Controls.Add(this.txtMoney);
			this.groupBox1.Controls.Add(this.dtBDDate);
			this.groupBox1.Controls.Add(this.lblRemark);
			this.groupBox1.Controls.Add(this.lblMoney);
			this.groupBox1.Controls.Add(this.lblBDItem);
			this.groupBox1.Controls.Add(this.lblBDDate);
			this.groupBox1.Location = new System.Drawing.Point(19, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(312, 145);
			this.groupBox1.TabIndex = 0;
			this.groupBox1.TabStop = false;
			// 
			// txtRemark
			// 
			this.txtRemark.Location = new System.Drawing.Point(66, 100);
			this.txtRemark.Multiline = true;
			this.txtRemark.Name = "txtRemark";
			this.txtRemark.Size = new System.Drawing.Size(216, 34);
			this.txtRemark.TabIndex = 8;
			// 
			// cbBDItem
			// 
			this.cbBDItem.FormattingEnabled = true;
			this.cbBDItem.Location = new System.Drawing.Point(66, 44);
			this.cbBDItem.Name = "cbBDItem";
			this.cbBDItem.Size = new System.Drawing.Size(121, 20);
			this.cbBDItem.TabIndex = 7;
			// 
			// txtMoney
			// 
			this.txtMoney.Location = new System.Drawing.Point(66, 70);
			this.txtMoney.Name = "txtMoney";
			this.txtMoney.Size = new System.Drawing.Size(100, 21);
			this.txtMoney.TabIndex = 6;
			// 
			// dtBDDate
			// 
			this.dtBDDate.Location = new System.Drawing.Point(66, 17);
			this.dtBDDate.Name = "dtBDDate";
			this.dtBDDate.Size = new System.Drawing.Size(200, 21);
			this.dtBDDate.TabIndex = 5;
			// 
			// lblRemark
			// 
			this.lblRemark.AutoSize = true;
			this.lblRemark.Location = new System.Drawing.Point(5, 108);
			this.lblRemark.Name = "lblRemark";
			this.lblRemark.Size = new System.Drawing.Size(29, 12);
			this.lblRemark.TabIndex = 4;
			this.lblRemark.Text = "说明";
			// 
			// lblMoney
			// 
			this.lblMoney.AutoSize = true;
			this.lblMoney.Location = new System.Drawing.Point(5, 75);
			this.lblMoney.Name = "lblMoney";
			this.lblMoney.Size = new System.Drawing.Size(53, 12);
			this.lblMoney.TabIndex = 2;
			this.lblMoney.Text = "收支金额";
			// 
			// lblBDItem
			// 
			this.lblBDItem.AutoSize = true;
			this.lblBDItem.Location = new System.Drawing.Point(5, 48);
			this.lblBDItem.Name = "lblBDItem";
			this.lblBDItem.Size = new System.Drawing.Size(53, 12);
			this.lblBDItem.TabIndex = 1;
			this.lblBDItem.Text = "收支项目";
			// 
			// lblBDDate
			// 
			this.lblBDDate.AutoSize = true;
			this.lblBDDate.Location = new System.Drawing.Point(5, 23);
			this.lblBDDate.Name = "lblBDDate";
			this.lblBDDate.Size = new System.Drawing.Size(29, 12);
			this.lblBDDate.TabIndex = 0;
			this.lblBDDate.Text = "日期";
			// 
			// btnOk
			// 
			this.btnOk.BackColor = System.Drawing.Color.Cornsilk;
			this.btnOk.BackgroundImage = global::HomeMoney.Properties.Resources.SpeedItemButtonHot;
			this.btnOk.Location = new System.Drawing.Point(20, 162);
			this.btnOk.Name = "btnOk";
			this.btnOk.Size = new System.Drawing.Size(75, 23);
			this.btnOk.TabIndex = 1;
			this.btnOk.Text = "确定";
			this.btnOk.UseVisualStyleBackColor = false;
			this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
			// 
			// btnCancel
			// 
			this.btnCancel.BackgroundImage = global::HomeMoney.Properties.Resources.SpeedItemButtonHot;
			this.btnCancel.Location = new System.Drawing.Point(113, 162);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 2;
			this.btnCancel.Text = "取消";
			this.btnCancel.UseVisualStyleBackColor = true;
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// ckbContinue
			// 
			this.ckbContinue.AutoSize = true;
			this.ckbContinue.Location = new System.Drawing.Point(215, 166);
			this.ckbContinue.Name = "ckbContinue";
			this.ckbContinue.Size = new System.Drawing.Size(72, 16);
			this.ckbContinue.TabIndex = 3;
			this.ckbContinue.Text = "连续记账";
			this.ckbContinue.UseVisualStyleBackColor = true;
			// 
			// rbOUT
			// 
			this.rbOUT.AutoSize = true;
			this.rbOUT.Location = new System.Drawing.Point(219, 71);
			this.rbOUT.Name = "rbOUT";
			this.rbOUT.Size = new System.Drawing.Size(47, 16);
			this.rbOUT.TabIndex = 9;
			this.rbOUT.Text = "支出";
			this.rbOUT.UseVisualStyleBackColor = true;
			// 
			// rbIN
			// 
			this.rbIN.AutoSize = true;
			this.rbIN.Checked = true;
			this.rbIN.Location = new System.Drawing.Point(172, 71);
			this.rbIN.Name = "rbIN";
			this.rbIN.Size = new System.Drawing.Size(47, 16);
			this.rbIN.TabIndex = 10;
			this.rbIN.TabStop = true;
			this.rbIN.Text = "收入";
			this.rbIN.UseVisualStyleBackColor = true;
			// 
			// BillDailyForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.Color.LemonChiffon;
			this.ClientSize = new System.Drawing.Size(355, 189);
			this.Controls.Add(this.ckbContinue);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOk);
			this.Controls.Add(this.groupBox1);
			this.Name = "BillDailyForm";
			this.Text = "收支项目";
			this.Load += new System.EventHandler(this.BillDailyForm_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.Label lblRemark;
		private System.Windows.Forms.Label lblMoney;
		private System.Windows.Forms.Label lblBDItem;
		private System.Windows.Forms.Label lblBDDate;
		private System.Windows.Forms.TextBox txtRemark;
		private System.Windows.Forms.ComboBox cbBDItem;
		private System.Windows.Forms.TextBox txtMoney;
		private System.Windows.Forms.DateTimePicker dtBDDate;
		private System.Windows.Forms.Button btnOk;
		private System.Windows.Forms.Button btnCancel;
		private System.Windows.Forms.CheckBox ckbContinue;
		private System.Windows.Forms.RadioButton rbIN;
		private System.Windows.Forms.RadioButton rbOUT;
	}
}

⌨️ 快捷键说明

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