/// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.label6         = new System.Windows.Forms.Label();
     this.txtRemark      = new com.digitalwave.controls.exTextBox();
     this.btAddDepment   = new PinkieControls.ButtonXP();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.ra_dep         = new System.Windows.Forms.RadioButton();
     this.ra_private     = new System.Windows.Forms.RadioButton();
     this.ra_public      = new System.Windows.Forms.RadioButton();
     this.txtWb          = new System.Windows.Forms.TextBox();
     this.label4         = new System.Windows.Forms.Label();
     this.txtPy          = new System.Windows.Forms.TextBox();
     this.label3         = new System.Windows.Forms.Label();
     this.txtCode        = new com.digitalwave.controls.exTextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.txtName        = new com.digitalwave.controls.exTextBox();
     this.panel1         = new System.Windows.Forms.Panel();
     this.lbeSumMoney    = new System.Windows.Forms.Label();
     this.label5         = new System.Windows.Forms.Label();
     this.btExit         = new PinkieControls.ButtonXP();
     this.ra_selectBack  = new System.Windows.Forms.RadioButton();
     this.ra_selectAll   = new System.Windows.Forms.RadioButton();
     this.btOK           = new PinkieControls.ButtonXP();
     this.panel2         = new System.Windows.Forms.Panel();
     this.listView1      = new System.Windows.Forms.ListView();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     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.columnHeader6  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7  = 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.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.txtRemark);
     this.groupBox1.Controls.Add(this.btAddDepment);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.txtWb);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtPy);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtCode);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txtName);
     this.groupBox1.Location = new System.Drawing.Point(4, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(796, 140);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Location  = new System.Drawing.Point(16, 92);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(70, 14);
     this.label6.TabIndex  = 16;
     this.label6.Text      = "备    注:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtRemark
     //
     this.txtRemark.Location      = new System.Drawing.Point(96, 88);
     this.txtRemark.MaxLength     = 500;
     this.txtRemark.Multiline     = true;
     this.txtRemark.Name          = "txtRemark";
     this.txtRemark.ScrollBars    = System.Windows.Forms.ScrollBars.Vertical;
     this.txtRemark.SendTabKey    = false;
     this.txtRemark.SetFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtRemark.Size          = new System.Drawing.Size(688, 44);
     this.txtRemark.TabIndex      = 2;
     this.txtRemark.Enter        += new System.EventHandler(this.txtRemark_Enter);
     this.txtRemark.Leave        += new System.EventHandler(this.txtRemark_Leave);
     this.txtRemark.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtRemark_KeyDown);
     //
     // btAddDepment
     //
     this.btAddDepment.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btAddDepment.DefaultScheme = true;
     this.btAddDepment.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btAddDepment.Font          = new System.Drawing.Font("宋体", 11F);
     this.btAddDepment.Hint          = "";
     this.btAddDepment.Location      = new System.Drawing.Point(664, 40);
     this.btAddDepment.Name          = "btAddDepment";
     this.btAddDepment.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btAddDepment.Size          = new System.Drawing.Size(92, 32);
     this.btAddDepment.TabIndex      = 6;
     this.btAddDepment.Text          = "添加科室(&A)";
     this.btAddDepment.Click        += new System.EventHandler(this.btAddDepment_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ra_dep);
     this.groupBox2.Controls.Add(this.ra_private);
     this.groupBox2.Controls.Add(this.ra_public);
     this.groupBox2.Location = new System.Drawing.Point(444, 16);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(204, 68);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "使用范围";
     //
     // ra_dep
     //
     this.ra_dep.Location = new System.Drawing.Point(79, 28);
     this.ra_dep.Name     = "ra_dep";
     this.ra_dep.Size     = new System.Drawing.Size(52, 24);
     this.ra_dep.TabIndex = 1;
     this.ra_dep.Text     = "科室";
     this.ra_dep.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ra_public_KeyDown);
     //
     // ra_private
     //
     this.ra_private.Checked  = true;
     this.ra_private.Location = new System.Drawing.Point(15, 28);
     this.ra_private.Name     = "ra_private";
     this.ra_private.Size     = new System.Drawing.Size(52, 24);
     this.ra_private.TabIndex = 0;
     this.ra_private.TabStop  = true;
     this.ra_private.Text     = "私有";
     this.ra_private.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ra_public_KeyDown);
     //
     // ra_public
     //
     this.ra_public.Location = new System.Drawing.Point(143, 28);
     this.ra_public.Name     = "ra_public";
     this.ra_public.Size     = new System.Drawing.Size(52, 24);
     this.ra_public.TabIndex = 2;
     this.ra_public.Text     = "公用";
     this.ra_public.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ra_public_KeyDown);
     //
     // txtWb
     //
     this.txtWb.Location = new System.Drawing.Point(348, 56);
     this.txtWb.Name     = "txtWb";
     this.txtWb.ReadOnly = true;
     this.txtWb.Size     = new System.Drawing.Size(80, 23);
     this.txtWb.TabIndex = 5;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(284, 59);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(56, 14);
     this.label4.TabIndex  = 14;
     this.label4.Text      = "五笔码:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtPy
     //
     this.txtPy.Location = new System.Drawing.Point(96, 56);
     this.txtPy.Name     = "txtPy";
     this.txtPy.ReadOnly = true;
     this.txtPy.Size     = new System.Drawing.Size(184, 23);
     this.txtPy.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(16, 59);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(70, 14);
     this.label3.TabIndex  = 12;
     this.label3.Text      = "拼 音 码:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtCode
     //
     this.txtCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCode.ImeMode         = System.Windows.Forms.ImeMode.Off;
     this.txtCode.Location        = new System.Drawing.Point(348, 24);
     this.txtCode.MaxLength       = 10;
     this.txtCode.Name            = "txtCode";
     this.txtCode.SendTabKey      = false;
     this.txtCode.SetFocusColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtCode.Size            = new System.Drawing.Size(80, 23);
     this.txtCode.TabIndex        = 1;
     this.txtCode.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(284, 24);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(56, 14);
     this.label2.TabIndex  = 11;
     this.label2.Text      = "助记码:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(16, 24);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 14);
     this.label1.TabIndex  = 9;
     this.label1.Text      = "处方名称:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtName
     //
     this.txtName.Location      = new System.Drawing.Point(96, 24);
     this.txtName.MaxLength     = 30;
     this.txtName.Name          = "txtName";
     this.txtName.SendTabKey    = false;
     this.txtName.SetFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtName.Size          = new System.Drawing.Size(184, 23);
     this.txtName.TabIndex      = 0;
     this.txtName.Leave        += new System.EventHandler(this.txtName_Leave);
     this.txtName.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtName_KeyDown);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.lbeSumMoney);
     this.panel1.Controls.Add(this.label5);
     this.panel1.Controls.Add(this.btExit);
     this.panel1.Controls.Add(this.ra_selectBack);
     this.panel1.Controls.Add(this.ra_selectAll);
     this.panel1.Controls.Add(this.btOK);
     this.panel1.Location = new System.Drawing.Point(4, 144);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(796, 44);
     this.panel1.TabIndex = 1;
     //
     // lbeSumMoney
     //
     this.lbeSumMoney.AutoSize = true;
     this.lbeSumMoney.Location = new System.Drawing.Point(300, 11);
     this.lbeSumMoney.Name     = "lbeSumMoney";
     this.lbeSumMoney.Size     = new System.Drawing.Size(0, 14);
     this.lbeSumMoney.TabIndex = 5;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(232, 11);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(56, 14);
     this.label5.TabIndex = 4;
     this.label5.Text     = "总  价:";
     //
     // btExit
     //
     this.btExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btExit.DefaultScheme = true;
     this.btExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btExit.Font          = new System.Drawing.Font("宋体", 11F);
     this.btExit.Hint          = "";
     this.btExit.Location      = new System.Drawing.Point(660, 4);
     this.btExit.Name          = "btExit";
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(92, 32);
     this.btExit.TabIndex      = 3;
     this.btExit.Text          = "退出(ESC)";
     this.btExit.Click        += new System.EventHandler(this.btExit_Click);
     //
     // ra_selectBack
     //
     this.ra_selectBack.Location = new System.Drawing.Point(136, 8);
     this.ra_selectBack.Name     = "ra_selectBack";
     this.ra_selectBack.Size     = new System.Drawing.Size(80, 24);
     this.ra_selectBack.TabIndex = 1;
     this.ra_selectBack.Text     = "反选";
     this.ra_selectBack.Click   += new System.EventHandler(this.ra_selectBack_Click);
     //
     // ra_selectAll
     //
     this.ra_selectAll.Checked  = true;
     this.ra_selectAll.Location = new System.Drawing.Point(24, 10);
     this.ra_selectAll.Name     = "ra_selectAll";
     this.ra_selectAll.Size     = new System.Drawing.Size(76, 20);
     this.ra_selectAll.TabIndex = 0;
     this.ra_selectAll.TabStop  = true;
     this.ra_selectAll.Text     = "全选";
     this.ra_selectAll.Click   += new System.EventHandler(this.ra_selectAll_Click);
     //
     // 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.Font          = new System.Drawing.Font("宋体", 11F);
     this.btOK.Hint          = "";
     this.btOK.Location      = new System.Drawing.Point(472, 4);
     this.btOK.Name          = "btOK";
     this.btOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btOK.Size          = new System.Drawing.Size(92, 32);
     this.btOK.TabIndex      = 2;
     this.btOK.Text          = "确定(&B)";
     this.btOK.Click        += new System.EventHandler(this.btOK_Click);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.listView1);
     this.panel2.Location = new System.Drawing.Point(4, 192);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(796, 336);
     this.panel2.TabIndex = 2;
     //
     // listView1
     //
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView1.CheckBoxes  = true;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader14,
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10,
         this.columnHeader11,
         this.columnHeader12,
         this.columnHeader13,
         this.columnHeader15
     });
     this.listView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView1.Location      = new System.Drawing.Point(0, 0);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(792, 332);
     this.listView1.TabIndex      = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // columnHeader14
     //
     this.columnHeader14.Text  = "方号";
     this.columnHeader14.Width = 41;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "编号";
     this.columnHeader1.Width = 72;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "项目名称";
     this.columnHeader2.Width = 120;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "规格";
     this.columnHeader3.Width = 116;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "类型";
     this.columnHeader4.Width = 42;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "单价";
     this.columnHeader5.Width = 42;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "剂量";
     this.columnHeader6.Width = 40;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "单位";
     this.columnHeader7.Width = 40;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "数量";
     this.columnHeader8.Width = 40;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "单位";
     this.columnHeader9.Width = 42;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "用法";
     this.columnHeader10.Width = 56;
     //
     // columnHeader11
     //
     this.columnHeader11.Text  = "频率";
     this.columnHeader11.Width = 51;
     //
     // columnHeader12
     //
     this.columnHeader12.Text  = "天数";
     this.columnHeader12.Width = 41;
     //
     // columnHeader13
     //
     this.columnHeader13.Text  = "总额";
     this.columnHeader13.Width = 48;
     //
     // columnHeader15
     //
     this.columnHeader15.Text  = "排序号";
     this.columnHeader15.Width = 0;
     //
     // frmCreatConcertreCipeByItem
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btExit;
     this.ClientSize        = new System.Drawing.Size(804, 529);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Name          = "frmCreatConcertreCipeByItem";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "生成模板";
     this.Load         += new System.EventHandler(this.frmCreatConcertreCipeByItem_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1     = new System.Windows.Forms.Label();
     this.txtInvoice = new com.digitalwave.controls.exTextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.txtPrint   = new System.Windows.Forms.TextBox();
     this.label6     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(52, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(321, 27);
     this.label1.TabIndex = 0;
     this.label1.Text     = "是否打印发票?是(Enter)否(ESC)";
     //
     // txtInvoice
     //
     this.txtInvoice.Location      = new System.Drawing.Point(120, 72);
     this.txtInvoice.MaxLength     = 10;
     this.txtInvoice.Name          = "txtInvoice";
     this.txtInvoice.ReadOnly      = true;
     this.txtInvoice.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.txtInvoice.Size          = new System.Drawing.Size(184, 23);
     this.txtInvoice.TabIndex      = 1;
     this.txtInvoice.Text          = "";
     this.txtInvoice.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtInvoice_KeyDown);
     this.txtInvoice.TextChanged  += new System.EventHandler(this.exTextBox1_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.SystemColors.Control;
     this.label2.Location  = new System.Drawing.Point(56, 76);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(56, 19);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "发票号:";
     //
     // txtPrint
     //
     this.txtPrint.Font      = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtPrint.Location  = new System.Drawing.Point(120, 108);
     this.txtPrint.MaxLength = 1;
     this.txtPrint.Name      = "txtPrint";
     this.txtPrint.Size      = new System.Drawing.Size(32, 26);
     this.txtPrint.TabIndex  = 15;
     this.txtPrint.Text      = "0";
     this.txtPrint.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtPrint.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtPrint_KeyDown);
     this.txtPrint.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPrint_KeyPress);
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label6.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.label6.Location  = new System.Drawing.Point(156, 112);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(113, 19);
     this.label6.TabIndex  = 14;
     this.label6.Text      = "0 成功   1 重打";
     //
     // frmPrintInvoice
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(424, 147);
     this.Controls.Add(this.txtPrint);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtInvoice);
     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.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "frmPrintInvoice";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "打印发票";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmPrintInvoice_KeyDown);
     this.Load           += new System.EventHandler(this.frmPrintInvoice_Load);
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.label1    = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btExit    = new System.Windows.Forms.Button();
     this.btOK      = new System.Windows.Forms.Button();
     this.txtPS     = new com.digitalwave.controls.exTextBox();
     this.label3    = new System.Windows.Forms.Label();
     this.txtName   = new com.digitalwave.controls.exTextBox();
     this.label2    = new System.Windows.Forms.Label();
     this.txtID     = new com.digitalwave.controls.exTextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(80, 52);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 19);
     this.label1.TabIndex = 0;
     this.label1.Text     = "工  号:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btExit);
     this.groupBox1.Controls.Add(this.btOK);
     this.groupBox1.Controls.Add(this.txtPS);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtName);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtID);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(16, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(408, 248);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "请输入工号和密码";
     //
     // btExit
     //
     this.btExit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btExit.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.btExit.Location     = new System.Drawing.Point(232, 200);
     this.btExit.Name         = "btExit";
     this.btExit.Size         = new System.Drawing.Size(104, 32);
     this.btExit.TabIndex     = 7;
     this.btExit.Text         = "退出(ESC)";
     this.btExit.Click       += new System.EventHandler(this.btExit_Click);
     //
     // btOK
     //
     this.btOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btOK.Location  = new System.Drawing.Point(56, 200);
     this.btOK.Name      = "btOK";
     this.btOK.Size      = new System.Drawing.Size(104, 32);
     this.btOK.TabIndex  = 6;
     this.btOK.Text      = "审核(&S)";
     this.btOK.Click    += new System.EventHandler(this.btOK_Click);
     //
     // txtPS
     //
     this.txtPS.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPS.Font          = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.txtPS.Location      = new System.Drawing.Point(144, 152);
     this.txtPS.MaxLength     = 16;
     this.txtPS.Name          = "txtPS";
     this.txtPS.PasswordChar  = '*';
     this.txtPS.SendTabKey    = false;
     this.txtPS.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.txtPS.Size          = new System.Drawing.Size(176, 26);
     this.txtPS.TabIndex      = 5;
     this.txtPS.Text          = "";
     this.txtPS.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtPS_KeyDown);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(80, 156);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(56, 19);
     this.label3.TabIndex = 4;
     this.label3.Text     = "密  码:";
     //
     // txtName
     //
     this.txtName.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtName.Enabled       = false;
     this.txtName.Location      = new System.Drawing.Point(144, 100);
     this.txtName.MaxLength     = 10;
     this.txtName.Name          = "txtName";
     this.txtName.SendTabKey    = false;
     this.txtName.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.txtName.Size          = new System.Drawing.Size(176, 23);
     this.txtName.TabIndex      = 3;
     this.txtName.Text          = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(80, 104);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 19);
     this.label2.TabIndex = 2;
     this.label2.Text     = "姓  名:";
     //
     // txtID
     //
     this.txtID.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtID.Location      = new System.Drawing.Point(144, 48);
     this.txtID.MaxLength     = 10;
     this.txtID.Name          = "txtID";
     this.txtID.SendTabKey    = false;
     this.txtID.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.txtID.Size          = new System.Drawing.Size(176, 23);
     this.txtID.TabIndex      = 1;
     this.txtID.Text          = "";
     this.txtID.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtID_KeyDown);
     //
     // frmAudingInvoice
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btExit;
     this.ClientSize        = new System.Drawing.Size(440, 273);
     this.Controls.Add(this.groupBox1);
     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            = "frmAudingInvoice";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "发票审核";
     this.Load           += new System.EventHandler(this.frmAudingInvoice_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel1           = new System.Windows.Forms.Panel();
     this.m_trvMedType     = new System.Windows.Forms.TreeView();
     this.panel2           = new System.Windows.Forms.Panel();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.m_lbeType        = new System.Windows.Forms.Label();
     this.m_txtMedPy       = new com.digitalwave.controls.exTextBox();
     this.m_txtMedWb       = new com.digitalwave.controls.exTextBox();
     this.m_txtMedZhuJi    = new com.digitalwave.controls.exTextBox();
     this.m_txtMedName     = new com.digitalwave.controls.exTextBox();
     this.label2           = 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.panel3           = new System.Windows.Forms.Panel();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.m_btnEsc         = new PinkieControls.ButtonXP();
     this.m_btnDelete      = new PinkieControls.ButtonXP();
     this.m_btnSave        = new PinkieControls.ButtonXP();
     this.m_btnAddSub      = new PinkieControls.ButtonXP();
     this.m_btnAddTop      = new PinkieControls.ButtonXP();
     this.m_cmdExit        = new PinkieControls.ButtonXP();
     this.m_cmdDelNode     = new PinkieControls.ButtonXP();
     this.m_cmdSaveNode    = new PinkieControls.ButtonXP();
     this.m_cmdAddSubNode  = new PinkieControls.ButtonXP();
     this.m_cmdAddMainNode = new PinkieControls.ButtonXP();
     this.m_cmdAlter       = new PinkieControls.ButtonXP();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.m_trvMedType);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(256, 525);
     this.panel1.TabIndex = 0;
     //
     // m_trvMedType
     //
     this.m_trvMedType.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.m_trvMedType.FullRowSelect      = true;
     this.m_trvMedType.HideSelection      = false;
     this.m_trvMedType.ImageIndex         = -1;
     this.m_trvMedType.Location           = new System.Drawing.Point(0, 0);
     this.m_trvMedType.Name               = "m_trvMedType";
     this.m_trvMedType.SelectedImageIndex = -1;
     this.m_trvMedType.Size               = new System.Drawing.Size(252, 521);
     this.m_trvMedType.TabIndex           = 12;
     this.m_trvMedType.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.m_trvMedType_AfterSelect);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(256, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(424, 336);
     this.panel2.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_lbeType);
     this.groupBox1.Controls.Add(this.m_txtMedPy);
     this.groupBox1.Controls.Add(this.m_txtMedWb);
     this.groupBox1.Controls.Add(this.m_txtMedZhuJi);
     this.groupBox1.Controls.Add(this.m_txtMedName);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     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(420, 332);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "药理分类维护基本信息";
     //
     // m_lbeType
     //
     this.m_lbeType.AutoSize = true;
     this.m_lbeType.Location = new System.Drawing.Point(152, 32);
     this.m_lbeType.Name     = "m_lbeType";
     this.m_lbeType.Size     = new System.Drawing.Size(0, 19);
     this.m_lbeType.TabIndex = 12;
     //
     // m_txtMedPy
     //
     this.m_txtMedPy.Location      = new System.Drawing.Point(152, 168);
     this.m_txtMedPy.MaxLength     = 20;
     this.m_txtMedPy.Name          = "m_txtMedPy";
     this.m_txtMedPy.SendTabKey    = true;
     this.m_txtMedPy.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.m_txtMedPy.Size          = new System.Drawing.Size(168, 23);
     this.m_txtMedPy.TabIndex      = 2;
     this.m_txtMedPy.Text          = "";
     //
     // m_txtMedWb
     //
     this.m_txtMedWb.Location      = new System.Drawing.Point(152, 224);
     this.m_txtMedWb.MaxLength     = 20;
     this.m_txtMedWb.Name          = "m_txtMedWb";
     this.m_txtMedWb.SendTabKey    = true;
     this.m_txtMedWb.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.m_txtMedWb.Size          = new System.Drawing.Size(168, 23);
     this.m_txtMedWb.TabIndex      = 3;
     this.m_txtMedWb.Text          = "";
     //
     // m_txtMedZhuJi
     //
     this.m_txtMedZhuJi.Location      = new System.Drawing.Point(152, 116);
     this.m_txtMedZhuJi.MaxLength     = 20;
     this.m_txtMedZhuJi.Name          = "m_txtMedZhuJi";
     this.m_txtMedZhuJi.SendTabKey    = true;
     this.m_txtMedZhuJi.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.m_txtMedZhuJi.Size          = new System.Drawing.Size(168, 23);
     this.m_txtMedZhuJi.TabIndex      = 1;
     this.m_txtMedZhuJi.Text          = "";
     //
     // m_txtMedName
     //
     this.m_txtMedName.Location      = new System.Drawing.Point(152, 68);
     this.m_txtMedName.MaxLength     = 50;
     this.m_txtMedName.Name          = "m_txtMedName";
     this.m_txtMedName.SendTabKey    = true;
     this.m_txtMedName.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.m_txtMedName.Size          = new System.Drawing.Size(168, 23);
     this.m_txtMedName.TabIndex      = 0;
     this.m_txtMedName.Text          = "";
     this.m_txtMedName.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.m_txtMedName_KeyDown);
     this.m_txtMedName.Leave        += new System.EventHandler(this.m_txtMedName_Leave);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(72, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(77, 19);
     this.label2.TabIndex = 11;
     this.label2.Text     = "药理名称:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(72, 226);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(70, 19);
     this.label5.TabIndex = 10;
     this.label5.Text     = "拼 音 码:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(72, 172);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(70, 19);
     this.label4.TabIndex = 8;
     this.label4.Text     = "五 笔 码:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(72, 120);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(77, 19);
     this.label3.TabIndex = 6;
     this.label3.Text     = "助 记 码:";
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.groupBox2);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(256, 336);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(424, 189);
     this.panel3.TabIndex = 2;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.m_cmdAlter);
     this.groupBox2.Controls.Add(this.m_btnEsc);
     this.groupBox2.Controls.Add(this.m_btnDelete);
     this.groupBox2.Controls.Add(this.m_btnSave);
     this.groupBox2.Controls.Add(this.m_btnAddSub);
     this.groupBox2.Controls.Add(this.m_btnAddTop);
     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, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(420, 185);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "相关维护操作";
     //
     // m_btnEsc
     //
     this.m_btnEsc.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnEsc.DefaultScheme = true;
     this.m_btnEsc.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnEsc.Hint          = "";
     this.m_btnEsc.Location      = new System.Drawing.Point(288, 104);
     this.m_btnEsc.Name          = "m_btnEsc";
     this.m_btnEsc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnEsc.Size          = new System.Drawing.Size(96, 40);
     this.m_btnEsc.TabIndex      = 4;
     this.m_btnEsc.Text          = "退出(&ESC)";
     this.m_btnEsc.Click        += new System.EventHandler(this.m_btnEsc_Click);
     //
     // m_btnDelete
     //
     this.m_btnDelete.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnDelete.DefaultScheme = true;
     this.m_btnDelete.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnDelete.Hint          = "";
     this.m_btnDelete.Location      = new System.Drawing.Point(48, 104);
     this.m_btnDelete.Name          = "m_btnDelete";
     this.m_btnDelete.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnDelete.Size          = new System.Drawing.Size(96, 40);
     this.m_btnDelete.TabIndex      = 3;
     this.m_btnDelete.Text          = "删除(&D)";
     this.m_btnDelete.Click        += new System.EventHandler(this.m_btnDelete_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(288, 40);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(96, 40);
     this.m_btnSave.TabIndex      = 2;
     this.m_btnSave.Text          = "保存(&S)";
     this.m_btnSave.Click        += new System.EventHandler(this.m_btnSave_Click);
     //
     // m_btnAddSub
     //
     this.m_btnAddSub.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnAddSub.DefaultScheme = true;
     this.m_btnAddSub.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnAddSub.Hint          = "";
     this.m_btnAddSub.Location      = new System.Drawing.Point(168, 40);
     this.m_btnAddSub.Name          = "m_btnAddSub";
     this.m_btnAddSub.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnAddSub.Size          = new System.Drawing.Size(96, 40);
     this.m_btnAddSub.TabIndex      = 1;
     this.m_btnAddSub.Text          = "增加子分类";
     this.m_btnAddSub.Click        += new System.EventHandler(this.m_btnAddSub_Click);
     //
     // m_btnAddTop
     //
     this.m_btnAddTop.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnAddTop.DefaultScheme = true;
     this.m_btnAddTop.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnAddTop.Hint          = "";
     this.m_btnAddTop.Location      = new System.Drawing.Point(48, 40);
     this.m_btnAddTop.Name          = "m_btnAddTop";
     this.m_btnAddTop.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnAddTop.Size          = new System.Drawing.Size(96, 40);
     this.m_btnAddTop.TabIndex      = 0;
     this.m_btnAddTop.Text          = "增加顶级分类";
     this.m_btnAddTop.Click        += new System.EventHandler(this.m_btnAddTop_Click);
     //
     // m_cmdExit
     //
     this.m_cmdExit.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdExit.DefaultScheme = true;
     this.m_cmdExit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdExit.Hint          = "";
     this.m_cmdExit.Location      = new System.Drawing.Point(288, 112);
     this.m_cmdExit.Name          = "m_cmdExit";
     this.m_cmdExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdExit.Size          = new System.Drawing.Size(10, 10);
     this.m_cmdExit.TabIndex      = 0;
     //
     // m_cmdDelNode
     //
     this.m_cmdDelNode.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdDelNode.DefaultScheme = true;
     this.m_cmdDelNode.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdDelNode.Hint          = "";
     this.m_cmdDelNode.Location      = new System.Drawing.Point(40, 112);
     this.m_cmdDelNode.Name          = "m_cmdDelNode";
     this.m_cmdDelNode.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdDelNode.Size          = new System.Drawing.Size(10, 10);
     this.m_cmdDelNode.TabIndex      = 0;
     //
     // m_cmdSaveNode
     //
     this.m_cmdSaveNode.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdSaveNode.DefaultScheme = true;
     this.m_cmdSaveNode.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdSaveNode.Hint          = "";
     this.m_cmdSaveNode.Location      = new System.Drawing.Point(288, 48);
     this.m_cmdSaveNode.Name          = "m_cmdSaveNode";
     this.m_cmdSaveNode.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdSaveNode.Size          = new System.Drawing.Size(10, 10);
     this.m_cmdSaveNode.TabIndex      = 0;
     //
     // m_cmdAddSubNode
     //
     this.m_cmdAddSubNode.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdAddSubNode.DefaultScheme = true;
     this.m_cmdAddSubNode.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdAddSubNode.Hint          = "";
     this.m_cmdAddSubNode.Location      = new System.Drawing.Point(168, 48);
     this.m_cmdAddSubNode.Name          = "m_cmdAddSubNode";
     this.m_cmdAddSubNode.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdAddSubNode.Size          = new System.Drawing.Size(10, 10);
     this.m_cmdAddSubNode.TabIndex      = 0;
     //
     // m_cmdAddMainNode
     //
     this.m_cmdAddMainNode.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdAddMainNode.DefaultScheme = true;
     this.m_cmdAddMainNode.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdAddMainNode.Hint          = "";
     this.m_cmdAddMainNode.Location      = new System.Drawing.Point(40, 48);
     this.m_cmdAddMainNode.Name          = "m_cmdAddMainNode";
     this.m_cmdAddMainNode.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdAddMainNode.Size          = new System.Drawing.Size(10, 10);
     this.m_cmdAddMainNode.TabIndex      = 0;
     //
     // m_cmdAlter
     //
     this.m_cmdAlter.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdAlter.DefaultScheme = true;
     this.m_cmdAlter.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdAlter.Hint          = "";
     this.m_cmdAlter.Location      = new System.Drawing.Point(168, 104);
     this.m_cmdAlter.Name          = "m_cmdAlter";
     this.m_cmdAlter.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdAlter.Size          = new System.Drawing.Size(96, 40);
     this.m_cmdAlter.TabIndex      = 5;
     this.m_cmdAlter.Text          = "修  改";
     this.m_cmdAlter.Click        += new System.EventHandler(this.m_cmdAlter_Click);
     //
     // frmHISMedTypeManage
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(680, 525);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name  = "frmHISMedTypeManage";
     this.Text  = "药理分类维护模块";
     this.Load += new System.EventHandler(this.frmHISMedTypeManage_Load);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmOPInvoiceReturn));
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.cmbFind          = new System.Windows.Forms.ComboBox();
     this.lbeAuding        = new System.Windows.Forms.Label();
     this.buttonXP1        = new PinkieControls.ButtonXP();
     this.txtInvoice       = new com.digitalwave.controls.exTextBox();
     this.txtCardID        = new com.digitalwave.controls.exTextBox();
     this.label5           = new System.Windows.Forms.Label();
     this.cmdReturn        = new PinkieControls.ButtonXP();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.tabInfo          = new System.Windows.Forms.TabControl();
     this.tabPage1         = new System.Windows.Forms.TabPage();
     this.dwInvoice        = new Sybase.DataWindow.DataWindowControl();
     this.listView1        = new System.Windows.Forms.ListView();
     this.columnHeader1    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9    = new System.Windows.Forms.ColumnHeader();
     this.m_repInvoiceInfo = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.tabPage2         = new System.Windows.Forms.TabPage();
     this.m_lstItemsInfo   = new System.Windows.Forms.ListView();
     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.columnHeader7    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10   = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabInfo.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cmbFind);
     this.groupBox1.Controls.Add(this.lbeAuding);
     this.groupBox1.Controls.Add(this.buttonXP1);
     this.groupBox1.Controls.Add(this.txtInvoice);
     this.groupBox1.Controls.Add(this.txtCardID);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.cmdReturn);
     this.groupBox1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.ForeColor = System.Drawing.SystemColors.Highlight;
     this.groupBox1.Location  = new System.Drawing.Point(0, 0);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(992, 64);
     this.groupBox1.TabIndex  = 0;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "项目信息";
     //
     // cmbFind
     //
     this.cmbFind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbFind.Items.AddRange(new object[] {
         "卡  号",
         "物理发票号"
     });
     this.cmbFind.Location = new System.Drawing.Point(16, 24);
     this.cmbFind.Name     = "cmbFind";
     this.cmbFind.Size     = new System.Drawing.Size(104, 22);
     this.cmbFind.TabIndex = 26;
     //
     // lbeAuding
     //
     this.lbeAuding.AutoSize  = true;
     this.lbeAuding.ForeColor = System.Drawing.Color.Red;
     this.lbeAuding.Location  = new System.Drawing.Point(520, 29);
     this.lbeAuding.Name      = "lbeAuding";
     this.lbeAuding.Size      = new System.Drawing.Size(0, 14);
     this.lbeAuding.TabIndex  = 25;
     //
     // buttonXP1
     //
     this.buttonXP1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.buttonXP1.DefaultScheme = true;
     this.buttonXP1.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP1.Hint          = "";
     this.buttonXP1.Location      = new System.Drawing.Point(832, 20);
     this.buttonXP1.Name          = "buttonXP1";
     this.buttonXP1.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP1.Size          = new System.Drawing.Size(128, 32);
     this.buttonXP1.TabIndex      = 15;
     this.buttonXP1.Text          = "审 核 发 票[&D]";
     this.buttonXP1.Click        += new System.EventHandler(this.buttonXP1_Click);
     //
     // txtInvoice
     //
     this.txtInvoice.Location      = new System.Drawing.Point(360, 24);
     this.txtInvoice.MaxLength     = 18;
     this.txtInvoice.Name          = "txtInvoice";
     this.txtInvoice.SendTabKey    = false;
     this.txtInvoice.SetFocusColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtInvoice.Size          = new System.Drawing.Size(144, 23);
     this.txtInvoice.TabIndex      = 1;
     this.txtInvoice.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtInvoice_KeyDown);
     this.txtInvoice.Enter        += new System.EventHandler(this.txtInvoice_Enter);
     //
     // txtCardID
     //
     this.txtCardID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtCardID.Location        = new System.Drawing.Point(128, 24);
     this.txtCardID.MaxLength       = 20;
     this.txtCardID.Name            = "txtCardID";
     this.txtCardID.SendTabKey      = false;
     this.txtCardID.SetFocusColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.txtCardID.Size            = new System.Drawing.Size(144, 23);
     this.txtCardID.TabIndex        = 0;
     this.txtCardID.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.txtCardID_KeyDown);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(280, 27);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(84, 14);
     this.label5.TabIndex = 14;
     this.label5.Text     = "系统发票号:";
     //
     // cmdReturn
     //
     this.cmdReturn.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.cmdReturn.DefaultScheme = true;
     this.cmdReturn.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdReturn.Hint          = "";
     this.cmdReturn.Location      = new System.Drawing.Point(688, 20);
     this.cmdReturn.Name          = "cmdReturn";
     this.cmdReturn.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdReturn.Size          = new System.Drawing.Size(128, 32);
     this.cmdReturn.TabIndex      = 2;
     this.cmdReturn.Text          = "退 回 发 票[F5]";
     this.cmdReturn.Click        += new System.EventHandler(this.cmdReturn_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.tabInfo);
     this.groupBox2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.ForeColor = System.Drawing.SystemColors.Highlight;
     this.groupBox2.Location  = new System.Drawing.Point(0, 64);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(992, 477);
     this.groupBox2.TabIndex  = 1;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "项目信息";
     //
     // tabInfo
     //
     this.tabInfo.Controls.Add(this.tabPage1);
     this.tabInfo.Controls.Add(this.tabPage2);
     this.tabInfo.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabInfo.Location      = new System.Drawing.Point(3, 19);
     this.tabInfo.Name          = "tabInfo";
     this.tabInfo.SelectedIndex = 0;
     this.tabInfo.Size          = new System.Drawing.Size(986, 455);
     this.tabInfo.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.dwInvoice);
     this.tabPage1.Controls.Add(this.listView1);
     this.tabPage1.Controls.Add(this.m_repInvoiceInfo);
     this.tabPage1.Location = new System.Drawing.Point(4, 24);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(978, 427);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "发票信息[F2]";
     //
     // dwInvoice
     //
     this.dwInvoice.DataWindowObject = "";
     this.dwInvoice.LibraryList      = "";
     this.dwInvoice.Location         = new System.Drawing.Point(9, 3);
     this.dwInvoice.Name             = "dwInvoice";
     this.dwInvoice.Size             = new System.Drawing.Size(964, 400);
     this.dwInvoice.TabIndex         = 20;
     this.dwInvoice.Text             = "dataWindowControl1";
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader9,
         this.columnHeader10
     });
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView1.Location      = new System.Drawing.Point(208, 56);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(420, 152);
     this.listView1.TabIndex      = 18;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View         = System.Windows.Forms.View.Details;
     this.listView1.Visible      = false;
     this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
     this.listView1.Leave       += new System.EventHandler(this.listView1_Leave);
     this.listView1.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.listView1_KeyDown);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "发票号";
     this.columnHeader1.Width = 109;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "系统号";
     this.columnHeader9.Width = 160;
     //
     // m_repInvoiceInfo
     //
     this.m_repInvoiceInfo.ActiveViewIndex          = -1;
     this.m_repInvoiceInfo.BorderStyle              = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_repInvoiceInfo.DisplayGroupTree         = false;
     this.m_repInvoiceInfo.DisplayStatusBar         = false;
     this.m_repInvoiceInfo.DisplayToolbar           = false;
     this.m_repInvoiceInfo.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.m_repInvoiceInfo.Location                 = new System.Drawing.Point(0, 0);
     this.m_repInvoiceInfo.Name                     = "m_repInvoiceInfo";
     this.m_repInvoiceInfo.SelectionFormula         = "";
     this.m_repInvoiceInfo.Size                     = new System.Drawing.Size(978, 427);
     this.m_repInvoiceInfo.TabIndex                 = 19;
     this.m_repInvoiceInfo.ViewTimeSelectionFormula = "";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.m_lstItemsInfo);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(978, 429);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "处方信息[F3]";
     //
     // m_lstItemsInfo
     //
     this.m_lstItemsInfo.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8
     });
     this.m_lstItemsInfo.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.m_lstItemsInfo.GridLines = true;
     this.m_lstItemsInfo.Location  = new System.Drawing.Point(0, 0);
     this.m_lstItemsInfo.Name      = "m_lstItemsInfo";
     this.m_lstItemsInfo.Size      = new System.Drawing.Size(978, 429);
     this.m_lstItemsInfo.TabIndex  = 0;
     this.m_lstItemsInfo.UseCompatibleStateImageBehavior = false;
     this.m_lstItemsInfo.View = System.Windows.Forms.View.Details;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "项目名称";
     this.columnHeader2.Width = 165;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "规格";
     this.columnHeader3.Width = 120;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "产地";
     this.columnHeader4.Width = 80;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "单位";
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "零售价";
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "数量";
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "医生";
     this.columnHeader8.Width = 70;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "重打发票号";
     this.columnHeader10.Width = 110;
     //
     // frmOPInvoiceReturn
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(992, 541);
     this.Controls.Add(this.groupBox2);
     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.KeyPreview = true;
     this.Name       = "frmOPInvoiceReturn";
     this.Text       = "门诊发票退回";
     this.Load      += new System.EventHandler(this.frmOPInvoiceReturn_Load);
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmOPInvoiceReturn_KeyDown);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.tabInfo.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }