ConsentSelectTabConsentSearch.Designer.cs 6.6 KB

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