ConsentSelectTabPageUnfinished.Designer.cs 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. namespace CLIP.eForm.Consent.Dfh.UI
  2. {
  3. partial class ConsentSelectTabPageUnfinished
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.dataGridViewConsentSelectResult = new System.Windows.Forms.DataGridView();
  29. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).BeginInit();
  30. this.SuspendLayout();
  31. //
  32. // dataGridViewConsentSelectResult
  33. //
  34. this.dataGridViewConsentSelectResult.AllowUserToAddRows = false;
  35. this.dataGridViewConsentSelectResult.AllowUserToDeleteRows = false;
  36. this.dataGridViewConsentSelectResult.AllowUserToResizeRows = false;
  37. this.dataGridViewConsentSelectResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  38. | System.Windows.Forms.AnchorStyles.Left)
  39. | System.Windows.Forms.AnchorStyles.Right)));
  40. this.dataGridViewConsentSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  41. this.dataGridViewConsentSelectResult.Location = new System.Drawing.Point(0, 0);
  42. this.dataGridViewConsentSelectResult.Name = "dataGridViewConsentSelectResult";
  43. this.dataGridViewConsentSelectResult.ReadOnly = true;
  44. this.dataGridViewConsentSelectResult.RowHeadersWidth = 25;
  45. this.dataGridViewConsentSelectResult.RowTemplate.Height = 23;
  46. this.dataGridViewConsentSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  47. this.dataGridViewConsentSelectResult.Size = new System.Drawing.Size(388, 492);
  48. this.dataGridViewConsentSelectResult.TabIndex = 30;
  49. this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded);
  50. this.dataGridViewConsentSelectResult.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridViewConsentSelectResult_CellMouseDoubleClick);
  51. this.dataGridViewConsentSelectResult.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridViewConsentSelectResult_DataBindingComplete);
  52. //
  53. // ConsentSelectTabPageUnfinished
  54. //
  55. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  56. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  57. this.BackColor = System.Drawing.Color.White;
  58. this.Controls.Add(this.dataGridViewConsentSelectResult);
  59. this.Name = "ConsentSelectTabPageUnfinished";
  60. this.Size = new System.Drawing.Size(388, 492);
  61. this.Load += new System.EventHandler(this.ConsentSelectTabPageUnfinished_Load);
  62. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).EndInit();
  63. this.ResumeLayout(false);
  64. }
  65. #endregion
  66. private System.Windows.Forms.DataGridView dataGridViewConsentSelectResult;
  67. }
  68. }