namespace CLIP.eForm.Consent.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.searchName = new System.Windows.Forms.TextBox(); this.saveAllCertify = new System.Windows.Forms.Button(); this.rdoUser = new System.Windows.Forms.RadioButton(); this.rdoPatient = new System.Windows.Forms.RadioButton(); 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.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dataGridViewConsentSelectResult.ColumnHeadersHeight = 32; this.dataGridViewConsentSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; this.dataGridViewConsentSelectResult.Location = new System.Drawing.Point(0, 87); this.dataGridViewConsentSelectResult.MultiSelect = false; this.dataGridViewConsentSelectResult.Name = "dataGridViewConsentSelectResult"; this.dataGridViewConsentSelectResult.ReadOnly = true; this.dataGridViewConsentSelectResult.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; 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.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewConsentSelectResult_CellClick); this.dataGridViewConsentSelectResult.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.dataGridViewConsentSelectResult_CellContextMenuStripNeeded); this.dataGridViewConsentSelectResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewConsentSelectResult_CellMouseDoubleClick); this.dataGridViewConsentSelectResult.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dataGridViewConsentSelectResult_DataBindingComplete); // // panel1 // this.panel1.Controls.Add(this.searchName); this.panel1.Controls.Add(this.saveAllCertify); this.panel1.Controls.Add(this.rdoUser); this.panel1.Controls.Add(this.rdoPatient); 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; // // searchName // this.searchName.ImeMode = System.Windows.Forms.ImeMode.Hangul; this.searchName.Location = new System.Drawing.Point(160, 31); this.searchName.MaxLength = 20; this.searchName.Name = "searchName"; this.searchName.Size = new System.Drawing.Size(80, 21); this.searchName.TabIndex = 37; this.searchName.Visible = false; // // saveAllCertify // this.saveAllCertify.Location = new System.Drawing.Point(246, 3); this.saveAllCertify.Name = "saveAllCertify"; this.saveAllCertify.Size = new System.Drawing.Size(61, 23); this.saveAllCertify.TabIndex = 36; this.saveAllCertify.Text = "일괄저장"; this.saveAllCertify.UseVisualStyleBackColor = true; this.saveAllCertify.Visible = false; this.saveAllCertify.Click += new System.EventHandler(this.saveAllCertify_Click); // // rdoUser // this.rdoUser.AutoSize = true; this.rdoUser.Location = new System.Drawing.Point(70, 33); this.rdoUser.Name = "rdoUser"; this.rdoUser.Size = new System.Drawing.Size(92, 16); this.rdoUser.TabIndex = 35; this.rdoUser.TabStop = true; this.rdoUser.Text = "사용자별(ID)"; this.rdoUser.UseVisualStyleBackColor = true; this.rdoUser.CheckedChanged += new System.EventHandler(this.rdoUser_CheckedChanged); // // rdoPatient // this.rdoPatient.AutoSize = true; this.rdoPatient.Checked = true; this.rdoPatient.Location = new System.Drawing.Point(5, 33); this.rdoPatient.Name = "rdoPatient"; this.rdoPatient.Size = new System.Drawing.Size(59, 16); this.rdoPatient.TabIndex = 34; this.rdoPatient.TabStop = true; this.rdoPatient.Text = "환자별"; this.rdoPatient.UseVisualStyleBackColor = true; // // checkBoxVerbal // this.checkBoxVerbal.AutoSize = true; this.checkBoxVerbal.Location = new System.Drawing.Point(272, 32); 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; this.checkBoxVerbal.Visible = false; // // label2 // this.label2.Location = new System.Drawing.Point(91, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(14, 21); this.label2.TabIndex = 32; this.label2.Text = "~"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // dateTimePickerEndDate // this.dateTimePickerEndDate.CustomFormat = "yyyy-MM-dd"; this.dateTimePickerEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerEndDate.Location = new System.Drawing.Point(106, 5); this.dateTimePickerEndDate.Name = "dateTimePickerEndDate"; this.dateTimePickerEndDate.Size = new System.Drawing.Size(85, 21); this.dateTimePickerEndDate.TabIndex = 31; // // dateTimePickerStartDate // this.dateTimePickerStartDate.CustomFormat = "yyyy-MM-dd"; this.dateTimePickerStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dateTimePickerStartDate.Location = new System.Drawing.Point(5, 5); this.dateTimePickerStartDate.Name = "dateTimePickerStartDate"; this.dateTimePickerStartDate.Size = new System.Drawing.Size(85, 21); this.dateTimePickerStartDate.TabIndex = 30; // // checkBoxCertifyCmp // this.checkBoxCertifyCmp.AutoSize = true; this.checkBoxCertifyCmp.Location = new System.Drawing.Point(162, 57); 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(5, 57); 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(195, 4); this.buttonConsentSelect.Name = "buttonConsentSelect"; this.buttonConsentSelect.Size = new System.Drawing.Size(45, 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(113, 57); 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(54, 57); this.checkBoxTemp.Name = "checkBoxTemp"; this.checkBoxTemp.Size = new System.Drawing.Size(60, 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(210, 57); 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(212, 33); 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.Visible = false; 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.CheckBox checkBoxVerbal; private System.Windows.Forms.RadioButton rdoUser; private System.Windows.Forms.RadioButton rdoPatient; private System.Windows.Forms.Button saveAllCertify; private System.Windows.Forms.TextBox searchName; public System.Windows.Forms.DateTimePicker dateTimePickerStartDate; } }