namespace Mip { partial class frmChat { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel3 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.listView2 = new System.Windows.Forms.ListView(); this.dataGridView3 = new System.Windows.Forms.DataGridView(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.SuspendLayout(); // // panel3 // this.panel3.BackColor = System.Drawing.Color.Honeydew; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.label1); this.panel3.Controls.Add(this.listView2); this.panel3.Controls.Add(this.dataGridView3); this.panel3.Controls.Add(this.textBox3); this.panel3.Controls.Add(this.label3); this.panel3.Controls.Add(this.pictureBox3); this.panel3.Location = new System.Drawing.Point(0, 0); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(700, 328); this.panel3.TabIndex = 8; // // label1 // this.label1.AutoSize = true; this.label1.Enabled = false; this.label1.Location = new System.Drawing.Point(224, 241); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(49, 13); this.label1.TabIndex = 15; this.label1.Text = "Adresát: "; // // listView2 // this.listView2.Location = new System.Drawing.Point(219, 1); this.listView2.Name = "listView2"; this.listView2.ShowItemToolTips = true; this.listView2.Size = new System.Drawing.Size(478, 235); this.listView2.TabIndex = 14; this.listView2.UseCompatibleStateImageBehavior = false; this.listView2.View = System.Windows.Forms.View.Details; // // dataGridView3 // this.dataGridView3.AllowUserToAddRows = false; this.dataGridView3.AllowUserToDeleteRows = false; this.dataGridView3.AllowUserToResizeColumns = false; this.dataGridView3.AllowUserToResizeRows = false; this.dataGridView3.BackgroundColor = System.Drawing.Color.AliceBlue; this.dataGridView3.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal; this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView3.ColumnHeadersVisible = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.Color.AliceBlue; dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.DarkGreen; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.Gold; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dataGridView3.DefaultCellStyle = dataGridViewCellStyle1; this.dataGridView3.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically; this.dataGridView3.Location = new System.Drawing.Point(33, 1); this.dataGridView3.MultiSelect = false; this.dataGridView3.Name = "dataGridView3"; this.dataGridView3.ReadOnly = true; this.dataGridView3.RowHeadersVisible = false; this.dataGridView3.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing; this.dataGridView3.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.dataGridView3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView3.Size = new System.Drawing.Size(185, 324); this.dataGridView3.TabIndex = 13; this.dataGridView3.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView3_CellClick); this.dataGridView3.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dataGridView3_CellFormatting); this.dataGridView3.SelectionChanged += new System.EventHandler(this.dataGridView3_SelectionChanged); // // textBox3 // this.textBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox3.Enabled = false; this.textBox3.Location = new System.Drawing.Point(219, 258); this.textBox3.MaxLength = 200; this.textBox3.Multiline = true; this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(478, 67); this.textBox3.TabIndex = 10; this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged); this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress); this.textBox3.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox3_KeyUp); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.LightCoral; this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label3.Font = new System.Drawing.Font("Calibri", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.label3.Location = new System.Drawing.Point(-1, 302); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(29, 25); this.label3.TabIndex = 8; this.label3.Text = "↗"; this.label3.Click += new System.EventHandler(this.label3_Click); // // pictureBox3 // this.pictureBox3.Image = global::Mip.Properties.Resources.Chat; this.pictureBox3.Location = new System.Drawing.Point(0, 0); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(32, 32); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox3.TabIndex = 0; this.pictureBox3.TabStop = false; // // frmChat // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(700, 328); this.Controls.Add(this.panel3); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Location = new System.Drawing.Point(300, 150); this.Name = "frmChat"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Chat"; this.Load += new System.EventHandler(this.frmChat_Load); this.Leave += new System.EventHandler(this.frmChat_Leave); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel3; private System.Windows.Forms.ListView listView2; private System.Windows.Forms.DataGridView dataGridView3; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label3; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Label label1; } }