📄 prod_see.designer.cs
字号:
using System.Collections;
namespace MsgSystem
{
partial class Prod_see
{
/// <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.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.groupBox2 = new System.Windows.Forms.GroupBox();
this.msgList = new System.Windows.Forms.ListBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.textContent = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.textReceiver = new System.Windows.Forms.TextBox();
this.textDate = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textSender = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.date2);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.date1);
this.groupBox1.Location = new System.Drawing.Point(450, 25);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(212, 142);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "时间范围:";
//
// date2
//
this.date2.Location = new System.Drawing.Point(8, 105);
this.date2.Name = "date2";
this.date2.Size = new System.Drawing.Size(148, 21);
this.date2.TabIndex = 6;
this.date2.Value = new System.DateTime(2007, 4, 10, 16, 18, 27, 343);
this.date2.ValueChanged += new System.EventHandler(this.time2_ValueChanged_1);
//
// 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(148, 21);
this.date1.TabIndex = 1;
this.date1.Value = new System.DateTime(2007, 4, 3, 0, 0, 0, 0);
this.date1.ValueChanged += new System.EventHandler(this.time1_ValueChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.msgList);
this.groupBox2.Location = new System.Drawing.Point(25, 25);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(405, 508);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "消息列表:";
//
// msgList
//
this.msgList.FormattingEnabled = true;
this.msgList.ItemHeight = 12;
this.msgList.Location = new System.Drawing.Point(13, 35);
this.msgList.Name = "msgList";
this.msgList.Size = new System.Drawing.Size(373, 460);
this.msgList.TabIndex = 0;
this.msgList.SelectedIndexChanged += new System.EventHandler(this.time_ListBox_SelectedIndexChanged_1);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.textContent);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.textSender);
this.groupBox3.Controls.Add(this.textReceiver);
this.groupBox3.Controls.Add(this.textDate);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Location = new System.Drawing.Point(450, 182);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(315, 351);
this.groupBox3.TabIndex = 7;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "消息内容:";
//
// textContent
//
this.textContent.Location = new System.Drawing.Point(75, 185);
this.textContent.Multiline = true;
this.textContent.Name = "textContent";
this.textContent.ReadOnly = true;
this.textContent.Size = new System.Drawing.Size(225, 148);
this.textContent.TabIndex = 13;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(5, 188);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 12;
this.label8.Text = "消息内容:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 80);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 8;
this.label7.Text = "接收方:";
//
// textReceiver
//
this.textReceiver.Location = new System.Drawing.Point(75, 75);
this.textReceiver.Name = "textReceiver";
this.textReceiver.ReadOnly = true;
this.textReceiver.Size = new System.Drawing.Size(137, 21);
this.textReceiver.TabIndex = 9;
//
// textDate
//
this.textDate.Location = new System.Drawing.Point(75, 21);
this.textDate.Name = "textDate";
this.textDate.ReadOnly = true;
this.textDate.Size = new System.Drawing.Size(137, 21);
this.textDate.TabIndex = 8;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 181);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(0, 12);
this.label6.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(5, 80);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(0, 12);
this.label4.TabIndex = 1;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "日期: ";
//
// textSender
//
this.textSender.Location = new System.Drawing.Point(75, 125);
this.textSender.Name = "textSender";
this.textSender.ReadOnly = true;
this.textSender.Size = new System.Drawing.Size(137, 21);
this.textSender.TabIndex = 10;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(5, 130);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 2;
this.label5.Text = "发送方:";
//
// Prod_see
//
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.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "Prod_see";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "农产品—消息查看";
this.Load += new System.EventHandler(this.Prod_see_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
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 groupBox2;
private System.Windows.Forms.ListBox msgList;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textReceiver;
private System.Windows.Forms.TextBox textDate;
private System.Windows.Forms.TextBox textContent;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textSender;
private System.Windows.Forms.Label label5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -