📄 frmimportantevent.designer.cs
字号:
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(41, 22);
this.toolStripLabel2.Text = "关键字";
//
// tstxtKeyWord
//
this.tstxtKeyWord.Name = "tstxtKeyWord";
this.tstxtKeyWord.Size = new System.Drawing.Size(100, 25);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// tsbtnLook
//
this.tsbtnLook.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnLook.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLook.Image")));
this.tsbtnLook.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnLook.Name = "tsbtnLook";
this.tsbtnLook.Size = new System.Drawing.Size(23, 22);
this.tsbtnLook.Text = "查找";
this.tsbtnLook.Click += new System.EventHandler(this.tsbtnLook_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
//
// tsbtnExit
//
this.tsbtnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(23, 22);
this.tsbtnExit.Text = "退出";
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dtpEDate);
this.groupBox1.Controls.Add(this.txtEContent);
this.groupBox1.Controls.Add(this.txtEventTitle);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtEventID);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(10, 30);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(467, 156);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "历史事件信息";
//
// dtpEDate
//
this.dtpEDate.Location = new System.Drawing.Point(301, 17);
this.dtpEDate.Name = "dtpEDate";
this.dtpEDate.Size = new System.Drawing.Size(112, 21);
this.dtpEDate.TabIndex = 37;
//
// txtEContent
//
this.txtEContent.Location = new System.Drawing.Point(110, 72);
this.txtEContent.Multiline = true;
this.txtEContent.Name = "txtEContent";
this.txtEContent.Size = new System.Drawing.Size(303, 78);
this.txtEContent.TabIndex = 36;
//
// txtEventTitle
//
this.txtEventTitle.Location = new System.Drawing.Point(110, 45);
this.txtEventTitle.Name = "txtEventTitle";
this.txtEventTitle.Size = new System.Drawing.Size(303, 21);
this.txtEventTitle.TabIndex = 33;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(50, 75);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 27;
this.label1.Text = "事件内容";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(50, 48);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 18;
this.label11.Text = "事件标题";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(242, 21);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 6;
this.label5.Text = "发生时间";
//
// txtEventID
//
this.txtEventID.Location = new System.Drawing.Point(112, 17);
this.txtEventID.Name = "txtEventID";
this.txtEventID.ReadOnly = true;
this.txtEventID.Size = new System.Drawing.Size(100, 21);
this.txtEventID.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(50, 21);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "事件编号";
//
// frmImportantEvent
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(490, 381);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dgvEventInfo);
this.Controls.Add(this.bindingNavigator1);
this.MaximizeBox = false;
this.Name = "frmImportantEvent";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "重大历史历程";
this.Load += new System.EventHandler(this.frmImportantEvent_Load);
((System.ComponentModel.ISupportInitialize)(this.dgvEventInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStripButton tsbtnSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.DataGridView dgvEventInfo;
private System.Windows.Forms.BindingNavigator bindingNavigator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbtnEdit;
private System.Windows.Forms.ToolStripButton tsbtnDel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripComboBox tscboxCondition;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripTextBox tstxtKeyWord;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripButton tsbtnLook;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txtEContent;
private System.Windows.Forms.TextBox txtEventTitle;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtEventID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dtpEDate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -