ConsentSelectTabConsentSearch.Designer.cs 7.9 KB

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