namespace DotNetHarness { partial class ReaderResponseDialog { /// /// 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() { this.grdResults = new System.Windows.Forms.DataGridView(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); ((System.ComponentModel.ISupportInitialize)(this.grdResults)).BeginInit(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // grdResults // this.grdResults.AllowUserToAddRows = false; this.grdResults.AllowUserToDeleteRows = false; this.grdResults.AllowUserToOrderColumns = true; this.grdResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdResults.Dock = System.Windows.Forms.DockStyle.Fill; this.grdResults.Location = new System.Drawing.Point(0, 0); this.grdResults.Name = "grdResults"; this.grdResults.ReadOnly = true; this.grdResults.Size = new System.Drawing.Size(592, 423); this.grdResults.TabIndex = 0; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1}); this.statusStrip1.Location = new System.Drawing.Point(0, 423); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(592, 22); this.statusStrip1.TabIndex = 1; this.statusStrip1.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17); this.toolStripStatusLabel1.Text = "toolStripStatusLabel1"; // // ReaderResponseDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(592, 445); this.Controls.Add(this.grdResults); this.Controls.Add(this.statusStrip1); this.Name = "ReaderResponseDialog"; this.Text = "Reader Response"; ((System.ComponentModel.ISupportInitialize)(this.grdResults)).EndInit(); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView grdResults; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; } }