namespace CLIP.eForm.Consent.UI { partial class ConsentSelectTabConsentSearch { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.textBoxConsentSearchKeyWord = new System.Windows.Forms.TextBox(); this.panelOfTop = new System.Windows.Forms.Panel(); this.comboBoxConsentType = new System.Windows.Forms.ComboBox(); this.comboBoxConsentSubType = new System.Windows.Forms.ComboBox(); this.buttonConsentSelect = new System.Windows.Forms.Button(); this.dataGridViewConsentSelectResult = new System.Windows.Forms.DataGridView(); this.panelOfTop.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).BeginInit(); this.SuspendLayout(); // // textBoxConsentSearchKeyWord // this.textBoxConsentSearchKeyWord.Location = new System.Drawing.Point(5, 30); this.textBoxConsentSearchKeyWord.Margin = new System.Windows.Forms.Padding(0); this.textBoxConsentSearchKeyWord.Name = "textBoxConsentSearchKeyWord"; this.textBoxConsentSearchKeyWord.Size = new System.Drawing.Size(200, 21); this.textBoxConsentSearchKeyWord.TabIndex = 32; this.textBoxConsentSearchKeyWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxConsentSearchKeyWord_KeyDown); // // panelOfTop // this.panelOfTop.Controls.Add(this.comboBoxConsentType); this.panelOfTop.Controls.Add(this.comboBoxConsentSubType); this.panelOfTop.Controls.Add(this.buttonConsentSelect); this.panelOfTop.Controls.Add(this.textBoxConsentSearchKeyWord); this.panelOfTop.Dock = System.Windows.Forms.DockStyle.Top; this.panelOfTop.Location = new System.Drawing.Point(0, 0); this.panelOfTop.Name = "panelOfTop"; this.panelOfTop.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0); this.panelOfTop.Size = new System.Drawing.Size(826, 55); this.panelOfTop.TabIndex = 36; // // comboBoxConsentType // this.comboBoxConsentType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxConsentType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxConsentType.DropDownWidth = 120; this.comboBoxConsentType.FormattingEnabled = true; this.comboBoxConsentType.Location = new System.Drawing.Point(5, 5); this.comboBoxConsentType.Name = "comboBoxConsentType"; this.comboBoxConsentType.Size = new System.Drawing.Size(90, 22); this.comboBoxConsentType.TabIndex = 36; this.comboBoxConsentType.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBoxConsentType_DrawItem); this.comboBoxConsentType.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.comboBoxConsentType_MeasureItem); this.comboBoxConsentType.SelectedIndexChanged += new System.EventHandler(this.comboBoxConsentType_SelectedIndexChanged); // // comboBoxConsentSubType // this.comboBoxConsentSubType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxConsentSubType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxConsentSubType.DropDownWidth = 240; this.comboBoxConsentSubType.FormattingEnabled = true; this.comboBoxConsentSubType.Location = new System.Drawing.Point(100, 5); this.comboBoxConsentSubType.MaxDropDownItems = 20; this.comboBoxConsentSubType.Name = "comboBoxConsentSubType"; this.comboBoxConsentSubType.Size = new System.Drawing.Size(160, 22); this.comboBoxConsentSubType.TabIndex = 34; this.comboBoxConsentSubType.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBoxConsentSubType_DrawItem); this.comboBoxConsentSubType.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.comboBoxConsentSubType_MeasureItem); // // buttonConsentSelect // this.buttonConsentSelect.Location = new System.Drawing.Point(210, 29); this.buttonConsentSelect.Name = "buttonConsentSelect"; this.buttonConsentSelect.Size = new System.Drawing.Size(50, 23); this.buttonConsentSelect.TabIndex = 35; this.buttonConsentSelect.Text = "조회"; this.buttonConsentSelect.UseVisualStyleBackColor = true; this.buttonConsentSelect.Click += new System.EventHandler(this.buttonConsentSelect_Click); // // dataGridViewConsentSelectResult // this.dataGridViewConsentSelectResult.AllowUserToAddRows = false; this.dataGridViewConsentSelectResult.AllowUserToDeleteRows = false; this.dataGridViewConsentSelectResult.AllowUserToResizeRows = false; this.dataGridViewConsentSelectResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridViewConsentSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewConsentSelectResult.Location = new System.Drawing.Point(0, 61); this.dataGridViewConsentSelectResult.Name = "dataGridViewConsentSelectResult"; this.dataGridViewConsentSelectResult.ReadOnly = true; this.dataGridViewConsentSelectResult.RowHeadersWidth = 25; this.dataGridViewConsentSelectResult.RowTemplate.Height = 23; this.dataGridViewConsentSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridViewConsentSelectResult.Size = new System.Drawing.Size(826, 368); this.dataGridViewConsentSelectResult.TabIndex = 35; this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded); this.dataGridViewConsentSelectResult.Click += new System.EventHandler(this.dataGridViewConsentSelectResult_Click); // // ConsentSelectTabConsentSearch // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.panelOfTop); this.Controls.Add(this.dataGridViewConsentSelectResult); this.Name = "ConsentSelectTabConsentSearch"; this.Size = new System.Drawing.Size(826, 430); this.Load += new System.EventHandler(this.ConsentSelectTabConsentSearch_Load); this.panelOfTop.ResumeLayout(false); this.panelOfTop.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox textBoxConsentSearchKeyWord; private System.Windows.Forms.Panel panelOfTop; private System.Windows.Forms.DataGridView dataGridViewConsentSelectResult; private System.Windows.Forms.ComboBox comboBoxConsentType; private System.Windows.Forms.ComboBox comboBoxConsentSubType; private System.Windows.Forms.Button buttonConsentSelect; } }