PatientSearchPopup.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. using System.Windows.Forms;
  2. namespace CLIP.eForm.Consent.UI
  3. {
  4. partial class PatientSearchPopup
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.buttonPatientSelect = new System.Windows.Forms.Button();
  31. this.textboxSearchText = new System.Windows.Forms.TextBox();
  32. this.comboSearchType = new System.Windows.Forms.ComboBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.dataGridViewPatientSelectResult = new System.Windows.Forms.DataGridView();
  35. this.buttonOK = new System.Windows.Forms.Button();
  36. this.buttonCancel = new System.Windows.Forms.Button();
  37. this.groupBox1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // groupBox1
  42. //
  43. this.groupBox1.Controls.Add(this.buttonPatientSelect);
  44. this.groupBox1.Controls.Add(this.textboxSearchText);
  45. this.groupBox1.Controls.Add(this.comboSearchType);
  46. this.groupBox1.Controls.Add(this.label1);
  47. this.groupBox1.Location = new System.Drawing.Point(7, 8);
  48. this.groupBox1.Name = "groupBox1";
  49. this.groupBox1.Size = new System.Drawing.Size(564, 53);
  50. this.groupBox1.TabIndex = 0;
  51. this.groupBox1.TabStop = false;
  52. //
  53. // buttonPatientSelect
  54. //
  55. this.buttonPatientSelect.Location = new System.Drawing.Point(482, 17);
  56. this.buttonPatientSelect.Name = "buttonPatientSelect";
  57. this.buttonPatientSelect.Size = new System.Drawing.Size(64, 23);
  58. this.buttonPatientSelect.TabIndex = 0;
  59. this.buttonPatientSelect.Text = "조회";
  60. this.buttonPatientSelect.UseVisualStyleBackColor = true;
  61. this.buttonPatientSelect.Click += new System.EventHandler(this.buttonPatientSelect_Click);
  62. //
  63. // textboxSearchText
  64. //
  65. this.textboxSearchText.Location = new System.Drawing.Point(178, 19);
  66. this.textboxSearchText.Name = "textboxSearchText";
  67. this.textboxSearchText.Size = new System.Drawing.Size(150, 21);
  68. this.textboxSearchText.TabIndex = 2;
  69. this.textboxSearchText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textboxSearchText_KeyDown);
  70. //
  71. // comboSearchType
  72. //
  73. this.comboSearchType.FormattingEnabled = true;
  74. this.comboSearchType.Location = new System.Drawing.Point(77, 19);
  75. this.comboSearchType.Name = "comboSearchType";
  76. this.comboSearchType.Size = new System.Drawing.Size(95, 20);
  77. this.comboSearchType.TabIndex = 1;
  78. this.comboSearchType.SelectedIndexChanged += new System.EventHandler(this.comboSearchType_SelectedIndexChanged);
  79. //
  80. // label1
  81. //
  82. this.label1.AutoSize = true;
  83. this.label1.Location = new System.Drawing.Point(11, 23);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(53, 12);
  86. this.label1.TabIndex = 0;
  87. this.label1.Text = "검색조건";
  88. //
  89. // dataGridViewPatientSelectResult
  90. //
  91. this.dataGridViewPatientSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  92. this.dataGridViewPatientSelectResult.Location = new System.Drawing.Point(8, 67);
  93. this.dataGridViewPatientSelectResult.Name = "dataGridViewPatientSelectResult";
  94. this.dataGridViewPatientSelectResult.RowTemplate.Height = 23;
  95. this.dataGridViewPatientSelectResult.Size = new System.Drawing.Size(563, 315);
  96. this.dataGridViewPatientSelectResult.TabIndex = 1;
  97. //
  98. // buttonOK
  99. //
  100. this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  101. this.buttonOK.Location = new System.Drawing.Point(423, 389);
  102. this.buttonOK.Name = "buttonOK";
  103. this.buttonOK.Size = new System.Drawing.Size(71, 23);
  104. this.buttonOK.TabIndex = 2;
  105. this.buttonOK.Text = "확인";
  106. this.buttonOK.UseVisualStyleBackColor = true;
  107. //
  108. // buttonCancel
  109. //
  110. this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  111. this.buttonCancel.Location = new System.Drawing.Point(500, 388);
  112. this.buttonCancel.Name = "buttonCancel";
  113. this.buttonCancel.Size = new System.Drawing.Size(71, 23);
  114. this.buttonCancel.TabIndex = 3;
  115. this.buttonCancel.Text = "취소";
  116. this.buttonCancel.UseVisualStyleBackColor = true;
  117. //
  118. // PatientSearchPopup
  119. //
  120. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  121. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  122. this.ClientSize = new System.Drawing.Size(579, 424);
  123. this.Controls.Add(this.buttonCancel);
  124. this.Controls.Add(this.buttonOK);
  125. this.Controls.Add(this.dataGridViewPatientSelectResult);
  126. this.Controls.Add(this.groupBox1);
  127. this.Name = "PatientSearchPopup";
  128. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  129. this.Text = "환자기초정보조회";
  130. this.Load += new System.EventHandler(this.PatientSearchPopup_Load);
  131. this.groupBox1.ResumeLayout(false);
  132. this.groupBox1.PerformLayout();
  133. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).EndInit();
  134. this.ResumeLayout(false);
  135. }
  136. #endregion
  137. private System.Windows.Forms.GroupBox groupBox1;
  138. private System.Windows.Forms.Button buttonPatientSelect;
  139. private System.Windows.Forms.TextBox textboxSearchText;
  140. private System.Windows.Forms.ComboBox comboSearchType;
  141. private System.Windows.Forms.Label label1;
  142. private System.Windows.Forms.DataGridView dataGridViewPatientSelectResult;
  143. private System.Windows.Forms.Button buttonOK;
  144. private System.Windows.Forms.Button buttonCancel;
  145. }
  146. }