1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- namespace CLIP.eForm.Consent.Dfh.UI
- {
- partial class ConsentSelectTabPageUnfinished
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|