Ejemplo n.º 1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.listView1     = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.panel1        = new System.Windows.Forms.Panel();
     this.btnReset      = new PinkieControls.ButtonXP();
     this.btnEsc        = new PinkieControls.ButtonXP();
     this.label3        = new System.Windows.Forms.Label();
     this.listView2     = new System.Windows.Forms.ListView();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader8
     });
     this.listView1.Enabled       = false;
     this.listView1.FullRowSelect = true;
     this.listView1.Location      = new System.Drawing.Point(8, 40);
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(520, 40);
     this.listView1.TabIndex      = 2;
     this.listView1.View          = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "现金合计";
     this.columnHeader1.Width = 80;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "刷卡金额";
     this.columnHeader2.Width = 80;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "支票金额";
     this.columnHeader3.Width = 80;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "医保记帐金额";
     this.columnHeader4.Width = 100;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "公费记帐金额";
     this.columnHeader5.Width = 100;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "其它金额";
     this.columnHeader8.Width = 80;
     //
     // label2
     //
     this.label2.Font       = new System.Drawing.Font("宋体", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label2.ForeColor  = System.Drawing.Color.OrangeRed;
     this.label2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.Location   = new System.Drawing.Point(120, 8);
     this.label2.Name       = "label2";
     this.label2.Size       = new System.Drawing.Size(408, 24);
     this.label2.TabIndex   = 1;
     this.label2.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Font       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.ForeColor  = System.Drawing.SystemColors.Desktop;
     this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label1.Location   = new System.Drawing.Point(3, 4);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(120, 32);
     this.label1.TabIndex   = 0;
     this.label1.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.BackColor   = System.Drawing.SystemColors.Control;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.btnReset);
     this.panel1.Controls.Add(this.btnEsc);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.listView2);
     this.panel1.Controls.Add(this.listView1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(536, 237);
     this.panel1.TabIndex = 1;
     //
     // btnReset
     //
     this.btnReset.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnReset.DefaultScheme = true;
     this.btnReset.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnReset.Hint          = "";
     this.btnReset.Location      = new System.Drawing.Point(368, 120);
     this.btnReset.Name          = "btnReset";
     this.btnReset.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnReset.Size          = new System.Drawing.Size(128, 40);
     this.btnReset.TabIndex      = 7;
     this.btnReset.Text          = "刷新(F5)";
     this.btnReset.Click        += new System.EventHandler(this.btnReset_Click);
     //
     // btnEsc
     //
     this.btnEsc.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnEsc.DefaultScheme = true;
     this.btnEsc.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnEsc.Hint          = "";
     this.btnEsc.Location      = new System.Drawing.Point(368, 184);
     this.btnEsc.Name          = "btnEsc";
     this.btnEsc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnEsc.Size          = new System.Drawing.Size(128, 40);
     this.btnEsc.TabIndex      = 6;
     this.btnEsc.Text          = "退出(ESC)";
     this.btnEsc.Click        += new System.EventHandler(this.btnEsc_Click);
     //
     // label3
     //
     this.label3.Font       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label3.ForeColor  = System.Drawing.SystemColors.Desktop;
     this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label3.Location   = new System.Drawing.Point(8, 88);
     this.label3.Name       = "label3";
     this.label3.Size       = new System.Drawing.Size(64, 24);
     this.label3.TabIndex   = 4;
     this.label3.Text       = "发票号:";
     this.label3.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // listView2
     //
     this.listView2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader6,
         this.columnHeader7
     });
     this.listView2.FullRowSelect = true;
     this.listView2.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView2.Location      = new System.Drawing.Point(7, 112);
     this.listView2.MultiSelect   = false;
     this.listView2.Name          = "listView2";
     this.listView2.Size          = new System.Drawing.Size(329, 120);
     this.listView2.TabIndex      = 3;
     this.listView2.View          = System.Windows.Forms.View.Details;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "开始发票号";
     this.columnHeader6.Width = 130;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "结束发票号";
     this.columnHeader7.Width = 130;
     //
     // frmLocatingDay
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(536, 237);
     this.Controls.Add(this.panel1);
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.Name          = "frmLocatingDay";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "收费跟踪";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmLocatingDay_KeyDown);
     this.Load         += new System.EventHandler(this.frmLocatingDay_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1       = new System.Windows.Forms.Panel();
     this.btnCancel    = new PinkieControls.ButtonXP();
     this.btnLogin     = new PinkieControls.ButtonXP();
     this.txtLoginPwd  = new System.Windows.Forms.TextBox();
     this.txtLoginName = new System.Windows.Forms.TextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.label1       = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnCancel);
     this.panel1.Controls.Add(this.btnLogin);
     this.panel1.Controls.Add(this.txtLoginPwd);
     this.panel1.Controls.Add(this.txtLoginName);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(8, 8);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(219, 104);
     this.panel1.TabIndex = 0;
     //
     // btnCancel
     //
     this.btnCancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btnCancel.DefaultScheme = true;
     this.btnCancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnCancel.Hint          = "";
     this.btnCancel.Location      = new System.Drawing.Point(130, 64);
     this.btnCancel.Name          = "btnCancel";
     this.btnCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnCancel.Size          = new System.Drawing.Size(62, 28);
     this.btnCancel.TabIndex      = 9;
     this.btnCancel.Text          = "取  消";
     //
     // btnLogin
     //
     this.btnLogin.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btnLogin.DefaultScheme = true;
     this.btnLogin.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnLogin.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnLogin.Hint          = "";
     this.btnLogin.Location      = new System.Drawing.Point(56, 64);
     this.btnLogin.Name          = "btnLogin";
     this.btnLogin.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnLogin.Size          = new System.Drawing.Size(60, 28);
     this.btnLogin.TabIndex      = 8;
     this.btnLogin.Text          = "确  认";
     this.btnLogin.Click        += new System.EventHandler(this.btnLogin_Click);
     //
     // txtLoginPwd
     //
     this.txtLoginPwd.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtLoginPwd.Location = new System.Drawing.Point(56, 35);
     this.txtLoginPwd.Name     = "txtLoginPwd";
     this.txtLoginPwd.Size     = new System.Drawing.Size(136, 23);
     this.txtLoginPwd.TabIndex = 7;
     this.txtLoginPwd.UseSystemPasswordChar = true;
     this.txtLoginPwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLoginPwd_KeyDown);
     //
     // txtLoginName
     //
     this.txtLoginName.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtLoginName.Location = new System.Drawing.Point(56, 9);
     this.txtLoginName.Name     = "txtLoginName";
     this.txtLoginName.Size     = new System.Drawing.Size(136, 23);
     this.txtLoginName.TabIndex = 4;
     this.txtLoginName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtLoginName_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(8, 39);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(42, 14);
     this.label2.TabIndex = 6;
     this.label2.Text     = "密 码";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(8, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(42, 14);
     this.label1.TabIndex = 5;
     this.label1.Text     = "帐 号";
     //
     // frmConfirmLogin
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(237, 123);
     this.Controls.Add(this.panel1);
     this.Name          = "frmConfirmLogin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "检验审核身份登录";
     this.Load         += new System.EventHandler(this.frmConfirmLogin_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1     = new System.Windows.Forms.Label();
     this.m_DTPStart = new System.Windows.Forms.DateTimePicker();
     this.m_DTPEnd   = new System.Windows.Forms.DateTimePicker();
     this.label2     = new System.Windows.Forms.Label();
     this.m_btnSave  = new PinkieControls.ButtonXP();
     this.buttonXP2  = new PinkieControls.ButtonXP();
     this.m_lb       = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(16, 18);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(63, 19);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "开始日期";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_DTPStart
     //
     this.m_DTPStart.Location = new System.Drawing.Point(80, 16);
     this.m_DTPStart.Name     = "m_DTPStart";
     this.m_DTPStart.Size     = new System.Drawing.Size(120, 23);
     this.m_DTPStart.TabIndex = 2;
     //
     // m_DTPEnd
     //
     this.m_DTPEnd.Location = new System.Drawing.Point(80, 48);
     this.m_DTPEnd.Name     = "m_DTPEnd";
     this.m_DTPEnd.Size     = new System.Drawing.Size(120, 23);
     this.m_DTPEnd.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(16, 50);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(63, 19);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "结束日期";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_btnSave
     //
     this.m_btnSave.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnSave.DefaultScheme = true;
     this.m_btnSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnSave.Hint          = "";
     this.m_btnSave.Location      = new System.Drawing.Point(24, 88);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(72, 24);
     this.m_btnSave.TabIndex      = 5;
     this.m_btnSave.Text          = "导入";
     this.m_btnSave.Click        += new System.EventHandler(this.m_btnSave_Click);
     //
     // buttonXP2
     //
     this.buttonXP2.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.buttonXP2.DefaultScheme = true;
     this.buttonXP2.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.buttonXP2.Hint          = "";
     this.buttonXP2.Location      = new System.Drawing.Point(128, 88);
     this.buttonXP2.Name          = "buttonXP2";
     this.buttonXP2.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP2.Size          = new System.Drawing.Size(72, 24);
     this.buttonXP2.TabIndex      = 6;
     this.buttonXP2.Text          = "取消";
     this.buttonXP2.Click        += new System.EventHandler(this.buttonXP2_Click);
     //
     // m_lb
     //
     this.m_lb.Location  = new System.Drawing.Point(9, 8);
     this.m_lb.Name      = "m_lb";
     this.m_lb.Size      = new System.Drawing.Size(200, 72);
     this.m_lb.TabIndex  = 7;
     this.m_lb.Text      = "正在导入数据...";
     this.m_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.m_lb.Visible   = false;
     //
     // frmCreatePlanByDate
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.buttonXP2;
     this.ClientSize        = new System.Drawing.Size(224, 125);
     this.Controls.Add(this.m_lb);
     this.Controls.Add(this.buttonXP2);
     this.Controls.Add(this.m_btnSave);
     this.Controls.Add(this.m_DTPEnd);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_DTPStart);
     this.Controls.Add(this.label1);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Name            = "frmCreatePlanByDate";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "导入周计划";
     this.ResumeLayout(false);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel2 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.m_txtAPPUSERID_CHR2 = new System.Windows.Forms.TextBox();
     this.m_dtpStartAPPLY_DAT = new System.Windows.Forms.DateTimePicker();
     this.label8                  = new System.Windows.Forms.Label();
     this.cmdClose                = new PinkieControls.ButtonXP();
     this.cmdPrint                = new PinkieControls.ButtonXP();
     this.cmdCancellation         = new PinkieControls.ButtonXP();
     this.cmdFind                 = new PinkieControls.ButtonXP();
     this.m_dtpEndAPPLY_DAT       = new System.Windows.Forms.DateTimePicker();
     this.label6                  = new System.Windows.Forms.Label();
     this.label7                  = new System.Windows.Forms.Label();
     this.m_lstApplyInvoiceMan    = new System.Windows.Forms.ListView();
     this.columnHeader2           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1           = new System.Windows.Forms.ColumnHeader();
     this.gradientPanel1          = new com.digitalwave.iCare.gui.HIS.GradientPanel();
     this.cboType                 = new System.Windows.Forms.ComboBox();
     this.label11                 = new System.Windows.Forms.Label();
     this.label10                 = new System.Windows.Forms.Label();
     this.m_txtINVOICENUMBET_INT  = new System.Windows.Forms.TextBox();
     this.m_txtINVOICENOTO_VCHR   = new System.Windows.Forms.TextBox();
     this.m_txtINVOICENOFROM_VCHR = new System.Windows.Forms.TextBox();
     this.label9                  = new System.Windows.Forms.Label();
     this.cmdConfirm              = new PinkieControls.ButtonXP();
     this.m_dtpAPPLY_DAT          = new System.Windows.Forms.DateTimePicker();
     this.m_txtAPPUSERID_CHR      = new System.Windows.Forms.TextBox();
     this.label5                  = new System.Windows.Forms.Label();
     this.label4                  = new System.Windows.Forms.Label();
     this.label3                  = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.label1                  = new System.Windows.Forms.Label();
     this.m_txtAPPUSERNAME_CHR    = new System.Windows.Forms.TextBox();
     this.cmdEmpty                = new PinkieControls.ButtonXP();
     this.tableLayoutPanel1       = new System.Windows.Forms.TableLayoutPanel();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.gradientPanel1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.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.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.m_lstApplyInvoiceMan);
     this.panel2.Location = new System.Drawing.Point(0, 112);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(992, 500);
     this.panel2.TabIndex = 1;
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BackColor = System.Drawing.SystemColors.Control;
     this.panel3.Controls.Add(this.m_txtAPPUSERID_CHR2);
     this.panel3.Controls.Add(this.m_dtpStartAPPLY_DAT);
     this.panel3.Controls.Add(this.label8);
     this.panel3.Controls.Add(this.cmdClose);
     this.panel3.Controls.Add(this.cmdPrint);
     this.panel3.Controls.Add(this.cmdCancellation);
     this.panel3.Controls.Add(this.cmdFind);
     this.panel3.Controls.Add(this.m_dtpEndAPPLY_DAT);
     this.panel3.Controls.Add(this.label6);
     this.panel3.Controls.Add(this.label7);
     this.panel3.Location = new System.Drawing.Point(0, 448);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(988, 48);
     this.panel3.TabIndex = 1;
     //
     // m_txtAPPUSERID_CHR2
     //
     this.m_txtAPPUSERID_CHR2.Location  = new System.Drawing.Point(560, 14);
     this.m_txtAPPUSERID_CHR2.MaxLength = 7;
     this.m_txtAPPUSERID_CHR2.Name      = "m_txtAPPUSERID_CHR2";
     this.m_txtAPPUSERID_CHR2.Size      = new System.Drawing.Size(106, 23);
     this.m_txtAPPUSERID_CHR2.TabIndex  = 2;
     this.m_txtAPPUSERID_CHR2.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.m_txtAPPUSERID_CHR2_KeyUp);
     //
     // m_dtpStartAPPLY_DAT
     //
     this.m_dtpStartAPPLY_DAT.Location = new System.Drawing.Point(272, 14);
     this.m_dtpStartAPPLY_DAT.Name     = "m_dtpStartAPPLY_DAT";
     this.m_dtpStartAPPLY_DAT.Size     = new System.Drawing.Size(120, 23);
     this.m_dtpStartAPPLY_DAT.TabIndex = 8;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(384, 19);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(14, 14);
     this.label8.TabIndex = 15;
     this.label8.Text     = "-";
     //
     // cmdClose
     //
     this.cmdClose.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdClose.DefaultScheme = true;
     this.cmdClose.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdClose.Hint          = "";
     this.cmdClose.Location      = new System.Drawing.Point(880, 8);
     this.cmdClose.Name          = "cmdClose";
     this.cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdClose.Size          = new System.Drawing.Size(104, 32);
     this.cmdClose.TabIndex      = 14;
     this.cmdClose.Text          = "关  闭[Esc]";
     this.cmdClose.Click        += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdPrint
     //
     this.cmdPrint.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdPrint.DefaultScheme = true;
     this.cmdPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdPrint.Hint          = "";
     this.cmdPrint.Location      = new System.Drawing.Point(776, 8);
     this.cmdPrint.Name          = "cmdPrint";
     this.cmdPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdPrint.Size          = new System.Drawing.Size(104, 32);
     this.cmdPrint.TabIndex      = 12;
     this.cmdPrint.Text          = "打  印[F6]";
     //
     // cmdCancellation
     //
     this.cmdCancellation.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdCancellation.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdCancellation.DefaultScheme = true;
     this.cmdCancellation.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdCancellation.Hint          = "";
     this.cmdCancellation.Location      = new System.Drawing.Point(10, 8);
     this.cmdCancellation.Name          = "cmdCancellation";
     this.cmdCancellation.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdCancellation.Size          = new System.Drawing.Size(158, 32);
     this.cmdCancellation.TabIndex      = 11;
     this.cmdCancellation.Text          = "作废当前项发票[F4]";
     this.cmdCancellation.Click        += new System.EventHandler(this.cmdCancellation_Click);
     //
     // cmdFind
     //
     this.cmdFind.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdFind.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdFind.DefaultScheme = true;
     this.cmdFind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdFind.Hint          = "";
     this.cmdFind.Location      = new System.Drawing.Point(672, 8);
     this.cmdFind.Name          = "cmdFind";
     this.cmdFind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdFind.Size          = new System.Drawing.Size(104, 32);
     this.cmdFind.TabIndex      = 10;
     this.cmdFind.Text          = "查  询[F5]";
     this.cmdFind.Click        += new System.EventHandler(this.cmdFind_Click);
     //
     // m_dtpEndAPPLY_DAT
     //
     this.m_dtpEndAPPLY_DAT.Location = new System.Drawing.Point(400, 14);
     this.m_dtpEndAPPLY_DAT.Name     = "m_dtpEndAPPLY_DAT";
     this.m_dtpEndAPPLY_DAT.Size     = new System.Drawing.Size(120, 23);
     this.m_dtpEndAPPLY_DAT.TabIndex = 8;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(208, 18);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(77, 14);
     this.label6.TabIndex = 1;
     this.label6.Text     = "请领日期:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(520, 18);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(49, 14);
     this.label7.TabIndex = 1;
     this.label7.Text     = "工号:";
     //
     // m_lstApplyInvoiceMan
     //
     this.m_lstApplyInvoiceMan.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.m_lstApplyInvoiceMan.BackColor = System.Drawing.SystemColors.Window;
     this.m_lstApplyInvoiceMan.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10,
         this.columnHeader1
     });
     this.m_lstApplyInvoiceMan.FullRowSelect = true;
     this.m_lstApplyInvoiceMan.GridLines     = true;
     this.m_lstApplyInvoiceMan.HideSelection = false;
     this.m_lstApplyInvoiceMan.Location      = new System.Drawing.Point(0, 0);
     this.m_lstApplyInvoiceMan.Name          = "m_lstApplyInvoiceMan";
     this.m_lstApplyInvoiceMan.Size          = new System.Drawing.Size(988, 440);
     this.m_lstApplyInvoiceMan.TabIndex      = 0;
     this.m_lstApplyInvoiceMan.UseCompatibleStateImageBehavior = false;
     this.m_lstApplyInvoiceMan.View          = System.Windows.Forms.View.Details;
     this.m_lstApplyInvoiceMan.ItemActivate += new System.EventHandler(this.m_lstApplyInvoiceMan_ItemActivate);
     this.m_lstApplyInvoiceMan.ColumnClick  += new System.Windows.Forms.ColumnClickEventHandler(this.m_lstApplyInvoiceMan_ColumnClick);
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "请领人 ";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 100;
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "开始发票号";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader4.Width     = 100;
     //
     // columnHeader5
     //
     this.columnHeader5.Text      = "终止发票号";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader5.Width     = 100;
     //
     // columnHeader6
     //
     this.columnHeader6.Text      = "发票张数";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader6.Width     = 100;
     //
     // columnHeader8
     //
     this.columnHeader8.Text      = "请领日期";
     this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader8.Width     = 150;
     //
     // columnHeader9
     //
     this.columnHeader9.Text      = "作废人";
     this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader9.Width     = 100;
     //
     // columnHeader10
     //
     this.columnHeader10.Text      = "作废日期";
     this.columnHeader10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader10.Width     = 150;
     //
     // columnHeader1
     //
     this.columnHeader1.Text      = "发票类型";
     this.columnHeader1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader1.Width     = 150;
     //
     // gradientPanel1
     //
     this.gradientPanel1.Controls.Add(this.cboType);
     this.gradientPanel1.Controls.Add(this.label11);
     this.gradientPanel1.Controls.Add(this.label10);
     this.gradientPanel1.Controls.Add(this.m_txtINVOICENUMBET_INT);
     this.gradientPanel1.Controls.Add(this.m_txtINVOICENOTO_VCHR);
     this.gradientPanel1.Controls.Add(this.m_txtINVOICENOFROM_VCHR);
     this.gradientPanel1.Controls.Add(this.label9);
     this.gradientPanel1.Controls.Add(this.cmdConfirm);
     this.gradientPanel1.Controls.Add(this.m_dtpAPPLY_DAT);
     this.gradientPanel1.Controls.Add(this.m_txtAPPUSERID_CHR);
     this.gradientPanel1.Controls.Add(this.label5);
     this.gradientPanel1.Controls.Add(this.label4);
     this.gradientPanel1.Controls.Add(this.label3);
     this.gradientPanel1.Controls.Add(this.label2);
     this.gradientPanel1.Controls.Add(this.label1);
     this.gradientPanel1.Controls.Add(this.m_txtAPPUSERNAME_CHR);
     this.gradientPanel1.Controls.Add(this.cmdEmpty);
     this.gradientPanel1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.gradientPanel1.Flip                  = false;
     this.gradientPanel1.FloatingImage         = null;
     this.gradientPanel1.GradientAngle         = 90;
     this.gradientPanel1.GradientEndColor      = System.Drawing.Color.WhiteSmoke;
     this.gradientPanel1.GradientStartColor    = System.Drawing.SystemColors.Control;
     this.gradientPanel1.HorizontalFillPercent = 100F;
     this.gradientPanel1.imageXOffset          = 0;
     this.gradientPanel1.imageYOffset          = 0;
     this.gradientPanel1.Location              = new System.Drawing.Point(2, 2);
     this.gradientPanel1.Margin                = new System.Windows.Forms.Padding(0);
     this.gradientPanel1.Name                  = "gradientPanel1";
     this.gradientPanel1.Size                  = new System.Drawing.Size(985, 104);
     this.gradientPanel1.TabIndex              = 2;
     this.gradientPanel1.VerticalFillPercent   = 100F;
     //
     // cboType
     //
     this.cboType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboType.FormattingEnabled = true;
     this.cboType.Items.AddRange(new object[] {
         "广东省行政事业单位往来结算票据",
         "广东省行政事业性收费统一票据"
     });
     this.cboType.Location              = new System.Drawing.Point(173, 70);
     this.cboType.Name                  = "cboType";
     this.cboType.Size                  = new System.Drawing.Size(233, 22);
     this.cboType.TabIndex              = 27;
     this.cboType.Visible               = false;
     this.cboType.SelectedIndexChanged += new System.EventHandler(this.cboType_SelectedIndexChanged);
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.BackColor = System.Drawing.Color.Transparent;
     this.label11.Location  = new System.Drawing.Point(107, 73);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(77, 14);
     this.label11.TabIndex  = 28;
     this.label11.Text      = "票据类型:";
     this.label11.Visible   = false;
     //
     // label10
     //
     this.label10.BackColor = System.Drawing.Color.Transparent;
     this.label10.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.ForeColor = System.Drawing.Color.OrangeRed;
     this.label10.Location  = new System.Drawing.Point(645, 5);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(232, 80);
     this.label10.TabIndex  = 26;
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_txtINVOICENUMBET_INT
     //
     this.m_txtINVOICENUMBET_INT.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.m_txtINVOICENUMBET_INT.Location = new System.Drawing.Point(555, 37);
     this.m_txtINVOICENUMBET_INT.Name     = "m_txtINVOICENUMBET_INT";
     this.m_txtINVOICENUMBET_INT.ReadOnly = true;
     this.m_txtINVOICENUMBET_INT.Size     = new System.Drawing.Size(71, 23);
     this.m_txtINVOICENUMBET_INT.TabIndex = 18;
     this.m_txtINVOICENUMBET_INT.TabStop  = false;
     this.m_txtINVOICENUMBET_INT.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.m_txtINVOICENUMBET_INT_KeyUp);
     //
     // m_txtINVOICENOTO_VCHR
     //
     this.m_txtINVOICENOTO_VCHR.Location  = new System.Drawing.Point(364, 37);
     this.m_txtINVOICENOTO_VCHR.MaxLength = 20;
     this.m_txtINVOICENOTO_VCHR.Name      = "m_txtINVOICENOTO_VCHR";
     this.m_txtINVOICENOTO_VCHR.Size      = new System.Drawing.Size(120, 23);
     this.m_txtINVOICENOTO_VCHR.TabIndex  = 20;
     this.m_txtINVOICENOTO_VCHR.Leave    += new System.EventHandler(this.m_txtINVOICENOTO_VCHR_Leave);
     this.m_txtINVOICENOTO_VCHR.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.m_txtINVOICENOTO_VCHR_KeyUp);
     //
     // m_txtINVOICENOFROM_VCHR
     //
     this.m_txtINVOICENOFROM_VCHR.Location  = new System.Drawing.Point(173, 37);
     this.m_txtINVOICENOFROM_VCHR.MaxLength = 20;
     this.m_txtINVOICENOFROM_VCHR.Name      = "m_txtINVOICENOFROM_VCHR";
     this.m_txtINVOICENOFROM_VCHR.Size      = new System.Drawing.Size(100, 23);
     this.m_txtINVOICENOFROM_VCHR.TabIndex  = 21;
     this.m_txtINVOICENOFROM_VCHR.Leave    += new System.EventHandler(this.m_txtINVOICENOFROM_VCHR_Leave);
     this.m_txtINVOICENOFROM_VCHR.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.m_txtINVOICENOFROM_VCHR_KeyUp);
     //
     // label9
     //
     this.label9.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.label9.AutoSize  = true;
     this.label9.BackColor = System.Drawing.Color.Transparent;
     this.label9.Location  = new System.Drawing.Point(273, 10);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(14, 14);
     this.label9.TabIndex  = 25;
     this.label9.Text      = "-";
     //
     // cmdConfirm
     //
     this.cmdConfirm.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdConfirm.DefaultScheme = true;
     this.cmdConfirm.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdConfirm.Hint          = "";
     this.cmdConfirm.Location      = new System.Drawing.Point(423, 68);
     this.cmdConfirm.Name          = "cmdConfirm";
     this.cmdConfirm.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdConfirm.Size          = new System.Drawing.Size(99, 30);
     this.cmdConfirm.TabIndex      = 24;
     this.cmdConfirm.Text          = "确  定[F2]";
     this.cmdConfirm.Click        += new System.EventHandler(this.cmdConfirm_Click);
     //
     // m_dtpAPPLY_DAT
     //
     this.m_dtpAPPLY_DAT.Location = new System.Drawing.Point(509, 5);
     this.m_dtpAPPLY_DAT.Name     = "m_dtpAPPLY_DAT";
     this.m_dtpAPPLY_DAT.Size     = new System.Drawing.Size(120, 23);
     this.m_dtpAPPLY_DAT.TabIndex = 22;
     //
     // m_txtAPPUSERID_CHR
     //
     this.m_txtAPPUSERID_CHR.Location  = new System.Drawing.Point(173, 5);
     this.m_txtAPPUSERID_CHR.MaxLength = 7;
     this.m_txtAPPUSERID_CHR.Name      = "m_txtAPPUSERID_CHR";
     this.m_txtAPPUSERID_CHR.Size      = new System.Drawing.Size(100, 23);
     this.m_txtAPPUSERID_CHR.TabIndex  = 14;
     this.m_txtAPPUSERID_CHR.Leave    += new System.EventHandler(this.m_txtAPPUSERID_CHR_Leave);
     this.m_txtAPPUSERID_CHR.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.m_txtAPPUSERID_CHR_KeyUp);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Location  = new System.Drawing.Point(284, 41);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(91, 14);
     this.label5.TabIndex  = 17;
     this.label5.Text      = "终止发票号:";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Location  = new System.Drawing.Point(444, 10);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(77, 14);
     this.label4.TabIndex  = 16;
     this.label4.Text      = "请领日期:";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(490, 41);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(77, 14);
     this.label3.TabIndex  = 15;
     this.label3.Text      = "发票张数:";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(93, 41);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(91, 14);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "起始发票号:";
     //
     // label1
     //
     this.label1.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.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(137, 10);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(49, 14);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "工号:";
     //
     // m_txtAPPUSERNAME_CHR
     //
     this.m_txtAPPUSERNAME_CHR.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
     this.m_txtAPPUSERNAME_CHR.Location = new System.Drawing.Point(287, 5);
     this.m_txtAPPUSERNAME_CHR.Name     = "m_txtAPPUSERNAME_CHR";
     this.m_txtAPPUSERNAME_CHR.ReadOnly = true;
     this.m_txtAPPUSERNAME_CHR.Size     = new System.Drawing.Size(100, 23);
     this.m_txtAPPUSERNAME_CHR.TabIndex = 19;
     //
     // cmdEmpty
     //
     this.cmdEmpty.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdEmpty.DefaultScheme = true;
     this.cmdEmpty.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdEmpty.Hint          = "";
     this.cmdEmpty.Location      = new System.Drawing.Point(527, 68);
     this.cmdEmpty.Name          = "cmdEmpty";
     this.cmdEmpty.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdEmpty.Size          = new System.Drawing.Size(99, 30);
     this.cmdEmpty.TabIndex      = 23;
     this.cmdEmpty.Text          = "清  空[F3]";
     this.cmdEmpty.Click        += new System.EventHandler(this.cmdEmpty_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset;
     this.tableLayoutPanel1.ColumnCount     = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.gradientPanel1, 0, 0);
     this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 2);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(989, 108);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // frmOPInvoiceAppMan
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(992, 613);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.panel2);
     this.Font       = new System.Drawing.Font("宋体", 10.5F);
     this.KeyPreview = true;
     this.Name       = "frmOPInvoiceAppMan";
     this.Text       = "门诊发票管理";
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmOPInvoiceAppMan_KeyDown);
     this.Load      += new System.EventHandler(this.frmOPInvoiceAppMan_Load);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.gradientPanel1.ResumeLayout(false);
     this.gradientPanel1.PerformLayout();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.m_cobType              = new System.Windows.Forms.ComboBox();
     this.label9                 = new System.Windows.Forms.Label();
     this.cmbDep                 = new com.digitalwave.iCare.gui.HIS.exComboBox();
     this.label7                 = new System.Windows.Forms.Label();
     this.txtCode                = new System.Windows.Forms.TextBox();
     this.radioButton4           = new System.Windows.Forms.RadioButton();
     this.radioButton3           = new System.Windows.Forms.RadioButton();
     this.radioButton2           = new System.Windows.Forms.RadioButton();
     this.radioButton1           = new System.Windows.Forms.RadioButton();
     this.btExit                 = new PinkieControls.ButtonXP();
     this.btFind                 = new PinkieControls.ButtonXP();
     this.btPrint                = new PinkieControls.ButtonXP();
     this.txtDocType             = new System.Windows.Forms.TextBox();
     this.label5                 = new System.Windows.Forms.Label();
     this.dateTimePicker2        = new System.Windows.Forms.DateTimePicker();
     this.label4                 = new System.Windows.Forms.Label();
     this.dateTimePicker1        = new System.Windows.Forms.DateTimePicker();
     this.label3                 = new System.Windows.Forms.Label();
     this.txtName                = new System.Windows.Forms.TextBox();
     this.label2                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.printDocument1         = new System.Drawing.Printing.PrintDocument();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.myPrintPreViewControl1 = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.splitter1              = new System.Windows.Forms.Splitter();
     this.listView2              = new System.Windows.Forms.ListView();
     this.columnHeader4          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1          = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.m_cobType);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.cmbDep);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.txtCode);
     this.groupBox1.Controls.Add(this.radioButton4);
     this.groupBox1.Controls.Add(this.radioButton3);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Controls.Add(this.btExit);
     this.groupBox1.Controls.Add(this.btFind);
     this.groupBox1.Controls.Add(this.btPrint);
     this.groupBox1.Controls.Add(this.txtDocType);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.dateTimePicker2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtName);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.groupBox1.Location = new System.Drawing.Point(8, 4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(964, 124);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // m_cobType
     //
     this.m_cobType.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.m_cobType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cobType.Items.AddRange(new object[] {
         "全部",
         "普通",
         "公费",
         "医保",
         "特困",
         "离休",
         "本院"
     });
     this.m_cobType.Location = new System.Drawing.Point(656, 28);
     this.m_cobType.Name     = "m_cobType";
     this.m_cobType.Size     = new System.Drawing.Size(96, 22);
     this.m_cobType.TabIndex = 70;
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.Location  = new System.Drawing.Point(584, 30);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(70, 19);
     this.label9.TabIndex  = 71;
     this.label9.Text      = "身份标识:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmbDep
     //
     this.cmbDep.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbDep.Location              = new System.Drawing.Point(656, 77);
     this.cmbDep.Name                  = "cmbDep";
     this.cmbDep.Size                  = new System.Drawing.Size(96, 22);
     this.cmbDep.TabIndex              = 54;
     this.cmbDep.SelectedIndexChanged += new System.EventHandler(this.cmbDep_SelectedIndexChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(592, 80);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(48, 19);
     this.label7.TabIndex = 53;
     this.label7.Text     = "科 室:";
     //
     // txtCode
     //
     this.txtCode.Location = new System.Drawing.Point(196, 28);
     this.txtCode.Name     = "txtCode";
     this.txtCode.ReadOnly = true;
     this.txtCode.Size     = new System.Drawing.Size(68, 23);
     this.txtCode.TabIndex = 52;
     this.txtCode.Text     = "";
     //
     // radioButton4
     //
     this.radioButton4.Location = new System.Drawing.Point(12, 92);
     this.radioButton4.Name     = "radioButton4";
     this.radioButton4.Size     = new System.Drawing.Size(100, 24);
     this.radioButton4.TabIndex = 51;
     this.radioButton4.Text     = "全部科室";
     //
     // radioButton3
     //
     this.radioButton3.Location = new System.Drawing.Point(12, 68);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(100, 24);
     this.radioButton3.TabIndex = 50;
     this.radioButton3.Text     = "单一科室";
     //
     // radioButton2
     //
     this.radioButton2.Location = new System.Drawing.Point(12, 44);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(100, 24);
     this.radioButton2.TabIndex = 49;
     this.radioButton2.Text     = "全部员工";
     //
     // radioButton1
     //
     this.radioButton1.Checked         = true;
     this.radioButton1.Location        = new System.Drawing.Point(12, 20);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(100, 24);
     this.radioButton1.TabIndex        = 48;
     this.radioButton1.TabStop         = true;
     this.radioButton1.Text            = "单一员工";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // btExit
     //
     this.btExit.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btExit.DefaultScheme = true;
     this.btExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btExit.Hint          = "";
     this.btExit.Location      = new System.Drawing.Point(868, 72);
     this.btExit.Name          = "btExit";
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(80, 32);
     this.btExit.TabIndex      = 47;
     this.btExit.Text          = "退出(ESC)";
     this.btExit.Click        += new System.EventHandler(this.btExit_Click);
     //
     // btFind
     //
     this.btFind.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btFind.DefaultScheme = true;
     this.btFind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btFind.Hint          = "";
     this.btFind.Location      = new System.Drawing.Point(772, 24);
     this.btFind.Name          = "btFind";
     this.btFind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btFind.Size          = new System.Drawing.Size(80, 32);
     this.btFind.TabIndex      = 46;
     this.btFind.Text          = "查询(&F)";
     this.btFind.Click        += new System.EventHandler(this.btFind_Click);
     //
     // btPrint
     //
     this.btPrint.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btPrint.DefaultScheme = true;
     this.btPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btPrint.Hint          = "";
     this.btPrint.Location      = new System.Drawing.Point(868, 24);
     this.btPrint.Name          = "btPrint";
     this.btPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btPrint.Size          = new System.Drawing.Size(80, 32);
     this.btPrint.TabIndex      = 45;
     this.btPrint.Text          = "打印(&P)";
     this.btPrint.Click        += new System.EventHandler(this.btPrint_Click);
     //
     // txtDocType
     //
     this.txtDocType.Location = new System.Drawing.Point(496, 28);
     this.txtDocType.Name     = "txtDocType";
     this.txtDocType.ReadOnly = true;
     this.txtDocType.Size     = new System.Drawing.Size(80, 23);
     this.txtDocType.TabIndex = 9;
     this.txtDocType.Text     = "";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(432, 30);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 19);
     this.label5.TabIndex = 8;
     this.label5.Text     = "职 称:";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Location = new System.Drawing.Point(364, 76);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(132, 23);
     this.dateTimePicker2.TabIndex = 7;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(332, 80);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(20, 19);
     this.label4.TabIndex = 6;
     this.label4.Text     = "至";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(196, 76);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(132, 23);
     this.dateTimePicker1.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(124, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 19);
     this.label3.TabIndex = 4;
     this.label3.Text     = "日    期:";
     //
     // txtName
     //
     this.txtName.Location = new System.Drawing.Point(364, 28);
     this.txtName.Name     = "txtName";
     this.txtName.ReadOnly = true;
     this.txtName.Size     = new System.Drawing.Size(60, 23);
     this.txtName.TabIndex = 3;
     this.txtName.Text     = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(280, 30);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 19);
     this.label2.TabIndex = 2;
     this.label2.Text     = "医生名称:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(124, 30);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(70, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "员工编号:";
     //
     // printDocument1
     //
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.panel2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.listView2);
     this.panel1.Location = new System.Drawing.Point(8, 136);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(964, 376);
     this.panel1.TabIndex = 9;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.myPrintPreViewControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(215, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(749, 376);
     this.panel2.TabIndex = 11;
     //
     // myPrintPreViewControl1
     //
     this.myPrintPreViewControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.myPrintPreViewControl1.Document   = this.printDocument1;
     this.myPrintPreViewControl1.Location   = new System.Drawing.Point(0, 0);
     this.myPrintPreViewControl1.Name       = "myPrintPreViewControl1";
     this.myPrintPreViewControl1.ReportName = "医生工作量报表";
     this.myPrintPreViewControl1.ShowPannel = true;
     this.myPrintPreViewControl1.Size       = new System.Drawing.Size(749, 376);
     this.myPrintPreViewControl1.TabIndex   = 0;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(212, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 376);
     this.splitter1.TabIndex = 10;
     this.splitter1.TabStop  = false;
     //
     // listView2
     //
     this.listView2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader1
     });
     this.listView2.Dock                  = System.Windows.Forms.DockStyle.Left;
     this.listView2.FullRowSelect         = true;
     this.listView2.GridLines             = true;
     this.listView2.HeaderStyle           = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView2.HideSelection         = false;
     this.listView2.Location              = new System.Drawing.Point(0, 0);
     this.listView2.MultiSelect           = false;
     this.listView2.Name                  = "listView2";
     this.listView2.Size                  = new System.Drawing.Size(212, 376);
     this.listView2.TabIndex              = 9;
     this.listView2.View                  = System.Windows.Forms.View.Details;
     this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged);
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "编号";
     this.columnHeader4.Width = 54;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "名称";
     this.columnHeader5.Width = 84;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "职称";
     this.columnHeader6.Width = 53;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "ID";
     this.columnHeader1.Width = 0;
     //
     // frmDeptDocWorkLoadNew
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btExit;
     this.ClientSize        = new System.Drawing.Size(984, 517);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Font       = new System.Drawing.Font("宋体", 10.5F);
     this.KeyPreview = true;
     this.Name       = "frmDeptDocWorkLoadNew";
     this.Text       = "医生工作量统一查询";
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmDoctorWorkLoadReport_KeyDown);
     this.Load      += new System.EventHandler(this.frmDoctorWorkLoadReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.gbCheckCategory  = new System.Windows.Forms.GroupBox();
     this.txtCheckCategory = new System.Windows.Forms.TextBox();
     this.label1           = new System.Windows.Forms.Label();
     this.lsvCheckCategory = new System.Windows.Forms.ListView();
     this.columnHeader1    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2    = new System.Windows.Forms.ColumnHeader();
     this.btnNew           = new PinkieControls.ButtonXP();
     this.btnSave          = new PinkieControls.ButtonXP();
     this.btnDelete        = new PinkieControls.ButtonXP();
     this.btnClose         = new PinkieControls.ButtonXP();
     this.gbCheckCategory.SuspendLayout();
     this.SuspendLayout();
     //
     // gbCheckCategory
     //
     this.gbCheckCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.gbCheckCategory.Controls.Add(this.txtCheckCategory);
     this.gbCheckCategory.Controls.Add(this.label1);
     this.gbCheckCategory.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.gbCheckCategory.Location = new System.Drawing.Point(8, 8);
     this.gbCheckCategory.Name     = "gbCheckCategory";
     this.gbCheckCategory.Size     = new System.Drawing.Size(328, 64);
     this.gbCheckCategory.TabIndex = 10;
     this.gbCheckCategory.TabStop  = false;
     this.gbCheckCategory.Text     = "基本信息";
     //
     // txtCheckCategory
     //
     this.txtCheckCategory.Location  = new System.Drawing.Point(80, 24);
     this.txtCheckCategory.MaxLength = 50;
     this.txtCheckCategory.Name      = "txtCheckCategory";
     this.txtCheckCategory.Size      = new System.Drawing.Size(224, 23);
     this.txtCheckCategory.TabIndex  = 0;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(8, 28);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 14);
     this.label1.TabIndex = 1;
     this.label1.Text     = "检验类别";
     //
     // lsvCheckCategory
     //
     this.lsvCheckCategory.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.lsvCheckCategory.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.lsvCheckCategory.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lsvCheckCategory.FullRowSelect = true;
     this.lsvCheckCategory.HideSelection = false;
     this.lsvCheckCategory.Location      = new System.Drawing.Point(8, 80);
     this.lsvCheckCategory.MultiSelect   = false;
     this.lsvCheckCategory.Name          = "lsvCheckCategory";
     this.lsvCheckCategory.Size          = new System.Drawing.Size(328, 152);
     this.lsvCheckCategory.TabIndex      = 11;
     this.lsvCheckCategory.UseCompatibleStateImageBehavior = false;
     this.lsvCheckCategory.View = System.Windows.Forms.View.Details;
     this.lsvCheckCategory.SelectedIndexChanged += new System.EventHandler(this.lsvCheckCategory_SelectedIndexChanged);
     this.lsvCheckCategory.Click += new System.EventHandler(this.lsvCheckCategory_Click);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "检验类别号";
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "检验类别";
     this.columnHeader2.Width = 100;
     //
     // btnNew
     //
     this.btnNew.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNew.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnNew.DefaultScheme = true;
     this.btnNew.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnNew.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNew.Hint          = "";
     this.btnNew.Location      = new System.Drawing.Point(-40, 246);
     this.btnNew.Name          = "btnNew";
     this.btnNew.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnNew.Size          = new System.Drawing.Size(88, 28);
     this.btnNew.TabIndex      = 105;
     this.btnNew.Text          = "新增";
     this.btnNew.Click        += new System.EventHandler(this.btnNew_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnSave.DefaultScheme = true;
     this.btnSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnSave.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnSave.Hint          = "";
     this.btnSave.Location      = new System.Drawing.Point(56, 246);
     this.btnSave.Name          = "btnSave";
     this.btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnSave.Size          = new System.Drawing.Size(88, 28);
     this.btnSave.TabIndex      = 103;
     this.btnSave.Text          = "保存";
     this.btnSave.Click        += new System.EventHandler(this.btnSave_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnDelete.DefaultScheme = true;
     this.btnDelete.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnDelete.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnDelete.Hint          = "";
     this.btnDelete.Location      = new System.Drawing.Point(152, 246);
     this.btnDelete.Name          = "btnDelete";
     this.btnDelete.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnDelete.Size          = new System.Drawing.Size(88, 28);
     this.btnDelete.TabIndex      = 104;
     this.btnDelete.Text          = "删除";
     this.btnDelete.Click        += new System.EventHandler(this.btnDelete_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnClose.DefaultScheme = true;
     this.btnClose.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnClose.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnClose.Hint          = "";
     this.btnClose.Location      = new System.Drawing.Point(248, 246);
     this.btnClose.Name          = "btnClose";
     this.btnClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnClose.Size          = new System.Drawing.Size(88, 28);
     this.btnClose.TabIndex      = 106;
     this.btnClose.Text          = "关闭(&C)";
     this.btnClose.Click        += new System.EventHandler(this.btnClose_Click);
     //
     // frmCheckCategory
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(344, 285);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.btnNew);
     this.Controls.Add(this.lsvCheckCategory);
     this.Controls.Add(this.gbCheckCategory);
     this.Name  = "frmCheckCategory";
     this.Text  = "检验类别录入";
     this.Load += new System.EventHandler(this.frmCheckCategory_Load);
     this.gbCheckCategory.ResumeLayout(false);
     this.gbCheckCategory.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lblTitle3          = new System.Windows.Forms.Label();
     this.m_txtRecordContent = new com.digitalwave.controls.ctlRichTextBox();
     this.cmdConfirm         = new PinkieControls.ButtonXP();
     this.cmdCancel          = new PinkieControls.ButtonXP();
     this.m_mniThreeMeasure  = new System.Windows.Forms.MenuItem();
     this.m_mniTemplature    = new System.Windows.Forms.MenuItem();
     this.m_mniPulse         = new System.Windows.Forms.MenuItem();
     this.m_mniBreath        = new System.Windows.Forms.MenuItem();
     this.m_mniPressure      = new System.Windows.Forms.MenuItem();
     this.txtSign            = new System.Windows.Forms.TextBox();
     this.m_cmbsign          = new PinkieControls.ButtonXP();
     this.m_pnlNewBase.SuspendLayout();
     this.SuspendLayout();
     //
     // m_trvCreateDate
     //
     this.m_trvCreateDate.LineColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.Location  = new System.Drawing.Point(332, 84);
     this.m_trvCreateDate.Size      = new System.Drawing.Size(212, 56);
     this.m_trvCreateDate.Visible   = false;
     //
     // lblCreateDateTitle
     //
     this.lblCreateDateTitle.Location = new System.Drawing.Point(28, 120);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(112, 116);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(452, 44);
     this.lblSex.Visible  = false;
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(560, 44);
     this.lblAge.Visible  = false;
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Visible = false;
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Visible = false;
     //
     // lblNameTitle
     //
     this.lblNameTitle.Visible = false;
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(404, 44);
     this.lblSexTitle.Visible  = false;
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(512, 44);
     this.lblAgeTitle.Visible  = false;
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Visible = false;
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(455, 364);
     //
     // txtInPatientID
     //
     this.txtInPatientID.Visible = false;
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Visible = false;
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Visible = false;
     //
     // m_cboArea
     //
     this.m_cboArea.Visible = false;
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(374, 364);
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(330, 362);
     //
     // m_cboDept
     //
     this.m_cboDept.Visible = false;
     //
     // lblDept
     //
     this.lblDept.Visible = false;
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(671, 84);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Text = "一般护理记录";
     //
     // chkModifyWithoutMatk
     //
     this.chkModifyWithoutMatk.Location = new System.Drawing.Point(208, 364);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(610, 9);
     //
     // m_pnlNewBase
     //
     this.m_pnlNewBase.Location = new System.Drawing.Point(31, 7);
     this.m_pnlNewBase.Size     = new System.Drawing.Size(746, 60);
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     this.m_ctlPatientInfo.Size = new System.Drawing.Size(744, 29);
     //
     // lblTitle3
     //
     this.lblTitle3.AutoSize = true;
     this.lblTitle3.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblTitle3.Location = new System.Drawing.Point(28, 152);
     this.lblTitle3.Name     = "lblTitle3";
     this.lblTitle3.Size     = new System.Drawing.Size(80, 16);
     this.lblTitle3.TabIndex = 6077;
     this.lblTitle3.Text     = "记录内容:";
     //
     // m_txtRecordContent
     //
     this.m_txtRecordContent.AccessibleDescription = "记录内容";
     this.m_txtRecordContent.BackColor             = System.Drawing.Color.White;
     this.m_txtRecordContent.Font                       = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtRecordContent.ForeColor                  = System.Drawing.SystemColors.WindowText;
     this.m_txtRecordContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtRecordContent.Location                   = new System.Drawing.Point(28, 176);
     this.m_txtRecordContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtRecordContent.m_BlnPartControl           = false;
     this.m_txtRecordContent.m_BlnReadOnly              = false;
     this.m_txtRecordContent.m_BlnUnderLineDST          = false;
     this.m_txtRecordContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtRecordContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtRecordContent.m_IntCanModifyTime         = 6;
     this.m_txtRecordContent.m_IntPartControlLength     = 0;
     this.m_txtRecordContent.m_IntPartControlStartIndex = 0;
     this.m_txtRecordContent.m_StrUserID                = "";
     this.m_txtRecordContent.m_StrUserName              = "";
     this.m_txtRecordContent.Name                       = "m_txtRecordContent";
     this.m_txtRecordContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtRecordContent.Size                       = new System.Drawing.Size(727, 160);
     this.m_txtRecordContent.TabIndex                   = 100;
     this.m_txtRecordContent.Text                       = "";
     //
     // cmdConfirm
     //
     this.cmdConfirm.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.cmdConfirm.DefaultScheme = true;
     this.cmdConfirm.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdConfirm.Hint          = "";
     this.cmdConfirm.Location      = new System.Drawing.Point(592, 357);
     this.cmdConfirm.Name          = "cmdConfirm";
     this.cmdConfirm.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdConfirm.Size          = new System.Drawing.Size(74, 32);
     this.cmdConfirm.TabIndex      = 300;
     this.cmdConfirm.Text          = "保存(&Y)";
     this.cmdConfirm.Click        += new System.EventHandler(this.cmdConfirm_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.cmdCancel.DefaultScheme = true;
     this.cmdCancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.Hint          = "";
     this.cmdCancel.Location      = new System.Drawing.Point(682, 356);
     this.cmdCancel.Name          = "cmdCancel";
     this.cmdCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdCancel.Size          = new System.Drawing.Size(74, 32);
     this.cmdCancel.TabIndex      = 400;
     this.cmdCancel.Text          = "关闭(&C)";
     this.cmdCancel.Click        += new System.EventHandler(this.cmdCancel_Click);
     //
     // m_mniThreeMeasure
     //
     this.m_mniThreeMeasure.Index = -1;
     this.m_mniThreeMeasure.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.m_mniTemplature,
         this.m_mniPulse,
         this.m_mniBreath,
         this.m_mniPressure
     });
     this.m_mniThreeMeasure.Text = "三测表数据";
     //
     // m_mniTemplature
     //
     this.m_mniTemplature.Index = 0;
     this.m_mniTemplature.Text  = "体温";
     //
     // m_mniPulse
     //
     this.m_mniPulse.Index = 1;
     this.m_mniPulse.Text  = "脉搏";
     //
     // m_mniBreath
     //
     this.m_mniBreath.Index = 2;
     this.m_mniBreath.Text  = "呼吸";
     //
     // m_mniPressure
     //
     this.m_mniPressure.Index = 3;
     this.m_mniPressure.Text  = "血压";
     //
     // txtSign
     //
     this.txtSign.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtSign.Enabled     = false;
     this.txtSign.Location    = new System.Drawing.Point(96, 362);
     this.txtSign.Name        = "txtSign";
     this.txtSign.Size        = new System.Drawing.Size(106, 23);
     this.txtSign.TabIndex    = 10000028;
     //
     // m_cmbsign
     //
     this.m_cmbsign.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmbsign.DefaultScheme = true;
     this.m_cmbsign.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmbsign.Hint          = "";
     this.m_cmbsign.Location      = new System.Drawing.Point(28, 356);
     this.m_cmbsign.Name          = "m_cmbsign";
     this.m_cmbsign.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmbsign.Size          = new System.Drawing.Size(64, 32);
     this.m_cmbsign.TabIndex      = 5;
     this.m_cmbsign.Text          = "签名(&S)";
     //
     // frmGeneralNurseRecord
     //
     this.AccessibleDescription = "一般护理记录";
     this.CancelButton          = this.cmdCancel;
     this.ClientSize            = new System.Drawing.Size(792, 406);
     this.Controls.Add(this.txtSign);
     this.Controls.Add(this.m_cmbsign);
     this.Controls.Add(this.lblTitle3);
     this.Controls.Add(this.cmdConfirm);
     this.Controls.Add(this.m_txtRecordContent);
     this.Controls.Add(this.cmdCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "frmGeneralNurseRecord";
     this.Text            = "一般护理记录";
     this.Load           += new System.EventHandler(this.frmGeneralNurseRecord_Load);
     this.Controls.SetChildIndex(this.m_pnlNewBase, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.m_lblGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_dtpGetDataTime, 0);
     this.Controls.SetChildIndex(this.cmdCancel, 0);
     this.Controls.SetChildIndex(this.m_txtRecordContent, 0);
     this.Controls.SetChildIndex(this.cmdConfirm, 0);
     this.Controls.SetChildIndex(this.lblTitle3, 0);
     this.Controls.SetChildIndex(this.m_dtpCreateDate, 0);
     this.Controls.SetChildIndex(this.m_trvCreateDate, 0);
     this.Controls.SetChildIndex(this.lblCreateDateTitle, 0);
     this.Controls.SetChildIndex(this.m_lblForTitle, 0);
     this.Controls.SetChildIndex(this.txtInPatientID, 0);
     this.Controls.SetChildIndex(this.lblAreaTitle, 0);
     this.Controls.SetChildIndex(this.lblAgeTitle, 0);
     this.Controls.SetChildIndex(this.lblSexTitle, 0);
     this.Controls.SetChildIndex(this.lblNameTitle, 0);
     this.Controls.SetChildIndex(this.lblInHospitalNoTitle, 0);
     this.Controls.SetChildIndex(this.lblBedNoTitle, 0);
     this.Controls.SetChildIndex(this.lblAge, 0);
     this.Controls.SetChildIndex(this.lblSex, 0);
     this.Controls.SetChildIndex(this.m_txtPatientName, 0);
     this.Controls.SetChildIndex(this.m_txtBedNO, 0);
     this.Controls.SetChildIndex(this.m_cboArea, 0);
     this.Controls.SetChildIndex(this.m_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.Controls.SetChildIndex(this.lblDept, 0);
     this.Controls.SetChildIndex(this.m_cboDept, 0);
     this.Controls.SetChildIndex(this.m_cmdNewTemplate, 0);
     this.Controls.SetChildIndex(this.m_cmdNext, 0);
     this.Controls.SetChildIndex(this.m_cmdPre, 0);
     this.Controls.SetChildIndex(this.m_cmbsign, 0);
     this.Controls.SetChildIndex(this.txtSign, 0);
     this.m_pnlNewBase.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOrderTemplate));
     this.m_imgBigIcons   = new System.Windows.Forms.ImageList(this.components);
     this.m_imgIcons      = new System.Windows.Forms.ImageList(this.components);
     this.m_cmdAdd        = new PinkieControls.ButtonXP();
     this.radioButton1    = new System.Windows.Forms.RadioButton();
     this.radioButton2    = new System.Windows.Forms.RadioButton();
     this.radioButton3    = new System.Windows.Forms.RadioButton();
     this.m_cmdRemove     = new PinkieControls.ButtonXP();
     this.m_chkAll        = new System.Windows.Forms.CheckBox();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.m_cmdClear      = new PinkieControls.ButtonXP();
     this.m_cmdGroupAdd   = new PinkieControls.ButtonXP();
     this.dgv_orderTemp   = new System.Windows.Forms.DataGridView();
     this.tmp_check       = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.tmp_Name        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tmp_ExecuteType = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tmp_Dosage      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tmp_UseType     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tmp_Freq        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tmp_Get         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_orderTemp)).BeginInit();
     this.SuspendLayout();
     //
     // m_imgBigIcons
     //
     this.m_imgBigIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imgBigIcons.ImageStream")));
     this.m_imgBigIcons.TransparentColor = System.Drawing.Color.Transparent;
     this.m_imgBigIcons.Images.SetKeyName(0, "");
     this.m_imgBigIcons.Images.SetKeyName(1, "");
     //
     // m_imgIcons
     //
     this.m_imgIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imgIcons.ImageStream")));
     this.m_imgIcons.TransparentColor = System.Drawing.Color.Transparent;
     this.m_imgIcons.Images.SetKeyName(0, "");
     this.m_imgIcons.Images.SetKeyName(1, "");
     //
     // m_cmdAdd
     //
     this.m_cmdAdd.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdAdd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdAdd.DefaultScheme = true;
     this.m_cmdAdd.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdAdd.Hint          = "";
     this.m_cmdAdd.Location      = new System.Drawing.Point(268, 377);
     this.m_cmdAdd.Name          = "m_cmdAdd";
     this.m_cmdAdd.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdAdd.Size          = new System.Drawing.Size(71, 26);
     this.m_cmdAdd.TabIndex      = 44;
     this.m_cmdAdd.Text          = "生成医嘱";
     this.m_cmdAdd.Click        += new System.EventHandler(this.m_cmdAdd_Click);
     //
     // radioButton1
     //
     this.radioButton1.Checked  = true;
     this.radioButton1.Location = new System.Drawing.Point(8, 12);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(52, 24);
     this.radioButton1.TabIndex = 45;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "图略";
     //
     // radioButton2
     //
     this.radioButton2.Location = new System.Drawing.Point(76, 12);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(40, 24);
     this.radioButton2.TabIndex = 46;
     this.radioButton2.Text     = "小图标";
     this.radioButton2.Visible  = false;
     //
     // radioButton3
     //
     this.radioButton3.Location = new System.Drawing.Point(64, 12);
     this.radioButton3.Name     = "radioButton3";
     this.radioButton3.Size     = new System.Drawing.Size(52, 24);
     this.radioButton3.TabIndex = 47;
     this.radioButton3.Text     = "详细";
     //
     // m_cmdRemove
     //
     this.m_cmdRemove.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdRemove.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdRemove.DefaultScheme = true;
     this.m_cmdRemove.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdRemove.Hint          = "";
     this.m_cmdRemove.Location      = new System.Drawing.Point(339, 377);
     this.m_cmdRemove.Name          = "m_cmdRemove";
     this.m_cmdRemove.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdRemove.Size          = new System.Drawing.Size(71, 26);
     this.m_cmdRemove.TabIndex      = 48;
     this.m_cmdRemove.Text          = "移 除";
     this.m_cmdRemove.Click        += new System.EventHandler(this.m_cmdRemove_Click);
     //
     // m_chkAll
     //
     this.m_chkAll.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_chkAll.Location        = new System.Drawing.Point(24, 377);
     this.m_chkAll.Name            = "m_chkAll";
     this.m_chkAll.Size            = new System.Drawing.Size(84, 24);
     this.m_chkAll.TabIndex        = 49;
     this.m_chkAll.Text            = "全选(&A)";
     this.m_chkAll.CheckedChanged += new System.EventHandler(this.m_chkAll_CheckedChanged);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.radioButton3);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Location = new System.Drawing.Point(12, 409);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(124, 40);
     this.groupBox1.TabIndex = 50;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Visible  = false;
     //
     // m_cmdClear
     //
     this.m_cmdClear.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdClear.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdClear.DefaultScheme = true;
     this.m_cmdClear.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdClear.Hint          = "";
     this.m_cmdClear.Location      = new System.Drawing.Point(411, 377);
     this.m_cmdClear.Name          = "m_cmdClear";
     this.m_cmdClear.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdClear.Size          = new System.Drawing.Size(71, 26);
     this.m_cmdClear.TabIndex      = 51;
     this.m_cmdClear.Text          = "清 空";
     this.m_cmdClear.Click        += new System.EventHandler(this.m_cmdClear_Click);
     //
     // m_cmdGroupAdd
     //
     this.m_cmdGroupAdd.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdGroupAdd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdGroupAdd.DefaultScheme = true;
     this.m_cmdGroupAdd.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdGroupAdd.Hint          = "";
     this.m_cmdGroupAdd.Location      = new System.Drawing.Point(438, 376);
     this.m_cmdGroupAdd.Name          = "m_cmdGroupAdd";
     this.m_cmdGroupAdd.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdGroupAdd.Size          = new System.Drawing.Size(72, 28);
     this.m_cmdGroupAdd.TabIndex      = 52;
     this.m_cmdGroupAdd.Text          = "设为组套";
     this.m_cmdGroupAdd.Visible       = false;
     //
     // dgv_orderTemp
     //
     this.dgv_orderTemp.AllowUserToAddRows          = false;
     this.dgv_orderTemp.BackgroundColor             = System.Drawing.Color.White;
     this.dgv_orderTemp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgv_orderTemp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.tmp_check,
         this.tmp_Name,
         this.tmp_ExecuteType,
         this.tmp_Dosage,
         this.tmp_UseType,
         this.tmp_Freq,
         this.tmp_Get
     });
     this.dgv_orderTemp.Location           = new System.Drawing.Point(12, 12);
     this.dgv_orderTemp.Name               = "dgv_orderTemp";
     this.dgv_orderTemp.ReadOnly           = true;
     this.dgv_orderTemp.RowHeadersVisible  = false;
     this.dgv_orderTemp.RowTemplate.Height = 23;
     this.dgv_orderTemp.Size               = new System.Drawing.Size(483, 361);
     this.dgv_orderTemp.TabIndex           = 53;
     this.dgv_orderTemp.CellClick         += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_orderTemp_CellClick);
     //
     // tmp_check
     //
     this.tmp_check.FalseValue = "0";
     this.tmp_check.HeaderText = "";
     this.tmp_check.Name       = "tmp_check";
     this.tmp_check.ReadOnly   = true;
     this.tmp_check.TrueValue  = "1";
     this.tmp_check.Width      = 30;
     //
     // tmp_Name
     //
     this.tmp_Name.HeaderText = "名称";
     this.tmp_Name.Name       = "tmp_Name";
     this.tmp_Name.ReadOnly   = true;
     //
     // tmp_ExecuteType
     //
     this.tmp_ExecuteType.HeaderText = "长/临";
     this.tmp_ExecuteType.Name       = "tmp_ExecuteType";
     this.tmp_ExecuteType.ReadOnly   = true;
     this.tmp_ExecuteType.Width      = 80;
     //
     // tmp_Dosage
     //
     this.tmp_Dosage.HeaderText = "用量 ";
     this.tmp_Dosage.Name       = "tmp_Dosage";
     this.tmp_Dosage.ReadOnly   = true;
     this.tmp_Dosage.Width      = 60;
     //
     // tmp_UseType
     //
     this.tmp_UseType.HeaderText = "用法";
     this.tmp_UseType.Name       = "tmp_UseType";
     this.tmp_UseType.ReadOnly   = true;
     this.tmp_UseType.Width      = 60;
     //
     // tmp_Freq
     //
     this.tmp_Freq.HeaderText = "频率";
     this.tmp_Freq.Name       = "tmp_Freq";
     this.tmp_Freq.ReadOnly   = true;
     this.tmp_Freq.Width      = 60;
     //
     // tmp_Get
     //
     this.tmp_Get.HeaderText = "领量";
     this.tmp_Get.Name       = "tmp_Get";
     this.tmp_Get.ReadOnly   = true;
     this.tmp_Get.Width      = 80;
     //
     // frmOrderTemplate
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(507, 413);
     this.Controls.Add(this.dgv_orderTemp);
     this.Controls.Add(this.m_cmdClear);
     this.Controls.Add(this.m_cmdGroupAdd);
     this.Controls.Add(this.m_cmdRemove);
     this.Controls.Add(this.m_cmdAdd);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_chkAll);
     this.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name = "frmOrderTemplate";
     this.Text = "frmOrderTemplate";
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgv_orderTemp)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCheckOutHistoryDay));
     this.ctlprintShow1    = new com.digitalwave.controls.Control.ctlprintShow();
     this.printDocument1   = new System.Drawing.Printing.PrintDocument();
     this.btnEsc           = new PinkieControls.ButtonXP();
     this.btnPrint         = new PinkieControls.ButtonXP();
     this.btnFind          = new PinkieControls.ButtonXP();
     this.m_CheckOuDate    = new System.Windows.Forms.DateTimePicker();
     this.btExcel          = new PinkieControls.ButtonXP();
     this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.m_CheckOuDate2   = new System.Windows.Forms.DateTimePicker();
     this.m_cboCheckMan    = new com.digitalwave.iCare.gui.HIS.exComboBox();
     this.SuspendLayout();
     //
     // ctlprintShow1
     //
     this.ctlprintShow1.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.ctlprintShow1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ctlprintShow1.Location    = new System.Drawing.Point(2, 39);
     this.ctlprintShow1.Name        = "ctlprintShow1";
     this.ctlprintShow1.Size        = new System.Drawing.Size(976, 450);
     this.ctlprintShow1.TabIndex    = 0;
     this.ctlprintShow1.Zoom        = 1;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     //
     // btnEsc
     //
     this.btnEsc.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEsc.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnEsc.DefaultScheme = true;
     this.btnEsc.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btnEsc.Hint          = "";
     this.btnEsc.Location      = new System.Drawing.Point(868, 6);
     this.btnEsc.Name          = "btnEsc";
     this.btnEsc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnEsc.Size          = new System.Drawing.Size(96, 29);
     this.btnEsc.TabIndex      = 5;
     this.btnEsc.Text          = "退出(ESC)";
     this.btnEsc.Click        += new System.EventHandler(this.btnEsc_Click);
     //
     // btnPrint
     //
     this.btnPrint.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnPrint.DefaultScheme = true;
     this.btnPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnPrint.Hint          = "";
     this.btnPrint.Location      = new System.Drawing.Point(756, 6);
     this.btnPrint.Name          = "btnPrint";
     this.btnPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnPrint.Size          = new System.Drawing.Size(96, 29);
     this.btnPrint.TabIndex      = 4;
     this.btnPrint.Text          = "打印(&P)";
     this.btnPrint.Click        += new System.EventHandler(this.btnPrint_Click);
     //
     // btnFind
     //
     this.btnFind.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFind.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnFind.DefaultScheme = true;
     this.btnFind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnFind.Hint          = "";
     this.btnFind.Location      = new System.Drawing.Point(532, 6);
     this.btnFind.Name          = "btnFind";
     this.btnFind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnFind.Size          = new System.Drawing.Size(96, 29);
     this.btnFind.TabIndex      = 3;
     this.btnFind.Text          = "统计(&F)";
     this.btnFind.Click        += new System.EventHandler(this.btnFind_Click);
     //
     // m_CheckOuDate
     //
     this.m_CheckOuDate.CustomFormat = "yyyy年MM月dd日";
     this.m_CheckOuDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_CheckOuDate.Location     = new System.Drawing.Point(88, 9);
     this.m_CheckOuDate.Name         = "m_CheckOuDate";
     this.m_CheckOuDate.Size         = new System.Drawing.Size(124, 23);
     this.m_CheckOuDate.TabIndex     = 1;
     //
     // btExcel
     //
     this.btExcel.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btExcel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btExcel.DefaultScheme = true;
     this.btExcel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btExcel.Hint          = "";
     this.btExcel.Location      = new System.Drawing.Point(644, 6);
     this.btExcel.Name          = "btExcel";
     this.btExcel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExcel.Size          = new System.Drawing.Size(96, 29);
     this.btExcel.TabIndex      = 3;
     this.btExcel.Text          = "导出(&O)";
     this.btExcel.Click        += new System.EventHandler(this.btExcel_Click);
     //
     // pageSetupDialog1
     //
     this.pageSetupDialog1.Document = this.printDocument1;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(68, 19);
     this.label1.TabIndex = 25;
     this.label1.Text     = "时间: 从";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(217, 12);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(24, 19);
     this.label2.TabIndex = 26;
     this.label2.Text     = "到";
     //
     // m_CheckOuDate2
     //
     this.m_CheckOuDate2.CustomFormat  = "yyyy年MM月dd日";
     this.m_CheckOuDate2.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_CheckOuDate2.Location      = new System.Drawing.Point(242, 9);
     this.m_CheckOuDate2.Name          = "m_CheckOuDate2";
     this.m_CheckOuDate2.Size          = new System.Drawing.Size(124, 23);
     this.m_CheckOuDate2.TabIndex      = 27;
     this.m_CheckOuDate2.ValueChanged += new System.EventHandler(this.m_CheckOuDate2_ValueChanged);
     //
     // m_cboCheckMan
     //
     this.m_cboCheckMan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboCheckMan.Location      = new System.Drawing.Point(384, 8);
     this.m_cboCheckMan.Name          = "m_cboCheckMan";
     this.m_cboCheckMan.Size          = new System.Drawing.Size(136, 22);
     this.m_cboCheckMan.TabIndex      = 24;
     //
     // frmCheckOutHistoryDay
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(978, 485);
     this.Controls.Add(this.m_CheckOuDate2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ctlprintShow1);
     this.Controls.Add(this.btExcel);
     this.Controls.Add(this.btnFind);
     this.Controls.Add(this.m_cboCheckMan);
     this.Controls.Add(this.m_CheckOuDate);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.btnEsc);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmCheckOutHistoryDay";
     this.Text  = "结帐历史记录查询(日)";
     this.Load += new System.EventHandler(this.frmCheckOutHistoryDay_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1               = new System.Windows.Forms.Panel();
     this.label1               = new System.Windows.Forms.Label();
     this.btnEsc               = new PinkieControls.ButtonXP();
     this.btnPrint             = new PinkieControls.ButtonXP();
     this.btnMath              = new PinkieControls.ButtonXP();
     this.endDate              = new System.Windows.Forms.DateTimePicker();
     this.startDate            = new System.Windows.Forms.DateTimePicker();
     this.panel2               = new System.Windows.Forms.Panel();
     this.printPreviewControl1 = new System.Windows.Forms.PrintPreviewControl();
     this.printDocument1       = new System.Drawing.Printing.PrintDocument();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btnEsc);
     this.panel1.Controls.Add(this.btnPrint);
     this.panel1.Controls.Add(this.btnMath);
     this.panel1.Controls.Add(this.endDate);
     this.panel1.Controls.Add(this.startDate);
     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(936, 48);
     this.panel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
     this.label1.Location  = new System.Drawing.Point(168, 13);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 23);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "至";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnEsc
     //
     this.btnEsc.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnEsc.DefaultScheme = true;
     this.btnEsc.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btnEsc.Hint          = "";
     this.btnEsc.Location      = new System.Drawing.Point(696, 8);
     this.btnEsc.Name          = "btnEsc";
     this.btnEsc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnEsc.Size          = new System.Drawing.Size(112, 32);
     this.btnEsc.TabIndex      = 5;
     this.btnEsc.Text          = "退出(ESC)";
     this.btnEsc.Click        += new System.EventHandler(this.btnEsc_Click);
     //
     // btnPrint
     //
     this.btnPrint.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnPrint.DefaultScheme = true;
     this.btnPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnPrint.Hint          = "";
     this.btnPrint.Location      = new System.Drawing.Point(536, 8);
     this.btnPrint.Name          = "btnPrint";
     this.btnPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnPrint.Size          = new System.Drawing.Size(112, 32);
     this.btnPrint.TabIndex      = 4;
     this.btnPrint.Text          = "打印(&P)";
     this.btnPrint.Click        += new System.EventHandler(this.btnPrint_Click);
     //
     // btnMath
     //
     this.btnMath.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnMath.DefaultScheme = true;
     this.btnMath.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnMath.Hint          = "";
     this.btnMath.Location      = new System.Drawing.Point(376, 8);
     this.btnMath.Name          = "btnMath";
     this.btnMath.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnMath.Size          = new System.Drawing.Size(112, 32);
     this.btnMath.TabIndex      = 3;
     this.btnMath.Text          = "统计(&S)";
     this.btnMath.Click        += new System.EventHandler(this.btnMath_Click);
     //
     // endDate
     //
     this.endDate.Location = new System.Drawing.Point(232, 13);
     this.endDate.Name     = "endDate";
     this.endDate.Size     = new System.Drawing.Size(120, 23);
     this.endDate.TabIndex = 1;
     //
     // startDate
     //
     this.startDate.Location = new System.Drawing.Point(48, 13);
     this.startDate.Name     = "startDate";
     this.startDate.Size     = new System.Drawing.Size(120, 23);
     this.startDate.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.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.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.printPreviewControl1);
     this.panel2.Location = new System.Drawing.Point(0, 56);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(936, 408);
     this.panel2.TabIndex = 1;
     //
     // printPreviewControl1
     //
     this.printPreviewControl1.AutoZoom = false;
     this.printPreviewControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.printPreviewControl1.Document = this.printDocument1;
     this.printPreviewControl1.Location = new System.Drawing.Point(0, 0);
     this.printPreviewControl1.Name     = "printPreviewControl1";
     this.printPreviewControl1.Size     = new System.Drawing.Size(934, 406);
     this.printPreviewControl1.TabIndex = 0;
     this.printPreviewControl1.Zoom     = 1;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // frmGovReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btnEsc;
     this.ClientSize        = new System.Drawing.Size(936, 469);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name  = "frmGovReport";
     this.Text  = "公费统计";
     this.Load += new System.EventHandler(this.frmGovReport_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 11
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要使用代码编辑器修改

        /// 此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCaseGradePatient));
            this.m_cboDept          = new System.Windows.Forms.ComboBox();
            this.label1             = new System.Windows.Forms.Label();
            this.m_cboArea          = new System.Windows.Forms.ComboBox();
            this.label2             = new System.Windows.Forms.Label();
            this.m_txtInpatientId   = new System.Windows.Forms.TextBox();
            this.m_rdbInpatientId   = new System.Windows.Forms.RadioButton();
            this.m_txtInpatientName = new System.Windows.Forms.TextBox();
            this.m_rdbPatientName   = new System.Windows.Forms.RadioButton();
            this.panel1             = new System.Windows.Forms.Panel();
            this.label3             = new System.Windows.Forms.Label();
            this.m_cmdFind          = new System.Windows.Forms.Button();
            this.panel2             = new System.Windows.Forms.Panel();
            this.m_rdbAll           = new System.Windows.Forms.RadioButton();
            this.m_rdbInPatient     = new System.Windows.Forms.RadioButton();
            this.m_rdbOutPatient    = new System.Windows.Forms.RadioButton();
            this.m_lsvPatient       = new System.Windows.Forms.ListView();
            this.columnHeader7      = new System.Windows.Forms.ColumnHeader();
            this.columnHeader2      = new System.Windows.Forms.ColumnHeader();
            this.columnHeader3      = new System.Windows.Forms.ColumnHeader();
            this.columnHeader4      = new System.Windows.Forms.ColumnHeader();
            this.columnHeader5      = new System.Windows.Forms.ColumnHeader();
            this.columnHeader6      = new System.Windows.Forms.ColumnHeader();
            this.panel3             = new System.Windows.Forms.Panel();
            this.m_cmdStatistics    = new PinkieControls.ButtonXP();
            this.contextMenuStrip1  = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.m_mniOpenGrade     = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel3.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            //
            // m_cboDept
            //
            this.m_cboDept.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cboDept.Location              = new System.Drawing.Point(92, 8);
            this.m_cboDept.Name                  = "m_cboDept";
            this.m_cboDept.Size                  = new System.Drawing.Size(136, 22);
            this.m_cboDept.TabIndex              = 0;
            this.m_cboDept.SelectedIndexChanged += new System.EventHandler(this.m_cboDept_SelectedIndexChanged);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(44, 10);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(42, 14);
            this.label1.TabIndex = 1;
            this.label1.Text     = "科室:";
            //
            // m_cboArea
            //
            this.m_cboArea.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.m_cboArea.Location      = new System.Drawing.Point(92, 36);
            this.m_cboArea.Name          = "m_cboArea";
            this.m_cboArea.Size          = new System.Drawing.Size(136, 22);
            this.m_cboArea.TabIndex      = 0;
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(44, 38);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(42, 14);
            this.label2.TabIndex = 1;
            this.label2.Text     = "病区:";
            //
            // m_txtInpatientId
            //
            this.m_txtInpatientId.Enabled      = false;
            this.m_txtInpatientId.Location     = new System.Drawing.Point(308, 8);
            this.m_txtInpatientId.Name         = "m_txtInpatientId";
            this.m_txtInpatientId.Size         = new System.Drawing.Size(128, 23);
            this.m_txtInpatientId.TabIndex     = 4;
            this.m_txtInpatientId.TextChanged += new System.EventHandler(this.m_txtInpatientId_TextChanged);
            //
            // m_rdbInpatientId
            //
            this.m_rdbInpatientId.Location        = new System.Drawing.Point(236, 9);
            this.m_rdbInpatientId.Name            = "m_rdbInpatientId";
            this.m_rdbInpatientId.Size            = new System.Drawing.Size(76, 20);
            this.m_rdbInpatientId.TabIndex        = 4;
            this.m_rdbInpatientId.Text            = "住院号:";
            this.m_rdbInpatientId.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
            this.m_rdbInpatientId.CheckedChanged += new System.EventHandler(this.m_rdbInpatientId_CheckedChanged);
            //
            // m_txtInpatientName
            //
            this.m_txtInpatientName.Enabled      = false;
            this.m_txtInpatientName.Location     = new System.Drawing.Point(308, 36);
            this.m_txtInpatientName.Name         = "m_txtInpatientName";
            this.m_txtInpatientName.Size         = new System.Drawing.Size(128, 23);
            this.m_txtInpatientName.TabIndex     = 4;
            this.m_txtInpatientName.TextChanged += new System.EventHandler(this.m_txtInpatientId_TextChanged);
            //
            // m_rdbPatientName
            //
            this.m_rdbPatientName.Location        = new System.Drawing.Point(236, 37);
            this.m_rdbPatientName.Name            = "m_rdbPatientName";
            this.m_rdbPatientName.Size            = new System.Drawing.Size(76, 20);
            this.m_rdbPatientName.TabIndex        = 4;
            this.m_rdbPatientName.Text            = "姓  名:";
            this.m_rdbPatientName.TextAlign       = System.Drawing.ContentAlignment.TopLeft;
            this.m_rdbPatientName.CheckedChanged += new System.EventHandler(this.m_rdbPatientName_CheckedChanged);
            //
            // panel1
            //
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.m_cboDept);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.m_cboArea);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.m_txtInpatientId);
            this.panel1.Controls.Add(this.m_txtInpatientName);
            this.panel1.Controls.Add(this.m_rdbPatientName);
            this.panel1.Controls.Add(this.m_rdbInpatientId);
            this.panel1.Controls.Add(this.m_cmdFind);
            this.panel1.Location = new System.Drawing.Point(4, 4);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(560, 72);
            this.panel1.TabIndex = 4;
            //
            // label3
            //
            this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.label3.Dock      = System.Windows.Forms.DockStyle.Left;
            this.label3.Location  = new System.Drawing.Point(0, 0);
            this.label3.Name      = "label3";
            this.label3.Size      = new System.Drawing.Size(36, 68);
            this.label3.TabIndex  = 0;
            this.label3.Text      = "查询选择";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            //
            // m_cmdFind
            //
            this.m_cmdFind.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.m_cmdFind.BackColor = System.Drawing.Color.LightSlateGray;
            this.m_cmdFind.Cursor    = System.Windows.Forms.Cursors.Hand;
            this.m_cmdFind.FlatAppearance.BorderColor        = System.Drawing.Color.Gray;
            this.m_cmdFind.FlatAppearance.BorderSize         = 2;
            this.m_cmdFind.FlatAppearance.MouseDownBackColor = System.Drawing.Color.SlateGray;
            this.m_cmdFind.FlatAppearance.MouseOverBackColor = System.Drawing.Color.LightSteelBlue;
            this.m_cmdFind.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.m_cmdFind.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold);
            this.m_cmdFind.ForeColor = System.Drawing.Color.White;
            this.m_cmdFind.Location  = new System.Drawing.Point(444, 8);
            this.m_cmdFind.Name      = "m_cmdFind";
            this.m_cmdFind.Size      = new System.Drawing.Size(108, 52);
            this.m_cmdFind.TabIndex  = 7;
            this.m_cmdFind.Text      = "病人查询(F3)";
            this.m_cmdFind.UseVisualStyleBackColor = false;
            this.m_cmdFind.Click   += new System.EventHandler(this.m_cmdFind_Click);
            this.m_cmdFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmCaseGradePatient_KeyDown);
            //
            // panel2
            //
            this.panel2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel2.Controls.Add(this.m_rdbAll);
            this.panel2.Controls.Add(this.m_rdbInPatient);
            this.panel2.Controls.Add(this.m_rdbOutPatient);
            this.panel2.Location = new System.Drawing.Point(568, 44);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(184, 32);
            this.panel2.TabIndex = 5;
            //
            // m_rdbAll
            //
            this.m_rdbAll.Checked   = true;
            this.m_rdbAll.Location  = new System.Drawing.Point(4, 4);
            this.m_rdbAll.Name      = "m_rdbAll";
            this.m_rdbAll.Size      = new System.Drawing.Size(54, 20);
            this.m_rdbAll.TabIndex  = 4;
            this.m_rdbAll.TabStop   = true;
            this.m_rdbAll.Text      = "全部";
            this.m_rdbAll.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            this.m_rdbAll.Click    += new System.EventHandler(this.m_rdbInPatient_CheckedChanged);
            //
            // m_rdbInPatient
            //
            this.m_rdbInPatient.Location  = new System.Drawing.Point(64, 4);
            this.m_rdbInPatient.Name      = "m_rdbInPatient";
            this.m_rdbInPatient.Size      = new System.Drawing.Size(54, 20);
            this.m_rdbInPatient.TabIndex  = 4;
            this.m_rdbInPatient.Text      = "在院";
            this.m_rdbInPatient.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            this.m_rdbInPatient.Click    += new System.EventHandler(this.m_rdbInPatient_CheckedChanged);
            //
            // m_rdbOutPatient
            //
            this.m_rdbOutPatient.Location  = new System.Drawing.Point(124, 4);
            this.m_rdbOutPatient.Name      = "m_rdbOutPatient";
            this.m_rdbOutPatient.Size      = new System.Drawing.Size(53, 20);
            this.m_rdbOutPatient.TabIndex  = 4;
            this.m_rdbOutPatient.Text      = "出院";
            this.m_rdbOutPatient.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            this.m_rdbOutPatient.Click    += new System.EventHandler(this.m_rdbInPatient_CheckedChanged);
            //
            // m_lsvPatient
            //
            this.m_lsvPatient.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.m_lsvPatient.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                this.columnHeader7,
                this.columnHeader2,
                this.columnHeader3,
                this.columnHeader4,
                this.columnHeader5,
                this.columnHeader6
            });
            this.m_lsvPatient.ContextMenuStrip = this.contextMenuStrip1;
            this.m_lsvPatient.FullRowSelect    = true;
            this.m_lsvPatient.GridLines        = true;
            this.m_lsvPatient.Location         = new System.Drawing.Point(4, 80);
            this.m_lsvPatient.Name             = "m_lsvPatient";
            this.m_lsvPatient.Size             = new System.Drawing.Size(748, 428);
            this.m_lsvPatient.TabIndex         = 6;
            this.m_lsvPatient.UseCompatibleStateImageBehavior = false;
            this.m_lsvPatient.View         = System.Windows.Forms.View.Details;
            this.m_lsvPatient.DoubleClick += new System.EventHandler(this.m_lsvPatient_DoubleClick);
            this.m_lsvPatient.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.frmCaseGradePatient_KeyDown);
            //
            // columnHeader7
            //
            this.columnHeader7.Text      = "姓  名";
            this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader7.Width     = 100;
            //
            // columnHeader2
            //
            this.columnHeader2.Text      = "住院号";
            this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader2.Width     = 110;
            //
            // columnHeader3
            //
            this.columnHeader3.Text      = "住院日期";
            this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader3.Width     = 136;
            //
            // columnHeader4
            //
            this.columnHeader4.Text      = "出院日期";
            this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader4.Width     = 138;
            //
            // columnHeader5
            //
            this.columnHeader5.Text      = "评分时间";
            this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader5.Width     = 156;
            //
            // columnHeader6
            //
            this.columnHeader6.Text      = "评分结果";
            this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader6.Width     = 87;
            //
            // panel3
            //
            this.panel3.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel3.Controls.Add(this.m_cmdStatistics);
            this.panel3.Location = new System.Drawing.Point(568, 4);
            this.panel3.Name     = "panel3";
            this.panel3.Size     = new System.Drawing.Size(184, 36);
            this.panel3.TabIndex = 5;
            //
            // m_cmdStatistics
            //
            this.m_cmdStatistics.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.m_cmdStatistics.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
            this.m_cmdStatistics.DefaultScheme = true;
            this.m_cmdStatistics.DialogResult  = System.Windows.Forms.DialogResult.None;
            this.m_cmdStatistics.Hint          = "";
            this.m_cmdStatistics.Location      = new System.Drawing.Point(4, 2);
            this.m_cmdStatistics.Name          = "m_cmdStatistics";
            this.m_cmdStatistics.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
            this.m_cmdStatistics.Size          = new System.Drawing.Size(172, 28);
            this.m_cmdStatistics.TabIndex      = 3;
            this.m_cmdStatistics.Text          = "评  分  统  计 (F6)";
            this.m_cmdStatistics.Click        += new System.EventHandler(this.m_cmdStatistics_Click);
            this.m_cmdStatistics.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmCaseGradePatient_KeyDown);
            //
            // contextMenuStrip1
            //
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.m_mniOpenGrade
            });
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(143, 26);
            //
            // m_mniOpenGrade
            //
            this.m_mniOpenGrade.Name   = "m_mniOpenGrade";
            this.m_mniOpenGrade.Size   = new System.Drawing.Size(142, 22);
            this.m_mniOpenGrade.Text   = "填写评分(F5)";
            this.m_mniOpenGrade.Click += new System.EventHandler(this.m_mniOpenGrade_Click);
            //
            // frmCaseGradePatient
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
            this.ClientSize        = new System.Drawing.Size(756, 513);
            this.Controls.Add(this.m_lsvPatient);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.panel3);
            this.Font = new System.Drawing.Font("宋体", 10.5F);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmCaseGradePatient";
            this.Text = "住院病历评分与统计";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Ejemplo n.º 12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components  = new System.ComponentModel.Container();
     this.toolTip1    = new System.Windows.Forms.ToolTip(this.components);
     this.m_btnDelAll = new PinkieControls.ButtonXP();
     this.m_btnDel    = new PinkieControls.ButtonXP();
     this.m_btnAdd    = new PinkieControls.ButtonXP();
     this.panel2      = new System.Windows.Forms.Panel();
     this.m_lvw       = new System.Windows.Forms.ListView();
     this.panel1      = new System.Windows.Forms.Panel();
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.m_cboUsage  = new com.digitalwave.iCare.gui.HIS.exComboBox();
     this.panel3      = new System.Windows.Forms.Panel();
     this.label3      = new System.Windows.Forms.Label();
     this.m_cboCat    = new com.digitalwave.iCare.gui.HIS.exComboBox();
     this.m_dg        = new System.Windows.Forms.DataGrid();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dg)).BeginInit();
     this.SuspendLayout();
     //
     // m_btnDelAll
     //
     this.m_btnDelAll.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(216)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnDelAll.DefaultScheme = true;
     this.m_btnDelAll.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnDelAll.Hint          = "";
     this.m_btnDelAll.Location      = new System.Drawing.Point(240, 208);
     this.m_btnDelAll.Name          = "m_btnDelAll";
     this.m_btnDelAll.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnDelAll.Size          = new System.Drawing.Size(32, 16);
     this.m_btnDelAll.TabIndex      = 4;
     this.m_btnDelAll.Text          = ">>";
     this.toolTip1.SetToolTip(this.m_btnDelAll, "删除全部");
     this.m_btnDelAll.Click += new System.EventHandler(this.m_btnDelAll_Click);
     //
     // m_btnDel
     //
     this.m_btnDel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(216)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnDel.DefaultScheme = true;
     this.m_btnDel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnDel.Hint          = "";
     this.m_btnDel.Location      = new System.Drawing.Point(240, 176);
     this.m_btnDel.Name          = "m_btnDel";
     this.m_btnDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnDel.Size          = new System.Drawing.Size(32, 16);
     this.m_btnDel.TabIndex      = 3;
     this.m_btnDel.Text          = ">";
     this.toolTip1.SetToolTip(this.m_btnDel, "删除");
     this.m_btnDel.Click += new System.EventHandler(this.m_btnDel_Click);
     //
     // m_btnAdd
     //
     this.m_btnAdd.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(216)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnAdd.DefaultScheme = true;
     this.m_btnAdd.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnAdd.Hint          = "";
     this.m_btnAdd.Location      = new System.Drawing.Point(240, 144);
     this.m_btnAdd.Name          = "m_btnAdd";
     this.m_btnAdd.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnAdd.Size          = new System.Drawing.Size(32, 16);
     this.m_btnAdd.TabIndex      = 2;
     this.m_btnAdd.Text          = "<";
     this.toolTip1.SetToolTip(this.m_btnAdd, "添加");
     this.m_btnAdd.Click += new System.EventHandler(this.m_btnAdd_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_lvw);
     this.panel2.Controls.Add(this.panel1);
     this.panel2.Controls.Add(this.m_btnDelAll);
     this.panel2.Controls.Add(this.m_btnDel);
     this.panel2.Controls.Add(this.m_btnAdd);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(280, 469);
     this.panel2.TabIndex = 4;
     //
     // m_lvw
     //
     this.m_lvw.Dock          = System.Windows.Forms.DockStyle.Left;
     this.m_lvw.FullRowSelect = true;
     this.m_lvw.HideSelection = false;
     this.m_lvw.Location      = new System.Drawing.Point(0, 56);
     this.m_lvw.Name          = "m_lvw";
     this.m_lvw.Size          = new System.Drawing.Size(224, 413);
     this.m_lvw.TabIndex      = 1;
     this.m_lvw.View          = System.Windows.Forms.View.List;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.m_cboUsage);
     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(280, 56);
     this.panel1.TabIndex = 13;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(-40, 40);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(34, 19);
     this.label2.TabIndex = 13;
     this.label2.Text     = "项目";
     //
     // label1
     //
     this.label1.AutoSize   = true;
     this.label1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label1.Location   = new System.Drawing.Point(24, 19);
     this.label1.Name       = "label1";
     this.label1.Size       = new System.Drawing.Size(34, 19);
     this.label1.TabIndex   = 12;
     this.label1.Text       = "用法";
     //
     // m_cboUsage
     //
     this.m_cboUsage.Location              = new System.Drawing.Point(80, 17);
     this.m_cboUsage.Name                  = "m_cboUsage";
     this.m_cboUsage.Size                  = new System.Drawing.Size(160, 22);
     this.m_cboUsage.TabIndex              = 0;
     this.m_cboUsage.Text                  = "comboBox1";
     this.m_cboUsage.SelectedIndexChanged += new System.EventHandler(this.m_cboUsage_SelectedIndexChanged);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.label3);
     this.panel3.Controls.Add(this.m_cboCat);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(280, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(504, 56);
     this.panel3.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize   = true;
     this.label3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label3.Location   = new System.Drawing.Point(24, 19);
     this.label3.Name       = "label3";
     this.label3.Size       = new System.Drawing.Size(34, 19);
     this.label3.TabIndex   = 17;
     this.label3.Text       = "项目";
     //
     // m_cboCat
     //
     this.m_cboCat.Location              = new System.Drawing.Point(72, 17);
     this.m_cboCat.Name                  = "m_cboCat";
     this.m_cboCat.Size                  = new System.Drawing.Size(160, 22);
     this.m_cboCat.TabIndex              = 5;
     this.m_cboCat.SelectedIndexChanged += new System.EventHandler(this.m_cboCat_SelectedIndexChanged);
     //
     // m_dg
     //
     this.m_dg.CaptionVisible  = false;
     this.m_dg.DataMember      = "";
     this.m_dg.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.m_dg.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.m_dg.Location        = new System.Drawing.Point(280, 56);
     this.m_dg.Name            = "m_dg";
     this.m_dg.ReadOnly        = true;
     this.m_dg.Size            = new System.Drawing.Size(504, 413);
     this.m_dg.TabIndex        = 6;
     //
     // frmUsageGroup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(784, 469);
     this.Controls.Add(this.m_dg);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name          = "frmUsageGroup";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "用法项目维护";
     this.Load         += new System.EventHandler(this.frmUsageGroup_Load);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dg)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 13
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_ctrvPatientDebtReport = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.m_StatDate      = new System.Windows.Forms.DateTimePicker();
     this.m_cmdStat       = new PinkieControls.ButtonXP();
     this.m_txtAREAID_CHR = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.radioButton1    = new System.Windows.Forms.RadioButton();
     this.radioButton2    = new System.Windows.Forms.RadioButton();
     this.label2          = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // m_ctrvPatientDebtReport
     //
     this.m_ctrvPatientDebtReport.ActiveViewIndex = -1;
     this.m_ctrvPatientDebtReport.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.m_ctrvPatientDebtReport.DisplayGroupTree = false;
     this.m_ctrvPatientDebtReport.Location         = new System.Drawing.Point(0, 48);
     this.m_ctrvPatientDebtReport.Name             = "m_ctrvPatientDebtReport";
     this.m_ctrvPatientDebtReport.ReportSource     = null;
     this.m_ctrvPatientDebtReport.Size             = new System.Drawing.Size(872, 476);
     this.m_ctrvPatientDebtReport.TabIndex         = 0;
     //
     // m_StatDate
     //
     this.m_StatDate.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_StatDate.Location = new System.Drawing.Point(76, 12);
     this.m_StatDate.Name     = "m_StatDate";
     this.m_StatDate.Size     = new System.Drawing.Size(136, 23);
     this.m_StatDate.TabIndex = 2;
     this.m_StatDate.Visible  = false;
     //
     // m_cmdStat
     //
     this.m_cmdStat.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdStat.DefaultScheme = true;
     this.m_cmdStat.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdStat.Hint          = "";
     this.m_cmdStat.Location      = new System.Drawing.Point(520, 4);
     this.m_cmdStat.Name          = "m_cmdStat";
     this.m_cmdStat.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdStat.Size          = new System.Drawing.Size(104, 32);
     this.m_cmdStat.TabIndex      = 3;
     this.m_cmdStat.Text          = "统计(&F)";
     this.m_cmdStat.Click        += new System.EventHandler(this.m_cmdStat_Click);
     //
     // m_txtAREAID_CHR
     //
     this.m_txtAREAID_CHR.Location = new System.Drawing.Point(108, 12);
     this.m_txtAREAID_CHR.Name     = "m_txtAREAID_CHR";
     this.m_txtAREAID_CHR.Size     = new System.Drawing.Size(140, 23);
     this.m_txtAREAID_CHR.TabIndex = 1;
     this.m_txtAREAID_CHR.Text     = "";
     this.m_txtAREAID_CHR.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_txtAREAID_CHR_KeyDown);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(28, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(72, 23);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "住院病区:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // radioButton1
     //
     this.radioButton1.Checked  = true;
     this.radioButton1.Location = new System.Drawing.Point(264, 12);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(120, 24);
     this.radioButton1.TabIndex = 5;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "在院病人";
     //
     // radioButton2
     //
     this.radioButton2.Location = new System.Drawing.Point(384, 12);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(116, 24);
     this.radioButton2.TabIndex = 6;
     this.radioButton2.Text     = "出院病人";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(32, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(44, 23);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "日期:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // frmPatientDebtReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(872, 521);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.radioButton2);
     this.Controls.Add(this.radioButton1);
     this.Controls.Add(this.m_txtAREAID_CHR);
     this.Controls.Add(this.m_cmdStat);
     this.Controls.Add(this.m_StatDate);
     this.Controls.Add(this.m_ctrvPatientDebtReport);
     this.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name     = "frmPatientDebtReport";
     this.Text     = "病区病人欠费一览表";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_txtAREAID_CHR_KeyDown);
     this.Load    += new System.EventHandler(this.frmPatientDebtReport_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 14
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo1  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo2  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo3  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo4  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo5  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo6  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo7  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo8  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo9  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo10 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo11 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo12 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo13 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo14 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.m_dgMedBse       = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.m_dgCommonUse    = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.m_cmbMedSort     = new System.Windows.Forms.ComboBox();
     this.m_txtMedName     = new System.Windows.Forms.TextBox();
     this.m_BtnSearch      = new PinkieControls.ButtonXP();
     this.m_BtnSetPersonal = new PinkieControls.ButtonXP();
     this.m_BtnSetDept     = new PinkieControls.ButtonXP();
     this.label1           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.m_BtnDel         = new PinkieControls.ButtonXP();
     this.m_BtnSave        = new PinkieControls.ButtonXP();
     this.buttonXP2        = new PinkieControls.ButtonXP();
     this.m_BtnReresh      = new PinkieControls.ButtonXP();
     this.m_cmbCondition   = new System.Windows.Forms.ComboBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgMedBse)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgCommonUse)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.m_dgMedBse);
     this.groupBox1.Location = new System.Drawing.Point(4, 4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(372, 540);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "项目信息";
     //
     // m_dgMedBse
     //
     this.m_dgMedBse.AllowAddNew = false;
     this.m_dgMedBse.AllowDelete = false;
     this.m_dgMedBse.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.m_dgMedBse.AutoAppendRow        = true;
     this.m_dgMedBse.AutoScroll           = true;
     this.m_dgMedBse.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.m_dgMedBse.CaptionText          = "";
     this.m_dgMedBse.CaptionVisible       = false;
     this.m_dgMedBse.ColumnHeadersVisible = true;
     clsColumnInfo1.Alignment             = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo1.BackColor             = System.Drawing.Color.White;
     clsColumnInfo1.Column_Type           = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo1.ColumnIndex           = 0;
     clsColumnInfo1.ColumnName            = "ITEMCODE_VCHR";
     clsColumnInfo1.ColumnWidth           = 75;
     clsColumnInfo1.Enabled     = false;
     clsColumnInfo1.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo1.HeadText    = "编号";
     clsColumnInfo1.ReadOnly    = true;
     clsColumnInfo1.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo2.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo2.BackColor   = System.Drawing.Color.White;
     clsColumnInfo2.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo2.ColumnIndex = 1;
     clsColumnInfo2.ColumnName  = "ITEMNAME_VCHR";
     clsColumnInfo2.ColumnWidth = 150;
     clsColumnInfo2.Enabled     = false;
     clsColumnInfo2.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo2.HeadText    = "项目名称";
     clsColumnInfo2.ReadOnly    = true;
     clsColumnInfo2.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo3.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo3.BackColor   = System.Drawing.Color.White;
     clsColumnInfo3.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo3.ColumnIndex = 2;
     clsColumnInfo3.ColumnName  = "ITEMSPEC_VCHR";
     clsColumnInfo3.ColumnWidth = 150;
     clsColumnInfo3.Enabled     = false;
     clsColumnInfo3.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo3.HeadText    = "项目规格";
     clsColumnInfo3.ReadOnly    = true;
     clsColumnInfo3.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo4.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo4.BackColor   = System.Drawing.Color.White;
     clsColumnInfo4.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo4.ColumnIndex = 3;
     clsColumnInfo4.ColumnName  = "ITEMID_CHR";
     clsColumnInfo4.ColumnWidth = 0;
     clsColumnInfo4.Enabled     = false;
     clsColumnInfo4.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo4.HeadText    = "itemid_chr";
     clsColumnInfo4.ReadOnly    = true;
     clsColumnInfo4.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.m_dgMedBse.Columns.Add(clsColumnInfo1);
     this.m_dgMedBse.Columns.Add(clsColumnInfo2);
     this.m_dgMedBse.Columns.Add(clsColumnInfo3);
     this.m_dgMedBse.Columns.Add(clsColumnInfo4);
     this.m_dgMedBse.FullRowSelect         = true;
     this.m_dgMedBse.Location              = new System.Drawing.Point(4, 42);
     this.m_dgMedBse.MultiSelect           = true;
     this.m_dgMedBse.Name                  = "m_dgMedBse";
     this.m_dgMedBse.ReadOnly              = false;
     this.m_dgMedBse.RowHeadersVisible     = false;
     this.m_dgMedBse.RowHeaderWidth        = 35;
     this.m_dgMedBse.SelectedRowBackColor  = System.Drawing.Color.Purple;
     this.m_dgMedBse.SelectedRowForeColor  = System.Drawing.Color.White;
     this.m_dgMedBse.Size                  = new System.Drawing.Size(364, 494);
     this.m_dgMedBse.TabIndex              = 20;
     this.m_dgMedBse.m_evtDataGridKeyDown += new System.Windows.Forms.KeyEventHandler(this.m_dgMedBse_m_evtDataGridKeyDown);
     this.m_dgMedBse.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.m_dgMedBse_KeyDown);
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.m_dgCommonUse);
     this.groupBox2.Location = new System.Drawing.Point(580, 4);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(408, 540);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "常用项目";
     //
     // m_dgCommonUse
     //
     this.m_dgCommonUse.AllowAddNew = false;
     this.m_dgCommonUse.AllowDelete = false;
     this.m_dgCommonUse.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.m_dgCommonUse.AutoAppendRow        = true;
     this.m_dgCommonUse.AutoScroll           = true;
     this.m_dgCommonUse.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.m_dgCommonUse.CaptionText          = "";
     this.m_dgCommonUse.CaptionVisible       = false;
     this.m_dgCommonUse.ColumnHeadersVisible = true;
     clsColumnInfo5.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo5.BackColor    = System.Drawing.Color.White;
     clsColumnInfo5.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo5.ColumnIndex  = 0;
     clsColumnInfo5.ColumnName   = "itemcode_vchr";
     clsColumnInfo5.ColumnWidth  = 75;
     clsColumnInfo5.Enabled      = false;
     clsColumnInfo5.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo5.HeadText     = "编号";
     clsColumnInfo5.ReadOnly     = true;
     clsColumnInfo5.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo6.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo6.BackColor    = System.Drawing.Color.White;
     clsColumnInfo6.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo6.ColumnIndex  = 1;
     clsColumnInfo6.ColumnName   = "itemname_vchr";
     clsColumnInfo6.ColumnWidth  = 150;
     clsColumnInfo6.Enabled      = false;
     clsColumnInfo6.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo6.HeadText     = "项目名称";
     clsColumnInfo6.ReadOnly     = true;
     clsColumnInfo6.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo7.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo7.BackColor    = System.Drawing.Color.White;
     clsColumnInfo7.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo7.ColumnIndex  = 2;
     clsColumnInfo7.ColumnName   = "itemspec_vchr";
     clsColumnInfo7.ColumnWidth  = 150;
     clsColumnInfo7.Enabled      = false;
     clsColumnInfo7.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo7.HeadText     = "项目规格";
     clsColumnInfo7.ReadOnly     = true;
     clsColumnInfo7.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo8.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo8.BackColor    = System.Drawing.Color.White;
     clsColumnInfo8.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo8.ColumnIndex  = 3;
     clsColumnInfo8.ColumnName   = "deptname_vchr";
     clsColumnInfo8.ColumnWidth  = 75;
     clsColumnInfo8.Enabled      = true;
     clsColumnInfo8.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo8.HeadText     = "科室名称";
     clsColumnInfo8.ReadOnly     = false;
     clsColumnInfo8.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo9.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo9.BackColor    = System.Drawing.Color.White;
     clsColumnInfo9.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo9.ColumnIndex  = 4;
     clsColumnInfo9.ColumnName   = "privilege_name";
     clsColumnInfo9.ColumnWidth  = 75;
     clsColumnInfo9.Enabled      = true;
     clsColumnInfo9.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo9.HeadText     = "个人/科室";
     clsColumnInfo9.ReadOnly     = false;
     clsColumnInfo9.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo10.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo10.BackColor   = System.Drawing.Color.White;
     clsColumnInfo10.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo10.ColumnIndex = 5;
     clsColumnInfo10.ColumnName  = "privilege_int";
     clsColumnInfo10.ColumnWidth = 0;
     clsColumnInfo10.Enabled     = true;
     clsColumnInfo10.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo10.HeadText    = "privilege_int";
     clsColumnInfo10.ReadOnly    = false;
     clsColumnInfo10.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo11.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo11.BackColor   = System.Drawing.Color.White;
     clsColumnInfo11.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo11.ColumnIndex = 6;
     clsColumnInfo11.ColumnName  = "deptid_chr";
     clsColumnInfo11.ColumnWidth = 0;
     clsColumnInfo11.Enabled     = true;
     clsColumnInfo11.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo11.HeadText    = "deptid_chr";
     clsColumnInfo11.ReadOnly    = false;
     clsColumnInfo11.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo12.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo12.BackColor   = System.Drawing.Color.White;
     clsColumnInfo12.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo12.ColumnIndex = 7;
     clsColumnInfo12.ColumnName  = "itemid_chr";
     clsColumnInfo12.ColumnWidth = 0;
     clsColumnInfo12.Enabled     = false;
     clsColumnInfo12.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo12.HeadText    = "itemid_chr";
     clsColumnInfo12.ReadOnly    = true;
     clsColumnInfo12.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo13.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo13.BackColor   = System.Drawing.Color.White;
     clsColumnInfo13.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo13.ColumnIndex = 8;
     clsColumnInfo13.ColumnName  = "createrid_chr";
     clsColumnInfo13.ColumnWidth = 0;
     clsColumnInfo13.Enabled     = true;
     clsColumnInfo13.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo13.HeadText    = "createrid_chr";
     clsColumnInfo13.ReadOnly    = false;
     clsColumnInfo13.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo14.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo14.BackColor   = System.Drawing.Color.White;
     clsColumnInfo14.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo14.ColumnIndex = 9;
     clsColumnInfo14.ColumnName  = "SEQID_CHR";
     clsColumnInfo14.ColumnWidth = 0;
     clsColumnInfo14.Enabled     = true;
     clsColumnInfo14.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo14.HeadText    = "SEQID_CHR";
     clsColumnInfo14.ReadOnly    = false;
     clsColumnInfo14.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo5);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo6);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo7);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo8);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo9);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo10);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo11);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo12);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo13);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo14);
     this.m_dgCommonUse.FullRowSelect         = true;
     this.m_dgCommonUse.Location              = new System.Drawing.Point(4, 42);
     this.m_dgCommonUse.MultiSelect           = true;
     this.m_dgCommonUse.Name                  = "m_dgCommonUse";
     this.m_dgCommonUse.ReadOnly              = false;
     this.m_dgCommonUse.RowHeadersVisible     = false;
     this.m_dgCommonUse.RowHeaderWidth        = 35;
     this.m_dgCommonUse.SelectedRowBackColor  = System.Drawing.Color.Purple;
     this.m_dgCommonUse.SelectedRowForeColor  = System.Drawing.Color.White;
     this.m_dgCommonUse.Size                  = new System.Drawing.Size(400, 494);
     this.m_dgCommonUse.TabIndex              = 30;
     this.m_dgCommonUse.m_evtDataGridKeyDown += new System.Windows.Forms.KeyEventHandler(this.m_dgCommonUse_m_evtDataGridKeyDown);
     this.m_dgCommonUse.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.m_dgCommonUse_KeyDown);
     //
     // m_cmbMedSort
     //
     this.m_cmbMedSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbMedSort.Items.AddRange(new object[] {
         "西药",
         "成药",
         "中药"
     });
     this.m_cmbMedSort.Location = new System.Drawing.Point(452, 56);
     this.m_cmbMedSort.Name     = "m_cmbMedSort";
     this.m_cmbMedSort.Size     = new System.Drawing.Size(121, 22);
     this.m_cmbMedSort.TabIndex = 0;
     //
     // m_txtMedName
     //
     this.m_txtMedName.Location = new System.Drawing.Point(452, 236);
     this.m_txtMedName.Name     = "m_txtMedName";
     this.m_txtMedName.Size     = new System.Drawing.Size(120, 23);
     this.m_txtMedName.TabIndex = 4;
     this.m_txtMedName.Text     = "";
     this.m_txtMedName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_txtMedName_KeyDown);
     //
     // m_BtnSearch
     //
     this.m_BtnSearch.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnSearch.DefaultScheme = true;
     this.m_BtnSearch.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnSearch.Hint          = "";
     this.m_BtnSearch.Location      = new System.Drawing.Point(404, 272);
     this.m_BtnSearch.Name          = "m_BtnSearch";
     this.m_BtnSearch.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnSearch.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnSearch.TabIndex      = 5;
     this.m_BtnSearch.Text          = "查找(&F)";
     this.m_BtnSearch.Click        += new System.EventHandler(this.m_BtnSearch_Click);
     //
     // m_BtnSetPersonal
     //
     this.m_BtnSetPersonal.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnSetPersonal.DefaultScheme = true;
     this.m_BtnSetPersonal.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnSetPersonal.Hint          = "";
     this.m_BtnSetPersonal.Location      = new System.Drawing.Point(404, 328);
     this.m_BtnSetPersonal.Name          = "m_BtnSetPersonal";
     this.m_BtnSetPersonal.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnSetPersonal.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnSetPersonal.TabIndex      = 6;
     this.m_BtnSetPersonal.Text          = "设为个人常用";
     this.m_BtnSetPersonal.Click        += new System.EventHandler(this.m_BtnSetPersonal_Click);
     //
     // m_BtnSetDept
     //
     this.m_BtnSetDept.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnSetDept.DefaultScheme = true;
     this.m_BtnSetDept.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnSetDept.Hint          = "";
     this.m_BtnSetDept.Location      = new System.Drawing.Point(404, 368);
     this.m_BtnSetDept.Name          = "m_BtnSetDept";
     this.m_BtnSetDept.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnSetDept.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnSetDept.TabIndex      = 7;
     this.m_BtnSetDept.Text          = "设为科室常用";
     this.m_BtnSetDept.Visible       = false;
     this.m_BtnSetDept.Click        += new System.EventHandler(this.m_BtnSetDept_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(380, 60);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(68, 16);
     this.label1.TabIndex = 13;
     this.label1.Text     = "项目类型";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(380, 196);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 23);
     this.label3.TabIndex = 13;
     this.label3.Text     = "查询条件";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(380, 240);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(68, 23);
     this.label4.TabIndex = 13;
     this.label4.Text     = "查询内容";
     //
     // m_BtnDel
     //
     this.m_BtnDel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnDel.DefaultScheme = true;
     this.m_BtnDel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnDel.Hint          = "";
     this.m_BtnDel.Location      = new System.Drawing.Point(404, 392);
     this.m_BtnDel.Name          = "m_BtnDel";
     this.m_BtnDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnDel.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnDel.TabIndex      = 8;
     this.m_BtnDel.Text          = "删除常用项目";
     this.m_BtnDel.Click        += new System.EventHandler(this.m_BtnDel_Click);
     //
     // m_BtnSave
     //
     this.m_BtnSave.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnSave.DefaultScheme = true;
     this.m_BtnSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnSave.Hint          = "";
     this.m_BtnSave.Location      = new System.Drawing.Point(404, 440);
     this.m_BtnSave.Name          = "m_BtnSave";
     this.m_BtnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnSave.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnSave.TabIndex      = 9;
     this.m_BtnSave.Text          = "保存(&S)";
     this.m_BtnSave.Click        += new System.EventHandler(this.m_BtnSave_Click);
     //
     // buttonXP2
     //
     this.buttonXP2.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.buttonXP2.DefaultScheme = true;
     this.buttonXP2.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP2.Hint          = "";
     this.buttonXP2.Location      = new System.Drawing.Point(404, 496);
     this.buttonXP2.Name          = "buttonXP2";
     this.buttonXP2.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP2.Size          = new System.Drawing.Size(144, 36);
     this.buttonXP2.TabIndex      = 10;
     this.buttonXP2.Text          = "退出(&E)";
     this.buttonXP2.Click        += new System.EventHandler(this.buttonXP2_Click);
     //
     // m_BtnReresh
     //
     this.m_BtnReresh.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnReresh.DefaultScheme = true;
     this.m_BtnReresh.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnReresh.Hint          = "";
     this.m_BtnReresh.Location      = new System.Drawing.Point(408, 112);
     this.m_BtnReresh.Name          = "m_BtnReresh";
     this.m_BtnReresh.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnReresh.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnReresh.TabIndex      = 0;
     this.m_BtnReresh.Text          = "刷新(&R)";
     this.m_BtnReresh.Click        += new System.EventHandler(this.m_BtnReresh_Click);
     //
     // m_cmbCondition
     //
     this.m_cmbCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbCondition.Items.AddRange(new object[] {
         "项目编码",
         "项目名称",
         "拼音码",
         "五笔码",
         "英文名称"
     });
     this.m_cmbCondition.Location              = new System.Drawing.Point(452, 188);
     this.m_cmbCondition.Name                  = "m_cmbCondition";
     this.m_cmbCondition.Size                  = new System.Drawing.Size(121, 22);
     this.m_cmbCondition.TabIndex              = 14;
     this.m_cmbCondition.SelectedIndexChanged += new System.EventHandler(this.m_cmbCondition_SelectedIndexChanged);
     //
     // frmProjectCommonUse
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(992, 549);
     this.Controls.Add(this.m_cmbCondition);
     this.Controls.Add(this.m_BtnReresh);
     this.Controls.Add(this.buttonXP2);
     this.Controls.Add(this.m_BtnSave);
     this.Controls.Add(this.m_BtnDel);
     this.Controls.Add(this.m_BtnSearch);
     this.Controls.Add(this.m_txtMedName);
     this.Controls.Add(this.m_BtnSetPersonal);
     this.Controls.Add(this.m_BtnSetDept);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_cmbMedSort);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Font       = new System.Drawing.Font("宋体", 10.5F);
     this.KeyPreview = true;
     this.Name       = "frmProjectCommonUse";
     this.Text       = "常用项目设置";
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmMedCommonUse_KeyDown);
     this.Load      += new System.EventHandler(this.frmMedCommonUse_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgMedBse)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgCommonUse)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 15
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMedicineUsageDetail));
     this.checkBox1           = new System.Windows.Forms.CheckBox();
     this.btOK                = new PinkieControls.ButtonXP();
     this.btCancel            = new PinkieControls.ButtonXP();
     this.label1              = new System.Windows.Forms.Label();
     this.lbeMedicine         = new System.Windows.Forms.Label();
     this.contextMenu1        = new System.Windows.Forms.ContextMenu();
     this.menu_Template       = new System.Windows.Forms.MenuItem();
     this.menu_CreatTemplate  = new System.Windows.Forms.MenuItem();
     this.menu_changeTemplate = new System.Windows.Forms.MenuItem();
     this.menu_Cut            = new System.Windows.Forms.MenuItem();
     this.menu_Copy           = new System.Windows.Forms.MenuItem();
     this.menuI_Paste         = new System.Windows.Forms.MenuItem();
     this.menuI_Undo          = new System.Windows.Forms.MenuItem();
     this.m_txtMedDetails     = new com.digitalwave.controls.ctlRichTextBox();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // checkBox1
     //
     this.checkBox1.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.checkBox1.Location = new System.Drawing.Point(7, 28);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(64, 24);
     this.checkBox1.TabIndex = 0;
     this.checkBox1.Text     = "皮 试";
     this.checkBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.checkBox1_KeyDown);
     //
     // btOK
     //
     this.btOK.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btOK.DefaultScheme = true;
     this.btOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btOK.Hint          = "";
     this.btOK.Location      = new System.Drawing.Point(315, 0);
     this.btOK.Name          = "btOK";
     this.btOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btOK.Size          = new System.Drawing.Size(73, 32);
     this.btOK.TabIndex      = 1;
     this.btOK.Text          = "确定(&S)";
     this.btOK.Click        += new System.EventHandler(this.btOK_Click);
     //
     // btCancel
     //
     this.btCancel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btCancel.DefaultScheme = true;
     this.btCancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btCancel.Hint          = "";
     this.btCancel.Location      = new System.Drawing.Point(397, 1);
     this.btCancel.Name          = "btCancel";
     this.btCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btCancel.Size          = new System.Drawing.Size(74, 32);
     this.btCancel.TabIndex      = 2;
     this.btCancel.Text          = "取消(ESC)";
     this.btCancel.Click        += new System.EventHandler(this.btCancel_Click);
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Navy;
     this.label1.Location  = new System.Drawing.Point(72, 35);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(54, 12);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "回车跳转";
     //
     // lbeMedicine
     //
     this.lbeMedicine.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbeMedicine.ForeColor   = System.Drawing.Color.Red;
     this.lbeMedicine.Location    = new System.Drawing.Point(7, 5);
     this.lbeMedicine.Name        = "lbeMedicine";
     this.lbeMedicine.Size        = new System.Drawing.Size(300, 24);
     this.lbeMedicine.TabIndex    = 5;
     this.lbeMedicine.TextAlign   = System.Drawing.ContentAlignment.BottomLeft;
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menu_Template,
         this.menu_Cut,
         this.menu_Copy,
         this.menuI_Paste,
         this.menuI_Undo
     });
     //
     // menu_Template
     //
     this.menu_Template.Index = 0;
     this.menu_Template.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menu_CreatTemplate,
         this.menu_changeTemplate
     });
     this.menu_Template.Text = "模板维护";
     //
     // menu_CreatTemplate
     //
     this.menu_CreatTemplate.Index  = 0;
     this.menu_CreatTemplate.Text   = "生成模板";
     this.menu_CreatTemplate.Click += new System.EventHandler(this.menu_CreatTemplate_Click);
     //
     // menu_changeTemplate
     //
     this.menu_changeTemplate.Index  = 1;
     this.menu_changeTemplate.Text   = "修改模板";
     this.menu_changeTemplate.Click += new System.EventHandler(this.menu_changeTemplate_Click);
     //
     // menu_Cut
     //
     this.menu_Cut.Index    = 1;
     this.menu_Cut.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
     this.menu_Cut.Text     = "剪切";
     this.menu_Cut.Click   += new System.EventHandler(this.menu_Cut_Click);
     //
     // menu_Copy
     //
     this.menu_Copy.Index    = 2;
     this.menu_Copy.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     this.menu_Copy.Text     = "复制";
     this.menu_Copy.Click   += new System.EventHandler(this.menu_Copy_Click);
     //
     // menuI_Paste
     //
     this.menuI_Paste.Index    = 3;
     this.menuI_Paste.Shortcut = System.Windows.Forms.Shortcut.CtrlV;
     this.menuI_Paste.Text     = "粘贴";
     this.menuI_Paste.Click   += new System.EventHandler(this.menuI_Paste_Click);
     //
     // menuI_Undo
     //
     this.menuI_Undo.Index    = 4;
     this.menuI_Undo.Shortcut = System.Windows.Forms.Shortcut.CtrlZ;
     this.menuI_Undo.Text     = "撤消";
     this.menuI_Undo.Click   += new System.EventHandler(this.menuI_Undo_Click);
     //
     // m_txtMedDetails
     //
     this.m_txtMedDetails.BorderStyle                = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtMedDetails.ContextMenu                = this.contextMenu1;
     this.m_txtMedDetails.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtMedDetails.Location                   = new System.Drawing.Point(4, 51);
     this.m_txtMedDetails.m_BlnIgnoreUserInfo        = true;
     this.m_txtMedDetails.m_BlnPartControl           = false;
     this.m_txtMedDetails.m_BlnReadOnly              = false;
     this.m_txtMedDetails.m_BlnUnderLineDST          = false;
     this.m_txtMedDetails.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtMedDetails.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtMedDetails.m_IntCanModifyTime         = 500;
     this.m_txtMedDetails.m_IntPartControlLength     = 0;
     this.m_txtMedDetails.m_IntPartControlStartIndex = 0;
     this.m_txtMedDetails.m_StrUserID                = "";
     this.m_txtMedDetails.m_StrUserName              = "";
     this.m_txtMedDetails.Name     = "m_txtMedDetails";
     this.m_txtMedDetails.Size     = new System.Drawing.Size(470, 168);
     this.m_txtMedDetails.TabIndex = 0;
     this.m_txtMedDetails.Text     = "";
     this.toolTip1.SetToolTip(this.m_txtMedDetails, "请在这里录入详细用法");
     //
     // toolTip1
     //
     this.toolTip1.IsBalloon    = true;
     this.toolTip1.ShowAlways   = true;
     this.toolTip1.ToolTipIcon  = System.Windows.Forms.ToolTipIcon.Info;
     this.toolTip1.ToolTipTitle = "提示";
     //
     // frmMedicineUsageDetail
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btCancel;
     this.ClientSize        = new System.Drawing.Size(478, 222);
     this.Controls.Add(this.m_txtMedDetails);
     this.Controls.Add(this.lbeMedicine);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btCancel);
     this.Controls.Add(this.btOK);
     this.Controls.Add(this.checkBox1);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "frmMedicineUsageDetail";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "详细用法录入窗口";
     this.Load           += new System.EventHandler(this.frmMedicineUsageDetail_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 16
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFirstIllnessNote_F2));
     this.m_cmdClose          = new PinkieControls.ButtonXP();
     this.cmdConfirm          = new PinkieControls.ButtonXP();
     this.m_cmdEmployeeSign   = new PinkieControls.ButtonXP();
     this.lsvSign             = new System.Windows.Forms.ListView();
     this.columnHeader1       = new System.Windows.Forms.ColumnHeader();
     this.lblCaseHistoryTitle = new System.Windows.Forms.Label();
     this.label8                = new System.Windows.Forms.Label();
     this.m_txtCurePlan         = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtDiagnoseThe      = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtOriginalDiagnose = new com.digitalwave.controls.ctlRichTextBox();
     this.m_txtMostlyContent    = new com.digitalwave.controls.ctlRichTextBox();
     this.label1                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.m_pnlNewBase.SuspendLayout();
     this.SuspendLayout();
     //
     // m_trvCreateDate
     //
     this.m_trvCreateDate.LineColor = System.Drawing.Color.Black;
     this.m_trvCreateDate.Location  = new System.Drawing.Point(58, -89);
     //
     // lblCreateDateTitle
     //
     this.lblCreateDateTitle.Location = new System.Drawing.Point(9, 9);
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.Location = new System.Drawing.Point(81, 4);
     //
     // m_dtpGetDataTime
     //
     this.m_dtpGetDataTime.Location = new System.Drawing.Point(378, -49);
     //
     // m_lblGetDataTime
     //
     this.m_lblGetDataTime.Location = new System.Drawing.Point(274, -49);
     //
     // lblSex
     //
     this.lblSex.Location = new System.Drawing.Point(554, -145);
     this.lblSex.Size     = new System.Drawing.Size(56, 21);
     //
     // lblAge
     //
     this.lblAge.Location = new System.Drawing.Point(674, -145);
     this.lblAge.Size     = new System.Drawing.Size(60, 21);
     //
     // lblBedNoTitle
     //
     this.lblBedNoTitle.Location = new System.Drawing.Point(301, -183);
     //
     // lblInHospitalNoTitle
     //
     this.lblInHospitalNoTitle.Location = new System.Drawing.Point(287, -146);
     //
     // lblNameTitle
     //
     this.lblNameTitle.Location = new System.Drawing.Point(502, -183);
     //
     // lblSexTitle
     //
     this.lblSexTitle.Location = new System.Drawing.Point(498, -145);
     //
     // lblAgeTitle
     //
     this.lblAgeTitle.Location = new System.Drawing.Point(618, -145);
     //
     // lblAreaTitle
     //
     this.lblAreaTitle.Location = new System.Drawing.Point(34, -153);
     //
     // m_lsvInPatientID
     //
     this.m_lsvInPatientID.Location = new System.Drawing.Point(482, -118);
     this.m_lsvInPatientID.Size     = new System.Drawing.Size(135, 119);
     //
     // txtInPatientID
     //
     this.txtInPatientID.Location = new System.Drawing.Point(353, -151);
     this.txtInPatientID.Size     = new System.Drawing.Size(135, 23);
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location = new System.Drawing.Point(553, -187);
     this.m_txtPatientName.Size     = new System.Drawing.Size(136, 23);
     //
     // m_txtBedNO
     //
     this.m_txtBedNO.Location = new System.Drawing.Point(353, -187);
     this.m_txtBedNO.Size     = new System.Drawing.Size(135, 23);
     //
     // m_cboArea
     //
     this.m_cboArea.Location = new System.Drawing.Point(90, -153);
     this.m_cboArea.Size     = new System.Drawing.Size(168, 23);
     //
     // m_lsvPatientName
     //
     this.m_lsvPatientName.Location = new System.Drawing.Point(514, -116);
     this.m_lsvPatientName.Size     = new System.Drawing.Size(136, 119);
     //
     // m_lsvBedNO
     //
     this.m_lsvBedNO.Location = new System.Drawing.Point(437, -118);
     this.m_lsvBedNO.Size     = new System.Drawing.Size(135, 119);
     //
     // m_cboDept
     //
     this.m_cboDept.Location = new System.Drawing.Point(98, -193);
     this.m_cboDept.Size     = new System.Drawing.Size(168, 23);
     //
     // lblDept
     //
     this.lblDept.Location = new System.Drawing.Point(34, -185);
     //
     // m_cmdNewTemplate
     //
     this.m_cmdNewTemplate.Location = new System.Drawing.Point(623, -76);
     this.m_cmdNewTemplate.Size     = new System.Drawing.Size(98, 33);
     //
     // m_cmdNext
     //
     this.m_cmdNext.Location = new System.Drawing.Point(255, -187);
     this.m_cmdNext.Size     = new System.Drawing.Size(28, 24);
     //
     // m_cmdPre
     //
     this.m_cmdPre.Location = new System.Drawing.Point(425, -28);
     this.m_cmdPre.Size     = new System.Drawing.Size(28, 24);
     //
     // m_lblForTitle
     //
     this.m_lblForTitle.Location = new System.Drawing.Point(343, -183);
     this.m_lblForTitle.Size     = new System.Drawing.Size(19, 27);
     //
     // chkModifyWithoutMatk
     //
     this.chkModifyWithoutMatk.Location = new System.Drawing.Point(12, 577);
     //
     // m_cmdModifyPatientInfo
     //
     this.m_cmdModifyPatientInfo.Location = new System.Drawing.Point(655, -151);
     //
     // m_pnlNewBase
     //
     this.m_pnlNewBase.Location = new System.Drawing.Point(10, -63);
     //
     // m_ctlPatientInfo
     //
     this.m_ctlPatientInfo.m_BlnIsShowPatientAge  = true;
     this.m_ctlPatientInfo.m_BlnIsShowPatientName = true;
     this.m_ctlPatientInfo.m_BlnIsShowSex         = true;
     //
     // m_cmdClose
     //
     this.m_cmdClose.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmdClose.DefaultScheme = true;
     this.m_cmdClose.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_cmdClose.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdClose.Hint          = "";
     this.m_cmdClose.Location      = new System.Drawing.Point(737, 577);
     this.m_cmdClose.Name          = "m_cmdClose";
     this.m_cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdClose.Size          = new System.Drawing.Size(80, 30);
     this.m_cmdClose.TabIndex      = 10000066;
     this.m_cmdClose.Text          = "取消";
     this.m_cmdClose.Click        += new System.EventHandler(this.m_cmdClose_Click);
     //
     // cmdConfirm
     //
     this.cmdConfirm.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdConfirm.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.cmdConfirm.DefaultScheme = true;
     this.cmdConfirm.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdConfirm.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmdConfirm.Hint          = "";
     this.cmdConfirm.Location      = new System.Drawing.Point(641, 577);
     this.cmdConfirm.Name          = "cmdConfirm";
     this.cmdConfirm.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdConfirm.Size          = new System.Drawing.Size(80, 30);
     this.cmdConfirm.TabIndex      = 10000065;
     this.cmdConfirm.Text          = "确定";
     this.cmdConfirm.Click        += new System.EventHandler(this.cmdConfirm_Click);
     //
     // m_cmdEmployeeSign
     //
     this.m_cmdEmployeeSign.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.m_cmdEmployeeSign.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.m_cmdEmployeeSign.DefaultScheme = true;
     this.m_cmdEmployeeSign.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdEmployeeSign.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_cmdEmployeeSign.Hint          = "";
     this.m_cmdEmployeeSign.Location      = new System.Drawing.Point(92, 577);
     this.m_cmdEmployeeSign.Name          = "m_cmdEmployeeSign";
     this.m_cmdEmployeeSign.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdEmployeeSign.Size          = new System.Drawing.Size(76, 30);
     this.m_cmdEmployeeSign.TabIndex      = 10000067;
     this.m_cmdEmployeeSign.Tag           = "1";
     this.m_cmdEmployeeSign.Text          = "签名:";
     //
     // lsvSign
     //
     this.lsvSign.Alignment = System.Windows.Forms.ListViewAlignment.Left;
     this.lsvSign.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lsvSign.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1
     });
     this.lsvSign.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lsvSign.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
     this.lsvSign.Location    = new System.Drawing.Point(172, 577);
     this.lsvSign.MultiSelect = false;
     this.lsvSign.Name        = "lsvSign";
     this.lsvSign.Size        = new System.Drawing.Size(463, 28);
     this.lsvSign.TabIndex    = 10000068;
     this.lsvSign.UseCompatibleStateImageBehavior = false;
     this.lsvSign.View = System.Windows.Forms.View.SmallIcon;
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 50;
     //
     // lblCaseHistoryTitle
     //
     this.lblCaseHistoryTitle.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lblCaseHistoryTitle.AutoSize  = true;
     this.lblCaseHistoryTitle.BackColor = System.Drawing.SystemColors.Control;
     this.lblCaseHistoryTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblCaseHistoryTitle.ForeColor = System.Drawing.Color.Black;
     this.lblCaseHistoryTitle.Location  = new System.Drawing.Point(10, 260);
     this.lblCaseHistoryTitle.Name      = "lblCaseHistoryTitle";
     this.lblCaseHistoryTitle.Size      = new System.Drawing.Size(112, 14);
     this.lblCaseHistoryTitle.TabIndex  = 10000074;
     this.lblCaseHistoryTitle.Text      = "诊断与鉴别诊断:";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.BackColor = System.Drawing.SystemColors.Control;
     this.label8.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Location  = new System.Drawing.Point(10, 126);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(70, 14);
     this.label8.TabIndex  = 10000073;
     this.label8.Text      = "病例特点:";
     //
     // m_txtCurePlan
     //
     this.m_txtCurePlan.AccessibleDescription = "治疗计划";
     this.m_txtCurePlan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtCurePlan.BackColor                  = System.Drawing.Color.White;
     this.m_txtCurePlan.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtCurePlan.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtCurePlan.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtCurePlan.Location                   = new System.Drawing.Point(11, 469);
     this.m_txtCurePlan.m_BlnIgnoreUserInfo        = false;
     this.m_txtCurePlan.m_BlnPartControl           = false;
     this.m_txtCurePlan.m_BlnReadOnly              = false;
     this.m_txtCurePlan.m_BlnUnderLineDST          = false;
     this.m_txtCurePlan.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtCurePlan.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtCurePlan.m_IntCanModifyTime         = 6;
     this.m_txtCurePlan.m_IntPartControlLength     = 0;
     this.m_txtCurePlan.m_IntPartControlStartIndex = 0;
     this.m_txtCurePlan.m_StrUserID                = "";
     this.m_txtCurePlan.m_StrUserName              = "";
     this.m_txtCurePlan.Name                       = "m_txtCurePlan";
     this.m_txtCurePlan.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtCurePlan.Size                       = new System.Drawing.Size(805, 102);
     this.m_txtCurePlan.TabIndex                   = 10000072;
     this.m_txtCurePlan.Text                       = "";
     //
     // m_txtDiagnoseThe
     //
     this.m_txtDiagnoseThe.AccessibleDescription = "诊断依据";
     this.m_txtDiagnoseThe.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtDiagnoseThe.BackColor                  = System.Drawing.Color.White;
     this.m_txtDiagnoseThe.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtDiagnoseThe.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtDiagnoseThe.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtDiagnoseThe.Location                   = new System.Drawing.Point(13, 277);
     this.m_txtDiagnoseThe.m_BlnIgnoreUserInfo        = false;
     this.m_txtDiagnoseThe.m_BlnPartControl           = false;
     this.m_txtDiagnoseThe.m_BlnReadOnly              = false;
     this.m_txtDiagnoseThe.m_BlnUnderLineDST          = false;
     this.m_txtDiagnoseThe.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtDiagnoseThe.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtDiagnoseThe.m_IntCanModifyTime         = 6;
     this.m_txtDiagnoseThe.m_IntPartControlLength     = 0;
     this.m_txtDiagnoseThe.m_IntPartControlStartIndex = 0;
     this.m_txtDiagnoseThe.m_StrUserID                = "";
     this.m_txtDiagnoseThe.m_StrUserName              = "";
     this.m_txtDiagnoseThe.Name                       = "m_txtDiagnoseThe";
     this.m_txtDiagnoseThe.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtDiagnoseThe.Size                       = new System.Drawing.Size(804, 172);
     this.m_txtDiagnoseThe.TabIndex                   = 10000071;
     this.m_txtDiagnoseThe.Text                       = "";
     //
     // m_txtOriginalDiagnose
     //
     this.m_txtOriginalDiagnose.AccessibleDescription = "初步诊断";
     this.m_txtOriginalDiagnose.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.m_txtOriginalDiagnose.BackColor                  = System.Drawing.Color.White;
     this.m_txtOriginalDiagnose.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtOriginalDiagnose.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtOriginalDiagnose.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtOriginalDiagnose.Location                   = new System.Drawing.Point(12, 145);
     this.m_txtOriginalDiagnose.m_BlnIgnoreUserInfo        = false;
     this.m_txtOriginalDiagnose.m_BlnPartControl           = false;
     this.m_txtOriginalDiagnose.m_BlnReadOnly              = false;
     this.m_txtOriginalDiagnose.m_BlnUnderLineDST          = false;
     this.m_txtOriginalDiagnose.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtOriginalDiagnose.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtOriginalDiagnose.m_IntCanModifyTime         = 6;
     this.m_txtOriginalDiagnose.m_IntPartControlLength     = 0;
     this.m_txtOriginalDiagnose.m_IntPartControlStartIndex = 0;
     this.m_txtOriginalDiagnose.m_StrUserID                = "";
     this.m_txtOriginalDiagnose.m_StrUserName              = "";
     this.m_txtOriginalDiagnose.Name                       = "m_txtOriginalDiagnose";
     this.m_txtOriginalDiagnose.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtOriginalDiagnose.Size                       = new System.Drawing.Size(805, 110);
     this.m_txtOriginalDiagnose.TabIndex                   = 10000070;
     this.m_txtOriginalDiagnose.Text                       = "";
     //
     // m_txtMostlyContent
     //
     this.m_txtMostlyContent.AccessibleDescription = "主要内容";
     this.m_txtMostlyContent.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtMostlyContent.BackColor                  = System.Drawing.Color.White;
     this.m_txtMostlyContent.Font                       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtMostlyContent.ForeColor                  = System.Drawing.Color.Black;
     this.m_txtMostlyContent.ImeMode                    = System.Windows.Forms.ImeMode.On;
     this.m_txtMostlyContent.Location                   = new System.Drawing.Point(12, 58);
     this.m_txtMostlyContent.m_BlnIgnoreUserInfo        = false;
     this.m_txtMostlyContent.m_BlnPartControl           = false;
     this.m_txtMostlyContent.m_BlnReadOnly              = false;
     this.m_txtMostlyContent.m_BlnUnderLineDST          = false;
     this.m_txtMostlyContent.m_ClrDST                   = System.Drawing.Color.Red;
     this.m_txtMostlyContent.m_ClrOldPartInsertText     = System.Drawing.Color.Black;
     this.m_txtMostlyContent.m_IntCanModifyTime         = 6;
     this.m_txtMostlyContent.m_IntPartControlLength     = 0;
     this.m_txtMostlyContent.m_IntPartControlStartIndex = 0;
     this.m_txtMostlyContent.m_StrUserID                = "";
     this.m_txtMostlyContent.m_StrUserName              = "";
     this.m_txtMostlyContent.Name                       = "m_txtMostlyContent";
     this.m_txtMostlyContent.ScrollBars                 = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.m_txtMostlyContent.Size                       = new System.Drawing.Size(805, 61);
     this.m_txtMostlyContent.TabIndex                   = 10000069;
     this.m_txtMostlyContent.Text                       = "";
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.SystemColors.Control;
     this.label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(9, 452);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 14);
     this.label1.TabIndex  = 10000075;
     this.label1.Text      = "治疗计划:";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.SystemColors.Control;
     this.label2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(10, 35);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(70, 14);
     this.label2.TabIndex  = 10000076;
     this.label2.Text      = "主要内容:";
     //
     // frmFirstIllnessNote_F2
     //
     this.AccessibleDescription = "首次病程记录";
     this.ClientSize            = new System.Drawing.Size(832, 621);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_txtCurePlan);
     this.Controls.Add(this.m_txtDiagnoseThe);
     this.Controls.Add(this.m_txtOriginalDiagnose);
     this.Controls.Add(this.lblCaseHistoryTitle);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.m_txtMostlyContent);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lsvSign);
     this.Controls.Add(this.m_cmdEmployeeSign);
     this.Controls.Add(this.m_cmdClose);
     this.Controls.Add(this.cmdConfirm);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmFirstIllnessNote_F2";
     this.Text = "首次病程记录";
     this.Controls.SetChildIndex(this.m_pnlNewBase, 0);
     this.Controls.SetChildIndex(this.m_cmdModifyPatientInfo, 0);
     this.Controls.SetChildIndex(this.chkModifyWithoutMatk, 0);
     this.Controls.SetChildIndex(this.m_lblGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_dtpGetDataTime, 0);
     this.Controls.SetChildIndex(this.m_dtpCreateDate, 0);
     this.Controls.SetChildIndex(this.m_trvCreateDate, 0);
     this.Controls.SetChildIndex(this.lblCreateDateTitle, 0);
     this.Controls.SetChildIndex(this.m_lblForTitle, 0);
     this.Controls.SetChildIndex(this.txtInPatientID, 0);
     this.Controls.SetChildIndex(this.lblAreaTitle, 0);
     this.Controls.SetChildIndex(this.lblAgeTitle, 0);
     this.Controls.SetChildIndex(this.lblSexTitle, 0);
     this.Controls.SetChildIndex(this.lblNameTitle, 0);
     this.Controls.SetChildIndex(this.lblInHospitalNoTitle, 0);
     this.Controls.SetChildIndex(this.lblBedNoTitle, 0);
     this.Controls.SetChildIndex(this.lblAge, 0);
     this.Controls.SetChildIndex(this.lblSex, 0);
     this.Controls.SetChildIndex(this.m_txtPatientName, 0);
     this.Controls.SetChildIndex(this.m_txtBedNO, 0);
     this.Controls.SetChildIndex(this.m_cboArea, 0);
     this.Controls.SetChildIndex(this.lblDept, 0);
     this.Controls.SetChildIndex(this.m_cboDept, 0);
     this.Controls.SetChildIndex(this.m_cmdNewTemplate, 0);
     this.Controls.SetChildIndex(this.m_cmdNext, 0);
     this.Controls.SetChildIndex(this.m_cmdPre, 0);
     this.Controls.SetChildIndex(this.m_lsvInPatientID, 0);
     this.Controls.SetChildIndex(this.m_lsvPatientName, 0);
     this.Controls.SetChildIndex(this.m_lsvBedNO, 0);
     this.Controls.SetChildIndex(this.cmdConfirm, 0);
     this.Controls.SetChildIndex(this.m_cmdClose, 0);
     this.Controls.SetChildIndex(this.m_cmdEmployeeSign, 0);
     this.Controls.SetChildIndex(this.lsvSign, 0);
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.m_txtMostlyContent, 0);
     this.Controls.SetChildIndex(this.label8, 0);
     this.Controls.SetChildIndex(this.lblCaseHistoryTitle, 0);
     this.Controls.SetChildIndex(this.m_txtOriginalDiagnose, 0);
     this.Controls.SetChildIndex(this.m_txtDiagnoseThe, 0);
     this.Controls.SetChildIndex(this.m_txtCurePlan, 0);
     this.Controls.SetChildIndex(this.label2, 0);
     this.m_pnlNewBase.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmTragiuong));
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.butLuu     = new PinkieControls.ButtonXP();
     this.butKetthuc = new PinkieControls.ButtonXP();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.BackgroundColor     = System.Drawing.Color.AliceBlue;
     this.dataGrid1.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor    = System.Drawing.SystemColors.Control;
     this.dataGrid1.DataMember          = "";
     this.dataGrid1.FlatMode            = true;
     this.dataGrid1.HeaderForeColor     = System.Drawing.SystemColors.ControlText;
     this.dataGrid1.Location            = new System.Drawing.Point(2, -15);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.Size                = new System.Drawing.Size(372, 111);
     this.dataGrid1.TabIndex            = 0;
     this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
     //
     // butLuu
     //
     this.butLuu.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(240)), ((System.Byte)(248)), ((System.Byte)(255)));
     this.butLuu.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.butLuu.DefaultScheme = true;
     this.butLuu.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.butLuu.Hint          = "";
     this.butLuu.Image         = ((System.Drawing.Bitmap)(resources.GetObject("butLuu.Image")));
     this.butLuu.Location      = new System.Drawing.Point(104, 117);
     this.butLuu.Name          = "butLuu";
     this.butLuu.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.butLuu.Size          = new System.Drawing.Size(79, 33);
     this.butLuu.TabIndex      = 92;
     this.butLuu.Text          = "&Đồng ý";
     this.butLuu.Click        += new System.EventHandler(this.butLuu_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(240)), ((System.Byte)(248)), ((System.Byte)(255)));
     this.butKetthuc.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.butKetthuc.DefaultScheme = true;
     this.butKetthuc.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.butKetthuc.Hint          = "";
     this.butKetthuc.Image         = ((System.Drawing.Bitmap)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.Location      = new System.Drawing.Point(184, 117);
     this.butKetthuc.Name          = "butKetthuc";
     this.butKetthuc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.butKetthuc.Size          = new System.Drawing.Size(88, 33);
     this.butKetthuc.TabIndex      = 93;
     this.butKetthuc.Text          = "&Kết thúc";
     this.butKetthuc.Click        += new System.EventHandler(this.butKetthuc_Click);
     //
     // frmTragiuong
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.Color.AliceBlue;
     this.ClientSize        = new System.Drawing.Size(376, 165);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.butLuu,
         this.butKetthuc,
         this.dataGrid1
     });
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmTragiuong";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Chọn giường bệnh nhân nằm";
     this.Load         += new System.EventHandler(this.frmTragiuong_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 18
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.cmdCanCel          = new PinkieControls.ButtonXP();
     this.cmdDel             = new PinkieControls.ButtonXP();
     this.cmdBecomeEffective = new PinkieControls.ButtonXP();
     this.cmdOK                 = new PinkieControls.ButtonXP();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.m_lblINPATIENTID_CHR  = new System.Windows.Forms.TextBox();
     this.m_lblSEX_CHR          = new System.Windows.Forms.TextBox();
     this.m_lblIDCARD_CHR       = new System.Windows.Forms.TextBox();
     this.m_lblPATIENTNAME_CHR  = new System.Windows.Forms.TextBox();
     this.label1                = new System.Windows.Forms.Label();
     this.label5                = new System.Windows.Forms.Label();
     this.label7                = new System.Windows.Forms.Label();
     this.label9                = new System.Windows.Forms.Label();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.m_txtTARGETAREAID_CHR = new com.digitalwave.iCare.BIHOrder.Control.ctlFindTextBox();
     this.m_txtACTIVEEMPID_CHR  = new System.Windows.Forms.TextBox();
     this.m_txtSOURCEBEDID_CHR  = new System.Windows.Forms.TextBox();
     this.m_txtACTIVEDATE_DAT   = new System.Windows.Forms.TextBox();
     this.m_txtSTATUS_INT       = new System.Windows.Forms.TextBox();
     this.m_txtSOURCEAREAID_CHR = new System.Windows.Forms.TextBox();
     this.m_chkISACTIVE_INT     = new System.Windows.Forms.CheckBox();
     this.label4                = new System.Windows.Forms.Label();
     this.m_txtDES_VCHR         = new System.Windows.Forms.TextBox();
     this.label6                = new System.Windows.Forms.Label();
     this.label11               = new System.Windows.Forms.Label();
     this.label14               = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.label13               = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.m_txtCREATEDATE_DAT   = new System.Windows.Forms.TextBox();
     this.label8                = new System.Windows.Forms.Label();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.cmdCanCel);
     this.groupBox3.Controls.Add(this.cmdDel);
     this.groupBox3.Controls.Add(this.cmdBecomeEffective);
     this.groupBox3.Controls.Add(this.cmdOK);
     this.groupBox3.Location = new System.Drawing.Point(368, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(168, 88);
     this.groupBox3.TabIndex = 18;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "操作区";
     //
     // cmdCanCel
     //
     this.cmdCanCel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdCanCel.DefaultScheme = true;
     this.cmdCanCel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdCanCel.Hint          = "";
     this.cmdCanCel.Location      = new System.Drawing.Point(84, 48);
     this.cmdCanCel.Name          = "cmdCanCel";
     this.cmdCanCel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdCanCel.Size          = new System.Drawing.Size(79, 30);
     this.cmdCanCel.TabIndex      = 46;
     this.cmdCanCel.Text          = "取消(Ecs)";
     this.cmdCanCel.Click        += new System.EventHandler(this.cmdCanCel_Click);
     //
     // cmdDel
     //
     this.cmdDel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdDel.DefaultScheme = true;
     this.cmdDel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdDel.Hint          = "";
     this.cmdDel.Location      = new System.Drawing.Point(4, 48);
     this.cmdDel.Name          = "cmdDel";
     this.cmdDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdDel.Size          = new System.Drawing.Size(79, 30);
     this.cmdDel.TabIndex      = 45;
     this.cmdDel.Text          = "删除(F4)";
     this.cmdDel.Click        += new System.EventHandler(this.cmdDel_Click);
     //
     // cmdBecomeEffective
     //
     this.cmdBecomeEffective.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdBecomeEffective.DefaultScheme = true;
     this.cmdBecomeEffective.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdBecomeEffective.Enabled       = false;
     this.cmdBecomeEffective.Hint          = "";
     this.cmdBecomeEffective.Location      = new System.Drawing.Point(84, 16);
     this.cmdBecomeEffective.Name          = "cmdBecomeEffective";
     this.cmdBecomeEffective.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdBecomeEffective.Size          = new System.Drawing.Size(79, 30);
     this.cmdBecomeEffective.TabIndex      = 44;
     this.cmdBecomeEffective.Text          = "生效(F3)";
     this.cmdBecomeEffective.Click        += new System.EventHandler(this.cmdBecomeEffective_Click);
     //
     // cmdOK
     //
     this.cmdOK.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdOK.DefaultScheme = true;
     this.cmdOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdOK.Hint          = "";
     this.cmdOK.Location      = new System.Drawing.Point(4, 16);
     this.cmdOK.Name          = "cmdOK";
     this.cmdOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdOK.Size          = new System.Drawing.Size(79, 30);
     this.cmdOK.TabIndex      = 43;
     this.cmdOK.Text          = "保存(F2)";
     this.cmdOK.Click        += new System.EventHandler(this.cmdOK_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_lblINPATIENTID_CHR);
     this.groupBox1.Controls.Add(this.m_lblSEX_CHR);
     this.groupBox1.Controls.Add(this.m_lblIDCARD_CHR);
     this.groupBox1.Controls.Add(this.m_lblPATIENTNAME_CHR);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(368, 88);
     this.groupBox1.TabIndex = 16;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "患者信息: ";
     //
     // m_lblINPATIENTID_CHR
     //
     this.m_lblINPATIENTID_CHR.Location = new System.Drawing.Point(208, 56);
     this.m_lblINPATIENTID_CHR.Name     = "m_lblINPATIENTID_CHR";
     this.m_lblINPATIENTID_CHR.ReadOnly = true;
     this.m_lblINPATIENTID_CHR.Size     = new System.Drawing.Size(144, 23);
     this.m_lblINPATIENTID_CHR.TabIndex = 3;
     this.m_lblINPATIENTID_CHR.Text     = "";
     //
     // m_lblSEX_CHR
     //
     this.m_lblSEX_CHR.Location = new System.Drawing.Point(48, 56);
     this.m_lblSEX_CHR.Name     = "m_lblSEX_CHR";
     this.m_lblSEX_CHR.ReadOnly = true;
     this.m_lblSEX_CHR.Size     = new System.Drawing.Size(88, 23);
     this.m_lblSEX_CHR.TabIndex = 3;
     this.m_lblSEX_CHR.Text     = "";
     //
     // m_lblIDCARD_CHR
     //
     this.m_lblIDCARD_CHR.Location = new System.Drawing.Point(208, 20);
     this.m_lblIDCARD_CHR.Name     = "m_lblIDCARD_CHR";
     this.m_lblIDCARD_CHR.ReadOnly = true;
     this.m_lblIDCARD_CHR.Size     = new System.Drawing.Size(144, 23);
     this.m_lblIDCARD_CHR.TabIndex = 3;
     this.m_lblIDCARD_CHR.Text     = "";
     //
     // m_lblPATIENTNAME_CHR
     //
     this.m_lblPATIENTNAME_CHR.Location = new System.Drawing.Point(48, 20);
     this.m_lblPATIENTNAME_CHR.Name     = "m_lblPATIENTNAME_CHR";
     this.m_lblPATIENTNAME_CHR.ReadOnly = true;
     this.m_lblPATIENTNAME_CHR.Size     = new System.Drawing.Size(88, 23);
     this.m_lblPATIENTNAME_CHR.TabIndex = 3;
     this.m_lblPATIENTNAME_CHR.Text     = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 19);
     this.label1.TabIndex = 2;
     this.label1.Text     = "姓名:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(8, 60);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 19);
     this.label5.TabIndex = 2;
     this.label5.Text     = "性别:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(144, 24);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(77, 19);
     this.label7.TabIndex = 2;
     this.label7.Text     = "身份证号:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(158, 60);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(63, 19);
     this.label9.TabIndex = 2;
     this.label9.Text     = "住院号:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.m_txtTARGETAREAID_CHR);
     this.groupBox2.Controls.Add(this.m_txtACTIVEEMPID_CHR);
     this.groupBox2.Controls.Add(this.m_txtSOURCEBEDID_CHR);
     this.groupBox2.Controls.Add(this.m_txtACTIVEDATE_DAT);
     this.groupBox2.Controls.Add(this.m_txtSTATUS_INT);
     this.groupBox2.Controls.Add(this.m_txtSOURCEAREAID_CHR);
     this.groupBox2.Controls.Add(this.m_chkISACTIVE_INT);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.m_txtDES_VCHR);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.m_txtCREATEDATE_DAT);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Location = new System.Drawing.Point(0, 100);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(536, 184);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "附加单据信息:";
     //
     // m_txtTARGETAREAID_CHR
     //
     this.m_txtTARGETAREAID_CHR.Location           = new System.Drawing.Point(424, 20);
     this.m_txtTARGETAREAID_CHR.Name               = "m_txtTARGETAREAID_CHR";
     this.m_txtTARGETAREAID_CHR.Size               = new System.Drawing.Size(104, 23);
     this.m_txtTARGETAREAID_CHR.TabIndex           = 32;
     this.m_txtTARGETAREAID_CHR.Text               = "";
     this.m_txtTARGETAREAID_CHR.Leave             += new System.EventHandler(this.m_txtTARGETAREAID_CHR_Leave);
     this.m_txtTARGETAREAID_CHR.m_evtInitListView += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_InitListView(this.m_txtTARGETAREAID_CHR_m_evtInitListView);
     this.m_txtTARGETAREAID_CHR.m_evtSelectItem   += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_OnSelectItem(this.m_txtTARGETAREAID_CHR_m_evtSelectItem);
     this.m_txtTARGETAREAID_CHR.m_evtFindItem     += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_OnFindItem(this.m_txtTARGETAREAID_CHR_m_evtFindItem);
     //
     // m_txtACTIVEEMPID_CHR
     //
     this.m_txtACTIVEEMPID_CHR.Location = new System.Drawing.Point(72, 78);
     this.m_txtACTIVEEMPID_CHR.Name     = "m_txtACTIVEEMPID_CHR";
     this.m_txtACTIVEEMPID_CHR.ReadOnly = true;
     this.m_txtACTIVEEMPID_CHR.Size     = new System.Drawing.Size(104, 23);
     this.m_txtACTIVEEMPID_CHR.TabIndex = 6;
     this.m_txtACTIVEEMPID_CHR.Text     = "";
     //
     // m_txtSOURCEBEDID_CHR
     //
     this.m_txtSOURCEBEDID_CHR.Location = new System.Drawing.Point(248, 20);
     this.m_txtSOURCEBEDID_CHR.Name     = "m_txtSOURCEBEDID_CHR";
     this.m_txtSOURCEBEDID_CHR.ReadOnly = true;
     this.m_txtSOURCEBEDID_CHR.Size     = new System.Drawing.Size(104, 23);
     this.m_txtSOURCEBEDID_CHR.TabIndex = 6;
     this.m_txtSOURCEBEDID_CHR.Text     = "";
     //
     // m_txtACTIVEDATE_DAT
     //
     this.m_txtACTIVEDATE_DAT.Location = new System.Drawing.Point(248, 78);
     this.m_txtACTIVEDATE_DAT.Name     = "m_txtACTIVEDATE_DAT";
     this.m_txtACTIVEDATE_DAT.ReadOnly = true;
     this.m_txtACTIVEDATE_DAT.Size     = new System.Drawing.Size(104, 23);
     this.m_txtACTIVEDATE_DAT.TabIndex = 6;
     this.m_txtACTIVEDATE_DAT.Text     = "";
     //
     // m_txtSTATUS_INT
     //
     this.m_txtSTATUS_INT.Location = new System.Drawing.Point(72, 48);
     this.m_txtSTATUS_INT.Name     = "m_txtSTATUS_INT";
     this.m_txtSTATUS_INT.ReadOnly = true;
     this.m_txtSTATUS_INT.Size     = new System.Drawing.Size(104, 23);
     this.m_txtSTATUS_INT.TabIndex = 6;
     this.m_txtSTATUS_INT.Text     = "";
     //
     // m_txtSOURCEAREAID_CHR
     //
     this.m_txtSOURCEAREAID_CHR.Location = new System.Drawing.Point(72, 20);
     this.m_txtSOURCEAREAID_CHR.Name     = "m_txtSOURCEAREAID_CHR";
     this.m_txtSOURCEAREAID_CHR.ReadOnly = true;
     this.m_txtSOURCEAREAID_CHR.Size     = new System.Drawing.Size(104, 23);
     this.m_txtSOURCEAREAID_CHR.TabIndex = 5;
     this.m_txtSOURCEAREAID_CHR.Text     = "";
     //
     // m_chkISACTIVE_INT
     //
     this.m_chkISACTIVE_INT.Enabled  = false;
     this.m_chkISACTIVE_INT.Location = new System.Drawing.Point(360, 47);
     this.m_chkISACTIVE_INT.Name     = "m_chkISACTIVE_INT";
     this.m_chkISACTIVE_INT.Size     = new System.Drawing.Size(88, 24);
     this.m_chkISACTIVE_INT.TabIndex = 4;
     this.m_chkISACTIVE_INT.Text     = "是否生效";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(22, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(70, 19);
     this.label4.TabIndex = 0;
     this.label4.Text     = "源病区:  ";
     //
     // m_txtDES_VCHR
     //
     this.m_txtDES_VCHR.Location  = new System.Drawing.Point(24, 106);
     this.m_txtDES_VCHR.Multiline = true;
     this.m_txtDES_VCHR.Name      = "m_txtDES_VCHR";
     this.m_txtDES_VCHR.Size      = new System.Drawing.Size(504, 72);
     this.m_txtDES_VCHR.TabIndex  = 3;
     this.m_txtDES_VCHR.Text      = "出院附加单据";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(198, 24);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(70, 19);
     this.label6.TabIndex = 0;
     this.label6.Text     = "源病床:  ";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(8, 52);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(84, 19);
     this.label11.TabIndex = 0;
     this.label11.Text     = "状态标志:  ";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(5, 118);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(16, 48);
     this.label14.TabIndex = 0;
     this.label14.Text     = "备  注 ";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(22, 82);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 19);
     this.label3.TabIndex = 0;
     this.label3.Text     = "生效人:  ";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(184, 82);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(84, 19);
     this.label13.TabIndex = 0;
     this.label13.Text     = "生效时间:  ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(360, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 19);
     this.label2.TabIndex = 0;
     this.label2.Text     = "目标病区:  ";
     //
     // m_txtCREATEDATE_DAT
     //
     this.m_txtCREATEDATE_DAT.Location = new System.Drawing.Point(248, 48);
     this.m_txtCREATEDATE_DAT.Name     = "m_txtCREATEDATE_DAT";
     this.m_txtCREATEDATE_DAT.ReadOnly = true;
     this.m_txtCREATEDATE_DAT.Size     = new System.Drawing.Size(104, 23);
     this.m_txtCREATEDATE_DAT.TabIndex = 6;
     this.m_txtCREATEDATE_DAT.Text     = "";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(184, 52);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(84, 19);
     this.label8.TabIndex = 0;
     this.label8.Text     = "创建日期:  ";
     //
     // frmAOTransfer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(536, 285);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.Name     = "frmAOTransfer";
     this.Text     = "转区附加单据编辑窗口";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmAOTransfer_KeyDown);
     this.Load    += new System.EventHandler(this.frmAOTransfer_Load);
     this.groupBox3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 19
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel2 = new System.Windows.Forms.Panel();
     this.printPreviewControl1 = new System.Windows.Forms.PrintPreviewControl();
     this.printDocument1       = new System.Drawing.Printing.PrintDocument();
     this.panel1             = new System.Windows.Forms.Panel();
     this.m_CboSeleChargeMan = new com.digitalwave.iCare.gui.HIS.exComboBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.btnEsc             = new PinkieControls.ButtonXP();
     this.btnPrint           = new PinkieControls.ButtonXP();
     this.btnFind            = new PinkieControls.ButtonXP();
     this.endDate            = new System.Windows.Forms.DateTimePicker();
     this.startDate          = new System.Windows.Forms.DateTimePicker();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.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.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.printPreviewControl1);
     this.panel2.Location = new System.Drawing.Point(0, 48);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1028, 448);
     this.panel2.TabIndex = 4;
     //
     // printPreviewControl1
     //
     this.printPreviewControl1.AutoZoom = false;
     this.printPreviewControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.printPreviewControl1.Document = this.printDocument1;
     this.printPreviewControl1.Location = new System.Drawing.Point(0, 0);
     this.printPreviewControl1.Name     = "printPreviewControl1";
     this.printPreviewControl1.Size     = new System.Drawing.Size(1026, 446);
     this.printPreviewControl1.TabIndex = 0;
     this.printPreviewControl1.Zoom     = 1;
     //
     // printDocument1
     //
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.m_CboSeleChargeMan);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btnEsc);
     this.panel1.Controls.Add(this.btnPrint);
     this.panel1.Controls.Add(this.btnFind);
     this.panel1.Controls.Add(this.endDate);
     this.panel1.Controls.Add(this.startDate);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1028, 40);
     this.panel1.TabIndex = 3;
     //
     // m_CboSeleChargeMan
     //
     this.m_CboSeleChargeMan.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_CboSeleChargeMan.Font                  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_CboSeleChargeMan.ItemHeight            = 14;
     this.m_CboSeleChargeMan.Location              = new System.Drawing.Point(896, 8);
     this.m_CboSeleChargeMan.Name                  = "m_CboSeleChargeMan";
     this.m_CboSeleChargeMan.Size                  = new System.Drawing.Size(120, 22);
     this.m_CboSeleChargeMan.TabIndex              = 46;
     this.m_CboSeleChargeMan.SelectedIndexChanged += new System.EventHandler(this.m_CboSeleChargeMan_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(832, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 23);
     this.label2.TabIndex  = 10;
     this.label2.Text      = "缴款人:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
     this.label1.Location  = new System.Drawing.Point(168, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(40, 23);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "到";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnEsc
     //
     this.btnEsc.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnEsc.DefaultScheme = true;
     this.btnEsc.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btnEsc.Hint          = "";
     this.btnEsc.Location      = new System.Drawing.Point(688, 5);
     this.btnEsc.Name          = "btnEsc";
     this.btnEsc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnEsc.Size          = new System.Drawing.Size(96, 29);
     this.btnEsc.TabIndex      = 5;
     this.btnEsc.Text          = "退出(ESC)";
     this.btnEsc.Click        += new System.EventHandler(this.btnEsc_Click);
     //
     // btnPrint
     //
     this.btnPrint.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnPrint.DefaultScheme = true;
     this.btnPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnPrint.Hint          = "";
     this.btnPrint.Location      = new System.Drawing.Point(538, 5);
     this.btnPrint.Name          = "btnPrint";
     this.btnPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnPrint.Size          = new System.Drawing.Size(96, 29);
     this.btnPrint.TabIndex      = 4;
     this.btnPrint.Text          = "打印(&P)";
     this.btnPrint.Click        += new System.EventHandler(this.btnPrint_Click);
     //
     // btnFind
     //
     this.btnFind.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnFind.DefaultScheme = true;
     this.btnFind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnFind.Hint          = "";
     this.btnFind.Location      = new System.Drawing.Point(388, 5);
     this.btnFind.Name          = "btnFind";
     this.btnFind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnFind.Size          = new System.Drawing.Size(96, 29);
     this.btnFind.TabIndex      = 3;
     this.btnFind.Text          = "统计(&F)";
     this.btnFind.Click        += new System.EventHandler(this.btnFind_Click);
     //
     // endDate
     //
     this.endDate.Location = new System.Drawing.Point(214, 8);
     this.endDate.Name     = "endDate";
     this.endDate.Size     = new System.Drawing.Size(120, 23);
     this.endDate.TabIndex = 1;
     //
     // startDate
     //
     this.startDate.Location = new System.Drawing.Point(40, 8);
     this.startDate.Name     = "startDate";
     this.startDate.Size     = new System.Drawing.Size(120, 23);
     this.startDate.TabIndex = 0;
     //
     // frmIatricalReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1028, 501);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name  = "frmIatricalReport";
     this.Text  = "医保统计表报";
     this.Load += new System.EventHandler(this.frmIatricalReport_Load);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmSpecialSymbolManage));
     this.clmSpecialSymbolID         = new System.Windows.Forms.ColumnHeader();
     this.lblSpecialSymbolValueTitle = new System.Windows.Forms.Label();
     this.lblTitle = new System.Windows.Forms.Label();
     this.m_lsvSpecialSymbolValue = new System.Windows.Forms.ListView();
     this.clmSpecialSymbolValue   = new System.Windows.Forms.ColumnHeader();
     this.m_txtSpecialSymbolValue = new com.digitalwave.Utility.Controls.ctlBorderTextBox();
     this.m_cmdAdd    = new PinkieControls.ButtonXP();
     this.m_cmdModify = new PinkieControls.ButtonXP();
     this.m_cmdDel    = new PinkieControls.ButtonXP();
     this.cmdCancel   = new PinkieControls.ButtonXP();
     this.SuspendLayout();
     //
     // clmSpecialSymbolID
     //
     this.clmSpecialSymbolID.Text  = "编号";
     this.clmSpecialSymbolID.Width = 0;
     //
     // lblSpecialSymbolValueTitle
     //
     this.lblSpecialSymbolValueTitle.AutoSize  = true;
     this.lblSpecialSymbolValueTitle.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblSpecialSymbolValueTitle.ForeColor = System.Drawing.Color.Black;
     this.lblSpecialSymbolValueTitle.Location  = new System.Drawing.Point(224, 12);
     this.lblSpecialSymbolValueTitle.Name      = "lblSpecialSymbolValueTitle";
     this.lblSpecialSymbolValueTitle.Size      = new System.Drawing.Size(77, 19);
     this.lblSpecialSymbolValueTitle.TabIndex  = 432;
     this.lblSpecialSymbolValueTitle.Text      = "特殊符号:";
     this.lblSpecialSymbolValueTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblTitle
     //
     this.lblTitle.AutoSize  = true;
     this.lblTitle.Font      = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lblTitle.ForeColor = System.Drawing.Color.White;
     this.lblTitle.Location  = new System.Drawing.Point(4, 4);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(143, 40);
     this.lblTitle.TabIndex  = 431;
     this.lblTitle.Text      = "特殊符号";
     this.lblTitle.Visible   = false;
     //
     // m_lsvSpecialSymbolValue
     //
     this.m_lsvSpecialSymbolValue.BackColor = System.Drawing.SystemColors.Window;
     this.m_lsvSpecialSymbolValue.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmSpecialSymbolID,
         this.clmSpecialSymbolValue
     });
     this.m_lsvSpecialSymbolValue.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_lsvSpecialSymbolValue.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.m_lsvSpecialSymbolValue.FullRowSelect = true;
     this.m_lsvSpecialSymbolValue.GridLines     = true;
     this.m_lsvSpecialSymbolValue.HideSelection = false;
     this.m_lsvSpecialSymbolValue.Location      = new System.Drawing.Point(8, 8);
     this.m_lsvSpecialSymbolValue.MultiSelect   = false;
     this.m_lsvSpecialSymbolValue.Name          = "m_lsvSpecialSymbolValue";
     this.m_lsvSpecialSymbolValue.Size          = new System.Drawing.Size(204, 168);
     this.m_lsvSpecialSymbolValue.TabIndex      = 424;
     this.m_lsvSpecialSymbolValue.View          = System.Windows.Forms.View.Details;
     this.m_lsvSpecialSymbolValue.Click        += new System.EventHandler(this.m_lsvSpecialSymbolValue_Click);
     //
     // clmSpecialSymbolValue
     //
     this.clmSpecialSymbolValue.Text      = "已有符号";
     this.clmSpecialSymbolValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.clmSpecialSymbolValue.Width     = 200;
     //
     // m_txtSpecialSymbolValue
     //
     this.m_txtSpecialSymbolValue.BackColor   = System.Drawing.Color.White;
     this.m_txtSpecialSymbolValue.BorderColor = System.Drawing.Color.White;
     this.m_txtSpecialSymbolValue.Font        = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtSpecialSymbolValue.ForeColor   = System.Drawing.Color.Black;
     this.m_txtSpecialSymbolValue.Location    = new System.Drawing.Point(220, 40);
     this.m_txtSpecialSymbolValue.Multiline   = true;
     this.m_txtSpecialSymbolValue.Name        = "m_txtSpecialSymbolValue";
     this.m_txtSpecialSymbolValue.ScrollBars  = System.Windows.Forms.ScrollBars.Both;
     this.m_txtSpecialSymbolValue.Size        = new System.Drawing.Size(272, 96);
     this.m_txtSpecialSymbolValue.TabIndex    = 426;
     this.m_txtSpecialSymbolValue.Text        = "";
     //
     // m_cmdAdd
     //
     this.m_cmdAdd.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdAdd.DefaultScheme = true;
     this.m_cmdAdd.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdAdd.ForeColor     = System.Drawing.Color.Black;
     this.m_cmdAdd.Hint          = "";
     this.m_cmdAdd.Location      = new System.Drawing.Point(220, 144);
     this.m_cmdAdd.Name          = "m_cmdAdd";
     this.m_cmdAdd.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdAdd.Size          = new System.Drawing.Size(68, 32);
     this.m_cmdAdd.TabIndex      = 10000001;
     this.m_cmdAdd.Text          = "增 加";
     this.m_cmdAdd.Click        += new System.EventHandler(this.m_cmdAdd_Click);
     //
     // m_cmdModify
     //
     this.m_cmdModify.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdModify.DefaultScheme = true;
     this.m_cmdModify.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdModify.ForeColor     = System.Drawing.Color.Black;
     this.m_cmdModify.Hint          = "";
     this.m_cmdModify.Location      = new System.Drawing.Point(288, 144);
     this.m_cmdModify.Name          = "m_cmdModify";
     this.m_cmdModify.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdModify.Size          = new System.Drawing.Size(68, 32);
     this.m_cmdModify.TabIndex      = 10000002;
     this.m_cmdModify.Text          = "修 改";
     this.m_cmdModify.Click        += new System.EventHandler(this.m_cmdModify_Click);
     //
     // m_cmdDel
     //
     this.m_cmdDel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdDel.DefaultScheme = true;
     this.m_cmdDel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdDel.ForeColor     = System.Drawing.Color.Black;
     this.m_cmdDel.Hint          = "";
     this.m_cmdDel.Location      = new System.Drawing.Point(356, 144);
     this.m_cmdDel.Name          = "m_cmdDel";
     this.m_cmdDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdDel.Size          = new System.Drawing.Size(68, 32);
     this.m_cmdDel.TabIndex      = 10000003;
     this.m_cmdDel.Text          = "删 除";
     this.m_cmdDel.Click        += new System.EventHandler(this.m_cmdDel_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdCancel.DefaultScheme = true;
     this.cmdCancel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdCancel.ForeColor     = System.Drawing.Color.Black;
     this.cmdCancel.Hint          = "";
     this.cmdCancel.Location      = new System.Drawing.Point(424, 144);
     this.cmdCancel.Name          = "cmdCancel";
     this.cmdCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdCancel.Size          = new System.Drawing.Size(68, 32);
     this.cmdCancel.TabIndex      = 10000004;
     this.cmdCancel.Text          = "取 消";
     this.cmdCancel.Click        += new System.EventHandler(this.cmdCancel_Click);
     //
     // frmSpecialSymbolManage
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(502, 183);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.m_cmdDel);
     this.Controls.Add(this.m_cmdModify);
     this.Controls.Add(this.m_cmdAdd);
     this.Controls.Add(this.lblSpecialSymbolValueTitle);
     this.Controls.Add(this.m_txtSpecialSymbolValue);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.m_lsvSpecialSymbolValue);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "frmSpecialSymbolManage";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "特殊符号";
     this.Load           += new System.EventHandler(this.frmSpecialSymbolManage_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 21
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_ReportViewer      = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.m_btnQuery          = new PinkieControls.ButtonXP();
     this.m_cboReport         = new System.Windows.Forms.ComboBox();
     this.m_lbReportType      = new System.Windows.Forms.Label();
     this.m_lbConfirmDat      = new System.Windows.Forms.Label();
     this.m_dtpDatFrom        = new System.Windows.Forms.DateTimePicker();
     this.m_lbDatTo           = new System.Windows.Forms.Label();
     this.m_dtpDatTo          = new System.Windows.Forms.DateTimePicker();
     this.m_gbpQueryCondition = new System.Windows.Forms.GroupBox();
     this.m_lbOprate          = new System.Windows.Forms.Label();
     this.m_txtOprDoct        = new com.digitalwave.Utility.ctlEmpTextBox();
     this.m_btnMax            = new PinkieControls.ButtonXP();
     this.m_palReportViewer   = new System.Windows.Forms.Panel();
     this.m_btnRecover        = new PinkieControls.ButtonXP();
     this.btnExit             = new PinkieControls.ButtonXP();
     this.m_gbpQueryCondition.SuspendLayout();
     this.m_palReportViewer.SuspendLayout();
     this.SuspendLayout();
     //
     // m_ReportViewer
     //
     this.m_ReportViewer.ActiveViewIndex          = -1;
     this.m_ReportViewer.BorderStyle              = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_ReportViewer.DisplayGroupTree         = false;
     this.m_ReportViewer.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.m_ReportViewer.Location                 = new System.Drawing.Point(0, 0);
     this.m_ReportViewer.Name                     = "m_ReportViewer";
     this.m_ReportViewer.SelectionFormula         = "";
     this.m_ReportViewer.ShowGroupTreeButton      = false;
     this.m_ReportViewer.Size                     = new System.Drawing.Size(992, 493);
     this.m_ReportViewer.TabIndex                 = 0;
     this.m_ReportViewer.ViewTimeSelectionFormula = "";
     //
     // m_btnQuery
     //
     this.m_btnQuery.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnQuery.DefaultScheme = true;
     this.m_btnQuery.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnQuery.Hint          = "";
     this.m_btnQuery.Location      = new System.Drawing.Point(831, 16);
     this.m_btnQuery.Name          = "m_btnQuery";
     this.m_btnQuery.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnQuery.Size          = new System.Drawing.Size(76, 30);
     this.m_btnQuery.TabIndex      = 1;
     this.m_btnQuery.Text          = "查询";
     this.m_btnQuery.Click        += new System.EventHandler(this.m_btnQuery_Click);
     //
     // m_cboReport
     //
     this.m_cboReport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboReport.Items.AddRange(new object[] {
         "工作量汇总",
         "工作量明细",
         "检验费用汇总",
         "检验费用明细"
     });
     this.m_cboReport.Location = new System.Drawing.Point(80, 20);
     this.m_cboReport.Name     = "m_cboReport";
     this.m_cboReport.Size     = new System.Drawing.Size(121, 22);
     this.m_cboReport.TabIndex = 2;
     //
     // m_lbReportType
     //
     this.m_lbReportType.AutoSize = true;
     this.m_lbReportType.Location = new System.Drawing.Point(12, 24);
     this.m_lbReportType.Name     = "m_lbReportType";
     this.m_lbReportType.Size     = new System.Drawing.Size(63, 14);
     this.m_lbReportType.TabIndex = 3;
     this.m_lbReportType.Text     = "统计报表";
     //
     // m_lbConfirmDat
     //
     this.m_lbConfirmDat.AllowDrop = true;
     this.m_lbConfirmDat.AutoSize  = true;
     this.m_lbConfirmDat.Location  = new System.Drawing.Point(211, 24);
     this.m_lbConfirmDat.Name      = "m_lbConfirmDat";
     this.m_lbConfirmDat.Size      = new System.Drawing.Size(63, 14);
     this.m_lbConfirmDat.TabIndex  = 4;
     this.m_lbConfirmDat.Text      = "日期范围";
     //
     // m_dtpDatFrom
     //
     this.m_dtpDatFrom.CustomFormat = "yyyy年MM月dd日 HH时";
     this.m_dtpDatFrom.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtpDatFrom.Location     = new System.Drawing.Point(275, 20);
     this.m_dtpDatFrom.Name         = "m_dtpDatFrom";
     this.m_dtpDatFrom.Size         = new System.Drawing.Size(157, 23);
     this.m_dtpDatFrom.TabIndex     = 5;
     //
     // m_lbDatTo
     //
     this.m_lbDatTo.AutoSize = true;
     this.m_lbDatTo.Location = new System.Drawing.Point(432, 24);
     this.m_lbDatTo.Name     = "m_lbDatTo";
     this.m_lbDatTo.Size     = new System.Drawing.Size(21, 14);
     this.m_lbDatTo.TabIndex = 6;
     this.m_lbDatTo.Text     = "至";
     //
     // m_dtpDatTo
     //
     this.m_dtpDatTo.CustomFormat = "yyyy年MM月dd日 HH时";
     this.m_dtpDatTo.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_dtpDatTo.Location     = new System.Drawing.Point(456, 20);
     this.m_dtpDatTo.Name         = "m_dtpDatTo";
     this.m_dtpDatTo.Size         = new System.Drawing.Size(157, 23);
     this.m_dtpDatTo.TabIndex     = 7;
     //
     // m_gbpQueryCondition
     //
     this.m_gbpQueryCondition.Controls.Add(this.btnExit);
     this.m_gbpQueryCondition.Controls.Add(this.m_lbOprate);
     this.m_gbpQueryCondition.Controls.Add(this.m_cboReport);
     this.m_gbpQueryCondition.Controls.Add(this.m_lbReportType);
     this.m_gbpQueryCondition.Controls.Add(this.m_lbConfirmDat);
     this.m_gbpQueryCondition.Controls.Add(this.m_dtpDatFrom);
     this.m_gbpQueryCondition.Controls.Add(this.m_lbDatTo);
     this.m_gbpQueryCondition.Controls.Add(this.m_dtpDatTo);
     this.m_gbpQueryCondition.Controls.Add(this.m_btnQuery);
     this.m_gbpQueryCondition.Controls.Add(this.m_txtOprDoct);
     this.m_gbpQueryCondition.Dock     = System.Windows.Forms.DockStyle.Top;
     this.m_gbpQueryCondition.Location = new System.Drawing.Point(0, 0);
     this.m_gbpQueryCondition.Name     = "m_gbpQueryCondition";
     this.m_gbpQueryCondition.Size     = new System.Drawing.Size(992, 52);
     this.m_gbpQueryCondition.TabIndex = 8;
     this.m_gbpQueryCondition.TabStop  = false;
     //
     // m_lbOprate
     //
     this.m_lbOprate.Location = new System.Drawing.Point(622, 24);
     this.m_lbOprate.Name     = "m_lbOprate";
     this.m_lbOprate.Size     = new System.Drawing.Size(64, 20);
     this.m_lbOprate.TabIndex = 11;
     this.m_lbOprate.Text     = "检验医生";
     //
     // m_txtOprDoct
     //
     this.m_txtOprDoct.EnableAutoValidation   = true;
     this.m_txtOprDoct.EnableEnterKeyValidate = true;
     this.m_txtOprDoct.EnableEscapeKeyUndo    = true;
     this.m_txtOprDoct.EnableLastValidValue   = true;
     this.m_txtOprDoct.ErrorProvider          = null;
     this.m_txtOprDoct.ErrorProviderMessage   = "Invalid value";
     this.m_txtOprDoct.Font              = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_txtOprDoct.ForceFormatText   = true;
     this.m_txtOprDoct.Location          = new System.Drawing.Point(686, 20);
     this.m_txtOprDoct.m_intShowOtherEmp = 0;
     this.m_txtOprDoct.m_StrDeptID       = "*";
     this.m_txtOprDoct.m_StrEmployeeID   = null;
     this.m_txtOprDoct.m_StrEmployeeName = null;
     this.m_txtOprDoct.MaxLength         = 20;
     this.m_txtOprDoct.Name              = "m_txtOprDoct";
     this.m_txtOprDoct.Size              = new System.Drawing.Size(140, 23);
     this.m_txtOprDoct.TabIndex          = 10;
     //
     // m_btnMax
     //
     this.m_btnMax.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnMax.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnMax.DefaultScheme = true;
     this.m_btnMax.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnMax.Hint          = "";
     this.m_btnMax.Location      = new System.Drawing.Point(920, 0);
     this.m_btnMax.Name          = "m_btnMax";
     this.m_btnMax.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnMax.Size          = new System.Drawing.Size(56, 24);
     this.m_btnMax.TabIndex      = 8;
     this.m_btnMax.Text          = "最大化";
     this.m_btnMax.Click        += new System.EventHandler(this.m_btnMax_Click);
     //
     // m_palReportViewer
     //
     this.m_palReportViewer.Controls.Add(this.m_btnRecover);
     this.m_palReportViewer.Controls.Add(this.m_btnMax);
     this.m_palReportViewer.Controls.Add(this.m_ReportViewer);
     this.m_palReportViewer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.m_palReportViewer.Location = new System.Drawing.Point(0, 52);
     this.m_palReportViewer.Name     = "m_palReportViewer";
     this.m_palReportViewer.Size     = new System.Drawing.Size(992, 493);
     this.m_palReportViewer.TabIndex = 9;
     //
     // m_btnRecover
     //
     this.m_btnRecover.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.m_btnRecover.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnRecover.DefaultScheme = true;
     this.m_btnRecover.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnRecover.Hint          = "";
     this.m_btnRecover.Location      = new System.Drawing.Point(860, 0);
     this.m_btnRecover.Name          = "m_btnRecover";
     this.m_btnRecover.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnRecover.Size          = new System.Drawing.Size(56, 24);
     this.m_btnRecover.TabIndex      = 9;
     this.m_btnRecover.Text          = "复原";
     this.m_btnRecover.Click        += new System.EventHandler(this.m_btnRecover_Click);
     //
     // btnExit
     //
     this.btnExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnExit.DefaultScheme = true;
     this.btnExit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnExit.Hint          = "";
     this.btnExit.Location      = new System.Drawing.Point(910, 16);
     this.btnExit.Name          = "btnExit";
     this.btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnExit.Size          = new System.Drawing.Size(76, 30);
     this.btnExit.TabIndex      = 12;
     this.btnExit.Text          = "关闭";
     this.btnExit.Click        += new System.EventHandler(this.btnExit_Click);
     //
     // frmStatReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(992, 545);
     this.Controls.Add(this.m_palReportViewer);
     this.Controls.Add(this.m_gbpQueryCondition);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name  = "frmStatReport";
     this.Text  = "统计";
     this.Load += new System.EventHandler(this.frmStatReport_Load);
     this.m_gbpQueryCondition.ResumeLayout(false);
     this.m_gbpQueryCondition.PerformLayout();
     this.m_palReportViewer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 22
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.txt_createDate          = new System.Windows.Forms.TextBox();
     this.txt_creator             = new System.Windows.Forms.TextBox();
     this.label11                 = new System.Windows.Forms.Label();
     this.label10                 = new System.Windows.Forms.Label();
     this.m_txtDES_VCHR           = new System.Windows.Forms.TextBox();
     this.label4                  = new System.Windows.Forms.Label();
     this.m_chkISSAMERECIPENO_INT = new System.Windows.Forms.CheckBox();
     this.m_txtNAME_CHR           = new System.Windows.Forms.TextBox();
     this.m_txtSHARETYPE_INT      = new System.Windows.Forms.ComboBox();
     this.label5                  = new System.Windows.Forms.Label();
     this.label9                  = new System.Windows.Forms.Label();
     this.m_txtPYCODE_CHR         = new System.Windows.Forms.TextBox();
     this.label12                 = new System.Windows.Forms.Label();
     this.m_txtWBCODE_CHR         = new System.Windows.Forms.TextBox();
     this.label7                  = new System.Windows.Forms.Label();
     this.cmdSave                 = new PinkieControls.ButtonXP();
     this.cmdClose                = new PinkieControls.ButtonXP();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.m_plDept                = new System.Windows.Forms.GroupBox();
     this.m_txtArea               = new com.digitalwave.controls.ctlFindTextBox();
     this.m_listDept              = new System.Windows.Forms.ListView();
     this.columnHeader9           = new System.Windows.Forms.ColumnHeader();
     this.m_txtUSERCODE_VCHR      = new System.Windows.Forms.TextBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.panel3                  = new System.Windows.Forms.Panel();
     this.m_rdoNO                 = new System.Windows.Forms.RadioButton();
     this.m_rdoYes                = new System.Windows.Forms.RadioButton();
     this.panel2                  = new System.Windows.Forms.Panel();
     this.m_dtvOrderGroup         = new System.Windows.Forms.DataGridView();
     this.dtv_Check               = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.dtv_ExecuteType         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_dtPOSTDATE_DAT        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CREATOR_CHR             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ASSESSORFOREXEC_CHR     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_RecipeNo            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_Name                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_Dosage              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_UseType             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_Freq                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_REMARK              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_FinishDate          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_Stoper              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ASSESSORFORSTOP_CHR     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ATTACHTIMES_INT         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.STATUS_INT              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.RATETYPE_INT            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.MedicareTypeName        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_Get                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_Sum                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_StartDate           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_Executor            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_DELETE_DAT          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_DELETERNAME_VCHR    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.viewname_vchr           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_method              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_NO                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_OUTGETMEDDAYS_INT   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_CREATEAREA_Name     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_DOCTOR_VCHR         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CREATEDATE_DAT          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_ChangedID           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dtv_ChangedDate         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.m_dtStartDate           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panel1.SuspendLayout();
     this.m_plDept.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dtvOrderGroup)).BeginInit();
     this.SuspendLayout();
     //
     // txt_createDate
     //
     this.txt_createDate.Location = new System.Drawing.Point(317, 75);
     this.txt_createDate.Name     = "txt_createDate";
     this.txt_createDate.ReadOnly = true;
     this.txt_createDate.Size     = new System.Drawing.Size(110, 23);
     this.txt_createDate.TabIndex = 67;
     this.txt_createDate.Visible  = false;
     //
     // txt_creator
     //
     this.txt_creator.Location = new System.Drawing.Point(94, 75);
     this.txt_creator.Name     = "txt_creator";
     this.txt_creator.ReadOnly = true;
     this.txt_creator.Size     = new System.Drawing.Size(10, 23);
     this.txt_creator.TabIndex = 66;
     this.txt_creator.Visible  = false;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(247, 80);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(78, 20);
     this.label11.TabIndex = 65;
     this.label11.Text     = "创建时间:";
     this.label11.Visible  = false;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(22, 79);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(10, 21);
     this.label10.TabIndex = 64;
     this.label10.Text     = "创建人:";
     this.label10.Visible  = false;
     //
     // m_txtDES_VCHR
     //
     this.m_txtDES_VCHR.Location   = new System.Drawing.Point(88, 74);
     this.m_txtDES_VCHR.MaxLength  = 50;
     this.m_txtDES_VCHR.Multiline  = true;
     this.m_txtDES_VCHR.Name       = "m_txtDES_VCHR";
     this.m_txtDES_VCHR.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.m_txtDES_VCHR.Size       = new System.Drawing.Size(466, 74);
     this.m_txtDES_VCHR.TabIndex   = 5;
     this.m_txtDES_VCHR.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.m_txtDES_VCHR_KeyDown);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.label4.Location = new System.Drawing.Point(22, 78);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(35, 14);
     this.label4.TabIndex = 60;
     this.label4.Text     = "描述";
     //
     // m_chkISSAMERECIPENO_INT
     //
     this.m_chkISSAMERECIPENO_INT.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.m_chkISSAMERECIPENO_INT.Enabled   = false;
     this.m_chkISSAMERECIPENO_INT.Location  = new System.Drawing.Point(706, 129);
     this.m_chkISSAMERECIPENO_INT.Name      = "m_chkISSAMERECIPENO_INT";
     this.m_chkISSAMERECIPENO_INT.Size      = new System.Drawing.Size(67, 23);
     this.m_chkISSAMERECIPENO_INT.TabIndex  = 57;
     this.m_chkISSAMERECIPENO_INT.Text      = "同方号";
     this.m_chkISSAMERECIPENO_INT.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.m_chkISSAMERECIPENO_INT.Visible   = false;
     //
     // m_txtNAME_CHR
     //
     this.m_txtNAME_CHR.Location  = new System.Drawing.Point(88, 12);
     this.m_txtNAME_CHR.MaxLength = 50;
     this.m_txtNAME_CHR.Name      = "m_txtNAME_CHR";
     this.m_txtNAME_CHR.Size      = new System.Drawing.Size(235, 23);
     this.m_txtNAME_CHR.TabIndex  = 1;
     this.m_txtNAME_CHR.Leave    += new System.EventHandler(this.m_txtNAME_CHR_Leave);
     this.m_txtNAME_CHR.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtNAME_CHR_KeyDown);
     //
     // m_txtSHARETYPE_INT
     //
     this.m_txtSHARETYPE_INT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_txtSHARETYPE_INT.Items.AddRange(new object[] {
         "私用",
         "公用",
         "科室"
     });
     this.m_txtSHARETYPE_INT.Location              = new System.Drawing.Point(444, 11);
     this.m_txtSHARETYPE_INT.Name                  = "m_txtSHARETYPE_INT";
     this.m_txtSHARETYPE_INT.Size                  = new System.Drawing.Size(110, 22);
     this.m_txtSHARETYPE_INT.TabIndex              = 2;
     this.m_txtSHARETYPE_INT.SelectedIndexChanged += new System.EventHandler(this.m_txtSHARETYPE_INT_SelectedIndexChanged);
     this.m_txtSHARETYPE_INT.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.m_txtSHARETYPE_INT_KeyDown);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.label5.Location = new System.Drawing.Point(19, 13);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(63, 14);
     this.label5.TabIndex = 63;
     this.label5.Text     = "组套名称";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.label9.Location = new System.Drawing.Point(351, 15);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(63, 14);
     this.label9.TabIndex = 62;
     this.label9.Text     = "共享类型";
     //
     // m_txtPYCODE_CHR
     //
     this.m_txtPYCODE_CHR.Enabled   = false;
     this.m_txtPYCODE_CHR.Location  = new System.Drawing.Point(298, 43);
     this.m_txtPYCODE_CHR.MaxLength = 15;
     this.m_txtPYCODE_CHR.Name      = "m_txtPYCODE_CHR";
     this.m_txtPYCODE_CHR.ReadOnly  = true;
     this.m_txtPYCODE_CHR.Size      = new System.Drawing.Size(90, 23);
     this.m_txtPYCODE_CHR.TabIndex  = 4;
     this.m_txtPYCODE_CHR.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtPYCODE_CHR_KeyDown);
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.label12.Location = new System.Drawing.Point(230, 49);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(49, 14);
     this.label12.TabIndex = 61;
     this.label12.Text     = "拼音码";
     //
     // m_txtWBCODE_CHR
     //
     this.m_txtWBCODE_CHR.Enabled   = false;
     this.m_txtWBCODE_CHR.Location  = new System.Drawing.Point(460, 41);
     this.m_txtWBCODE_CHR.MaxLength = 15;
     this.m_txtWBCODE_CHR.Name      = "m_txtWBCODE_CHR";
     this.m_txtWBCODE_CHR.ReadOnly  = true;
     this.m_txtWBCODE_CHR.Size      = new System.Drawing.Size(96, 23);
     this.m_txtWBCODE_CHR.TabIndex  = 3;
     this.m_txtWBCODE_CHR.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtWBCODE_CHR_KeyDown);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.label7.Location = new System.Drawing.Point(397, 47);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(49, 14);
     this.label7.TabIndex = 59;
     this.label7.Text     = "五笔码";
     //
     // cmdSave
     //
     this.cmdSave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdSave.DefaultScheme = true;
     this.cmdSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdSave.Font          = new System.Drawing.Font("宋体", 10.5F);
     this.cmdSave.Hint          = "";
     this.cmdSave.Location      = new System.Drawing.Point(705, 19);
     this.cmdSave.Name          = "cmdSave";
     this.cmdSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdSave.Size          = new System.Drawing.Size(99, 37);
     this.cmdSave.TabIndex      = 6;
     this.cmdSave.Text          = "保存(F4)";
     this.cmdSave.Click        += new System.EventHandler(this.cmdSave_Click);
     //
     // cmdClose
     //
     this.cmdClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdClose.DefaultScheme = true;
     this.cmdClose.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdClose.Font          = new System.Drawing.Font("宋体", 10.5F);
     this.cmdClose.Hint          = "";
     this.cmdClose.Location      = new System.Drawing.Point(705, 75);
     this.cmdClose.Name          = "cmdClose";
     this.cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdClose.Size          = new System.Drawing.Size(99, 38);
     this.cmdClose.TabIndex      = 7;
     this.cmdClose.Text          = "退出(ESC)";
     this.cmdClose.Click        += new System.EventHandler(this.cmdClose_Click);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.m_plDept);
     this.panel1.Controls.Add(this.m_txtUSERCODE_VCHR);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.m_txtDES_VCHR);
     this.panel1.Controls.Add(this.txt_createDate);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.m_chkISSAMERECIPENO_INT);
     this.panel1.Controls.Add(this.label11);
     this.panel1.Controls.Add(this.txt_creator);
     this.panel1.Controls.Add(this.cmdClose);
     this.panel1.Controls.Add(this.cmdSave);
     this.panel1.Controls.Add(this.m_txtWBCODE_CHR);
     this.panel1.Controls.Add(this.m_txtSHARETYPE_INT);
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.label10);
     this.panel1.Controls.Add(this.label9);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.m_txtNAME_CHR);
     this.panel1.Controls.Add(this.label12);
     this.panel1.Controls.Add(this.m_txtPYCODE_CHR);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 425);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(892, 179);
     this.panel1.TabIndex = 102;
     //
     // m_plDept
     //
     this.m_plDept.Controls.Add(this.m_txtArea);
     this.m_plDept.Controls.Add(this.m_listDept);
     this.m_plDept.Location = new System.Drawing.Point(562, 3);
     this.m_plDept.Name     = "m_plDept";
     this.m_plDept.Size     = new System.Drawing.Size(137, 146);
     this.m_plDept.TabIndex = 74;
     this.m_plDept.TabStop  = false;
     //
     // m_txtArea
     //
     this.m_txtArea.Font               = new System.Drawing.Font("宋体", 10.5F);
     this.m_txtArea.Location           = new System.Drawing.Point(1, 9);
     this.m_txtArea.Name               = "m_txtArea";
     this.m_txtArea.Size               = new System.Drawing.Size(127, 23);
     this.m_txtArea.TabIndex           = 71;
     this.m_txtArea.m_evtFindItem     += new com.digitalwave.controls.EventHandler_OnFindItem(this.m_txtArea_m_evtFindItem);
     this.m_txtArea.m_evtInitListView += new com.digitalwave.controls.EventHandler_InitListView(this.m_txtArea_m_evtInitListView);
     this.m_txtArea.m_evtSelectItem   += new com.digitalwave.controls.EventHandler_OnSelectItem(this.m_txtArea_m_evtSelectItem);
     //
     // m_listDept
     //
     this.m_listDept.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader9
     });
     this.m_listDept.GridLines = true;
     this.m_listDept.Location  = new System.Drawing.Point(2, 35);
     this.m_listDept.Name      = "m_listDept";
     this.m_listDept.Size      = new System.Drawing.Size(126, 109);
     this.m_listDept.TabIndex  = 73;
     this.m_listDept.UseCompatibleStateImageBehavior = false;
     this.m_listDept.View = System.Windows.Forms.View.Details;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "科室名称";
     this.columnHeader9.Width = 103;
     //
     // m_txtUSERCODE_VCHR
     //
     this.m_txtUSERCODE_VCHR.Location  = new System.Drawing.Point(88, 45);
     this.m_txtUSERCODE_VCHR.MaxLength = 15;
     this.m_txtUSERCODE_VCHR.Name      = "m_txtUSERCODE_VCHR";
     this.m_txtUSERCODE_VCHR.Size      = new System.Drawing.Size(124, 23);
     this.m_txtUSERCODE_VCHR.TabIndex  = 3;
     this.m_txtUSERCODE_VCHR.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtUSERCODE_VCHR_KeyDown);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.label1.Location = new System.Drawing.Point(22, 49);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(49, 14);
     this.label1.TabIndex = 70;
     this.label1.Text     = "助记码";
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.m_rdoNO);
     this.panel3.Controls.Add(this.m_rdoYes);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 396);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(892, 29);
     this.panel3.TabIndex = 68;
     //
     // m_rdoNO
     //
     this.m_rdoNO.AutoSize = true;
     this.m_rdoNO.Location = new System.Drawing.Point(133, 7);
     this.m_rdoNO.Name     = "m_rdoNO";
     this.m_rdoNO.Size     = new System.Drawing.Size(53, 18);
     this.m_rdoNO.TabIndex = 1;
     this.m_rdoNO.Text     = "反选";
     this.m_rdoNO.UseVisualStyleBackColor = true;
     this.m_rdoNO.CheckedChanged         += new System.EventHandler(this.m_rdoNO_CheckedChanged);
     //
     // m_rdoYes
     //
     this.m_rdoYes.AutoSize = true;
     this.m_rdoYes.Checked  = true;
     this.m_rdoYes.Location = new System.Drawing.Point(39, 7);
     this.m_rdoYes.Name     = "m_rdoYes";
     this.m_rdoYes.Size     = new System.Drawing.Size(53, 18);
     this.m_rdoYes.TabIndex = 0;
     this.m_rdoYes.TabStop  = true;
     this.m_rdoYes.Text     = "全选";
     this.m_rdoYes.UseVisualStyleBackColor = true;
     this.m_rdoYes.CheckedChanged         += new System.EventHandler(this.m_rdoNO_CheckedChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.m_dtvOrderGroup);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(892, 425);
     this.panel2.TabIndex = 103;
     //
     // m_dtvOrderGroup
     //
     this.m_dtvOrderGroup.AllowUserToAddRows          = false;
     this.m_dtvOrderGroup.BackgroundColor             = System.Drawing.Color.White;
     this.m_dtvOrderGroup.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.m_dtvOrderGroup.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dtv_Check,
         this.dtv_ExecuteType,
         this.m_dtPOSTDATE_DAT,
         this.CREATOR_CHR,
         this.ASSESSORFOREXEC_CHR,
         this.dtv_RecipeNo,
         this.dtv_Name,
         this.dtv_Dosage,
         this.dtv_UseType,
         this.dtv_Freq,
         this.dtv_REMARK,
         this.dtv_FinishDate,
         this.dtv_Stoper,
         this.ASSESSORFORSTOP_CHR,
         this.ATTACHTIMES_INT,
         this.STATUS_INT,
         this.RATETYPE_INT,
         this.MedicareTypeName,
         this.dtv_Get,
         this.dtv_Sum,
         this.dtv_StartDate,
         this.dtv_Executor,
         this.dtv_DELETE_DAT,
         this.dtv_DELETERNAME_VCHR,
         this.viewname_vchr,
         this.dtv_method,
         this.dtv_NO,
         this.dtv_OUTGETMEDDAYS_INT,
         this.dtv_CREATEAREA_Name,
         this.dtv_DOCTOR_VCHR,
         this.CREATEDATE_DAT,
         this.dtv_ChangedID,
         this.dtv_ChangedDate,
         this.m_dtStartDate
     });
     this.m_dtvOrderGroup.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.m_dtvOrderGroup.Location           = new System.Drawing.Point(0, 0);
     this.m_dtvOrderGroup.MultiSelect        = false;
     this.m_dtvOrderGroup.Name               = "m_dtvOrderGroup";
     this.m_dtvOrderGroup.ReadOnly           = true;
     this.m_dtvOrderGroup.RowHeadersVisible  = false;
     this.m_dtvOrderGroup.RowTemplate.Height = 28;
     this.m_dtvOrderGroup.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.m_dtvOrderGroup.Size               = new System.Drawing.Size(892, 396);
     this.m_dtvOrderGroup.TabIndex           = 44;
     this.m_dtvOrderGroup.CellClick         += new System.Windows.Forms.DataGridViewCellEventHandler(this.m_dtvOrderGroup_CellClick);
     //
     // dtv_Check
     //
     this.dtv_Check.FalseValue = "0";
     this.dtv_Check.HeaderText = "";
     this.dtv_Check.Name       = "dtv_Check";
     this.dtv_Check.ReadOnly   = true;
     this.dtv_Check.TrueValue  = "1";
     this.dtv_Check.Width      = 30;
     //
     // dtv_ExecuteType
     //
     this.dtv_ExecuteType.HeaderText = "类型";
     this.dtv_ExecuteType.Name       = "dtv_ExecuteType";
     this.dtv_ExecuteType.ReadOnly   = true;
     this.dtv_ExecuteType.Width      = 60;
     //
     // m_dtPOSTDATE_DAT
     //
     this.m_dtPOSTDATE_DAT.HeaderText = "下嘱时间";
     this.m_dtPOSTDATE_DAT.Name       = "m_dtPOSTDATE_DAT";
     this.m_dtPOSTDATE_DAT.ReadOnly   = true;
     //
     // CREATOR_CHR
     //
     this.CREATOR_CHR.HeaderText = "开嘱者";
     this.CREATOR_CHR.Name       = "CREATOR_CHR";
     this.CREATOR_CHR.ReadOnly   = true;
     this.CREATOR_CHR.Width      = 80;
     //
     // ASSESSORFOREXEC_CHR
     //
     this.ASSESSORFOREXEC_CHR.HeaderText = "过嘱者";
     this.ASSESSORFOREXEC_CHR.Name       = "ASSESSORFOREXEC_CHR";
     this.ASSESSORFOREXEC_CHR.ReadOnly   = true;
     this.ASSESSORFOREXEC_CHR.Width      = 80;
     //
     // dtv_RecipeNo
     //
     dataGridViewCellStyle3.Font        = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dtv_RecipeNo.DefaultCellStyle = dataGridViewCellStyle3;
     this.dtv_RecipeNo.HeaderText       = "方";
     this.dtv_RecipeNo.Name             = "dtv_RecipeNo";
     this.dtv_RecipeNo.ReadOnly         = true;
     this.dtv_RecipeNo.Width            = 40;
     //
     // dtv_Name
     //
     this.dtv_Name.HeaderText = "医嘱内容";
     this.dtv_Name.Name       = "dtv_Name";
     this.dtv_Name.ReadOnly   = true;
     this.dtv_Name.Width      = 350;
     //
     // dtv_Dosage
     //
     this.dtv_Dosage.HeaderText = "用量";
     this.dtv_Dosage.Name       = "dtv_Dosage";
     this.dtv_Dosage.ReadOnly   = true;
     this.dtv_Dosage.Visible    = false;
     this.dtv_Dosage.Width      = 60;
     //
     // dtv_UseType
     //
     this.dtv_UseType.HeaderText = "用法";
     this.dtv_UseType.Name       = "dtv_UseType";
     this.dtv_UseType.ReadOnly   = true;
     this.dtv_UseType.Visible    = false;
     this.dtv_UseType.Width      = 60;
     //
     // dtv_Freq
     //
     this.dtv_Freq.HeaderText = "频率";
     this.dtv_Freq.Name       = "dtv_Freq";
     this.dtv_Freq.ReadOnly   = true;
     this.dtv_Freq.Visible    = false;
     this.dtv_Freq.Width      = 60;
     //
     // dtv_REMARK
     //
     this.dtv_REMARK.HeaderText = "说明";
     this.dtv_REMARK.Name       = "dtv_REMARK";
     this.dtv_REMARK.ReadOnly   = true;
     //
     // dtv_FinishDate
     //
     this.dtv_FinishDate.HeaderText = "停嘱时间";
     this.dtv_FinishDate.Name       = "dtv_FinishDate";
     this.dtv_FinishDate.ReadOnly   = true;
     //
     // dtv_Stoper
     //
     this.dtv_Stoper.HeaderText = "停嘱者";
     this.dtv_Stoper.Name       = "dtv_Stoper";
     this.dtv_Stoper.ReadOnly   = true;
     this.dtv_Stoper.Width      = 80;
     //
     // ASSESSORFORSTOP_CHR
     //
     this.ASSESSORFORSTOP_CHR.HeaderText = "过嘱者";
     this.ASSESSORFORSTOP_CHR.Name       = "ASSESSORFORSTOP_CHR";
     this.ASSESSORFORSTOP_CHR.ReadOnly   = true;
     //
     // ATTACHTIMES_INT
     //
     this.ATTACHTIMES_INT.HeaderText = "补次";
     this.ATTACHTIMES_INT.Name       = "ATTACHTIMES_INT";
     this.ATTACHTIMES_INT.ReadOnly   = true;
     this.ATTACHTIMES_INT.Width      = 60;
     //
     // STATUS_INT
     //
     this.STATUS_INT.HeaderText = "医嘱状态";
     this.STATUS_INT.Name       = "STATUS_INT";
     this.STATUS_INT.ReadOnly   = true;
     //
     // RATETYPE_INT
     //
     this.RATETYPE_INT.HeaderText = "自备药";
     this.RATETYPE_INT.Name       = "RATETYPE_INT";
     this.RATETYPE_INT.ReadOnly   = true;
     this.RATETYPE_INT.Width      = 80;
     //
     // MedicareTypeName
     //
     this.MedicareTypeName.HeaderText = "医保分类";
     this.MedicareTypeName.Name       = "MedicareTypeName";
     this.MedicareTypeName.ReadOnly   = true;
     //
     // dtv_Get
     //
     this.dtv_Get.HeaderText = "数量";
     this.dtv_Get.Name       = "dtv_Get";
     this.dtv_Get.ReadOnly   = true;
     this.dtv_Get.Width      = 60;
     //
     // dtv_Sum
     //
     this.dtv_Sum.HeaderText = "总量";
     this.dtv_Sum.Name       = "dtv_Sum";
     this.dtv_Sum.ReadOnly   = true;
     this.dtv_Sum.Width      = 80;
     //
     // dtv_StartDate
     //
     this.dtv_StartDate.HeaderText = "执行时间";
     this.dtv_StartDate.Name       = "dtv_StartDate";
     this.dtv_StartDate.ReadOnly   = true;
     this.dtv_StartDate.Visible    = false;
     this.dtv_StartDate.Width      = 120;
     //
     // dtv_Executor
     //
     this.dtv_Executor.HeaderText = "执行人";
     this.dtv_Executor.Name       = "dtv_Executor";
     this.dtv_Executor.ReadOnly   = true;
     //
     // dtv_DELETE_DAT
     //
     this.dtv_DELETE_DAT.HeaderText = "作废时间";
     this.dtv_DELETE_DAT.Name       = "dtv_DELETE_DAT";
     this.dtv_DELETE_DAT.ReadOnly   = true;
     //
     // dtv_DELETERNAME_VCHR
     //
     this.dtv_DELETERNAME_VCHR.HeaderText = "作废人";
     this.dtv_DELETERNAME_VCHR.Name       = "dtv_DELETERNAME_VCHR";
     this.dtv_DELETERNAME_VCHR.ReadOnly   = true;
     //
     // viewname_vchr
     //
     this.viewname_vchr.HeaderText = "类别";
     this.viewname_vchr.Name       = "viewname_vchr";
     this.viewname_vchr.ReadOnly   = true;
     this.viewname_vchr.Visible    = false;
     this.viewname_vchr.Width      = 60;
     //
     // dtv_method
     //
     this.dtv_method.HeaderText = "方法";
     this.dtv_method.Name       = "dtv_method";
     this.dtv_method.ReadOnly   = true;
     this.dtv_method.Width      = 60;
     //
     // dtv_NO
     //
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle4.Font      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.dtv_NO.DefaultCellStyle     = dataGridViewCellStyle4;
     this.dtv_NO.HeaderText           = "序号";
     this.dtv_NO.Name     = "dtv_NO";
     this.dtv_NO.ReadOnly = true;
     this.dtv_NO.Width    = 60;
     //
     // dtv_OUTGETMEDDAYS_INT
     //
     this.dtv_OUTGETMEDDAYS_INT.HeaderText = "天数";
     this.dtv_OUTGETMEDDAYS_INT.Name       = "dtv_OUTGETMEDDAYS_INT";
     this.dtv_OUTGETMEDDAYS_INT.ReadOnly   = true;
     //
     // dtv_CREATEAREA_Name
     //
     this.dtv_CREATEAREA_Name.HeaderText = "开单科室";
     this.dtv_CREATEAREA_Name.Name       = "dtv_CREATEAREA_Name";
     this.dtv_CREATEAREA_Name.ReadOnly   = true;
     //
     // dtv_DOCTOR_VCHR
     //
     this.dtv_DOCTOR_VCHR.HeaderText = "医生名称 ";
     this.dtv_DOCTOR_VCHR.Name       = "dtv_DOCTOR_VCHR";
     this.dtv_DOCTOR_VCHR.ReadOnly   = true;
     this.dtv_DOCTOR_VCHR.Visible    = false;
     //
     // CREATEDATE_DAT
     //
     this.CREATEDATE_DAT.HeaderText = "录入时间";
     this.CREATEDATE_DAT.Name       = "CREATEDATE_DAT";
     this.CREATEDATE_DAT.ReadOnly   = true;
     this.CREATEDATE_DAT.Width      = 120;
     //
     // dtv_ChangedID
     //
     this.dtv_ChangedID.HeaderText = "修改人";
     this.dtv_ChangedID.Name       = "dtv_ChangedID";
     this.dtv_ChangedID.ReadOnly   = true;
     //
     // dtv_ChangedDate
     //
     this.dtv_ChangedDate.HeaderText = "修改时间";
     this.dtv_ChangedDate.Name       = "dtv_ChangedDate";
     this.dtv_ChangedDate.ReadOnly   = true;
     //
     // m_dtStartDate
     //
     this.m_dtStartDate.HeaderText = "下嘱时间";
     this.m_dtStartDate.Name       = "m_dtStartDate";
     this.m_dtStartDate.ReadOnly   = true;
     this.m_dtStartDate.Visible    = false;
     //
     // frmOrderTemplate_Group_Add
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(892, 604);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview      = true;
     this.Name            = "frmOrderTemplate_Group_Add";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "添加组套";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmOrderTemplate_Group_Add_KeyDown);
     this.Load           += new System.EventHandler(this.frmOrderTemplate_Group_Add_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.m_plDept.ResumeLayout(false);
     this.m_plDept.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dtvOrderGroup)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 23
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo1 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo2 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     this.label1           = new System.Windows.Forms.Label();
     this.m_cboMedStore    = new System.Windows.Forms.ComboBox();
     this.m_lsvDetail      = new System.Windows.Forms.ListView();
     this.clhMedID         = new System.Windows.Forms.ColumnHeader();
     this.clhMedName       = new System.Windows.Forms.ColumnHeader();
     this.clhUnit          = new System.Windows.Forms.ColumnHeader();
     this.clhLow           = new System.Windows.Forms.ColumnHeader();
     this.clhHight         = new System.Windows.Forms.ColumnHeader();
     this.clhPlanQty       = new System.Windows.Forms.ColumnHeader();
     this.clhPlanPercent   = new System.Windows.Forms.ColumnHeader();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.ctlDataGridMed   = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.label9           = new System.Windows.Forms.Label();
     this.m_txtmedName     = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_txtUnit        = new System.Windows.Forms.TextBox();
     this.label8           = new System.Windows.Forms.Label();
     this.m_numPlanPercent = new System.Windows.Forms.NumericUpDown();
     this.m_txtPlanQty     = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.m_txtHight       = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.m_txtLow         = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.label7           = new System.Windows.Forms.Label();
     this.label6           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.m_txtMedID       = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.m_cmdClose       = new PinkieControls.ButtonXP();
     this.m_cmdRefersh     = new PinkieControls.ButtonXP();
     this.m_cmdDelete      = new PinkieControls.ButtonXP();
     this.m_cmdNew         = new PinkieControls.ButtonXP();
     this.m_cmdSave        = new PinkieControls.ButtonXP();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGridMed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_numPlanPercent)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(63, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "选择药房";
     //
     // m_cboMedStore
     //
     this.m_cboMedStore.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboMedStore.Location              = new System.Drawing.Point(80, 8);
     this.m_cboMedStore.Name                  = "m_cboMedStore";
     this.m_cboMedStore.Size                  = new System.Drawing.Size(121, 22);
     this.m_cboMedStore.TabIndex              = 1;
     this.m_cboMedStore.SelectedIndexChanged += new System.EventHandler(this.m_cboMedStore_SelectedIndexChanged);
     //
     // m_lsvDetail
     //
     this.m_lsvDetail.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.m_lsvDetail.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clhMedID,
         this.clhMedName,
         this.clhUnit,
         this.clhLow,
         this.clhHight,
         this.clhPlanQty,
         this.clhPlanPercent
     });
     this.m_lsvDetail.FullRowSelect = true;
     this.m_lsvDetail.GridLines     = true;
     this.m_lsvDetail.Location      = new System.Drawing.Point(272, 40);
     this.m_lsvDetail.Name          = "m_lsvDetail";
     this.m_lsvDetail.Size          = new System.Drawing.Size(654, 592);
     this.m_lsvDetail.TabIndex      = 2;
     this.m_lsvDetail.View          = System.Windows.Forms.View.Details;
     this.m_lsvDetail.Click        += new System.EventHandler(this.m_lsvDetail_Click);
     this.m_lsvDetail.DoubleClick  += new System.EventHandler(this.m_lsvDetail_DoubleClick);
     this.m_lsvDetail.Enter        += new System.EventHandler(this.m_lsvDetail_Enter);
     //
     // clhMedID
     //
     this.clhMedID.Text  = "药品编号";
     this.clhMedID.Width = 82;
     //
     // clhMedName
     //
     this.clhMedName.Text      = "药品名称";
     this.clhMedName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.clhMedName.Width     = 134;
     //
     // clhUnit
     //
     this.clhUnit.Text      = "单位";
     this.clhUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.clhUnit.Width     = 82;
     //
     // clhLow
     //
     this.clhLow.Text      = "下限";
     this.clhLow.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.clhLow.Width     = 80;
     //
     // clhHight
     //
     this.clhHight.Text      = "上限";
     this.clhHight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.clhHight.Width     = 82;
     //
     // clhPlanQty
     //
     this.clhPlanQty.Text      = "领药量";
     this.clhPlanQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.clhPlanQty.Width     = 87;
     //
     // clhPlanPercent
     //
     this.clhPlanPercent.Text      = "领药比例";
     this.clhPlanPercent.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.clhPlanPercent.Width     = 101;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ctlDataGridMed);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.m_txtmedName);
     this.groupBox1.Controls.Add(this.m_txtUnit);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.m_numPlanPercent);
     this.groupBox1.Controls.Add(this.m_txtPlanQty);
     this.groupBox1.Controls.Add(this.m_txtHight);
     this.groupBox1.Controls.Add(this.m_txtLow);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.m_txtMedID);
     this.groupBox1.Location = new System.Drawing.Point(0, 40);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(264, 320);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     //
     // ctlDataGridMed
     //
     this.ctlDataGridMed.AllowAddNew          = true;
     this.ctlDataGridMed.AllowDelete          = true;
     this.ctlDataGridMed.AutoAppendRow        = true;
     this.ctlDataGridMed.AutoScroll           = true;
     this.ctlDataGridMed.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.ctlDataGridMed.CaptionText          = "";
     this.ctlDataGridMed.CaptionVisible       = false;
     this.ctlDataGridMed.ColumnHeadersVisible = true;
     clsColumnInfo1.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo1.BackColor   = System.Drawing.Color.White;
     clsColumnInfo1.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo1.ColumnIndex = 0;
     clsColumnInfo1.ColumnName  = "MEDICINENAME_VCHR";
     clsColumnInfo1.ColumnWidth = 110;
     clsColumnInfo1.Enabled     = false;
     clsColumnInfo1.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo1.HeadText    = "药品名称";
     clsColumnInfo1.ReadOnly    = true;
     clsColumnInfo1.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo2.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo2.BackColor   = System.Drawing.Color.White;
     clsColumnInfo2.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo2.ColumnIndex = 1;
     clsColumnInfo2.ColumnName  = "OPUNIT_CHR";
     clsColumnInfo2.ColumnWidth = 40;
     clsColumnInfo2.Enabled     = false;
     clsColumnInfo2.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo2.HeadText    = "单位";
     clsColumnInfo2.ReadOnly    = true;
     clsColumnInfo2.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.ctlDataGridMed.Columns.Add(clsColumnInfo1);
     this.ctlDataGridMed.Columns.Add(clsColumnInfo2);
     this.ctlDataGridMed.FullRowSelect         = true;
     this.ctlDataGridMed.Location              = new System.Drawing.Point(80, -216);
     this.ctlDataGridMed.MultiSelect           = false;
     this.ctlDataGridMed.Name                  = "ctlDataGridMed";
     this.ctlDataGridMed.ReadOnly              = false;
     this.ctlDataGridMed.RowHeadersVisible     = false;
     this.ctlDataGridMed.RowHeaderWidth        = 35;
     this.ctlDataGridMed.SelectedRowBackColor  = System.Drawing.Color.Purple;
     this.ctlDataGridMed.SelectedRowForeColor  = System.Drawing.Color.White;
     this.ctlDataGridMed.Size                  = new System.Drawing.Size(176, 224);
     this.ctlDataGridMed.TabIndex              = 5;
     this.ctlDataGridMed.Visible               = false;
     this.ctlDataGridMed.m_evtDoubleClickCell += new com.digitalwave.controls.datagrid.clsDGTextMouseClickEventHandler(this.ctlDataGridMed_m_evtDoubleClickCell);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(40, 64);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(34, 19);
     this.label9.TabIndex = 15;
     this.label9.Text     = "药品";
     //
     // m_txtmedName
     //
     this.m_txtmedName.EnableAutoValidation   = false;
     this.m_txtmedName.EnableEnterKeyValidate = true;
     this.m_txtmedName.EnableEscapeKeyUndo    = true;
     this.m_txtmedName.EnableLastValidValue   = true;
     this.m_txtmedName.ErrorProvider          = null;
     this.m_txtmedName.ErrorProviderMessage   = "Invalid value";
     this.m_txtmedName.ForceFormatText        = true;
     this.m_txtmedName.Location = new System.Drawing.Point(80, 64);
     this.m_txtmedName.Name     = "m_txtmedName";
     this.m_txtmedName.Size     = new System.Drawing.Size(121, 23);
     this.m_txtmedName.TabIndex = 14;
     this.m_txtmedName.Text     = "";
     //
     // m_txtUnit
     //
     this.m_txtUnit.Enabled      = false;
     this.m_txtUnit.Location     = new System.Drawing.Point(80, 108);
     this.m_txtUnit.Name         = "m_txtUnit";
     this.m_txtUnit.Size         = new System.Drawing.Size(121, 23);
     this.m_txtUnit.TabIndex     = 13;
     this.m_txtUnit.Text         = "";
     this.m_txtUnit.TextChanged += new System.EventHandler(this.txtUnit_TextChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label8.Location = new System.Drawing.Point(184, 288);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(13, 19);
     this.label8.TabIndex = 12;
     this.label8.Text     = "%";
     //
     // m_numPlanPercent
     //
     this.m_numPlanPercent.Location  = new System.Drawing.Point(80, 280);
     this.m_numPlanPercent.Name      = "m_numPlanPercent";
     this.m_numPlanPercent.Size      = new System.Drawing.Size(96, 23);
     this.m_numPlanPercent.TabIndex  = 11;
     this.m_numPlanPercent.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_numPlanPercent.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_numPlanPercent_KeyDown);
     //
     // m_txtPlanQty
     //
     this.m_txtPlanQty.EnableAutoValidation   = false;
     this.m_txtPlanQty.EnableEnterKeyValidate = true;
     this.m_txtPlanQty.EnableEscapeKeyUndo    = true;
     this.m_txtPlanQty.EnableLastValidValue   = true;
     this.m_txtPlanQty.ErrorProvider          = null;
     this.m_txtPlanQty.ErrorProviderMessage   = "Invalid value";
     this.m_txtPlanQty.ForceFormatText        = true;
     this.m_txtPlanQty.Location         = new System.Drawing.Point(80, 240);
     this.m_txtPlanQty.Name             = "m_txtPlanQty";
     this.m_txtPlanQty.NumericCharStyle = ((SourceLibrary.Windows.Forms.NumericCharStyle)((SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator | SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol)));
     this.m_txtPlanQty.Size             = new System.Drawing.Size(121, 23);
     this.m_txtPlanQty.TabIndex         = 10;
     this.m_txtPlanQty.Text             = "";
     this.m_txtPlanQty.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtPlanQty.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtPlanQty_KeyDown);
     //
     // m_txtHight
     //
     this.m_txtHight.EnableAutoValidation   = false;
     this.m_txtHight.EnableEnterKeyValidate = true;
     this.m_txtHight.EnableEscapeKeyUndo    = true;
     this.m_txtHight.EnableLastValidValue   = true;
     this.m_txtHight.ErrorProvider          = null;
     this.m_txtHight.ErrorProviderMessage   = "Invalid value";
     this.m_txtHight.ForceFormatText        = true;
     this.m_txtHight.Location         = new System.Drawing.Point(80, 196);
     this.m_txtHight.Name             = "m_txtHight";
     this.m_txtHight.NumericCharStyle = ((SourceLibrary.Windows.Forms.NumericCharStyle)((SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator | SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol)));
     this.m_txtHight.Size             = new System.Drawing.Size(121, 23);
     this.m_txtHight.TabIndex         = 9;
     this.m_txtHight.Text             = "";
     this.m_txtHight.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtHight.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtHight_KeyDown);
     //
     // m_txtLow
     //
     this.m_txtLow.EnableAutoValidation   = false;
     this.m_txtLow.EnableEnterKeyValidate = true;
     this.m_txtLow.EnableEscapeKeyUndo    = true;
     this.m_txtLow.EnableLastValidValue   = true;
     this.m_txtLow.ErrorProvider          = null;
     this.m_txtLow.ErrorProviderMessage   = "Invalid value";
     this.m_txtLow.ForceFormatText        = true;
     this.m_txtLow.Location         = new System.Drawing.Point(80, 152);
     this.m_txtLow.Name             = "m_txtLow";
     this.m_txtLow.NumericCharStyle = ((SourceLibrary.Windows.Forms.NumericCharStyle)((SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator | SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol)));
     this.m_txtLow.Size             = new System.Drawing.Size(121, 23);
     this.m_txtLow.TabIndex         = 8;
     this.m_txtLow.Text             = "";
     this.m_txtLow.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtLow.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtLow_KeyDown);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 288);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(63, 19);
     this.label7.TabIndex = 7;
     this.label7.Text     = "领药比例";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(23, 240);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(48, 19);
     this.label6.TabIndex = 6;
     this.label6.Text     = "领药量";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(37, 200);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(34, 19);
     this.label5.TabIndex = 5;
     this.label5.Text     = "上限";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(37, 160);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(34, 19);
     this.label4.TabIndex = 4;
     this.label4.Text     = "下限";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(37, 112);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(34, 19);
     this.label3.TabIndex = 2;
     this.label3.Text     = "单位";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(63, 19);
     this.label2.TabIndex = 1;
     this.label2.Text     = "查找药品";
     //
     // m_txtMedID
     //
     this.m_txtMedID.EnableAutoValidation   = false;
     this.m_txtMedID.EnableEnterKeyValidate = true;
     this.m_txtMedID.EnableEscapeKeyUndo    = true;
     this.m_txtMedID.EnableLastValidValue   = true;
     this.m_txtMedID.ErrorProvider          = null;
     this.m_txtMedID.ErrorProviderMessage   = "Invalid value";
     this.m_txtMedID.ForceFormatText        = true;
     this.m_txtMedID.Location     = new System.Drawing.Point(80, 20);
     this.m_txtMedID.Name         = "m_txtMedID";
     this.m_txtMedID.Size         = new System.Drawing.Size(121, 23);
     this.m_txtMedID.TabIndex     = 0;
     this.m_txtMedID.Text         = "";
     this.m_txtMedID.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.m_txtMedID_KeyDown);
     this.m_txtMedID.Leave       += new System.EventHandler(this.m_txtMedID_Leave);
     this.m_txtMedID.TextChanged += new System.EventHandler(this.m_txtMedID_TextChanged);
     this.m_txtMedID.Enter       += new System.EventHandler(this.m_txtMedID_Enter);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox2.Controls.Add(this.m_cmdClose);
     this.groupBox2.Controls.Add(this.m_cmdRefersh);
     this.groupBox2.Controls.Add(this.m_cmdDelete);
     this.groupBox2.Controls.Add(this.m_cmdNew);
     this.groupBox2.Controls.Add(this.m_cmdSave);
     this.groupBox2.Location = new System.Drawing.Point(0, 368);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(264, 264);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Enter   += new System.EventHandler(this.groupBox2_Enter);
     //
     // m_cmdClose
     //
     this.m_cmdClose.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdClose.DefaultScheme = true;
     this.m_cmdClose.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdClose.Hint          = "";
     this.m_cmdClose.Location      = new System.Drawing.Point(40, 216);
     this.m_cmdClose.Name          = "m_cmdClose";
     this.m_cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdClose.Size          = new System.Drawing.Size(168, 32);
     this.m_cmdClose.TabIndex      = 4;
     this.m_cmdClose.Text          = "退出(&E)";
     this.m_cmdClose.Click        += new System.EventHandler(this.m_cmdClose_Click);
     //
     // m_cmdRefersh
     //
     this.m_cmdRefersh.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdRefersh.DefaultScheme = true;
     this.m_cmdRefersh.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdRefersh.Hint          = "";
     this.m_cmdRefersh.Location      = new System.Drawing.Point(40, 168);
     this.m_cmdRefersh.Name          = "m_cmdRefersh";
     this.m_cmdRefersh.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdRefersh.Size          = new System.Drawing.Size(168, 32);
     this.m_cmdRefersh.TabIndex      = 3;
     this.m_cmdRefersh.Text          = "刷新(&R)";
     this.m_cmdRefersh.Click        += new System.EventHandler(this.m_cmdRefersh_Click);
     //
     // m_cmdDelete
     //
     this.m_cmdDelete.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdDelete.DefaultScheme = true;
     this.m_cmdDelete.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdDelete.Hint          = "";
     this.m_cmdDelete.Location      = new System.Drawing.Point(40, 120);
     this.m_cmdDelete.Name          = "m_cmdDelete";
     this.m_cmdDelete.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdDelete.Size          = new System.Drawing.Size(168, 32);
     this.m_cmdDelete.TabIndex      = 2;
     this.m_cmdDelete.Text          = "删除(&D)";
     this.m_cmdDelete.Click        += new System.EventHandler(this.m_cmdDelete_Click);
     //
     // m_cmdNew
     //
     this.m_cmdNew.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdNew.DefaultScheme = true;
     this.m_cmdNew.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdNew.Hint          = "";
     this.m_cmdNew.Location      = new System.Drawing.Point(40, 72);
     this.m_cmdNew.Name          = "m_cmdNew";
     this.m_cmdNew.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdNew.Size          = new System.Drawing.Size(168, 32);
     this.m_cmdNew.TabIndex      = 1;
     this.m_cmdNew.Text          = "新增(&A)";
     this.m_cmdNew.Click        += new System.EventHandler(this.m_cmdNew_Click);
     //
     // m_cmdSave
     //
     this.m_cmdSave.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdSave.DefaultScheme = true;
     this.m_cmdSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdSave.Hint          = "";
     this.m_cmdSave.Location      = new System.Drawing.Point(40, 24);
     this.m_cmdSave.Name          = "m_cmdSave";
     this.m_cmdSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdSave.Size          = new System.Drawing.Size(168, 32);
     this.m_cmdSave.TabIndex      = 0;
     this.m_cmdSave.Text          = "保存(&S)";
     this.m_cmdSave.Click        += new System.EventHandler(this.m_cmdSave_Click);
     //
     // frmMedStoreLimit
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(936, 637);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_lsvDetail);
     this.Controls.Add(this.m_cboMedStore);
     this.Controls.Add(this.label1);
     this.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name          = "frmMedStoreLimit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "药房限额管理";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmMedStoreLimit_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGridMed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.m_numPlanPercent)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 24
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGroupWorkLoadReport));
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.btExit                 = new PinkieControls.ButtonXP();
     this.btPrint                = new PinkieControls.ButtonXP();
     this.label1                 = new System.Windows.Forms.Label();
     this.m_daFinDateLast        = new System.Windows.Forms.DateTimePicker();
     this.label2                 = new System.Windows.Forms.Label();
     this.btExcel                = new PinkieControls.ButtonXP();
     this.btOK                   = new PinkieControls.ButtonXP();
     this.m_daFinDate            = new System.Windows.Forms.DateTimePicker();
     this.myPrintPreViewControl1 = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.printDocument1         = new System.Drawing.Printing.PrintDocument();
     this.printDialog1           = new System.Windows.Forms.PrintDialog();
     this.label5                 = new System.Windows.Forms.Label();
     this.comboBox1              = new System.Windows.Forms.ComboBox();
     this.comboBox2              = new System.Windows.Forms.ComboBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.comboBox2);
     this.groupBox1.Controls.Add(this.btExit);
     this.groupBox1.Controls.Add(this.btPrint);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.m_daFinDateLast);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.btExcel);
     this.groupBox1.Controls.Add(this.btOK);
     this.groupBox1.Controls.Add(this.m_daFinDate);
     this.groupBox1.Location = new System.Drawing.Point(4, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(964, 64);
     this.groupBox1.TabIndex = 62;
     this.groupBox1.TabStop  = false;
     //
     // btExit
     //
     this.btExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btExit.DefaultScheme = true;
     this.btExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btExit.Hint          = "";
     this.btExit.Location      = new System.Drawing.Point(860, 20);
     this.btExit.Name          = "btExit";
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(96, 32);
     this.btExit.TabIndex      = 67;
     this.btExit.Text          = "退出(ESC)";
     this.btExit.Click        += new System.EventHandler(this.btExit_Click);
     //
     // btPrint
     //
     this.btPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btPrint.DefaultScheme = true;
     this.btPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btPrint.Hint          = "";
     this.btPrint.Location      = new System.Drawing.Point(753, 20);
     this.btPrint.Name          = "btPrint";
     this.btPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btPrint.Size          = new System.Drawing.Size(96, 32);
     this.btPrint.TabIndex      = 66;
     this.btPrint.Text          = "打印(&P)";
     this.btPrint.Click        += new System.EventHandler(this.btPrint_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(256, 29);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(21, 14);
     this.label1.TabIndex  = 65;
     this.label1.Text      = "至";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_daFinDateLast
     //
     this.m_daFinDateLast.CustomFormat = "yyyy年MM月dd日";
     this.m_daFinDateLast.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_daFinDateLast.Location     = new System.Drawing.Point(292, 25);
     this.m_daFinDateLast.Name         = "m_daFinDateLast";
     this.m_daFinDateLast.Size         = new System.Drawing.Size(128, 23);
     this.m_daFinDateLast.TabIndex     = 64;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(12, 29);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(91, 14);
     this.label2.TabIndex  = 63;
     this.label2.Text      = "统计日期 从:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btExcel
     //
     this.btExcel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btExcel.DefaultScheme = true;
     this.btExcel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btExcel.Hint          = "";
     this.btExcel.Location      = new System.Drawing.Point(638, 20);
     this.btExcel.Name          = "btExcel";
     this.btExcel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExcel.Size          = new System.Drawing.Size(96, 32);
     this.btExcel.TabIndex      = 58;
     this.btExcel.Text          = "导出(&O)";
     this.btExcel.Click        += new System.EventHandler(this.btExcel_Click);
     //
     // btOK
     //
     this.btOK.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
     this.btOK.DefaultScheme = true;
     this.btOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btOK.Hint          = "";
     this.btOK.Location      = new System.Drawing.Point(529, 20);
     this.btOK.Name          = "btOK";
     this.btOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btOK.Size          = new System.Drawing.Size(96, 32);
     this.btOK.TabIndex      = 58;
     this.btOK.Text          = "生成报表(&C)";
     this.btOK.Click        += new System.EventHandler(this.btOK_Click);
     //
     // m_daFinDate
     //
     this.m_daFinDate.CustomFormat = "yyyy年MM月dd日";
     this.m_daFinDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_daFinDate.Location     = new System.Drawing.Point(112, 25);
     this.m_daFinDate.Name         = "m_daFinDate";
     this.m_daFinDate.Size         = new System.Drawing.Size(128, 23);
     this.m_daFinDate.TabIndex     = 60;
     //
     // myPrintPreViewControl1
     //
     this.myPrintPreViewControl1.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.myPrintPreViewControl1.BlnCustomFlag = false;
     this.myPrintPreViewControl1.Document        = this.printDocument1;
     this.myPrintPreViewControl1.Location        = new System.Drawing.Point(8, 68);
     this.myPrintPreViewControl1.Name            = "myPrintPreViewControl1";
     this.myPrintPreViewControl1.ReportName      = "";
     this.myPrintPreViewControl1.ShowPannel      = true;
     this.myPrintPreViewControl1.ShowPrintButton = true;
     this.myPrintPreViewControl1.Size            = new System.Drawing.Size(960, 440);
     //this.myPrintPreViewControl1.strCheckName = "";
     //this.myPrintPreViewControl1.strDeptName = "";
     this.myPrintPreViewControl1.TabIndex = 63;
     this.myPrintPreViewControl1.Zoom     = 1;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     this.printDocument1.EndPrint   += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_EndPrint);
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     //
     // printDialog1
     //
     this.printDialog1.AllowCurrentPage = true;
     this.printDialog1.AllowSelection   = true;
     this.printDialog1.AllowSomePages   = true;
     this.printDialog1.Document         = this.printDocument1;
     this.printDialog1.UseEXDialog      = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(222, 73);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(70, 14);
     this.label5.TabIndex = 67;
     this.label5.Text     = "页面列数:";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "9",
         "10",
         "11",
         "12",
         "13"
     });
     this.comboBox1.Location              = new System.Drawing.Point(297, 68);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(89, 22);
     this.comboBox1.TabIndex              = 66;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
         "全院",
         "大院"
     });
     this.comboBox2.Location = new System.Drawing.Point(435, 26);
     this.comboBox2.Name     = "comboBox2";
     this.comboBox2.Size     = new System.Drawing.Size(84, 22);
     this.comboBox2.TabIndex = 68;
     this.comboBox2.Text     = "全院";
     //
     // frmGroupWorkLoadReport
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btExit;
     this.ClientSize        = new System.Drawing.Size(972, 509);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.myPrintPreViewControl1);
     this.Controls.Add(this.groupBox1);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmGroupWorkLoadReport";
     this.Text  = "工作组工作量统计报表";
     this.Load += new System.EventHandler(this.frmGroupWorkLoadReport_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 25
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.cmdFind              = new PinkieControls.ButtonXP();
     this.dateTimePicker1      = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2      = new System.Windows.Forms.DateTimePicker();
     this.label4               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.cmdPrint             = new PinkieControls.ButtonXP();
     this.cmdClear             = new PinkieControls.ButtonXP();
     this.cmdClose             = new PinkieControls.ButtonXP();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tabPage1             = new System.Windows.Forms.TabPage();
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.tabPage2             = new System.Windows.Forms.TabPage();
     this.crystalReportViewer2 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cmdFind);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.dateTimePicker2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.cmdPrint);
     this.groupBox1.Controls.Add(this.cmdClear);
     this.groupBox1.Controls.Add(this.cmdClose);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1002, 48);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "功能区域:";
     //
     // cmdFind
     //
     this.cmdFind.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdFind.DefaultScheme = true;
     this.cmdFind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdFind.Hint          = "";
     this.cmdFind.Location      = new System.Drawing.Point(616, 16);
     this.cmdFind.Name          = "cmdFind";
     this.cmdFind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdFind.Size          = new System.Drawing.Size(80, 23);
     this.cmdFind.TabIndex      = 6;
     this.cmdFind.Text          = "查  询[F3]";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(83, 18);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(112, 23);
     this.dateTimePicker1.TabIndex = 3;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Location = new System.Drawing.Point(213, 18);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(112, 23);
     this.dateTimePicker2.TabIndex = 3;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(194, 22);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(20, 19);
     this.label4.TabIndex  = 4;
     this.label4.Text      = "--";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(16, 22);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(77, 19);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "统计时间:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cmdPrint
     //
     this.cmdPrint.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdPrint.DefaultScheme = true;
     this.cmdPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdPrint.Hint          = "";
     this.cmdPrint.Location      = new System.Drawing.Point(712, 16);
     this.cmdPrint.Name          = "cmdPrint";
     this.cmdPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdPrint.Size          = new System.Drawing.Size(80, 23);
     this.cmdPrint.TabIndex      = 6;
     this.cmdPrint.Text          = "打印[F4]";
     //
     // cmdClear
     //
     this.cmdClear.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdClear.DefaultScheme = true;
     this.cmdClear.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdClear.Hint          = "";
     this.cmdClear.Location      = new System.Drawing.Point(808, 16);
     this.cmdClear.Name          = "cmdClear";
     this.cmdClear.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdClear.Size          = new System.Drawing.Size(80, 23);
     this.cmdClear.TabIndex      = 6;
     this.cmdClear.Text          = "清屏[F5]";
     //
     // cmdClose
     //
     this.cmdClose.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdClose.DefaultScheme = true;
     this.cmdClose.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdClose.Hint          = "";
     this.cmdClose.Location      = new System.Drawing.Point(904, 16);
     this.cmdClose.Name          = "cmdClose";
     this.cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdClose.Size          = new System.Drawing.Size(80, 23);
     this.cmdClose.TabIndex      = 6;
     this.cmdClose.Text          = "关闭[F6]";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tabControl1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.groupBox2.Location = new System.Drawing.Point(0, 48);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(1002, 615);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "信息区域";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.HotTrack      = true;
     this.tabControl1.Location      = new System.Drawing.Point(3, 19);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(996, 593);
     this.tabControl1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.crystalReportViewer1);
     this.tabPage1.Location = new System.Drawing.Point(4, 23);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(988, 566);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "按科室|病区统计";
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer1.Location        = new System.Drawing.Point(0, 0);
     this.crystalReportViewer1.Name            = "crystalReportViewer1";
     this.crystalReportViewer1.ReportSource    = null;
     this.crystalReportViewer1.Size            = new System.Drawing.Size(988, 566);
     this.crystalReportViewer1.TabIndex        = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.crystalReportViewer2);
     this.tabPage2.Location = new System.Drawing.Point(4, 23);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(988, 566);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "按身份统计";
     //
     // crystalReportViewer2
     //
     this.crystalReportViewer2.ActiveViewIndex  = -1;
     this.crystalReportViewer2.DisplayGroupTree = false;
     this.crystalReportViewer2.DisplayToolbar   = false;
     this.crystalReportViewer2.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.crystalReportViewer2.Location         = new System.Drawing.Point(0, 0);
     this.crystalReportViewer2.Name             = "crystalReportViewer2";
     this.crystalReportViewer2.ReportSource     = null;
     this.crystalReportViewer2.Size             = new System.Drawing.Size(988, 566);
     this.crystalReportViewer2.TabIndex         = 0;
     //
     // frmStatHospitalPatientFlow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(1002, 663);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "frmStatHospitalPatientFlow";
     this.Text = "全院病人流动情况统计";
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 26
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox4                = new System.Windows.Forms.GroupBox();
     this.radioButton3             = new System.Windows.Forms.RadioButton();
     this.radioButton2             = new System.Windows.Forms.RadioButton();
     this.radioButton1             = new System.Windows.Forms.RadioButton();
     this.label3                   = new System.Windows.Forms.Label();
     this.m_cboBedNo               = new System.Windows.Forms.ComboBox();
     this.m_txtAREAID_CHR          = new System.Windows.Forms.TextBox();
     this.label4                   = new System.Windows.Forms.Label();
     this.m_txtInpatientNo         = new System.Windows.Forms.TextBox();
     this.label2                   = new System.Windows.Forms.Label();
     this.label1                   = new System.Windows.Forms.Label();
     this.m_txtPatientCard         = new System.Windows.Forms.TextBox();
     this.groupBox3                = new System.Windows.Forms.GroupBox();
     this.m_dtpEnd                 = new System.Windows.Forms.DateTimePicker();
     this.m_cmdQuery               = new PinkieControls.ButtonXP();
     this.m_txtStat                = new PinkieControls.ButtonXP();
     this.m_cboChargeType          = new System.Windows.Forms.ComboBox();
     this.label16                  = new System.Windows.Forms.Label();
     this.label15                  = new System.Windows.Forms.Label();
     this.m_dtpStatDate            = new System.Windows.Forms.DateTimePicker();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     this.m_txtInhospitalDate      = new System.Windows.Forms.TextBox();
     this.label10                  = new System.Windows.Forms.Label();
     this.m_txtBirthDay            = new System.Windows.Forms.TextBox();
     this.label9                   = new System.Windows.Forms.Label();
     this.m_txtInsuranceNo         = new System.Windows.Forms.TextBox();
     this.label8                   = new System.Windows.Forms.Label();
     this.m_txtPayType             = new System.Windows.Forms.TextBox();
     this.label7                   = new System.Windows.Forms.Label();
     this.m_txtSex                 = new System.Windows.Forms.TextBox();
     this.label6                   = new System.Windows.Forms.Label();
     this.label5                   = new System.Windows.Forms.Label();
     this.m_txtPatientName         = new System.Windows.Forms.TextBox();
     this.m_crvPatientCharheDetail = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.printDialog              = new System.Windows.Forms.PrintDialog();
     this.printDocument1           = new System.Drawing.Printing.PrintDocument();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.radioButton3);
     this.groupBox4.Controls.Add(this.radioButton2);
     this.groupBox4.Controls.Add(this.radioButton1);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.m_cboBedNo);
     this.groupBox4.Controls.Add(this.m_txtAREAID_CHR);
     this.groupBox4.Controls.Add(this.label4);
     this.groupBox4.Controls.Add(this.m_txtInpatientNo);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.label1);
     this.groupBox4.Controls.Add(this.m_txtPatientCard);
     this.groupBox4.Location = new System.Drawing.Point(4, 0);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(628, 76);
     this.groupBox4.TabIndex = 21;
     this.groupBox4.TabStop  = false;
     //
     // radioButton3
     //
     this.radioButton3.Location        = new System.Drawing.Point(204, 44);
     this.radioButton3.Name            = "radioButton3";
     this.radioButton3.Size            = new System.Drawing.Size(112, 28);
     this.radioButton3.TabIndex        = 29;
     this.radioButton3.Text            = "床号查询";
     this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.Location        = new System.Drawing.Point(512, 44);
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.Size            = new System.Drawing.Size(112, 24);
     this.radioButton2.TabIndex        = 28;
     this.radioButton2.Text            = "住院号查询";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.Location        = new System.Drawing.Point(512, 19);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(112, 24);
     this.radioButton1.TabIndex        = 27;
     this.radioButton1.Text            = "卡号查询";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(320, 20);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(68, 23);
     this.label3.TabIndex = 23;
     this.label3.Text     = "诊疗卡号";
     //
     // m_cboBedNo
     //
     this.m_cboBedNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboBedNo.Location      = new System.Drawing.Point(84, 48);
     this.m_cboBedNo.Name          = "m_cboBedNo";
     this.m_cboBedNo.Size          = new System.Drawing.Size(112, 22);
     this.m_cboBedNo.TabIndex      = 21;
     //
     // m_txtAREAID_CHR
     //
     this.m_txtAREAID_CHR.AutoSize  = false;
     this.m_txtAREAID_CHR.Location  = new System.Drawing.Point(84, 20);
     this.m_txtAREAID_CHR.MaxLength = 20;
     this.m_txtAREAID_CHR.Name      = "m_txtAREAID_CHR";
     this.m_txtAREAID_CHR.ReadOnly  = true;
     this.m_txtAREAID_CHR.Size      = new System.Drawing.Size(108, 24);
     this.m_txtAREAID_CHR.TabIndex  = 1;
     this.m_txtAREAID_CHR.Text      = "";
     this.m_txtAREAID_CHR.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtAREAID_CHR_KeyDown);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(320, 48);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(68, 23);
     this.label4.TabIndex = 24;
     this.label4.Text     = "住院号";
     //
     // m_txtInpatientNo
     //
     this.m_txtInpatientNo.Location  = new System.Drawing.Point(400, 44);
     this.m_txtInpatientNo.MaxLength = 12;
     this.m_txtInpatientNo.Name      = "m_txtInpatientNo";
     this.m_txtInpatientNo.ReadOnly  = true;
     this.m_txtInpatientNo.Size      = new System.Drawing.Size(108, 23);
     this.m_txtInpatientNo.TabIndex  = 26;
     this.m_txtInpatientNo.Text      = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(12, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 23);
     this.label2.TabIndex = 22;
     this.label2.Text     = "病床";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 23);
     this.label1.TabIndex = 20;
     this.label1.Text     = "病区";
     //
     // m_txtPatientCard
     //
     this.m_txtPatientCard.Location  = new System.Drawing.Point(400, 16);
     this.m_txtPatientCard.MaxLength = 10;
     this.m_txtPatientCard.Name      = "m_txtPatientCard";
     this.m_txtPatientCard.ReadOnly  = true;
     this.m_txtPatientCard.Size      = new System.Drawing.Size(108, 23);
     this.m_txtPatientCard.TabIndex  = 25;
     this.m_txtPatientCard.Text      = "";
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.m_dtpEnd);
     this.groupBox3.Controls.Add(this.m_cmdQuery);
     this.groupBox3.Controls.Add(this.m_txtStat);
     this.groupBox3.Controls.Add(this.m_cboChargeType);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.m_dtpStatDate);
     this.groupBox3.Location = new System.Drawing.Point(636, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(284, 144);
     this.groupBox3.TabIndex = 20;
     this.groupBox3.TabStop  = false;
     //
     // m_dtpEnd
     //
     this.m_dtpEnd.Location = new System.Drawing.Point(94, 48);
     this.m_dtpEnd.Name     = "m_dtpEnd";
     this.m_dtpEnd.Size     = new System.Drawing.Size(168, 23);
     this.m_dtpEnd.TabIndex = 16;
     //
     // m_cmdQuery
     //
     this.m_cmdQuery.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdQuery.DefaultScheme = true;
     this.m_cmdQuery.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdQuery.Hint          = "";
     this.m_cmdQuery.Location      = new System.Drawing.Point(16, 100);
     this.m_cmdQuery.Name          = "m_cmdQuery";
     this.m_cmdQuery.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdQuery.Size          = new System.Drawing.Size(114, 28);
     this.m_cmdQuery.TabIndex      = 14;
     this.m_cmdQuery.Text          = "查询病人(&F)";
     this.m_cmdQuery.Click        += new System.EventHandler(this.m_cmdQuery_Click);
     //
     // m_txtStat
     //
     this.m_txtStat.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_txtStat.DefaultScheme = true;
     this.m_txtStat.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_txtStat.Hint          = "";
     this.m_txtStat.Location      = new System.Drawing.Point(152, 100);
     this.m_txtStat.Name          = "m_txtStat";
     this.m_txtStat.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_txtStat.Size          = new System.Drawing.Size(114, 28);
     this.m_txtStat.TabIndex      = 12;
     this.m_txtStat.Text          = "生成报表(&D)";
     this.m_txtStat.Click        += new System.EventHandler(this.m_txtStat_Click);
     //
     // m_cboChargeType
     //
     this.m_cboChargeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboChargeType.Location      = new System.Drawing.Point(94, 76);
     this.m_cboChargeType.Name          = "m_cboChargeType";
     this.m_cboChargeType.Size          = new System.Drawing.Size(168, 22);
     this.m_cboChargeType.TabIndex      = 11;
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(18, 76);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(72, 23);
     this.label16.TabIndex = 10;
     this.label16.Text     = "费用类别";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(18, 20);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(68, 23);
     this.label15.TabIndex = 9;
     this.label15.Text     = "统计日期";
     //
     // m_dtpStatDate
     //
     this.m_dtpStatDate.Location = new System.Drawing.Point(94, 20);
     this.m_dtpStatDate.Name     = "m_dtpStatDate";
     this.m_dtpStatDate.Size     = new System.Drawing.Size(168, 23);
     this.m_dtpStatDate.TabIndex = 8;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.m_txtInhospitalDate);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.m_txtBirthDay);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.m_txtInsuranceNo);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.m_txtPayType);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.m_txtSex);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.m_txtPatientName);
     this.groupBox2.Location = new System.Drawing.Point(4, 72);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(628, 72);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop  = false;
     //
     // m_txtInhospitalDate
     //
     this.m_txtInhospitalDate.Location  = new System.Drawing.Point(466, 44);
     this.m_txtInhospitalDate.MaxLength = 20;
     this.m_txtInhospitalDate.Name      = "m_txtInhospitalDate";
     this.m_txtInhospitalDate.Size      = new System.Drawing.Size(152, 23);
     this.m_txtInhospitalDate.TabIndex  = 31;
     this.m_txtInhospitalDate.Text      = "";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(374, 44);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(88, 23);
     this.label10.TabIndex = 30;
     this.label10.Text     = "入院日期";
     //
     // m_txtBirthDay
     //
     this.m_txtBirthDay.Location  = new System.Drawing.Point(466, 16);
     this.m_txtBirthDay.MaxLength = 20;
     this.m_txtBirthDay.Name      = "m_txtBirthDay";
     this.m_txtBirthDay.Size      = new System.Drawing.Size(152, 23);
     this.m_txtBirthDay.TabIndex  = 29;
     this.m_txtBirthDay.Text      = "";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(374, 16);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(88, 23);
     this.label9.TabIndex = 28;
     this.label9.Text     = "出生年月";
     //
     // m_txtInsuranceNo
     //
     this.m_txtInsuranceNo.Location  = new System.Drawing.Point(262, 44);
     this.m_txtInsuranceNo.MaxLength = 20;
     this.m_txtInsuranceNo.Name      = "m_txtInsuranceNo";
     this.m_txtInsuranceNo.Size      = new System.Drawing.Size(108, 23);
     this.m_txtInsuranceNo.TabIndex  = 27;
     this.m_txtInsuranceNo.Text      = "";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(194, 44);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(68, 23);
     this.label8.TabIndex = 26;
     this.label8.Text     = "社保号";
     //
     // m_txtPayType
     //
     this.m_txtPayType.Location  = new System.Drawing.Point(90, 44);
     this.m_txtPayType.MaxLength = 25;
     this.m_txtPayType.Name      = "m_txtPayType";
     this.m_txtPayType.TabIndex  = 25;
     this.m_txtPayType.Text      = "";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(14, 44);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(72, 23);
     this.label7.TabIndex = 24;
     this.label7.Text     = "病人身份";
     //
     // m_txtSex
     //
     this.m_txtSex.Location  = new System.Drawing.Point(262, 16);
     this.m_txtSex.MaxLength = 10;
     this.m_txtSex.Name      = "m_txtSex";
     this.m_txtSex.Size      = new System.Drawing.Size(108, 23);
     this.m_txtSex.TabIndex  = 23;
     this.m_txtSex.Text      = "";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(194, 16);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(68, 23);
     this.label6.TabIndex = 22;
     this.label6.Text     = "性别";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(14, 16);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(72, 23);
     this.label5.TabIndex = 21;
     this.label5.Text     = "病人姓名";
     //
     // m_txtPatientName
     //
     this.m_txtPatientName.Location  = new System.Drawing.Point(90, 16);
     this.m_txtPatientName.MaxLength = 20;
     this.m_txtPatientName.Name      = "m_txtPatientName";
     this.m_txtPatientName.TabIndex  = 20;
     this.m_txtPatientName.Text      = "";
     //
     // m_crvPatientCharheDetail
     //
     this.m_crvPatientCharheDetail.ActiveViewIndex = -1;
     this.m_crvPatientCharheDetail.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.m_crvPatientCharheDetail.DisplayGroupTree = false;
     this.m_crvPatientCharheDetail.Location         = new System.Drawing.Point(0, 144);
     this.m_crvPatientCharheDetail.Name             = "m_crvPatientCharheDetail";
     this.m_crvPatientCharheDetail.ReportSource     = null;
     this.m_crvPatientCharheDetail.Size             = new System.Drawing.Size(928, 400);
     this.m_crvPatientCharheDetail.TabIndex         = 9;
     //
     // frmPatientChargedetail
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(932, 545);
     this.Controls.Add(this.m_crvPatientCharheDetail);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name  = "frmPatientChargedetail";
     this.Text  = "病人收费项目明细";
     this.Load += new System.EventHandler(this.frmPatientChargedetail_Load);
     this.groupBox4.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 27
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmStatPatientFlowDaily));
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.cmdClose           = new PinkieControls.ButtonXP();
     this.m_pdSickRoomLog    = new System.Drawing.Printing.PrintDocument();
     this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
     this.buttonXP1          = new PinkieControls.ButtonXP();
     this.m_cmdPrint         = new PinkieControls.ButtonXP();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.m_txtAREAID_CHR    = new ControlLibrary.txtListView(this.components);
     this.label3             = new System.Windows.Forms.Label();
     this.m_dtToTime         = new NullableDateControls.MaskDateEdit();
     this.m_dtpDateTime      = new NullableDateControls.MaskDateEdit();
     this.printDialog        = new com.digitalwave.controls.Control.MyPrintPreViewControl();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location  = new System.Drawing.Point(304, 27);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 14);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "查询时间:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(8, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 14);
     this.label2.TabIndex = 16;
     this.label2.Text     = "病区名称:";
     //
     // cmdClose
     //
     this.cmdClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.cmdClose.DefaultScheme = true;
     this.cmdClose.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdClose.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cmdClose.Hint          = "";
     this.cmdClose.Location      = new System.Drawing.Point(915, 16);
     this.cmdClose.Name          = "cmdClose";
     this.cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdClose.Size          = new System.Drawing.Size(80, 31);
     this.cmdClose.TabIndex      = 6;
     this.cmdClose.Text          = "关  闭(&C)";
     this.cmdClose.Click        += new System.EventHandler(this.cmdClose_Click);
     //
     // m_pdSickRoomLog
     //
     this.m_pdSickRoomLog.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.m_pdSickRoomLog_PrintPage);
     this.m_pdSickRoomLog.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.m_pdSickRoomLog_BeginPrint);
     //
     // printPreviewDialog
     //
     this.printPreviewDialog.AutoScrollMargin  = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
     this.printPreviewDialog.ClientSize        = new System.Drawing.Size(400, 300);
     this.printPreviewDialog.Document          = this.m_pdSickRoomLog;
     this.printPreviewDialog.Enabled           = true;
     this.printPreviewDialog.Icon    = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
     this.printPreviewDialog.Name    = "printPreviewDialog";
     this.printPreviewDialog.Visible = false;
     //
     // buttonXP1
     //
     this.buttonXP1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.buttonXP1.DefaultScheme = true;
     this.buttonXP1.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP1.Hint          = "";
     this.buttonXP1.Location      = new System.Drawing.Point(723, 16);
     this.buttonXP1.Name          = "buttonXP1";
     this.buttonXP1.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP1.Size          = new System.Drawing.Size(80, 31);
     this.buttonXP1.TabIndex      = 4;
     this.buttonXP1.Text          = "统计(&F)";
     this.buttonXP1.Click        += new System.EventHandler(this.buttonXP1_Click);
     //
     // m_cmdPrint
     //
     this.m_cmdPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_cmdPrint.DefaultScheme = true;
     this.m_cmdPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdPrint.Hint          = "";
     this.m_cmdPrint.Location      = new System.Drawing.Point(819, 16);
     this.m_cmdPrint.Name          = "m_cmdPrint";
     this.m_cmdPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdPrint.Size          = new System.Drawing.Size(80, 31);
     this.m_cmdPrint.TabIndex      = 5;
     this.m_cmdPrint.Text          = "打印(&D)";
     this.m_cmdPrint.Click        += new System.EventHandler(this.m_cmdPrint_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_txtAREAID_CHR);
     this.groupBox1.Controls.Add(this.m_cmdPrint);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.cmdClose);
     this.groupBox1.Controls.Add(this.buttonXP1);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1002, 56);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop  = false;
     //
     // m_txtAREAID_CHR
     //
     this.m_txtAREAID_CHR.findDataMode    = ControlLibrary.txtListView.findMode.fromDataSouse;
     this.m_txtAREAID_CHR.Location        = new System.Drawing.Point(84, 20);
     this.m_txtAREAID_CHR.m_blnFocuseShow = true;
     this.m_txtAREAID_CHR.m_blnPagination = false;
     this.m_txtAREAID_CHR.m_dtbDataSourse = null;
     this.m_txtAREAID_CHR.m_intDelayTime  = 100;
     this.m_txtAREAID_CHR.m_intPageRows   = 10;
     this.m_txtAREAID_CHR.m_ListViewAlign = ControlLibrary.txtListView.ListViewAlign.LeftBottom;
     this.m_txtAREAID_CHR.m_listViewSize  = new System.Drawing.Point(260, 100);
     this.m_txtAREAID_CHR.m_strFieldsArr  = new string[] {
         "code_vchr",
         "pycode_chr",
         "deptname_vchr"
     };
     this.m_txtAREAID_CHR.m_strSaveField = "deptid_chr";
     this.m_txtAREAID_CHR.m_strShowField = "deptname_vchr";
     this.m_txtAREAID_CHR.m_strSQL       = null;
     this.m_txtAREAID_CHR.Name           = "m_txtAREAID_CHR";
     this.m_txtAREAID_CHR.Size           = new System.Drawing.Size(200, 23);
     this.m_txtAREAID_CHR.TabIndex       = 1;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location  = new System.Drawing.Point(518, 31);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(15, 14);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "~";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.label3.Visible   = false;
     //
     // m_dtToTime
     //
     this.m_dtToTime.Location = new System.Drawing.Point(540, 23);
     this.m_dtToTime.Mask     = "yyyy年MM月dd日";
     this.m_dtToTime.Name     = "m_dtToTime";
     this.m_dtToTime.Size     = new System.Drawing.Size(139, 23);
     this.m_dtToTime.TabIndex = 3;
     this.m_dtToTime.Visible  = false;
     //
     // m_dtpDateTime
     //
     this.m_dtpDateTime.Location = new System.Drawing.Point(376, 23);
     this.m_dtpDateTime.Mask     = "yyyy年MM月dd日";
     this.m_dtpDateTime.Name     = "m_dtpDateTime";
     this.m_dtpDateTime.Size     = new System.Drawing.Size(139, 23);
     this.m_dtpDateTime.TabIndex = 2;
     //
     // printDialog
     //
     this.printDialog.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.printDialog.Document        = this.m_pdSickRoomLog;
     this.printDialog.Location        = new System.Drawing.Point(0, 56);
     this.printDialog.Name            = "printDialog";
     this.printDialog.ReportName      = "";
     this.printDialog.ShowPannel      = false;
     this.printDialog.ShowPrintButton = true;
     this.printDialog.Size            = new System.Drawing.Size(1002, 607);
     this.printDialog.TabIndex        = 23;
     //
     // frmStatPatientFlowDaily
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1002, 663);
     this.Controls.Add(this.m_dtToTime);
     this.Controls.Add(this.m_dtpDateTime);
     this.Controls.Add(this.printDialog);
     this.Controls.Add(this.groupBox1);
     this.Font       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.KeyPreview = true;
     this.Name       = "frmStatPatientFlowDaily";
     this.Text       = "病人流动日报";
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmStatPatientFlowDaily_KeyDown);
     this.Load      += new System.EventHandler(this.frmStatPatientFlowDaily_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 28
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1         = new System.Windows.Forms.Panel();
     this.DgChargeCheck  = new com.digitalwave.controls.ctlDataGridView();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.btnESC         = new PinkieControls.ButtonXP();
     this.btnOther       = new PinkieControls.ButtonXP();
     this.panel2         = new System.Windows.Forms.Panel();
     this.PatienType     = new System.Windows.Forms.ComboBox();
     this.label1         = new System.Windows.Forms.Label();
     this.m_btnQulReg    = new PinkieControls.ButtonXP();
     this.label11        = new System.Windows.Forms.Label();
     this.m_datFirstdate = new System.Windows.Forms.DateTimePicker();
     this.m_datLastdate  = new System.Windows.Forms.DateTimePicker();
     this.label13        = new System.Windows.Forms.Label();
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.buttonXP1      = new PinkieControls.ButtonXP();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DgChargeCheck)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.DgChargeCheck);
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(936, 352);
     this.panel1.TabIndex = 2;
     //
     // DgChargeCheck
     //
     this.DgChargeCheck.CaptionVisible  = false;
     this.DgChargeCheck.DataMember      = "";
     this.DgChargeCheck.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.DgChargeCheck.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.DgChargeCheck.Location        = new System.Drawing.Point(0, 0);
     this.DgChargeCheck.m_clrBack       = System.Drawing.Color.White;
     this.DgChargeCheck.m_clrBackB      = System.Drawing.Color.WhiteSmoke;
     this.DgChargeCheck.m_clrFore       = System.Drawing.Color.Black;
     this.DgChargeCheck.m_clrForeB      = System.Drawing.Color.Black;
     this.DgChargeCheck.Name            = "DgChargeCheck";
     this.DgChargeCheck.ReadOnly        = true;
     this.DgChargeCheck.Size            = new System.Drawing.Size(932, 348);
     this.DgChargeCheck.TabIndex        = 71;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.buttonXP1);
     this.groupBox1.Controls.Add(this.btnESC);
     this.groupBox1.Controls.Add(this.btnOther);
     this.groupBox1.Location = new System.Drawing.Point(0, 416);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(936, 64);
     this.groupBox1.TabIndex = 56;
     this.groupBox1.TabStop  = false;
     //
     // btnESC
     //
     this.btnESC.Anchor        = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnESC.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnESC.DefaultScheme = true;
     this.btnESC.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btnESC.Hint          = "";
     this.btnESC.Location      = new System.Drawing.Point(152, 15);
     this.btnESC.Name          = "btnESC";
     this.btnESC.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnESC.Size          = new System.Drawing.Size(128, 41);
     this.btnESC.TabIndex      = 54;
     this.btnESC.Text          = "退出查询(ESC)";
     //
     // btnOther
     //
     this.btnOther.Anchor        = System.Windows.Forms.AnchorStyles.Bottom;
     this.btnOther.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnOther.DefaultScheme = true;
     this.btnOther.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnOther.Hint          = "";
     this.btnOther.Location      = new System.Drawing.Point(704, 15);
     this.btnOther.Name          = "btnOther";
     this.btnOther.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnOther.Size          = new System.Drawing.Size(132, 41);
     this.btnOther.TabIndex      = 53;
     this.btnOther.Text          = "打印发票(&P)";
     this.btnOther.Click        += new System.EventHandler(this.btnOther_Click);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.PatienType);
     this.panel2.Controls.Add(this.label1);
     this.panel2.Controls.Add(this.m_btnQulReg);
     this.panel2.Controls.Add(this.label11);
     this.panel2.Controls.Add(this.m_datFirstdate);
     this.panel2.Controls.Add(this.m_datLastdate);
     this.panel2.Controls.Add(this.label13);
     this.panel2.Location = new System.Drawing.Point(0, 360);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(936, 48);
     this.panel2.TabIndex = 2;
     //
     // PatienType
     //
     this.PatienType.Items.AddRange(new object[] {
         "全部",
         "自费",
         "医保",
         "公费",
         "其它"
     });
     this.PatienType.Location              = new System.Drawing.Point(816, 11);
     this.PatienType.Name                  = "PatienType";
     this.PatienType.Size                  = new System.Drawing.Size(96, 22);
     this.PatienType.TabIndex              = 49;
     this.PatienType.SelectedIndexChanged += new System.EventHandler(this.PatienType_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(736, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 23);
     this.label1.TabIndex  = 48;
     this.label1.Text      = "病人类型";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_btnQulReg
     //
     this.m_btnQulReg.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnQulReg.DefaultScheme = true;
     this.m_btnQulReg.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnQulReg.Hint          = "";
     this.m_btnQulReg.Location      = new System.Drawing.Point(616, 6);
     this.m_btnQulReg.Name          = "m_btnQulReg";
     this.m_btnQulReg.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnQulReg.Size          = new System.Drawing.Size(104, 32);
     this.m_btnQulReg.TabIndex      = 45;
     this.m_btnQulReg.Text          = "查询(&F)";
     this.m_btnQulReg.Click        += new System.EventHandler(this.m_btnQulReg_Click);
     //
     // label11
     //
     this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label11.Location  = new System.Drawing.Point(120, 11);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(64, 23);
     this.label11.TabIndex  = 46;
     this.label11.Text      = "开始日期";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_datFirstdate
     //
     this.m_datFirstdate.Location = new System.Drawing.Point(216, 11);
     this.m_datFirstdate.Name     = "m_datFirstdate";
     this.m_datFirstdate.Size     = new System.Drawing.Size(128, 23);
     this.m_datFirstdate.TabIndex = 43;
     //
     // m_datLastdate
     //
     this.m_datLastdate.Location = new System.Drawing.Point(472, 11);
     this.m_datLastdate.Name     = "m_datLastdate";
     this.m_datLastdate.Size     = new System.Drawing.Size(128, 23);
     this.m_datLastdate.TabIndex = 44;
     //
     // label13
     //
     this.label13.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label13.Location  = new System.Drawing.Point(368, 11);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(64, 23);
     this.label13.TabIndex  = 47;
     this.label13.Text      = "截止日期";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // buttonXP1
     //
     this.buttonXP1.Anchor        = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonXP1.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.buttonXP1.DefaultScheme = true;
     this.buttonXP1.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP1.Hint          = "";
     this.buttonXP1.Location      = new System.Drawing.Point(426, 16);
     this.buttonXP1.Name          = "buttonXP1";
     this.buttonXP1.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP1.Size          = new System.Drawing.Size(132, 41);
     this.buttonXP1.TabIndex      = 56;
     this.buttonXP1.Text          = "生成处方文件(&S)";
     this.buttonXP1.Click        += new System.EventHandler(this.buttonXP1_Click);
     //
     // frmChargeCheck1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(936, 485);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name  = "frmChargeCheck1";
     this.Text  = "发票查询";
     this.Load += new System.EventHandler(this.frmChargeCheck1_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.DgChargeCheck)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmLogin));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.userid     = new System.Windows.Forms.TextBox();
     this.password   = new System.Windows.Forms.TextBox();
     this.btnConnect = new PinkieControls.ButtonXP();
     this.btnExit    = new PinkieControls.ButtonXP();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(0, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Tên đăng nhập :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(0, 40);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(88, 16);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Mật khẩu :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // userid
     //
     this.userid.Location = new System.Drawing.Point(88, 16);
     this.userid.Name     = "userid";
     this.userid.Size     = new System.Drawing.Size(208, 20);
     this.userid.TabIndex = 1;
     this.userid.Text     = "";
     this.userid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.userid_KeyDown);
     //
     // password
     //
     this.password.Location     = new System.Drawing.Point(88, 38);
     this.password.Name         = "password";
     this.password.PasswordChar = '*';
     this.password.Size         = new System.Drawing.Size(208, 20);
     this.password.TabIndex     = 3;
     this.password.Text         = "";
     this.password.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.userid_KeyDown);
     //
     // btnConnect
     //
     this.btnConnect.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnConnect.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.btnConnect.DefaultScheme = true;
     this.btnConnect.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnConnect.Hint          = "";
     this.btnConnect.Image         = ((System.Drawing.Bitmap)(resources.GetObject("btnConnect.Image")));
     this.btnConnect.Location      = new System.Drawing.Point(64, 84);
     this.btnConnect.Name          = "btnConnect";
     this.btnConnect.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnConnect.Size          = new System.Drawing.Size(104, 27);
     this.btnConnect.TabIndex      = 6;
     this.btnConnect.Text          = "&Đăng nhập";
     this.btnConnect.Click        += new System.EventHandler(this.btnConnect_Click);
     this.btnConnect.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.userid_KeyDown);
     //
     // btnExit
     //
     this.btnExit.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btnExit.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.btnExit.DefaultScheme = true;
     this.btnExit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnExit.Hint          = "";
     this.btnExit.Image         = ((System.Drawing.Bitmap)(resources.GetObject("btnExit.Image")));
     this.btnExit.Location      = new System.Drawing.Point(168, 84);
     this.btnExit.Name          = "btnExit";
     this.btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnExit.Size          = new System.Drawing.Size(80, 27);
     this.btnExit.TabIndex      = 7;
     this.btnExit.Text          = "&Thoát";
     this.btnExit.Click        += new System.EventHandler(this.btnExit_Click);
     this.btnExit.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.userid_KeyDown);
     //
     // frmLogin
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(306, 123);
     this.ControlBox        = false;
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.btnExit,
         this.btnConnect,
         this.password,
         this.userid,
         this.label2,
         this.label1
     });
     this.ForeColor       = System.Drawing.Color.MidnightBlue;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmLogin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Đăng nhập";
     this.Load           += new System.EventHandler(this.frmLogin_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 30
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_btnQulReg    = new PinkieControls.ButtonXP();
     this.m_datLastdate  = new System.Windows.Forms.DateTimePicker();
     this.m_datFirstdate = new System.Windows.Forms.DateTimePicker();
     this.label11        = new System.Windows.Forms.Label();
     this.label13        = new System.Windows.Forms.Label();
     this.m_btnOk        = new PinkieControls.ButtonXP();
     this.m_btnClose     = new PinkieControls.ButtonXP();
     this.m_lvw          = new System.Windows.Forms.ListView();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5  = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // m_btnQulReg
     //
     this.m_btnQulReg.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.m_btnQulReg.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnQulReg.DefaultScheme = true;
     this.m_btnQulReg.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnQulReg.Hint          = "";
     this.m_btnQulReg.Location      = new System.Drawing.Point(400, 416);
     this.m_btnQulReg.Name          = "m_btnQulReg";
     this.m_btnQulReg.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnQulReg.Size          = new System.Drawing.Size(72, 24);
     this.m_btnQulReg.TabIndex      = 45;
     this.m_btnQulReg.Text          = "查询(&Q)";
     this.m_btnQulReg.Click        += new System.EventHandler(this.m_btnQulReg_Click);
     //
     // m_datLastdate
     //
     this.m_datLastdate.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.m_datLastdate.Location = new System.Drawing.Point(240, 416);
     this.m_datLastdate.Name     = "m_datLastdate";
     this.m_datLastdate.Size     = new System.Drawing.Size(136, 23);
     this.m_datLastdate.TabIndex = 44;
     //
     // m_datFirstdate
     //
     this.m_datFirstdate.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.m_datFirstdate.Location = new System.Drawing.Point(80, 416);
     this.m_datFirstdate.Name     = "m_datFirstdate";
     this.m_datFirstdate.Size     = new System.Drawing.Size(128, 23);
     this.m_datFirstdate.TabIndex = 43;
     this.m_datFirstdate.Value    = new System.DateTime(2004, 9, 8, 0, 0, 0, 0);
     //
     // label11
     //
     this.label11.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.label11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label11.Location  = new System.Drawing.Point(8, 416);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(64, 23);
     this.label11.TabIndex  = 46;
     this.label11.Text      = "查询时间";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label13
     //
     this.label13.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.label13.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label13.Location  = new System.Drawing.Point(224, 416);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(16, 23);
     this.label13.TabIndex  = 47;
     this.label13.Text      = "至";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_btnOk
     //
     this.m_btnOk.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.m_btnOk.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnOk.DefaultScheme = true;
     this.m_btnOk.DialogResult  = System.Windows.Forms.DialogResult.OK;
     this.m_btnOk.Hint          = "";
     this.m_btnOk.Location      = new System.Drawing.Point(480, 416);
     this.m_btnOk.Name          = "m_btnOk";
     this.m_btnOk.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnOk.Size          = new System.Drawing.Size(64, 24);
     this.m_btnOk.TabIndex      = 48;
     this.m_btnOk.Text          = "确定(&O)";
     this.m_btnOk.Click        += new System.EventHandler(this.m_btnOk_Click);
     //
     // m_btnClose
     //
     this.m_btnClose.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.m_btnClose.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnClose.DefaultScheme = true;
     this.m_btnClose.DialogResult  = System.Windows.Forms.DialogResult.No;
     this.m_btnClose.Hint          = "";
     this.m_btnClose.Location      = new System.Drawing.Point(552, 416);
     this.m_btnClose.Name          = "m_btnClose";
     this.m_btnClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnClose.Size          = new System.Drawing.Size(72, 24);
     this.m_btnClose.TabIndex      = 49;
     this.m_btnClose.Text          = "关闭(&C)";
     //
     // m_lvw
     //
     this.m_lvw.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.m_lvw.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader4,
         this.columnHeader5
     });
     this.m_lvw.FullRowSelect         = true;
     this.m_lvw.GridLines             = true;
     this.m_lvw.HideSelection         = false;
     this.m_lvw.Location              = new System.Drawing.Point(8, 8);
     this.m_lvw.Name                  = "m_lvw";
     this.m_lvw.Size                  = new System.Drawing.Size(656, 384);
     this.m_lvw.TabIndex              = 51;
     this.m_lvw.View                  = System.Windows.Forms.View.Details;
     this.m_lvw.SelectedIndexChanged += new System.EventHandler(this.m_lvw_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "";
     this.columnHeader1.Width = 0;
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "结帐日期";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader4.Width     = 335;
     //
     // columnHeader5
     //
     this.columnHeader5.Text      = "结帐员编号";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader5.Width     = 314;
     //
     // frmHistoryCheckOut
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(680, 445);
     this.Controls.Add(this.m_lvw);
     this.Controls.Add(this.m_btnClose);
     this.Controls.Add(this.m_btnOk);
     this.Controls.Add(this.m_btnQulReg);
     this.Controls.Add(this.m_datLastdate);
     this.Controls.Add(this.m_datFirstdate);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label13);
     this.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "frmHistoryCheckOut";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "结帐历史数据查询";
     this.Load           += new System.EventHandler(this.frmHistoryCheckOut_Load);
     this.ResumeLayout(false);
 }