123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- namespace CLIP.eForm.Consent.UI {
- partial class PatientSelectTabExam {
- /// <summary>
- /// 필수 디자이너 변수입니다.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 사용 중인 모든 리소스를 정리합니다.
- /// </summary>
- /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
- protected override void Dispose(bool disposing) {
- if (disposing && (components != null)) {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 구성 요소 디자이너에서 생성한 코드
- /// <summary>
- /// 디자이너 지원에 필요한 메서드입니다.
- /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
- /// </summary>
- private void InitializeComponent() {
- this.panel1 = new System.Windows.Forms.Panel();
- this.chkIsMainD = new System.Windows.Forms.CheckBox();
- this.mainDr = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.radioGubunEx = new System.Windows.Forms.RadioButton();
- this.radioGubunIn = new System.Windows.Forms.RadioButton();
- this.radioGubunOut = new System.Windows.Forms.RadioButton();
- this.radioGubunAll = new System.Windows.Forms.RadioButton();
- this.label3 = new System.Windows.Forms.Label();
- this.todt = new System.Windows.Forms.DateTimePicker();
- this.label9 = new System.Windows.Forms.Label();
- this.txtBoxPid = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.fromdt = new System.Windows.Forms.DateTimePicker();
- this.buttonPatientSelect = new System.Windows.Forms.Button();
- this.setSupportDepts = new System.Windows.Forms.Button();
- this.gridPatientList = new System.Windows.Forms.DataGridView();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridPatientList)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.chkIsMainD);
- this.panel1.Controls.Add(this.mainDr);
- this.panel1.Controls.Add(this.label5);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.radioGubunEx);
- this.panel1.Controls.Add(this.radioGubunIn);
- this.panel1.Controls.Add(this.radioGubunOut);
- this.panel1.Controls.Add(this.radioGubunAll);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.todt);
- this.panel1.Controls.Add(this.label9);
- this.panel1.Controls.Add(this.txtBoxPid);
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.fromdt);
- this.panel1.Controls.Add(this.buttonPatientSelect);
- this.panel1.Controls.Add(this.setSupportDepts);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(720, 591);
- this.panel1.TabIndex = 97;
- //
- // chkIsMainD
- //
- this.chkIsMainD.AutoSize = true;
- this.chkIsMainD.Location = new System.Drawing.Point(155, 127);
- this.chkIsMainD.Name = "chkIsMainD";
- this.chkIsMainD.Size = new System.Drawing.Size(60, 16);
- this.chkIsMainD.TabIndex = 116;
- this.chkIsMainD.Text = "처방의";
- this.chkIsMainD.UseVisualStyleBackColor = true;
- //
- // mainDr
- //
- this.mainDr.Location = new System.Drawing.Point(62, 125);
- this.mainDr.Margin = new System.Windows.Forms.Padding(0);
- this.mainDr.MaxLength = 10;
- this.mainDr.Name = "mainDr";
- this.mainDr.Size = new System.Drawing.Size(80, 21);
- this.mainDr.TabIndex = 115;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(4, 128);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(53, 12);
- this.label5.TabIndex = 114;
- this.label5.Text = "판독의사";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(334, 289);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 113;
- this.label1.Text = "등록번호";
- //
- // radioGubunEx
- //
- this.radioGubunEx.AutoSize = true;
- this.radioGubunEx.Location = new System.Drawing.Point(189, 71);
- this.radioGubunEx.Name = "radioGubunEx";
- this.radioGubunEx.Size = new System.Drawing.Size(47, 16);
- this.radioGubunEx.TabIndex = 112;
- this.radioGubunEx.Tag = "RE";
- this.radioGubunEx.Text = "판독";
- this.radioGubunEx.UseVisualStyleBackColor = true;
- //
- // radioGubunIn
- //
- this.radioGubunIn.AutoSize = true;
- this.radioGubunIn.Location = new System.Drawing.Point(139, 71);
- this.radioGubunIn.Name = "radioGubunIn";
- this.radioGubunIn.Size = new System.Drawing.Size(47, 16);
- this.radioGubunIn.TabIndex = 111;
- this.radioGubunIn.Tag = "AC";
- this.radioGubunIn.Text = "실시";
- this.radioGubunIn.UseVisualStyleBackColor = true;
- //
- // radioGubunOut
- //
- this.radioGubunOut.AutoSize = true;
- this.radioGubunOut.Location = new System.Drawing.Point(89, 71);
- 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 = 110;
- this.radioGubunOut.Tag = "RC";
- this.radioGubunOut.Text = "접수";
- this.radioGubunOut.UseVisualStyleBackColor = true;
- //
- // radioGubunAll
- //
- this.radioGubunAll.AutoSize = true;
- this.radioGubunAll.Checked = true;
- this.radioGubunAll.Location = new System.Drawing.Point(39, 71);
- this.radioGubunAll.Name = "radioGubunAll";
- this.radioGubunAll.Size = new System.Drawing.Size(47, 16);
- this.radioGubunAll.TabIndex = 109;
- this.radioGubunAll.TabStop = true;
- this.radioGubunAll.Tag = "";
- this.radioGubunAll.Text = "전체";
- this.radioGubunAll.UseVisualStyleBackColor = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(136, 48);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(14, 12);
- this.label3.TabIndex = 108;
- this.label3.Text = "~";
- //
- // todt
- //
- this.todt.CustomFormat = "yyyy-MM-dd";
- this.todt.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.todt.Location = new System.Drawing.Point(154, 42);
- this.todt.Name = "todt";
- this.todt.Size = new System.Drawing.Size(85, 21);
- this.todt.TabIndex = 107;
- this.todt.Value = new System.DateTime(2016, 6, 1, 0, 0, 0, 0);
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(4, 73);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(29, 12);
- this.label9.TabIndex = 106;
- this.label9.Text = "구분";
- //
- // txtBoxPid
- //
- this.txtBoxPid.Location = new System.Drawing.Point(62, 96);
- this.txtBoxPid.Margin = new System.Windows.Forms.Padding(0);
- this.txtBoxPid.MaxLength = 10;
- this.txtBoxPid.Name = "txtBoxPid";
- this.txtBoxPid.Size = new System.Drawing.Size(80, 21);
- this.txtBoxPid.TabIndex = 102;
- this.txtBoxPid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxSearchText_KeyDown);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(4, 46);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(41, 12);
- this.label4.TabIndex = 101;
- this.label4.Text = "검사일";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(4, 100);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 100;
- this.label2.Text = "등록번호";
- //
- // fromdt
- //
- this.fromdt.CustomFormat = "yyyy-MM-dd";
- this.fromdt.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.fromdt.Location = new System.Drawing.Point(49, 42);
- this.fromdt.Name = "fromdt";
- this.fromdt.Size = new System.Drawing.Size(85, 21);
- this.fromdt.TabIndex = 98;
- this.fromdt.Value = new System.DateTime(2016, 6, 1, 0, 0, 0, 0);
- //
- // buttonPatientSelect
- //
- this.buttonPatientSelect.Location = new System.Drawing.Point(155, 95);
- this.buttonPatientSelect.Name = "buttonPatientSelect";
- this.buttonPatientSelect.Size = new System.Drawing.Size(50, 23);
- this.buttonPatientSelect.TabIndex = 99;
- this.buttonPatientSelect.Text = "조회";
- this.buttonPatientSelect.UseVisualStyleBackColor = true;
- this.buttonPatientSelect.Click += new System.EventHandler(this.buttonPatientSelect_Click);
- //
- // setSupportDepts
- //
- this.setSupportDepts.Location = new System.Drawing.Point(3, 3);
- this.setSupportDepts.Name = "setSupportDepts";
- this.setSupportDepts.Size = new System.Drawing.Size(93, 35);
- this.setSupportDepts.TabIndex = 97;
- this.setSupportDepts.Text = "지원부서설정";
- this.setSupportDepts.UseVisualStyleBackColor = true;
- this.setSupportDepts.Click += new System.EventHandler(this.setSupportDepts_Click);
- //
- // gridPatientList
- //
- this.gridPatientList.AllowUserToAddRows = false;
- this.gridPatientList.AllowUserToDeleteRows = false;
- this.gridPatientList.AllowUserToResizeRows = false;
- this.gridPatientList.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.gridPatientList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.gridPatientList.Location = new System.Drawing.Point(0, 154);
- this.gridPatientList.MultiSelect = false;
- this.gridPatientList.Name = "gridPatientList";
- this.gridPatientList.RowHeadersWidth = 40;
- this.gridPatientList.RowTemplate.Height = 23;
- this.gridPatientList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.gridPatientList.ShowEditingIcon = false;
- this.gridPatientList.Size = new System.Drawing.Size(720, 437);
- this.gridPatientList.TabIndex = 112;
- this.gridPatientList.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridPatientList_CellContentClick);
- //
- // PatientSelectTabExam
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.gridPatientList);
- this.Controls.Add(this.panel1);
- this.Margin = new System.Windows.Forms.Padding(0);
- this.Name = "PatientSelectTabExam";
- this.Size = new System.Drawing.Size(720, 591);
- this.Load += new System.EventHandler(this.PatientSelectTabExam_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.gridPatientList)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.DateTimePicker todt;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox txtBoxPid;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DateTimePicker fromdt;
- private System.Windows.Forms.Button buttonPatientSelect;
- private System.Windows.Forms.Button setSupportDepts;
- private System.Windows.Forms.DataGridView gridPatientList;
- private System.Windows.Forms.RadioButton radioGubunAll;
- private System.Windows.Forms.RadioButton radioGubunEx;
- private System.Windows.Forms.RadioButton radioGubunIn;
- private System.Windows.Forms.RadioButton radioGubunOut;
- private System.Windows.Forms.TextBox mainDr;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.CheckBox chkIsMainD;
- }
- }
|