ConsentSelectTabPageUnfinished.Designer.cs 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. namespace CLIP.eForm.Consent.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. this.panel1 = new System.Windows.Forms.Panel();
  30. this.btnSearch = new System.Windows.Forms.Button();
  31. this.rdoUser = new System.Windows.Forms.RadioButton();
  32. this.rdoPatient = new System.Windows.Forms.RadioButton();
  33. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).BeginInit();
  34. this.panel1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // dataGridViewConsentSelectResult
  38. //
  39. this.dataGridViewConsentSelectResult.AllowUserToAddRows = false;
  40. this.dataGridViewConsentSelectResult.AllowUserToDeleteRows = false;
  41. this.dataGridViewConsentSelectResult.AllowUserToResizeRows = false;
  42. this.dataGridViewConsentSelectResult.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  43. this.dataGridViewConsentSelectResult.ColumnHeadersHeight = 32;
  44. this.dataGridViewConsentSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  45. this.dataGridViewConsentSelectResult.Dock = System.Windows.Forms.DockStyle.Fill;
  46. this.dataGridViewConsentSelectResult.Location = new System.Drawing.Point(0, 40);
  47. this.dataGridViewConsentSelectResult.MultiSelect = false;
  48. this.dataGridViewConsentSelectResult.Name = "dataGridViewConsentSelectResult";
  49. this.dataGridViewConsentSelectResult.ReadOnly = true;
  50. this.dataGridViewConsentSelectResult.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  51. this.dataGridViewConsentSelectResult.RowHeadersWidth = 25;
  52. this.dataGridViewConsentSelectResult.RowTemplate.Height = 23;
  53. this.dataGridViewConsentSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  54. this.dataGridViewConsentSelectResult.Size = new System.Drawing.Size(388, 452);
  55. this.dataGridViewConsentSelectResult.TabIndex = 30;
  56. this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded);
  57. this.dataGridViewConsentSelectResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewConsentSelectResult_CellDoubleClick);
  58. this.dataGridViewConsentSelectResult.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridViewConsentSelectResult_DataBindingComplete);
  59. //
  60. // panel1
  61. //
  62. this.panel1.Controls.Add(this.btnSearch);
  63. this.panel1.Controls.Add(this.rdoUser);
  64. this.panel1.Controls.Add(this.rdoPatient);
  65. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  66. this.panel1.Location = new System.Drawing.Point(0, 0);
  67. this.panel1.Name = "panel1";
  68. this.panel1.Padding = new System.Windows.Forms.Padding(10, 8, 0, 8);
  69. this.panel1.Size = new System.Drawing.Size(388, 40);
  70. this.panel1.TabIndex = 31;
  71. //
  72. // btnSearch
  73. //
  74. this.btnSearch.Dock = System.Windows.Forms.DockStyle.Right;
  75. this.btnSearch.Location = new System.Drawing.Point(334, 8);
  76. this.btnSearch.Name = "btnSearch";
  77. this.btnSearch.Size = new System.Drawing.Size(54, 24);
  78. this.btnSearch.TabIndex = 4;
  79. this.btnSearch.Text = "조회";
  80. this.btnSearch.UseVisualStyleBackColor = true;
  81. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  82. //
  83. // rdoUser
  84. //
  85. this.rdoUser.AutoSize = true;
  86. this.rdoUser.Dock = System.Windows.Forms.DockStyle.Left;
  87. this.rdoUser.Location = new System.Drawing.Point(75, 8);
  88. this.rdoUser.Name = "rdoUser";
  89. this.rdoUser.Size = new System.Drawing.Size(71, 24);
  90. this.rdoUser.TabIndex = 3;
  91. this.rdoUser.TabStop = true;
  92. this.rdoUser.Text = "사용자별";
  93. this.rdoUser.UseVisualStyleBackColor = true;
  94. //
  95. // rdoPatient
  96. //
  97. this.rdoPatient.Checked = true;
  98. this.rdoPatient.Dock = System.Windows.Forms.DockStyle.Left;
  99. this.rdoPatient.Location = new System.Drawing.Point(10, 8);
  100. this.rdoPatient.Name = "rdoPatient";
  101. this.rdoPatient.Size = new System.Drawing.Size(65, 24);
  102. this.rdoPatient.TabIndex = 2;
  103. this.rdoPatient.TabStop = true;
  104. this.rdoPatient.Text = "환자별";
  105. this.rdoPatient.UseVisualStyleBackColor = true;
  106. //
  107. // ConsentSelectTabPageUnfinished
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.BackColor = System.Drawing.Color.White;
  112. this.Controls.Add(this.dataGridViewConsentSelectResult);
  113. this.Controls.Add(this.panel1);
  114. this.Name = "ConsentSelectTabPageUnfinished";
  115. this.Size = new System.Drawing.Size(388, 492);
  116. this.Load += new System.EventHandler(this.ConsentSelectTabPageUnfinished_Load);
  117. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).EndInit();
  118. this.panel1.ResumeLayout(false);
  119. this.panel1.PerformLayout();
  120. this.ResumeLayout(false);
  121. }
  122. #endregion
  123. private System.Windows.Forms.DataGridView dataGridViewConsentSelectResult;
  124. private System.Windows.Forms.Panel panel1;
  125. private System.Windows.Forms.Button btnSearch;
  126. private System.Windows.Forms.RadioButton rdoUser;
  127. private System.Windows.Forms.RadioButton rdoPatient;
  128. }
  129. }