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

📄 billinvestform.designer.cs

📁 《C#和.NET第一步》中的财务系统 利用三层结构做的
💻 CS
字号:
namespace HomeMoney
{
	partial class BillInvestForm
	{
		/// <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.btnCancel = new System.Windows.Forms.Button();
			this.btnOk = new System.Windows.Forms.Button();
			this.gbBox = new System.Windows.Forms.GroupBox();
			this.cbBICode = new System.Windows.Forms.ComboBox();
			this.cbBIName = new System.Windows.Forms.ComboBox();
			this.txtPrice = new System.Windows.Forms.TextBox();
			this.dtBIDate = new System.Windows.Forms.DateTimePicker();
			this.txtBICopys = new System.Windows.Forms.TextBox();
			this.cbBIType = new System.Windows.Forms.ComboBox();
			this.txtBIRemark = new System.Windows.Forms.TextBox();
			this.lblBIRemark = new System.Windows.Forms.Label();
			this.lblBIDate = new System.Windows.Forms.Label();
			this.lblBIType = new System.Windows.Forms.Label();
			this.lblBIPrice = new System.Windows.Forms.Label();
			this.lblBIName = new System.Windows.Forms.Label();
			this.lblBICode = new System.Windows.Forms.Label();
			this.lblBICopys = new System.Windows.Forms.Label();
			this.cbBIItem = new System.Windows.Forms.ComboBox();
			this.lblBIItem = new System.Windows.Forms.Label();
			this.gbBox.SuspendLayout();
			this.SuspendLayout();
			// 
			// btnCancel
			// 
			this.btnCancel.BackgroundImage = global::HomeMoney.Properties.Resources.SpeedItemButtonHot;
			this.btnCancel.Location = new System.Drawing.Point(223, 214);
			this.btnCancel.Name = "btnCancel";
			this.btnCancel.Size = new System.Drawing.Size(75, 23);
			this.btnCancel.TabIndex = 4;
			this.btnCancel.Text = "取消";
			this.btnCancel.UseVisualStyleBackColor = true;
			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
			// 
			// btnOk
			// 
			this.btnOk.BackColor = System.Drawing.Color.Cornsilk;
			this.btnOk.BackgroundImage = global::HomeMoney.Properties.Resources.SpeedItemButtonHot;
			this.btnOk.Location = new System.Drawing.Point(130, 214);
			this.btnOk.Name = "btnOk";
			this.btnOk.Size = new System.Drawing.Size(75, 23);
			this.btnOk.TabIndex = 3;
			this.btnOk.Text = "确定";
			this.btnOk.UseVisualStyleBackColor = false;
			this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
			// 
			// gbBox
			// 
			this.gbBox.Controls.Add(this.cbBICode);
			this.gbBox.Controls.Add(this.cbBIName);
			this.gbBox.Controls.Add(this.txtPrice);
			this.gbBox.Controls.Add(this.dtBIDate);
			this.gbBox.Controls.Add(this.txtBICopys);
			this.gbBox.Controls.Add(this.cbBIType);
			this.gbBox.Controls.Add(this.txtBIRemark);
			this.gbBox.Controls.Add(this.lblBIRemark);
			this.gbBox.Controls.Add(this.lblBIDate);
			this.gbBox.Controls.Add(this.lblBIType);
			this.gbBox.Controls.Add(this.lblBIPrice);
			this.gbBox.Controls.Add(this.lblBIName);
			this.gbBox.Controls.Add(this.lblBICode);
			this.gbBox.Controls.Add(this.lblBICopys);
			this.gbBox.Controls.Add(this.cbBIItem);
			this.gbBox.Controls.Add(this.lblBIItem);
			this.gbBox.Location = new System.Drawing.Point(13, 12);
			this.gbBox.Name = "gbBox";
			this.gbBox.Size = new System.Drawing.Size(388, 192);
			this.gbBox.TabIndex = 5;
			this.gbBox.TabStop = false;
			// 
			// cbBICode
			// 
			this.cbBICode.FormattingEnabled = true;
			this.cbBICode.Items.AddRange(new object[] {
            "600085",
            "000001"});
			this.cbBICode.Location = new System.Drawing.Point(219, 44);
			this.cbBICode.Name = "cbBICode";
			this.cbBICode.Size = new System.Drawing.Size(99, 20);
			this.cbBICode.TabIndex = 19;
			this.cbBICode.Text = "600085";
			// 
			// cbBIName
			// 
			this.cbBIName.FormattingEnabled = true;
			this.cbBIName.Items.AddRange(new object[] {
            "深发展A",
            "同仁堂"});
			this.cbBIName.Location = new System.Drawing.Point(76, 44);
			this.cbBIName.Name = "cbBIName";
			this.cbBIName.Size = new System.Drawing.Size(99, 20);
			this.cbBIName.TabIndex = 18;
			this.cbBIName.Text = "深发展A";
			// 
			// txtPrice
			// 
			this.txtPrice.Location = new System.Drawing.Point(219, 72);
			this.txtPrice.Name = "txtPrice";
			this.txtPrice.Size = new System.Drawing.Size(100, 21);
			this.txtPrice.TabIndex = 17;
			// 
			// dtBIDate
			// 
			this.dtBIDate.Location = new System.Drawing.Point(219, 105);
			this.dtBIDate.Name = "dtBIDate";
			this.dtBIDate.Size = new System.Drawing.Size(141, 21);
			this.dtBIDate.TabIndex = 16;
			// 
			// txtBICopys
			// 
			this.txtBICopys.Location = new System.Drawing.Point(76, 72);
			this.txtBICopys.Name = "txtBICopys";
			this.txtBICopys.Size = new System.Drawing.Size(100, 21);
			this.txtBICopys.TabIndex = 13;
			// 
			// cbBIType
			// 
			this.cbBIType.FormattingEnabled = true;
			this.cbBIType.Items.AddRange(new object[] {
            "买入",
            "卖出"});
			this.cbBIType.Location = new System.Drawing.Point(76, 105);
			this.cbBIType.Name = "cbBIType";
			this.cbBIType.Size = new System.Drawing.Size(101, 20);
			this.cbBIType.TabIndex = 12;
			this.cbBIType.Text = "买入";
			// 
			// txtBIRemark
			// 
			this.txtBIRemark.Location = new System.Drawing.Point(76, 135);
			this.txtBIRemark.Multiline = true;
			this.txtBIRemark.Name = "txtBIRemark";
			this.txtBIRemark.Size = new System.Drawing.Size(233, 41);
			this.txtBIRemark.TabIndex = 11;
			// 
			// lblBIRemark
			// 
			this.lblBIRemark.AutoSize = true;
			this.lblBIRemark.Location = new System.Drawing.Point(20, 136);
			this.lblBIRemark.Name = "lblBIRemark";
			this.lblBIRemark.Size = new System.Drawing.Size(29, 12);
			this.lblBIRemark.TabIndex = 10;
			this.lblBIRemark.Text = "说明";
			// 
			// lblBIDate
			// 
			this.lblBIDate.AutoSize = true;
			this.lblBIDate.Location = new System.Drawing.Point(187, 105);
			this.lblBIDate.Name = "lblBIDate";
			this.lblBIDate.Size = new System.Drawing.Size(29, 12);
			this.lblBIDate.TabIndex = 9;
			this.lblBIDate.Text = "日期";
			// 
			// lblBIType
			// 
			this.lblBIType.AutoSize = true;
			this.lblBIType.Location = new System.Drawing.Point(20, 105);
			this.lblBIType.Name = "lblBIType";
			this.lblBIType.Size = new System.Drawing.Size(53, 12);
			this.lblBIType.TabIndex = 8;
			this.lblBIType.Text = "交易类型";
			// 
			// lblBIPrice
			// 
			this.lblBIPrice.AutoSize = true;
			this.lblBIPrice.Location = new System.Drawing.Point(187, 72);
			this.lblBIPrice.Name = "lblBIPrice";
			this.lblBIPrice.Size = new System.Drawing.Size(29, 12);
			this.lblBIPrice.TabIndex = 7;
			this.lblBIPrice.Text = "单价";
			// 
			// lblBIName
			// 
			this.lblBIName.AutoSize = true;
			this.lblBIName.Location = new System.Drawing.Point(20, 44);
			this.lblBIName.Name = "lblBIName";
			this.lblBIName.Size = new System.Drawing.Size(29, 12);
			this.lblBIName.TabIndex = 6;
			this.lblBIName.Text = "名称";
			// 
			// lblBICode
			// 
			this.lblBICode.AutoSize = true;
			this.lblBICode.Location = new System.Drawing.Point(187, 44);
			this.lblBICode.Name = "lblBICode";
			this.lblBICode.Size = new System.Drawing.Size(29, 12);
			this.lblBICode.TabIndex = 5;
			this.lblBICode.Text = "代码";
			// 
			// lblBICopys
			// 
			this.lblBICopys.AutoSize = true;
			this.lblBICopys.Location = new System.Drawing.Point(20, 72);
			this.lblBICopys.Name = "lblBICopys";
			this.lblBICopys.Size = new System.Drawing.Size(29, 12);
			this.lblBICopys.TabIndex = 4;
			this.lblBICopys.Text = "份数";
			// 
			// cbBIItem
			// 
			this.cbBIItem.FormattingEnabled = true;
			this.cbBIItem.Location = new System.Drawing.Point(76, 12);
			this.cbBIItem.Name = "cbBIItem";
			this.cbBIItem.Size = new System.Drawing.Size(99, 20);
			this.cbBIItem.TabIndex = 3;
			// 
			// lblBIItem
			// 
			this.lblBIItem.AutoSize = true;
			this.lblBIItem.Location = new System.Drawing.Point(20, 12);
			this.lblBIItem.Name = "lblBIItem";
			this.lblBIItem.Size = new System.Drawing.Size(53, 12);
			this.lblBIItem.TabIndex = 2;
			this.lblBIItem.Text = "投资项目";
			// 
			// BillInvestForm
			// 
			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(417, 251);
			this.Controls.Add(this.gbBox);
			this.Controls.Add(this.btnCancel);
			this.Controls.Add(this.btnOk);
			this.Name = "BillInvestForm";
			this.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.Text = "投资管理";
			this.Load += new System.EventHandler(this.BillInvestForm_Load);
			this.gbBox.ResumeLayout(false);
			this.gbBox.PerformLayout();
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.Button btnCancel;
		private System.Windows.Forms.Button btnOk;
		private System.Windows.Forms.GroupBox gbBox;
		private System.Windows.Forms.Label lblBIPrice;
		private System.Windows.Forms.Label lblBIName;
		private System.Windows.Forms.Label lblBICode;
		private System.Windows.Forms.Label lblBICopys;
		private System.Windows.Forms.ComboBox cbBIItem;
		private System.Windows.Forms.Label lblBIItem;
		private System.Windows.Forms.Label lblBIDate;
		private System.Windows.Forms.Label lblBIType;
		private System.Windows.Forms.TextBox txtPrice;
		private System.Windows.Forms.DateTimePicker dtBIDate;
		private System.Windows.Forms.TextBox txtBICopys;
		private System.Windows.Forms.ComboBox cbBIType;
		private System.Windows.Forms.TextBox txtBIRemark;
		private System.Windows.Forms.Label lblBIRemark;
		private System.Windows.Forms.ComboBox cbBICode;
		private System.Windows.Forms.ComboBox cbBIName;
	}
}

⌨️ 快捷键说明

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