123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- namespace CLIP.eForm.Consent.Dfh.UI
- {
- partial class PatientSelectTabSearchPatient
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Component Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PatientSelectTabSearchPatient));
- this.dataGridViewPatientSelectResult = new System.Windows.Forms.DataGridView();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label9 = new System.Windows.Forms.Label();
- this.radioGubunER = new System.Windows.Forms.RadioButton();
- this.radioGubunIn = new System.Windows.Forms.RadioButton();
- this.radioGubunOut = new System.Windows.Forms.RadioButton();
- this.buttonSearchPop = new System.Windows.Forms.Button();
- this.textBoxSearchText = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.comboDept = new System.Windows.Forms.ComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.comboDoctor = new System.Windows.Forms.ComboBox();
- this.labelSelectPeriod = new System.Windows.Forms.Label();
- this.dateTimePickerClnDate = new System.Windows.Forms.DateTimePicker();
- this.buttonPatientSelect = new System.Windows.Forms.Button();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).BeginInit();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // dataGridViewPatientSelectResult
- //
- this.dataGridViewPatientSelectResult.AllowUserToAddRows = false;
- this.dataGridViewPatientSelectResult.AllowUserToDeleteRows = false;
- this.dataGridViewPatientSelectResult.AllowUserToResizeRows = false;
- this.dataGridViewPatientSelectResult.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.dataGridViewPatientSelectResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridViewPatientSelectResult.Location = new System.Drawing.Point(0, 117);
- this.dataGridViewPatientSelectResult.MultiSelect = false;
- this.dataGridViewPatientSelectResult.Name = "dataGridViewPatientSelectResult";
- this.dataGridViewPatientSelectResult.RowHeadersWidth = 40;
- this.dataGridViewPatientSelectResult.RowTemplate.Height = 23;
- this.dataGridViewPatientSelectResult.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewPatientSelectResult.ShowEditingIcon = false;
- this.dataGridViewPatientSelectResult.Size = new System.Drawing.Size(1105, 474);
- this.dataGridViewPatientSelectResult.TabIndex = 40;
- this.dataGridViewPatientSelectResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPatientSelectResult_CellDoubleClick);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.radioGubunER);
- this.panel1.Controls.Add(this.radioGubunIn);
- this.panel1.Controls.Add(this.radioGubunOut);
- this.panel1.Controls.Add(this.buttonSearchPop);
- this.panel1.Controls.Add(this.textBoxSearchText);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.comboDept);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.comboDoctor);
- this.panel1.Controls.Add(this.labelSelectPeriod);
- this.panel1.Controls.Add(this.dateTimePickerClnDate);
- this.panel1.Controls.Add(this.buttonPatientSelect);
- 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, 111);
- this.panel1.TabIndex = 41;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(5, 61);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(49, 12);
- this.label9.TabIndex = 79;
- this.label9.Text = "구 분";
- //
- // radioGubunER
- //
- this.radioGubunER.AutoSize = true;
- this.radioGubunER.Location = new System.Drawing.Point(179, 60);
- this.radioGubunER.Name = "radioGubunER";
- this.radioGubunER.Size = new System.Drawing.Size(47, 16);
- this.radioGubunER.TabIndex = 63;
- this.radioGubunER.Tag = "ER";
- this.radioGubunER.Text = "응급";
- this.radioGubunER.UseVisualStyleBackColor = true;
- //
- // radioGubunIn
- //
- this.radioGubunIn.AutoSize = true;
- this.radioGubunIn.Location = new System.Drawing.Point(123, 60);
- this.radioGubunIn.Name = "radioGubunIn";
- this.radioGubunIn.Size = new System.Drawing.Size(47, 16);
- this.radioGubunIn.TabIndex = 62;
- this.radioGubunIn.Tag = "I";
- this.radioGubunIn.Text = "입원";
- this.radioGubunIn.UseVisualStyleBackColor = true;
- //
- // radioGubunOut
- //
- this.radioGubunOut.AutoSize = true;
- this.radioGubunOut.Checked = true;
- this.radioGubunOut.Location = new System.Drawing.Point(67, 60);
- this.radioGubunOut.Margin = new System.Windows.Forms.Padding(0);
- this.radioGubunOut.Name = "radioGubunOut";
- this.radioGubunOut.Size = new System.Drawing.Size(47, 16);
- this.radioGubunOut.TabIndex = 61;
- this.radioGubunOut.TabStop = true;
- this.radioGubunOut.Tag = "O";
- this.radioGubunOut.Text = "외래";
- this.radioGubunOut.UseVisualStyleBackColor = true;
- //
- // buttonSearchPop
- //
- this.buttonSearchPop.Image = ((System.Drawing.Image)(resources.GetObject("buttonSearchPop.Image")));
- this.buttonSearchPop.Location = new System.Drawing.Point(143, 79);
- this.buttonSearchPop.Name = "buttonSearchPop";
- this.buttonSearchPop.Size = new System.Drawing.Size(25, 24);
- this.buttonSearchPop.TabIndex = 58;
- this.buttonSearchPop.UseVisualStyleBackColor = true;
- this.buttonSearchPop.Click += new System.EventHandler(this.buttonSearchPop_Click);
- //
- // textBoxSearchText
- //
- this.textBoxSearchText.Location = new System.Drawing.Point(63, 80);
- this.textBoxSearchText.Margin = new System.Windows.Forms.Padding(0);
- this.textBoxSearchText.Name = "textBoxSearchText";
- this.textBoxSearchText.Size = new System.Drawing.Size(80, 21);
- this.textBoxSearchText.TabIndex = 51;
- this.textBoxSearchText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSearchText_KeyDown);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(5, 13);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 50;
- this.label4.Text = "진료일자";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(5, 85);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 47;
- this.label2.Text = "환자조회";
- //
- // comboDept
- //
- this.comboDept.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboDept.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.comboDept.FormattingEnabled = true;
- this.comboDept.Location = new System.Drawing.Point(63, 33);
- this.comboDept.Name = "comboDept";
- this.comboDept.Size = new System.Drawing.Size(98, 23);
- this.comboDept.TabIndex = 46;
- this.comboDept.SelectedIndexChanged += new System.EventHandler(this.comboDept_SelectedIndexChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(170, 38);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(49, 12);
- this.label1.TabIndex = 45;
- this.label1.Text = "진 료 의";
- //
- // comboDoctor
- //
- this.comboDoctor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboDoctor.Font = new System.Drawing.Font("굴림", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.comboDoctor.FormattingEnabled = true;
- this.comboDoctor.Location = new System.Drawing.Point(225, 33);
- this.comboDoctor.Name = "comboDoctor";
- this.comboDoctor.Size = new System.Drawing.Size(95, 23);
- this.comboDoctor.TabIndex = 43;
- //
- // labelSelectPeriod
- //
- this.labelSelectPeriod.AutoSize = true;
- this.labelSelectPeriod.Location = new System.Drawing.Point(5, 37);
- this.labelSelectPeriod.Margin = new System.Windows.Forms.Padding(0);
- this.labelSelectPeriod.Name = "labelSelectPeriod";
- this.labelSelectPeriod.Size = new System.Drawing.Size(49, 12);
- this.labelSelectPeriod.TabIndex = 41;
- this.labelSelectPeriod.Text = "진 료 과";
- //
- // dateTimePickerClnDate
- //
- this.dateTimePickerClnDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
- this.dateTimePickerClnDate.Location = new System.Drawing.Point(63, 10);
- this.dateTimePickerClnDate.Name = "dateTimePickerClnDate";
- this.dateTimePickerClnDate.Size = new System.Drawing.Size(98, 21);
- this.dateTimePickerClnDate.TabIndex = 42;
- this.dateTimePickerClnDate.Value = new System.DateTime(2016, 6, 1, 0, 0, 0, 0);
- //
- // buttonPatientSelect
- //
- this.buttonPatientSelect.Location = new System.Drawing.Point(248, 80);
- this.buttonPatientSelect.Name = "buttonPatientSelect";
- this.buttonPatientSelect.Size = new System.Drawing.Size(71, 23);
- this.buttonPatientSelect.TabIndex = 44;
- this.buttonPatientSelect.Text = "조회";
- this.buttonPatientSelect.UseVisualStyleBackColor = true;
- this.buttonPatientSelect.Click += new System.EventHandler(this.buttonPatientSelect_Click);
- //
- // PatientSelectTabSearchPatient
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.dataGridViewPatientSelectResult);
- this.Controls.Add(this.panel1);
- this.Margin = new System.Windows.Forms.Padding(0);
- this.Name = "PatientSelectTabSearchPatient";
- this.Size = new System.Drawing.Size(1105, 591);
- this.Load += new System.EventHandler(this.PatientSelectTabSearchPatient_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewPatientSelectResult)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridViewPatientSelectResult;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.TextBox textBoxSearchText;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.ComboBox comboDept;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ComboBox comboDoctor;
- private System.Windows.Forms.Label labelSelectPeriod;
- private System.Windows.Forms.DateTimePicker dateTimePickerClnDate;
- private System.Windows.Forms.Button buttonPatientSelect;
- private System.Windows.Forms.RadioButton radioGubunER;
- private System.Windows.Forms.RadioButton radioGubunIn;
- private System.Windows.Forms.RadioButton radioGubunOut;
- private System.Windows.Forms.Button buttonSearchPop;
- private System.Windows.Forms.Label label9;
- }
- }
|