namespace OAM
|
{
|
partial class frmQMsg
|
{
|
/// <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.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmQMsg));
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.txtlblQty = new System.Windows.Forms.Label();
|
this.txtlblQty2 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.SuspendLayout();
|
//
|
// textBox1
|
//
|
this.textBox1.Location = new System.Drawing.Point(65, 7);
|
this.textBox1.Name = "textBox1";
|
this.textBox1.Size = new System.Drawing.Size(87, 21);
|
this.textBox1.TabIndex = 0;
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(6, 11);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
this.label1.TabIndex = 1;
|
this.label1.Text = "查 询:";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(12, 371);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(65, 12);
|
this.label2.TabIndex = 2;
|
this.label2.Text = "在线人数:";
|
//
|
// imageList1
|
//
|
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
|
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
|
this.imageList1.Images.SetKeyName(0, "文件夹.bmp");
|
this.imageList1.Images.SetKeyName(1, "文件夹2.bmp");
|
//
|
// grdMain
|
//
|
this.grdMain.AllowUserToAddRows = false;
|
this.grdMain.AllowUserToDeleteRows = false;
|
this.grdMain.BackgroundColor = System.Drawing.Color.WhiteSmoke;
|
this.grdMain.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
this.grdMain.Location = new System.Drawing.Point(3, 34);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.ReadOnly = true;
|
this.grdMain.RowHeadersWidth = 30;
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(150, 334);
|
this.grdMain.TabIndex = 231;
|
this.grdMain.DoubleClick += new System.EventHandler(this.grdMain_DoubleClick);
|
this.grdMain.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellContentClick);
|
//
|
// timer1
|
//
|
this.timer1.Enabled = true;
|
this.timer1.Interval = 60000;
|
//
|
// txtlblQty
|
//
|
this.txtlblQty.AutoSize = true;
|
this.txtlblQty.Location = new System.Drawing.Point(83, 371);
|
this.txtlblQty.Name = "txtlblQty";
|
this.txtlblQty.Size = new System.Drawing.Size(0, 12);
|
this.txtlblQty.TabIndex = 3;
|
this.txtlblQty.Click += new System.EventHandler(this.txtlblQty_Click);
|
//
|
// txtlblQty2
|
//
|
this.txtlblQty2.AutoSize = true;
|
this.txtlblQty2.Location = new System.Drawing.Point(124, 371);
|
this.txtlblQty2.Name = "txtlblQty2";
|
this.txtlblQty2.Size = new System.Drawing.Size(0, 12);
|
this.txtlblQty2.TabIndex = 232;
|
this.txtlblQty2.Click += new System.EventHandler(this.label3_Click);
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(99, 371);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(11, 12);
|
this.label3.TabIndex = 233;
|
this.label3.Text = "/";
|
//
|
// frmQMsg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(157, 392);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.txtlblQty2);
|
this.Controls.Add(this.grdMain);
|
this.Controls.Add(this.txtlblQty);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.textBox1);
|
this.Name = "frmQMsg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "信息";
|
this.Load += new System.EventHandler(this.frmQMsg_Load);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TextBox textBox1;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.ImageList imageList1;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.Timer timer1;
|
private System.Windows.Forms.Label txtlblQty;
|
private System.Windows.Forms.Label txtlblQty2;
|
private System.Windows.Forms.Label label3;
|
}
|
}
|