ConsentSelectTabConsentSearch.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. namespace CLIP.eForm.Consent.Dfh.UI
  2. {
  3. partial class ConsentSelectTabConsentSearch
  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.textBoxConsentSearchKeyWord = new System.Windows.Forms.TextBox();
  29. this.panelOfTop = new System.Windows.Forms.Panel();
  30. this.comboBoxConsentType = new System.Windows.Forms.ComboBox();
  31. this.comboBoxConsentSubType = new System.Windows.Forms.ComboBox();
  32. this.buttonConsentSelect = new System.Windows.Forms.Button();
  33. this.dataGridViewConsentSelectResult = new System.Windows.Forms.DataGridView();
  34. this.panelOfTop.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // textBoxConsentSearchKeyWord
  39. //
  40. this.textBoxConsentSearchKeyWord.ImeMode = System.Windows.Forms.ImeMode.Hangul;
  41. this.textBoxConsentSearchKeyWord.Location = new System.Drawing.Point(9, 30);
  42. this.textBoxConsentSearchKeyWord.Margin = new System.Windows.Forms.Padding(0);
  43. this.textBoxConsentSearchKeyWord.Name = "textBoxConsentSearchKeyWord";
  44. this.textBoxConsentSearchKeyWord.Size = new System.Drawing.Size(217, 21);
  45. this.textBoxConsentSearchKeyWord.TabIndex = 32;
  46. this.textBoxConsentSearchKeyWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxConsentSearchKeyWord_KeyDown);
  47. //
  48. // panelOfTop
  49. //
  50. this.panelOfTop.Controls.Add(this.comboBoxConsentType);
  51. this.panelOfTop.Controls.Add(this.comboBoxConsentSubType);
  52. this.panelOfTop.Controls.Add(this.buttonConsentSelect);
  53. this.panelOfTop.Controls.Add(this.textBoxConsentSearchKeyWord);
  54. this.panelOfTop.Dock = System.Windows.Forms.DockStyle.Top;
  55. this.panelOfTop.Location = new System.Drawing.Point(0, 0);
  56. this.panelOfTop.Name = "panelOfTop";
  57. this.panelOfTop.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  58. this.panelOfTop.Size = new System.Drawing.Size(826, 55);
  59. this.panelOfTop.TabIndex = 36;
  60. //
  61. // comboBoxConsentType
  62. //
  63. this.comboBoxConsentType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  64. this.comboBoxConsentType.FormattingEnabled = true;
  65. this.comboBoxConsentType.Location = new System.Drawing.Point(9, 4);
  66. this.comboBoxConsentType.Name = "comboBoxConsentType";
  67. this.comboBoxConsentType.Size = new System.Drawing.Size(114, 20);
  68. this.comboBoxConsentType.TabIndex = 36;
  69. this.comboBoxConsentType.SelectedIndexChanged += new System.EventHandler(this.comboBoxConsentType_SelectedIndexChanged);
  70. //
  71. // comboBoxConsentSubType
  72. //
  73. this.comboBoxConsentSubType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  74. this.comboBoxConsentSubType.FormattingEnabled = true;
  75. this.comboBoxConsentSubType.Location = new System.Drawing.Point(134, 4);
  76. this.comboBoxConsentSubType.Name = "comboBoxConsentSubType";
  77. this.comboBoxConsentSubType.Size = new System.Drawing.Size(175, 20);
  78. this.comboBoxConsentSubType.TabIndex = 34;
  79. //
  80. // buttonConsentSelect
  81. //
  82. this.buttonConsentSelect.Location = new System.Drawing.Point(232, 29);
  83. this.buttonConsentSelect.Name = "buttonConsentSelect";
  84. this.buttonConsentSelect.Size = new System.Drawing.Size(77, 23);
  85. this.buttonConsentSelect.TabIndex = 35;
  86. this.buttonConsentSelect.Text = "조회";
  87. this.buttonConsentSelect.UseVisualStyleBackColor = true;
  88. this.buttonConsentSelect.Click += new System.EventHandler(this.buttonConsentSelect_Click);
  89. //
  90. // dataGridViewConsentSelectResult
  91. //
  92. this.dataGridViewConsentSelectResult.AllowUserToAddRows = false;
  93. this.dataGridViewConsentSelectResult.AllowUserToDeleteRows = false;
  94. this.dataGridViewConsentSelectResult.AllowUserToResizeRows = false;
  95. this.dataGridViewConsentSelectResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  96. | System.Windows.Forms.AnchorStyles.Left)
  97. | System.Windows.Forms.AnchorStyles.Right)));
  98. this.dataGridViewConsentSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  99. this.dataGridViewConsentSelectResult.Location = new System.Drawing.Point(0, 61);
  100. this.dataGridViewConsentSelectResult.Name = "dataGridViewConsentSelectResult";
  101. this.dataGridViewConsentSelectResult.ReadOnly = true;
  102. this.dataGridViewConsentSelectResult.RowHeadersWidth = 25;
  103. this.dataGridViewConsentSelectResult.RowTemplate.Height = 23;
  104. this.dataGridViewConsentSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  105. this.dataGridViewConsentSelectResult.Size = new System.Drawing.Size(826, 368);
  106. this.dataGridViewConsentSelectResult.TabIndex = 35;
  107. this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded);
  108. //
  109. // ConsentSelectTabConsentSearch
  110. //
  111. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
  112. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  113. this.BackColor = System.Drawing.Color.White;
  114. this.Controls.Add(this.panelOfTop);
  115. this.Controls.Add(this.dataGridViewConsentSelectResult);
  116. this.Name = "ConsentSelectTabConsentSearch";
  117. this.Size = new System.Drawing.Size(826, 430);
  118. this.Load += new System.EventHandler(this.ConsentSelectTabConsentSearch_Load);
  119. this.panelOfTop.ResumeLayout(false);
  120. this.panelOfTop.PerformLayout();
  121. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).EndInit();
  122. this.ResumeLayout(false);
  123. }
  124. #endregion
  125. private System.Windows.Forms.TextBox textBoxConsentSearchKeyWord;
  126. private System.Windows.Forms.Panel panelOfTop;
  127. private System.Windows.Forms.DataGridView dataGridViewConsentSelectResult;
  128. private System.Windows.Forms.ComboBox comboBoxConsentType;
  129. private System.Windows.Forms.ComboBox comboBoxConsentSubType;
  130. private System.Windows.Forms.Button buttonConsentSelect;
  131. }
  132. }