📄 sys_record.designer.cs
字号:
namespace MsgSystem
{
partial class Sys_record
{
/// <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.groupBox2 = new System.Windows.Forms.GroupBox();
this.date2 = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.date1 = new System.Windows.Forms.DateTimePicker();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.sysInfoList = new System.Windows.Forms.ListBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textDesc = new System.Windows.Forms.TextBox();
this.textTime = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.groupBox2.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.date2);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.date1);
this.groupBox2.Location = new System.Drawing.Point(407, 35);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(202, 142);
this.groupBox2.TabIndex = 4;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "时间范围:";
//
// date2
//
this.date2.Location = new System.Drawing.Point(8, 105);
this.date2.Name = "date2";
this.date2.Size = new System.Drawing.Size(154, 21);
this.date2.TabIndex = 6;
this.date2.ValueChanged += new System.EventHandler(this.date2_ValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 5;
this.label2.Text = "To";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 4;
this.label1.Text = "From";
//
// date1
//
this.date1.Location = new System.Drawing.Point(8, 47);
this.date1.Name = "date1";
this.date1.Size = new System.Drawing.Size(154, 21);
this.date1.TabIndex = 1;
this.date1.Value = new System.DateTime(2006, 10, 17, 0, 0, 0, 0);
this.date1.ValueChanged += new System.EventHandler(this.date1_ValueChanged);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.sysInfoList);
this.groupBox4.Location = new System.Drawing.Point(12, 35);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(362, 530);
this.groupBox4.TabIndex = 12;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "消息列表";
//
// sysInfoList
//
this.sysInfoList.FormattingEnabled = true;
this.sysInfoList.ItemHeight = 12;
this.sysInfoList.Location = new System.Drawing.Point(8, 17);
this.sysInfoList.Name = "sysInfoList";
this.sysInfoList.Size = new System.Drawing.Size(333, 496);
this.sysInfoList.TabIndex = 8;
this.sysInfoList.SelectedIndexChanged += new System.EventHandler(this.sysInfoList_SelectedIndexChanged);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.textDesc);
this.groupBox3.Controls.Add(this.textTime);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Location = new System.Drawing.Point(407, 195);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(373, 359);
this.groupBox3.TabIndex = 13;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "详细信息";
//
// textDesc
//
this.textDesc.Location = new System.Drawing.Point(103, 113);
this.textDesc.Multiline = true;
this.textDesc.Name = "textDesc";
this.textDesc.ReadOnly = true;
this.textDesc.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textDesc.Size = new System.Drawing.Size(244, 205);
this.textDesc.TabIndex = 5;
//
// textTime
//
this.textTime.Location = new System.Drawing.Point(102, 48);
this.textTime.Name = "textTime";
this.textTime.ReadOnly = true;
this.textTime.Size = new System.Drawing.Size(245, 21);
this.textTime.TabIndex = 3;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(18, 116);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 2;
this.label5.Text = "具体内容:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(19, 51);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "发生时间:";
//
// Sys_record
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(792, 566);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox2);
this.Name = "Sys_record";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "系统记录";
this.Load += new System.EventHandler(this.Sys_record_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DateTimePicker date2;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker date1;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.ListBox sysInfoList;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.TextBox textDesc;
private System.Windows.Forms.TextBox textTime;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -