namespace CLIP.eForm.Consent.Dfh.UI
{
partial class ConsentSelectTabPageUnfinished
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.dataGridViewConsentSelectResult = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).BeginInit();
this.SuspendLayout();
//
// dataGridViewConsentSelectResult
//
this.dataGridViewConsentSelectResult.AllowUserToAddRows = false;
this.dataGridViewConsentSelectResult.AllowUserToDeleteRows = false;
this.dataGridViewConsentSelectResult.AllowUserToResizeRows = false;
this.dataGridViewConsentSelectResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridViewConsentSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewConsentSelectResult.Location = new System.Drawing.Point(0, 0);
this.dataGridViewConsentSelectResult.Name = "dataGridViewConsentSelectResult";
this.dataGridViewConsentSelectResult.ReadOnly = true;
this.dataGridViewConsentSelectResult.RowHeadersWidth = 25;
this.dataGridViewConsentSelectResult.RowTemplate.Height = 23;
this.dataGridViewConsentSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridViewConsentSelectResult.Size = new System.Drawing.Size(388, 492);
this.dataGridViewConsentSelectResult.TabIndex = 30;
this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded);
this.dataGridViewConsentSelectResult.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewConsentSelectResult_CellMouseDoubleClick);
this.dataGridViewConsentSelectResult.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridViewConsentSelectResult_DataBindingComplete);
//
// ConsentSelectTabPageUnfinished
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.dataGridViewConsentSelectResult);
this.Name = "ConsentSelectTabPageUnfinished";
this.Size = new System.Drawing.Size(388, 492);
this.Load += new System.EventHandler(this.ConsentSelectTabPageUnfinished_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridViewConsentSelectResult;
}
}