123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476 |
-
- namespace PTMedicalInsurance.Forms
- {
- partial class PrescriptionCirculation
- {
- /// <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 Windows Form 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- this.uiTabControl1 = new Sunny.UI.UITabControl();
- this.tb_PresUpload = new System.Windows.Forms.TabPage();
- this.gb_HISInsuReg = new Sunny.UI.UIGroupBox();
- this.dgv_HISRegInfo = new Sunny.UI.UIDataGridView();
- this.gb_Prescription = new Sunny.UI.UIGroupBox();
- this.dgv_PrescriptionInfo = new Sunny.UI.UIDataGridView();
- this.uiPanel1 = new Sunny.UI.UIPanel();
- this.uiLabel2 = new Sunny.UI.UILabel();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.dtED = new Sunny.UI.UIDatetimePicker();
- this.dtST = new Sunny.UI.UIDatetimePicker();
- this.tb_CertNo = new Sunny.UI.UITextBox();
- this.btnGetInfo = new Sunny.UI.UIButton();
- this.btnUpload_Pre = new Sunny.UI.UIButton();
- this.btnClose = new Sunny.UI.UIButton();
- this.btnPresUpload = new Sunny.UI.UIButton();
- this.tb_CancelPres = new System.Windows.Forms.TabPage();
- this.tb_PresInfo = new System.Windows.Forms.TabPage();
- this.tb_PresToExaInfo = new System.Windows.Forms.TabPage();
- this.tb_PresMediRes = new System.Windows.Forms.TabPage();
- this.uiTabControl1.SuspendLayout();
- this.tb_PresUpload.SuspendLayout();
- this.gb_HISInsuReg.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_HISRegInfo)).BeginInit();
- this.gb_Prescription.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgv_PrescriptionInfo)).BeginInit();
- this.uiPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // uiTabControl1
- //
- this.uiTabControl1.Controls.Add(this.tb_PresUpload);
- this.uiTabControl1.Controls.Add(this.tb_CancelPres);
- this.uiTabControl1.Controls.Add(this.tb_PresInfo);
- this.uiTabControl1.Controls.Add(this.tb_PresToExaInfo);
- this.uiTabControl1.Controls.Add(this.tb_PresMediRes);
- this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
- this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTabControl1.ItemSize = new System.Drawing.Size(180, 40);
- this.uiTabControl1.Location = new System.Drawing.Point(0, 0);
- this.uiTabControl1.MainPage = "";
- this.uiTabControl1.Name = "uiTabControl1";
- this.uiTabControl1.SelectedIndex = 0;
- this.uiTabControl1.Size = new System.Drawing.Size(1249, 762);
- this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.uiTabControl1.TabIndex = 0;
- this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTabControl1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_PresUpload
- //
- this.tb_PresUpload.Controls.Add(this.gb_HISInsuReg);
- this.tb_PresUpload.Controls.Add(this.gb_Prescription);
- this.tb_PresUpload.Controls.Add(this.uiPanel1);
- this.tb_PresUpload.Location = new System.Drawing.Point(0, 40);
- this.tb_PresUpload.Name = "tb_PresUpload";
- this.tb_PresUpload.Size = new System.Drawing.Size(1249, 722);
- this.tb_PresUpload.TabIndex = 0;
- this.tb_PresUpload.Text = "医保电子处方上传";
- this.tb_PresUpload.UseVisualStyleBackColor = true;
- //
- // gb_HISInsuReg
- //
- this.gb_HISInsuReg.Controls.Add(this.dgv_HISRegInfo);
- this.gb_HISInsuReg.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gb_HISInsuReg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gb_HISInsuReg.Location = new System.Drawing.Point(0, 0);
- this.gb_HISInsuReg.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gb_HISInsuReg.MinimumSize = new System.Drawing.Size(1, 1);
- this.gb_HISInsuReg.Name = "gb_HISInsuReg";
- this.gb_HISInsuReg.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gb_HISInsuReg.Size = new System.Drawing.Size(1249, 296);
- this.gb_HISInsuReg.TabIndex = 9;
- this.gb_HISInsuReg.Text = "HIS就诊信息(双击查看处方明细)";
- this.gb_HISInsuReg.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gb_HISInsuReg.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgv_HISRegInfo
- //
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_HISRegInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgv_HISRegInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_HISRegInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_HISRegInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgv_HISRegInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv_HISRegInfo.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgv_HISRegInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv_HISRegInfo.EnableHeadersVisualStyles = false;
- this.dgv_HISRegInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv_HISRegInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgv_HISRegInfo.Location = new System.Drawing.Point(0, 32);
- this.dgv_HISRegInfo.Name = "dgv_HISRegInfo";
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_HISRegInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgv_HISRegInfo.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgv_HISRegInfo.RowTemplate.Height = 23;
- this.dgv_HISRegInfo.SelectedIndex = -1;
- this.dgv_HISRegInfo.Size = new System.Drawing.Size(1249, 264);
- this.dgv_HISRegInfo.TabIndex = 4;
- this.dgv_HISRegInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.dgv_HISRegInfo.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_HISRegInfo_CellDoubleClick);
- //
- // gb_Prescription
- //
- this.gb_Prescription.Controls.Add(this.dgv_PrescriptionInfo);
- this.gb_Prescription.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.gb_Prescription.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gb_Prescription.Location = new System.Drawing.Point(0, 296);
- this.gb_Prescription.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.gb_Prescription.MinimumSize = new System.Drawing.Size(1, 1);
- this.gb_Prescription.Name = "gb_Prescription";
- this.gb_Prescription.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.gb_Prescription.Size = new System.Drawing.Size(1249, 347);
- this.gb_Prescription.TabIndex = 6;
- this.gb_Prescription.Text = "处方信息";
- this.gb_Prescription.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.gb_Prescription.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dgv_PrescriptionInfo
- //
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_PrescriptionInfo.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgv_PrescriptionInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- this.dgv_PrescriptionInfo.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_PrescriptionInfo.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
- this.dgv_PrescriptionInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle8.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgv_PrescriptionInfo.DefaultCellStyle = dataGridViewCellStyle8;
- this.dgv_PrescriptionInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgv_PrescriptionInfo.EnableHeadersVisualStyles = false;
- this.dgv_PrescriptionInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgv_PrescriptionInfo.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));
- this.dgv_PrescriptionInfo.Location = new System.Drawing.Point(0, 32);
- this.dgv_PrescriptionInfo.Name = "dgv_PrescriptionInfo";
- dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgv_PrescriptionInfo.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.dgv_PrescriptionInfo.RowsDefaultCellStyle = dataGridViewCellStyle10;
- this.dgv_PrescriptionInfo.RowTemplate.Height = 23;
- this.dgv_PrescriptionInfo.SelectedIndex = -1;
- this.dgv_PrescriptionInfo.Size = new System.Drawing.Size(1249, 315);
- this.dgv_PrescriptionInfo.TabIndex = 5;
- this.dgv_PrescriptionInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiPanel1
- //
- this.uiPanel1.Controls.Add(this.uiLabel2);
- this.uiPanel1.Controls.Add(this.uiLabel1);
- this.uiPanel1.Controls.Add(this.dtED);
- this.uiPanel1.Controls.Add(this.dtST);
- this.uiPanel1.Controls.Add(this.tb_CertNo);
- this.uiPanel1.Controls.Add(this.btnGetInfo);
- this.uiPanel1.Controls.Add(this.btnUpload_Pre);
- this.uiPanel1.Controls.Add(this.btnClose);
- this.uiPanel1.Controls.Add(this.btnPresUpload);
- this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.uiPanel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiPanel1.Location = new System.Drawing.Point(0, 643);
- this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiPanel1.Name = "uiPanel1";
- this.uiPanel1.Size = new System.Drawing.Size(1249, 79);
- this.uiPanel1.TabIndex = 0;
- this.uiPanel1.Text = null;
- this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel2
- //
- this.uiLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel2.Location = new System.Drawing.Point(475, 29);
- this.uiLabel2.Name = "uiLabel2";
- this.uiLabel2.Size = new System.Drawing.Size(90, 23);
- this.uiLabel2.TabIndex = 39;
- this.uiLabel2.Text = "身份证号:";
- this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // uiLabel1
- //
- this.uiLabel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.Location = new System.Drawing.Point(7, 29);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(90, 23);
- this.uiLabel1.TabIndex = 38;
- this.uiLabel1.Text = "查询时间:";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dtED
- //
- this.dtED.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.dtED.FillColor = System.Drawing.Color.White;
- this.dtED.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtED.Location = new System.Drawing.Point(283, 26);
- this.dtED.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.dtED.MaxLength = 19;
- this.dtED.MinimumSize = new System.Drawing.Size(63, 0);
- this.dtED.Name = "dtED";
- this.dtED.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.dtED.Size = new System.Drawing.Size(184, 29);
- this.dtED.SymbolDropDown = 61555;
- this.dtED.SymbolNormal = 61555;
- this.dtED.TabIndex = 37;
- this.dtED.Text = "2023-06-15 00:00:00";
- this.dtED.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.dtED.Value = new System.DateTime(2023, 6, 15, 0, 0, 0, 0);
- this.dtED.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // dtST
- //
- this.dtST.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.dtST.FillColor = System.Drawing.Color.White;
- this.dtST.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtST.Location = new System.Drawing.Point(97, 26);
- this.dtST.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.dtST.MaxLength = 19;
- this.dtST.MinimumSize = new System.Drawing.Size(63, 0);
- this.dtST.Name = "dtST";
- this.dtST.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
- this.dtST.Size = new System.Drawing.Size(184, 29);
- this.dtST.SymbolDropDown = 61555;
- this.dtST.SymbolNormal = 61555;
- this.dtST.TabIndex = 36;
- this.dtST.Text = "2023-06-14 00:00:00";
- this.dtST.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.dtST.Value = new System.DateTime(2023, 6, 14, 0, 0, 0, 0);
- this.dtST.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // tb_CertNo
- //
- this.tb_CertNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.tb_CertNo.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.tb_CertNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tb_CertNo.Location = new System.Drawing.Point(565, 26);
- this.tb_CertNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.tb_CertNo.MinimumSize = new System.Drawing.Size(1, 16);
- this.tb_CertNo.Name = "tb_CertNo";
- this.tb_CertNo.ShowText = false;
- this.tb_CertNo.Size = new System.Drawing.Size(175, 29);
- this.tb_CertNo.TabIndex = 30;
- this.tb_CertNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- this.tb_CertNo.Watermark = "请输入身份证号";
- this.tb_CertNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- //
- // btnGetInfo
- //
- this.btnGetInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
- this.btnGetInfo.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnGetInfo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnGetInfo.Location = new System.Drawing.Point(743, 14);
- this.btnGetInfo.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnGetInfo.Name = "btnGetInfo";
- this.btnGetInfo.Size = new System.Drawing.Size(120, 50);
- this.btnGetInfo.TabIndex = 29;
- this.btnGetInfo.Text = "1.查询患者信息";
- this.btnGetInfo.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnGetInfo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnGetInfo.Click += new System.EventHandler(this.btnReadCard_Click);
- //
- // btnUpload_Pre
- //
- this.btnUpload_Pre.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnUpload_Pre.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnUpload_Pre.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUpload_Pre.Location = new System.Drawing.Point(922, 14);
- this.btnUpload_Pre.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnUpload_Pre.Name = "btnUpload_Pre";
- this.btnUpload_Pre.Size = new System.Drawing.Size(106, 50);
- this.btnUpload_Pre.TabIndex = 2;
- this.btnUpload_Pre.Text = "2.预核验";
- this.btnUpload_Pre.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUpload_Pre.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnUpload_Pre.Click += new System.EventHandler(this.btnUpload_Pre_Click);
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.Location = new System.Drawing.Point(1138, 14);
- this.btnClose.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(108, 50);
- this.btnClose.TabIndex = 1;
- this.btnClose.Text = "退 出";
- this.btnClose.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // btnPresUpload
- //
- this.btnPresUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnPresUpload.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnPresUpload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPresUpload.Location = new System.Drawing.Point(1030, 14);
- this.btnPresUpload.MinimumSize = new System.Drawing.Size(1, 1);
- this.btnPresUpload.Name = "btnPresUpload";
- this.btnPresUpload.Size = new System.Drawing.Size(106, 50);
- this.btnPresUpload.TabIndex = 0;
- this.btnPresUpload.Text = "3.确认上传";
- this.btnPresUpload.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPresUpload.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);
- this.btnPresUpload.Click += new System.EventHandler(this.btnPresUpload_Click);
- //
- // tb_CancelPres
- //
- this.tb_CancelPres.Location = new System.Drawing.Point(0, 40);
- this.tb_CancelPres.Name = "tb_CancelPres";
- this.tb_CancelPres.Size = new System.Drawing.Size(1249, 722);
- this.tb_CancelPres.TabIndex = 1;
- this.tb_CancelPres.Text = "电子处方已上传撤销";
- this.tb_CancelPres.UseVisualStyleBackColor = true;
- //
- // tb_PresInfo
- //
- this.tb_PresInfo.Location = new System.Drawing.Point(0, 40);
- this.tb_PresInfo.Name = "tb_PresInfo";
- this.tb_PresInfo.Size = new System.Drawing.Size(1249, 722);
- this.tb_PresInfo.TabIndex = 2;
- this.tb_PresInfo.Text = "电子处方信息查询";
- this.tb_PresInfo.UseVisualStyleBackColor = true;
- //
- // tb_PresToExaInfo
- //
- this.tb_PresToExaInfo.Location = new System.Drawing.Point(0, 40);
- this.tb_PresToExaInfo.Name = "tb_PresToExaInfo";
- this.tb_PresToExaInfo.Size = new System.Drawing.Size(1249, 722);
- this.tb_PresToExaInfo.TabIndex = 3;
- this.tb_PresToExaInfo.Text = "电子处方审核结果查询";
- this.tb_PresToExaInfo.UseVisualStyleBackColor = true;
- //
- // tb_PresMediRes
- //
- this.tb_PresMediRes.Location = new System.Drawing.Point(0, 40);
- this.tb_PresMediRes.Name = "tb_PresMediRes";
- this.tb_PresMediRes.Size = new System.Drawing.Size(1249, 722);
- this.tb_PresMediRes.TabIndex = 4;
- this.tb_PresMediRes.Text = "电子处方取药结果查询";
- this.tb_PresMediRes.UseVisualStyleBackColor = true;
- //
- // PrescriptionCirculation
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1249, 762);
- this.Controls.Add(this.uiTabControl1);
- this.Name = "PrescriptionCirculation";
- this.Text = "医保处方流转";
- this.uiTabControl1.ResumeLayout(false);
- this.tb_PresUpload.ResumeLayout(false);
- this.gb_HISInsuReg.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_HISRegInfo)).EndInit();
- this.gb_Prescription.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgv_PrescriptionInfo)).EndInit();
- this.uiPanel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITabControl uiTabControl1;
- private System.Windows.Forms.TabPage tb_PresUpload;
- private Sunny.UI.UIPanel uiPanel1;
- private Sunny.UI.UIButton btnClose;
- private Sunny.UI.UIButton btnPresUpload;
- private System.Windows.Forms.TabPage tb_CancelPres;
- private System.Windows.Forms.TabPage tb_PresInfo;
- private System.Windows.Forms.TabPage tb_PresToExaInfo;
- private System.Windows.Forms.TabPage tb_PresMediRes;
- private Sunny.UI.UIButton btnUpload_Pre;
- private Sunny.UI.UIButton btnGetInfo;
- private Sunny.UI.UIGroupBox gb_Prescription;
- private Sunny.UI.UITextBox tb_CertNo;
- private Sunny.UI.UILabel uiLabel2;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UIDatetimePicker dtED;
- private Sunny.UI.UIDatetimePicker dtST;
- private Sunny.UI.UIDataGridView dgv_PrescriptionInfo;
- private Sunny.UI.UIGroupBox gb_HISInsuReg;
- private Sunny.UI.UIDataGridView dgv_HISRegInfo;
- }
- }
|