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

📄 gridform.designer.cs

📁 《C#和.NET第一步》中的财务系统 利用三层结构做的
💻 CS
字号:
namespace HomeMoney
{
	partial class GridForm
	{
		/// <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()
		{
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
			this.dataGridView = new System.Windows.Forms.DataGridView();
			this.panelTop = new System.Windows.Forms.Panel();
			this.lblFindItem = new System.Windows.Forms.LinkLabel();
			this.lklDelete = new System.Windows.Forms.LinkLabel();
			this.lklAdd = new System.Windows.Forms.LinkLabel();
			this.lblUpdate = new System.Windows.Forms.LinkLabel();
			this.ckUpdate = new System.Windows.Forms.CheckBox();
			((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
			this.panelTop.SuspendLayout();
			this.SuspendLayout();
			// 
			// dataGridView
			// 
			this.dataGridView.BackgroundColor = System.Drawing.SystemColors.Info;
			this.dataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
			dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
			dataGridViewCellStyle9.BackColor = System.Drawing.Color.LightSteelBlue;
			dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
			dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
			dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
			this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
			this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dataGridView.GridColor = System.Drawing.SystemColors.Control;
			this.dataGridView.Location = new System.Drawing.Point(0, 34);
			this.dataGridView.MultiSelect = false;
			this.dataGridView.Name = "dataGridView";
			this.dataGridView.ReadOnly = true;
			this.dataGridView.RowHeadersVisible = false;
			dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
			this.dataGridView.RowsDefaultCellStyle = dataGridViewCellStyle10;
			this.dataGridView.RowTemplate.Height = 23;
			this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.dataGridView.Size = new System.Drawing.Size(709, 442);
			this.dataGridView.TabIndex = 0;
			// 
			// panelTop
			// 
			this.panelTop.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
			this.panelTop.Controls.Add(this.ckUpdate);
			this.panelTop.Controls.Add(this.lblUpdate);
			this.panelTop.Controls.Add(this.lblFindItem);
			this.panelTop.Controls.Add(this.lklDelete);
			this.panelTop.Controls.Add(this.lklAdd);
			this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
			this.panelTop.Location = new System.Drawing.Point(0, 0);
			this.panelTop.Name = "panelTop";
			this.panelTop.Size = new System.Drawing.Size(709, 34);
			this.panelTop.TabIndex = 1;
			// 
			// lblFindItem
			// 
			this.lblFindItem.AutoSize = true;
			this.lblFindItem.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.lblFindItem.Image = global::HomeMoney.Properties.Resources.bg;
			this.lblFindItem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lblFindItem.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.lblFindItem.LinkColor = System.Drawing.Color.Black;
			this.lblFindItem.Location = new System.Drawing.Point(175, 12);
			this.lblFindItem.Name = "lblFindItem";
			this.lblFindItem.Size = new System.Drawing.Size(41, 12);
			this.lblFindItem.TabIndex = 2;
			this.lblFindItem.TabStop = true;
			this.lblFindItem.Text = "  查找";
			this.lblFindItem.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.lblFindItem.UseWaitCursor = true;
			this.lblFindItem.VisitedLinkColor = System.Drawing.Color.White;
			this.lblFindItem.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblFindItem_LinkClicked);
			// 
			// lklDelete
			// 
			this.lklDelete.AutoSize = true;
			this.lklDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.lklDelete.Image = global::HomeMoney.Properties.Resources.bg;
			this.lklDelete.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lklDelete.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.lklDelete.LinkColor = System.Drawing.Color.Black;
			this.lklDelete.Location = new System.Drawing.Point(103, 11);
			this.lklDelete.Name = "lklDelete";
			this.lklDelete.Size = new System.Drawing.Size(65, 12);
			this.lklDelete.TabIndex = 1;
			this.lklDelete.TabStop = true;
			this.lklDelete.Text = "  删除收支";
			this.lklDelete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.lklDelete.UseWaitCursor = true;
			this.lklDelete.VisitedLinkColor = System.Drawing.Color.White;
			this.lklDelete.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lklDelete_LinkClicked);
			// 
			// lklAdd
			// 
			this.lklAdd.AutoSize = true;
			this.lklAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.lklAdd.Image = global::HomeMoney.Properties.Resources.bg;
			this.lklAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lklAdd.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.lklAdd.LinkColor = System.Drawing.Color.Black;
			this.lklAdd.Location = new System.Drawing.Point(32, 11);
			this.lklAdd.Name = "lklAdd";
			this.lklAdd.Size = new System.Drawing.Size(65, 12);
			this.lklAdd.TabIndex = 0;
			this.lklAdd.TabStop = true;
			this.lklAdd.Text = "  添加收支";
			this.lklAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.lklAdd.UseWaitCursor = true;
			this.lklAdd.VisitedLinkColor = System.Drawing.Color.White;
			this.lklAdd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lklAdd_LinkClicked);
			// 
			// lblUpdate
			// 
			this.lblUpdate.AutoSize = true;
			this.lblUpdate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.lblUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
			this.lblUpdate.Image = global::HomeMoney.Properties.Resources.bg;
			this.lblUpdate.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.lblUpdate.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
			this.lblUpdate.LinkColor = System.Drawing.SystemColors.InfoText;
			this.lblUpdate.Location = new System.Drawing.Point(233, 13);
			this.lblUpdate.Name = "lblUpdate";
			this.lblUpdate.Size = new System.Drawing.Size(65, 12);
			this.lblUpdate.TabIndex = 2;
			this.lblUpdate.TabStop = true;
			this.lblUpdate.Text = "  保存修改";
			this.lblUpdate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.lblUpdate.UseWaitCursor = true;
			this.lblUpdate.Visible = false;
			this.lblUpdate.VisitedLinkColor = System.Drawing.Color.White;
			this.lblUpdate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblUpdate_LinkClicked);
			// 
			// ckUpdate
			// 
			this.ckUpdate.AutoSize = true;
			this.ckUpdate.Location = new System.Drawing.Point(506, 12);
			this.ckUpdate.Name = "ckUpdate";
			this.ckUpdate.Size = new System.Drawing.Size(96, 16);
			this.ckUpdate.TabIndex = 3;
			this.ckUpdate.Text = "启用表格修改";
			this.ckUpdate.UseVisualStyleBackColor = true;
			this.ckUpdate.CheckedChanged += new System.EventHandler(this.ckUpdate_CheckedChanged);
			// 
			// GridForm
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(709, 476);
			this.Controls.Add(this.dataGridView);
			this.Controls.Add(this.panelTop);
			this.Name = "GridForm";
			this.Load += new System.EventHandler(this.GridForm_Load);
			((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
			this.panelTop.ResumeLayout(false);
			this.panelTop.PerformLayout();
			this.ResumeLayout(false);

		}

		#endregion

		private System.Windows.Forms.DataGridView dataGridView;
		private System.Windows.Forms.Panel panelTop;
		private System.Windows.Forms.LinkLabel lklAdd;
		private System.Windows.Forms.LinkLabel lklDelete;
		private System.Windows.Forms.LinkLabel lblFindItem;
		private System.Windows.Forms.CheckBox ckUpdate;
		private System.Windows.Forms.LinkLabel lblUpdate;


	}
}

⌨️ 快捷键说明

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