namespace CLIP.eForm.Consent.Dfh.UI { partial class ConsentSelectTabPageAll { /// /// 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.dataGridViewConsentSelectResult = new System.Windows.Forms.DataGridView(); this.panel1 = new System.Windows.Forms.Panel(); this.checkBoxVerbal = new System.Windows.Forms.CheckBox(); this.label2 = new System.Windows.Forms.Label(); this.dateTimePickerEndDate = new System.Windows.Forms.DateTimePicker(); this.dateTimePickerStartDate = new System.Windows.Forms.DateTimePicker(); this.checkBoxCertifyCmp = new System.Windows.Forms.CheckBox(); this.checkBoxAll = new System.Windows.Forms.CheckBox(); this.buttonConsentSelect = new System.Windows.Forms.Button(); this.checkBoxElectronicCmp = new System.Windows.Forms.CheckBox(); this.checkBoxTemp = new System.Windows.Forms.CheckBox(); this.checkBoxPaperOut = new System.Windows.Forms.CheckBox(); this.checkBoxUnfinished = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // 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, 87); this.dataGridViewConsentSelectResult.MultiSelect = false; 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(1105, 504); this.dataGridViewConsentSelectResult.TabIndex = 36; this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded); // // panel1 // this.panel1.Controls.Add(this.checkBoxVerbal); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.dateTimePickerEndDate); this.panel1.Controls.Add(this.dateTimePickerStartDate); this.panel1.Controls.Add(this.checkBoxCertifyCmp); this.panel1.Controls.Add(this.checkBoxAll); this.panel1.Controls.Add(this.buttonConsentSelect); this.panel1.Controls.Add(this.checkBoxElectronicCmp); this.panel1.Controls.Add(this.checkBoxTemp); this.panel1.Controls.Add(this.checkBoxPaperOut); this.panel1.Controls.Add(this.checkBoxUnfinished); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1105, 81); this.panel1.TabIndex = 37; // // checkBoxVerbal // this.checkBoxVerbal.AutoSize = true; this.checkBoxVerbal.Location = new System.Drawing.Point(179, 61); this.checkBoxVerbal.Name = "checkBoxVerbal"; this.checkBoxVerbal.Size = new System.Drawing.Size(48, 16); this.checkBoxVerbal.TabIndex = 33; this.checkBoxVerbal.Tag = "VERBAL"; this.checkBoxVerbal.Text = "구두"; this.checkBoxVerbal.UseVisualStyleBackColor = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(104, 11); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(22, 12); this.label2.TabIndex = 32; this.label2.Text = " ~ "; // // dateTimePickerEndDate // this.dateTimePickerEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateTimePickerEndDate.Location = new System.Drawing.Point(127, 7); this.dateTimePickerEndDate.Name = "dateTimePickerEndDate"; this.dateTimePickerEndDate.Size = new System.Drawing.Size(100, 21); this.dateTimePickerEndDate.TabIndex = 31; // // dateTimePickerStartDate // this.dateTimePickerStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateTimePickerStartDate.Location = new System.Drawing.Point(3, 7); this.dateTimePickerStartDate.Name = "dateTimePickerStartDate"; this.dateTimePickerStartDate.Size = new System.Drawing.Size(100, 21); this.dateTimePickerStartDate.TabIndex = 30; // // checkBoxCertifyCmp // this.checkBoxCertifyCmp.AutoSize = true; this.checkBoxCertifyCmp.Location = new System.Drawing.Point(51, 61); this.checkBoxCertifyCmp.Name = "checkBoxCertifyCmp"; this.checkBoxCertifyCmp.Size = new System.Drawing.Size(48, 16); this.checkBoxCertifyCmp.TabIndex = 22; this.checkBoxCertifyCmp.Tag = "CERTIFY_CMP"; this.checkBoxCertifyCmp.Text = "인증"; this.checkBoxCertifyCmp.UseVisualStyleBackColor = true; this.checkBoxCertifyCmp.CheckedChanged += new System.EventHandler(this.checkBoxCertifyCmp_CheckedChanged); // // checkBoxAll // this.checkBoxAll.AutoSize = true; this.checkBoxAll.Checked = true; this.checkBoxAll.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxAll.Location = new System.Drawing.Point(3, 39); this.checkBoxAll.Name = "checkBoxAll"; this.checkBoxAll.Size = new System.Drawing.Size(48, 16); this.checkBoxAll.TabIndex = 20; this.checkBoxAll.Text = "전체"; this.checkBoxAll.UseVisualStyleBackColor = true; this.checkBoxAll.CheckedChanged += new System.EventHandler(this.checkBoxAll_CheckedChanged); // // buttonConsentSelect // this.buttonConsentSelect.Location = new System.Drawing.Point(239, 7); this.buttonConsentSelect.Name = "buttonConsentSelect"; this.buttonConsentSelect.Size = new System.Drawing.Size(76, 23); this.buttonConsentSelect.TabIndex = 28; this.buttonConsentSelect.Text = "조회"; this.buttonConsentSelect.UseVisualStyleBackColor = true; this.buttonConsentSelect.Click += new System.EventHandler(this.buttonConsentSelect_Click); // // checkBoxElectronicCmp // this.checkBoxElectronicCmp.AutoSize = true; this.checkBoxElectronicCmp.Location = new System.Drawing.Point(179, 39); this.checkBoxElectronicCmp.Name = "checkBoxElectronicCmp"; this.checkBoxElectronicCmp.Size = new System.Drawing.Size(48, 16); this.checkBoxElectronicCmp.TabIndex = 21; this.checkBoxElectronicCmp.Tag = "ELECTR_CMP"; this.checkBoxElectronicCmp.Text = "서명"; this.checkBoxElectronicCmp.UseVisualStyleBackColor = true; this.checkBoxElectronicCmp.CheckedChanged += new System.EventHandler(this.checkBoxElectronicCmp_CheckedChanged); // // checkBoxTemp // this.checkBoxTemp.AutoSize = true; this.checkBoxTemp.Location = new System.Drawing.Point(107, 39); this.checkBoxTemp.Name = "checkBoxTemp"; this.checkBoxTemp.Size = new System.Drawing.Size(72, 16); this.checkBoxTemp.TabIndex = 23; this.checkBoxTemp.Tag = "TEMP"; this.checkBoxTemp.Text = "임시저장"; this.checkBoxTemp.UseVisualStyleBackColor = true; this.checkBoxTemp.CheckedChanged += new System.EventHandler(this.checkBoxTemp_CheckedChanged); // // checkBoxPaperOut // this.checkBoxPaperOut.AutoSize = true; this.checkBoxPaperOut.Location = new System.Drawing.Point(106, 61); this.checkBoxPaperOut.Name = "checkBoxPaperOut"; this.checkBoxPaperOut.Size = new System.Drawing.Size(48, 16); this.checkBoxPaperOut.TabIndex = 25; this.checkBoxPaperOut.Tag = "PAPER_OUT"; this.checkBoxPaperOut.Text = "출력"; this.checkBoxPaperOut.UseVisualStyleBackColor = true; this.checkBoxPaperOut.CheckedChanged += new System.EventHandler(this.checkBoxPaperOut_CheckedChanged); // // checkBoxUnfinished // this.checkBoxUnfinished.AutoSize = true; this.checkBoxUnfinished.Location = new System.Drawing.Point(51, 39); this.checkBoxUnfinished.Name = "checkBoxUnfinished"; this.checkBoxUnfinished.Size = new System.Drawing.Size(60, 16); this.checkBoxUnfinished.TabIndex = 24; this.checkBoxUnfinished.Tag = "UNFINISHED"; this.checkBoxUnfinished.Text = "미작성"; this.checkBoxUnfinished.UseVisualStyleBackColor = true; this.checkBoxUnfinished.CheckedChanged += new System.EventHandler(this.checkBoxUnfinished_CheckedChanged); // // ConsentSelectTabPageAll // 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.dataGridViewConsentSelectResult); this.Controls.Add(this.panel1); this.Name = "ConsentSelectTabPageAll"; this.Size = new System.Drawing.Size(1105, 591); this.Load += new System.EventHandler(this.ConsentSelectTabPageAll_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewConsentSelectResult)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dataGridViewConsentSelectResult; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.CheckBox checkBoxCertifyCmp; private System.Windows.Forms.CheckBox checkBoxAll; private System.Windows.Forms.Button buttonConsentSelect; private System.Windows.Forms.CheckBox checkBoxElectronicCmp; private System.Windows.Forms.CheckBox checkBoxTemp; private System.Windows.Forms.CheckBox checkBoxPaperOut; private System.Windows.Forms.CheckBox checkBoxUnfinished; private System.Windows.Forms.Label label2; private System.Windows.Forms.DateTimePicker dateTimePickerEndDate; private System.Windows.Forms.DateTimePicker dateTimePickerStartDate; private System.Windows.Forms.CheckBox checkBoxVerbal; } }