| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 | namespace PTMedicalInsurance.Forms{    partial class PrescriptionForm    {        /// <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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();            this.txtNo = new Sunny.UI.UITextBox();            this.txtName = new Sunny.UI.UITextBox();            this.uiLabel2 = new Sunny.UI.UILabel();            this.uiLabel1 = new Sunny.UI.UILabel();            this.dgvHistory = new Sunny.UI.UIDataGridView();            this.uiPanel1 = new Sunny.UI.UIPanel();            this.btnQuery = new System.Windows.Forms.Button();            this.txtDoctorNo = new Sunny.UI.UITextBox();            this.uiLabel4 = new Sunny.UI.UILabel();            this.txtAdmID = new Sunny.UI.UITextBox();            this.uiLabel3 = new Sunny.UI.UILabel();            this.dgvAdm = new Sunny.UI.UIDataGridView();            ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).BeginInit();            this.uiPanel1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.dgvAdm)).BeginInit();            this.SuspendLayout();            //             // txtNo            //             this.txtNo.Cursor = System.Windows.Forms.Cursors.IBeam;            this.txtNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.txtNo.Location = new System.Drawing.Point(421, 26);            this.txtNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.txtNo.MinimumSize = new System.Drawing.Size(1, 16);            this.txtNo.Name = "txtNo";            this.txtNo.ShowText = false;            this.txtNo.Size = new System.Drawing.Size(186, 33);            this.txtNo.TabIndex = 17;            this.txtNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.txtNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // txtName            //             this.txtName.Cursor = System.Windows.Forms.Cursors.IBeam;            this.txtName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.txtName.Location = new System.Drawing.Point(127, 26);            this.txtName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.txtName.MinimumSize = new System.Drawing.Size(1, 16);            this.txtName.Name = "txtName";            this.txtName.ShowText = false;            this.txtName.Size = new System.Drawing.Size(147, 33);            this.txtName.TabIndex = 16;            this.txtName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.txtName.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiLabel2            //             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(301, 26);            this.uiLabel2.Name = "uiLabel2";            this.uiLabel2.Size = new System.Drawing.Size(113, 33);            this.uiLabel2.TabIndex = 15;            this.uiLabel2.Text = "身份证号码";            this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;            this.uiLabel2.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiLabel1            //             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(12, 26);            this.uiLabel1.Name = "uiLabel1";            this.uiLabel1.Size = new System.Drawing.Size(108, 33);            this.uiLabel1.TabIndex = 14;            this.uiLabel1.Text = "病人姓名:";            this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.TopRight;            this.uiLabel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // dgvHistory            //             this.dgvHistory.AllowUserToAddRows = false;            dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            this.dgvHistory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle11;            this.dgvHistory.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            this.dgvHistory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;            dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            dataGridViewCellStyle12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;            dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;            dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;            this.dgvHistory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle12;            this.dgvHistory.ColumnHeadersHeight = 32;            this.dgvHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;            dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;            dataGridViewCellStyle13.BackColor = System.Drawing.Color.White;            dataGridViewCellStyle13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle13.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));            dataGridViewCellStyle13.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;            this.dgvHistory.DefaultCellStyle = dataGridViewCellStyle13;            this.dgvHistory.Dock = System.Windows.Forms.DockStyle.Bottom;            this.dgvHistory.EnableHeadersVisualStyles = false;            this.dgvHistory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.dgvHistory.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));            this.dgvHistory.Location = new System.Drawing.Point(0, 297);            this.dgvHistory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.dgvHistory.Name = "dgvHistory";            dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;            dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            dataGridViewCellStyle14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;            this.dgvHistory.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;            this.dgvHistory.RowHeadersWidth = 62;            dataGridViewCellStyle15.BackColor = System.Drawing.Color.White;            dataGridViewCellStyle15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));            dataGridViewCellStyle15.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            this.dgvHistory.RowsDefaultCellStyle = dataGridViewCellStyle15;            this.dgvHistory.RowTemplate.Height = 23;            this.dgvHistory.SelectedIndex = -1;            this.dgvHistory.Size = new System.Drawing.Size(1824, 432);            this.dgvHistory.TabIndex = 18;            this.dgvHistory.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiPanel1            //             this.uiPanel1.Controls.Add(this.btnQuery);            this.uiPanel1.Controls.Add(this.txtDoctorNo);            this.uiPanel1.Controls.Add(this.txtName);            this.uiPanel1.Controls.Add(this.uiLabel4);            this.uiPanel1.Controls.Add(this.uiLabel1);            this.uiPanel1.Controls.Add(this.txtAdmID);            this.uiPanel1.Controls.Add(this.txtNo);            this.uiPanel1.Controls.Add(this.uiLabel3);            this.uiPanel1.Controls.Add(this.uiLabel2);            this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;            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, 0);            this.uiPanel1.Margin = new System.Windows.Forms.Padding(4);            this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);            this.uiPanel1.Name = "uiPanel1";            this.uiPanel1.Size = new System.Drawing.Size(1824, 87);            this.uiPanel1.TabIndex = 19;            this.uiPanel1.Text = null;            this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;            this.uiPanel1.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // btnQuery            //             this.btnQuery.Location = new System.Drawing.Point(1200, 24);            this.btnQuery.Name = "btnQuery";            this.btnQuery.Size = new System.Drawing.Size(119, 44);            this.btnQuery.TabIndex = 18;            this.btnQuery.Text = "查询(&S)";            this.btnQuery.UseVisualStyleBackColor = true;            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);            //             // txtDoctorNo            //             this.txtDoctorNo.Cursor = System.Windows.Forms.Cursors.IBeam;            this.txtDoctorNo.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.txtDoctorNo.Location = new System.Drawing.Point(748, 28);            this.txtDoctorNo.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.txtDoctorNo.MinimumSize = new System.Drawing.Size(1, 16);            this.txtDoctorNo.Name = "txtDoctorNo";            this.txtDoctorNo.ShowText = false;            this.txtDoctorNo.Size = new System.Drawing.Size(147, 33);            this.txtDoctorNo.TabIndex = 16;            this.txtDoctorNo.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.txtDoctorNo.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiLabel4            //             this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiLabel4.Location = new System.Drawing.Point(630, 28);            this.uiLabel4.Name = "uiLabel4";            this.uiLabel4.Size = new System.Drawing.Size(102, 33);            this.uiLabel4.TabIndex = 14;            this.uiLabel4.Text = "医师编号:";            this.uiLabel4.TextAlign = System.Drawing.ContentAlignment.TopRight;            this.uiLabel4.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // txtAdmID            //             this.txtAdmID.Cursor = System.Windows.Forms.Cursors.IBeam;            this.txtAdmID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.txtAdmID.Location = new System.Drawing.Point(1014, 30);            this.txtAdmID.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);            this.txtAdmID.MinimumSize = new System.Drawing.Size(1, 16);            this.txtAdmID.Name = "txtAdmID";            this.txtAdmID.ShowText = false;            this.txtAdmID.Size = new System.Drawing.Size(157, 33);            this.txtAdmID.TabIndex = 17;            this.txtAdmID.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;            this.txtAdmID.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // uiLabel3            //             this.uiLabel3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.uiLabel3.Location = new System.Drawing.Point(915, 28);            this.uiLabel3.Name = "uiLabel3";            this.uiLabel3.Size = new System.Drawing.Size(79, 33);            this.uiLabel3.TabIndex = 15;            this.uiLabel3.Text = "就诊ID:";            this.uiLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;            this.uiLabel3.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            //             // dgvAdm            //             this.dgvAdm.AllowUserToAddRows = false;            dataGridViewCellStyle16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            this.dgvAdm.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle16;            this.dgvAdm.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            this.dgvAdm.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;            dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;            dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            dataGridViewCellStyle17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle17.ForeColor = System.Drawing.Color.White;            dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;            dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.True;            this.dgvAdm.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle17;            this.dgvAdm.ColumnHeadersHeight = 32;            this.dgvAdm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;            dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;            dataGridViewCellStyle18.BackColor = System.Drawing.Color.White;            dataGridViewCellStyle18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle18.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));            dataGridViewCellStyle18.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.False;            this.dgvAdm.DefaultCellStyle = dataGridViewCellStyle18;            this.dgvAdm.Dock = System.Windows.Forms.DockStyle.Fill;            this.dgvAdm.EnableHeadersVisualStyles = false;            this.dgvAdm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            this.dgvAdm.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(173)))), ((int)(((byte)(255)))));            this.dgvAdm.Location = new System.Drawing.Point(0, 87);            this.dgvAdm.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.dgvAdm.Name = "dgvAdm";            dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;            dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));            dataGridViewCellStyle19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));            dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;            this.dgvAdm.RowHeadersDefaultCellStyle = dataGridViewCellStyle19;            this.dgvAdm.RowHeadersWidth = 62;            dataGridViewCellStyle20.BackColor = System.Drawing.Color.White;            dataGridViewCellStyle20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));            dataGridViewCellStyle20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(236)))), ((int)(((byte)(255)))));            dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));            this.dgvAdm.RowsDefaultCellStyle = dataGridViewCellStyle20;            this.dgvAdm.RowTemplate.Height = 23;            this.dgvAdm.SelectedIndex = -1;            this.dgvAdm.Size = new System.Drawing.Size(1824, 210);            this.dgvAdm.TabIndex = 20;            this.dgvAdm.ZoomScaleRect = new System.Drawing.Rectangle(0, 0, 0, 0);            this.dgvAdm.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.dgvAdm_SelectIndexChange);            //             // PrescriptionForm            //             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(1824, 729);            this.Controls.Add(this.dgvAdm);            this.Controls.Add(this.uiPanel1);            this.Controls.Add(this.dgvHistory);            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);            this.Name = "PrescriptionForm";            this.Text = "历史处方信息";            this.Load += new System.EventHandler(this.PrescriptionForm_Load);            ((System.ComponentModel.ISupportInitialize)(this.dgvHistory)).EndInit();            this.uiPanel1.ResumeLayout(false);            ((System.ComponentModel.ISupportInitialize)(this.dgvAdm)).EndInit();            this.ResumeLayout(false);        }        #endregion        private Sunny.UI.UITextBox txtNo;        private Sunny.UI.UITextBox txtName;        private Sunny.UI.UILabel uiLabel2;        private Sunny.UI.UILabel uiLabel1;        private Sunny.UI.UIDataGridView dgvHistory;        private Sunny.UI.UIPanel uiPanel1;        private System.Windows.Forms.Button btnQuery;        private Sunny.UI.UITextBox txtDoctorNo;        private Sunny.UI.UILabel uiLabel4;        private Sunny.UI.UITextBox txtAdmID;        private Sunny.UI.UILabel uiLabel3;        private Sunny.UI.UIDataGridView dgvAdm;    }}
 |