namespace OAM { partial class frmSMsg { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSMsg)); this.txtMsg = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.button5 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.grdmain = new System.Windows.Forms.DataGridView(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.grdCSFJ = new System.Windows.Forms.DataGridView(); this.grdJSFJ = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdmain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdCSFJ)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.grdJSFJ)).BeginInit(); this.SuspendLayout(); // // txtMsg // this.txtMsg.Location = new System.Drawing.Point(13, 323); this.txtMsg.Multiline = true; this.txtMsg.Name = "txtMsg"; this.txtMsg.Size = new System.Drawing.Size(476, 88); this.txtMsg.TabIndex = 1; // // button1 // this.button1.Location = new System.Drawing.Point(13, 417); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "聊天记录"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.cmdQMsgList_Click); // // button2 // this.button2.Location = new System.Drawing.Point(93, 417); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 3; this.button2.Text = "用户资料"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // button3 // this.button3.Location = new System.Drawing.Point(262, 417); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 4; this.button3.Text = "发 送"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Location = new System.Drawing.Point(359, 417); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(75, 23); this.button4.TabIndex = 5; this.button4.Text = "取 消"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.cmdCancel_Click); // // button5 // this.button5.Location = new System.Drawing.Point(498, 10); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 6; this.button5.Text = "传送文件"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // button6 // this.button6.Location = new System.Drawing.Point(500, 409); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(50, 23); this.button6.TabIndex = 7; this.button6.Text = "打开"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.button6_Click); // // button7 // this.button7.Location = new System.Drawing.Point(556, 409); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(44, 23); this.button7.TabIndex = 8; this.button7.Text = "保存"; this.button7.UseVisualStyleBackColor = true; this.button7.Click += new System.EventHandler(this.button7_Click); // // button8 // this.button8.Location = new System.Drawing.Point(681, 409); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(49, 23); this.button8.TabIndex = 9; this.button8.Text = "拒绝"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(508, 188); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(56, 51); this.pictureBox1.TabIndex = 10; this.pictureBox1.TabStop = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(511, 242); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 11; this.label1.Text = "接受文件"; // // grdmain // this.grdmain.AllowUserToAddRows = false; this.grdmain.AllowUserToDeleteRows = false; this.grdmain.BackgroundColor = System.Drawing.SystemColors.Window; 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(14, 10); this.grdmain.Name = "grdmain"; this.grdmain.ReadOnly = true; this.grdmain.RowHeadersWidth = 30; this.grdmain.RowTemplate.Height = 23; this.grdmain.Size = new System.Drawing.Size(475, 307); this.grdmain.TabIndex = 140; // // timer1 // this.timer1.Enabled = true; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // grdCSFJ // this.grdCSFJ.AllowUserToAddRows = false; this.grdCSFJ.AllowUserToDeleteRows = false; this.grdCSFJ.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.grdCSFJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.grdCSFJ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdCSFJ.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.grdCSFJ.Location = new System.Drawing.Point(500, 39); this.grdCSFJ.Name = "grdCSFJ"; this.grdCSFJ.ReadOnly = true; this.grdCSFJ.RowHeadersWidth = 30; this.grdCSFJ.RowTemplate.Height = 23; this.grdCSFJ.Size = new System.Drawing.Size(233, 143); this.grdCSFJ.TabIndex = 230; // // grdJSFJ // this.grdJSFJ.AllowUserToAddRows = false; this.grdJSFJ.AllowUserToDeleteRows = false; this.grdJSFJ.BackgroundColor = System.Drawing.Color.WhiteSmoke; this.grdJSFJ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.grdJSFJ.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdJSFJ.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.grdJSFJ.Location = new System.Drawing.Point(500, 260); this.grdJSFJ.Name = "grdJSFJ"; this.grdJSFJ.ReadOnly = true; this.grdJSFJ.RowHeadersWidth = 30; this.grdJSFJ.RowTemplate.Height = 23; this.grdJSFJ.Size = new System.Drawing.Size(233, 143); this.grdJSFJ.TabIndex = 231; // // frmSMsg // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LavenderBlush; this.ClientSize = new System.Drawing.Size(741, 452); this.Controls.Add(this.grdJSFJ); this.Controls.Add(this.grdCSFJ); this.Controls.Add(this.grdmain); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.button8); this.Controls.Add(this.button7); this.Controls.Add(this.button6); this.Controls.Add(this.button5); this.Controls.Add(this.button4); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.txtMsg); this.ForeColor = System.Drawing.Color.Black; this.KeyPreview = true; this.Name = "frmSMsg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "聊天窗口"; this.Load += new System.EventHandler(this.frmSMsg_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdmain)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdCSFJ)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.grdJSFJ)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtMsg; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button5; private System.Windows.Forms.Button button6; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button8; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView grdmain; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.DataGridView grdCSFJ; private System.Windows.Forms.DataGridView grdJSFJ; } }