Exemplo n.º 1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.lbeSelfPay  = new System.Windows.Forms.Label();
     this.lbeSumMoney = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.lbeChargeUp = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label6      = new System.Windows.Forms.Label();
     this.txtChargUp  = new com.digitalwave.controls.NumTextBox();
     this.btOK        = new PinkieControls.ButtonXP();
     this.btCancel    = new PinkieControls.ButtonXP();
     this.txtSelfPay  = new com.digitalwave.controls.NumTextBox();
     this.SuspendLayout();
     //
     // lbeSelfPay
     //
     this.lbeSelfPay.AutoSize  = true;
     this.lbeSelfPay.Font      = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lbeSelfPay.ForeColor = System.Drawing.Color.Maroon;
     this.lbeSelfPay.Location  = new System.Drawing.Point(520, 90);
     this.lbeSelfPay.Name      = "lbeSelfPay";
     this.lbeSelfPay.Size      = new System.Drawing.Size(0, 40);
     this.lbeSelfPay.TabIndex  = 9;
     //
     // lbeSumMoney
     //
     this.lbeSumMoney.AutoSize = true;
     this.lbeSumMoney.Font     = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lbeSumMoney.Location = new System.Drawing.Point(204, 16);
     this.lbeSumMoney.Name     = "lbeSumMoney";
     this.lbeSumMoney.Size     = new System.Drawing.Size(0, 40);
     this.lbeSumMoney.TabIndex = 5;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label4.Location = new System.Drawing.Point(20, 90);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(192, 40);
     this.label4.TabIndex = 6;
     this.label4.Text     = "原记帐金额:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label2.Location = new System.Drawing.Point(336, 90);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(192, 40);
     this.label2.TabIndex = 8;
     this.label2.Text     = "原自付金额:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label1.Location = new System.Drawing.Point(20, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(192, 40);
     this.label1.TabIndex = 4;
     this.label1.Text     = "总  金  额:";
     //
     // lbeChargeUp
     //
     this.lbeChargeUp.AutoSize  = true;
     this.lbeChargeUp.Font      = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lbeChargeUp.ForeColor = System.Drawing.Color.Maroon;
     this.lbeChargeUp.Location  = new System.Drawing.Point(204, 90);
     this.lbeChargeUp.Name      = "lbeChargeUp";
     this.lbeChargeUp.Size      = new System.Drawing.Size(0, 40);
     this.lbeChargeUp.TabIndex  = 7;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label3.Location = new System.Drawing.Point(16, 164);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(192, 40);
     this.label3.TabIndex = 10;
     this.label3.Text     = "现记帐金额:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label6.Location = new System.Drawing.Point(336, 164);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(192, 40);
     this.label6.TabIndex = 11;
     this.label6.Text     = "现自付金额:";
     //
     // txtChargUp
     //
     this.txtChargUp.Font          = new System.Drawing.Font("宋体", 24F);
     this.txtChargUp.Location      = new System.Drawing.Point(204, 160);
     this.txtChargUp.Name          = "txtChargUp";
     this.txtChargUp.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.txtChargUp.Size          = new System.Drawing.Size(116, 44);
     this.txtChargUp.TabIndex      = 0;
     this.txtChargUp.Text          = "";
     this.txtChargUp.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtChargUp_KeyDown);
     this.txtChargUp.TextChanged  += new System.EventHandler(this.txtChargUp_TextChanged);
     //
     // btOK
     //
     this.btOK.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btOK.DefaultScheme = true;
     this.btOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btOK.Font          = new System.Drawing.Font("宋体", 12F);
     this.btOK.Hint          = "";
     this.btOK.Location      = new System.Drawing.Point(100, 268);
     this.btOK.Name          = "btOK";
     this.btOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btOK.Size          = new System.Drawing.Size(136, 48);
     this.btOK.TabIndex      = 2;
     this.btOK.Text          = "确定(&S)";
     this.btOK.Click        += new System.EventHandler(this.btOK_Click);
     //
     // btCancel
     //
     this.btCancel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btCancel.DefaultScheme = true;
     this.btCancel.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btCancel.Font          = new System.Drawing.Font("宋体", 12F);
     this.btCancel.Hint          = "";
     this.btCancel.Location      = new System.Drawing.Point(400, 268);
     this.btCancel.Name          = "btCancel";
     this.btCancel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btCancel.Size          = new System.Drawing.Size(136, 48);
     this.btCancel.TabIndex      = 3;
     this.btCancel.Text          = "取消(ESC)";
     this.btCancel.Click        += new System.EventHandler(this.btCancel_Click);
     //
     // txtSelfPay
     //
     this.txtSelfPay.Font          = new System.Drawing.Font("宋体", 24F);
     this.txtSelfPay.Location      = new System.Drawing.Point(520, 160);
     this.txtSelfPay.Name          = "txtSelfPay";
     this.txtSelfPay.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.txtSelfPay.Size          = new System.Drawing.Size(116, 44);
     this.txtSelfPay.TabIndex      = 1;
     this.txtSelfPay.Text          = "";
     this.txtSelfPay.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtChargUp_KeyDown);
     this.txtSelfPay.TextChanged  += new System.EventHandler(this.txtChargUp_TextChanged);
     //
     // frmTurnMoney
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btCancel;
     this.ClientSize        = new System.Drawing.Size(656, 345);
     this.Controls.Add(this.lbeSumMoney);
     this.Controls.Add(this.lbeChargeUp);
     this.Controls.Add(this.lbeSelfPay);
     this.Controls.Add(this.txtSelfPay);
     this.Controls.Add(this.btCancel);
     this.Controls.Add(this.btOK);
     this.Controls.Add(this.txtChargUp);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     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.MaximizeBox     = false;
     this.Name            = "frmTurnMoney";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "医保记账自付转换";
     this.TopMost         = true;
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.listView1      = new System.Windows.Forms.ListView();
     this.columnHeader8  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.listView2      = new System.Windows.Forms.ListView();
     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.columnHeader9  = new System.Windows.Forms.ColumnHeader();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.ra_selectAll   = new System.Windows.Forms.RadioButton();
     this.txtTimes       = new com.digitalwave.controls.NumTextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.btExit         = new PinkieControls.ButtonXP();
     this.btSave         = new PinkieControls.ButtonXP();
     this.ra_selectBack  = new System.Windows.Forms.RadioButton();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader8,
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader10,
         this.columnHeader11
     });
     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(232, 516);
     this.listView1.TabIndex              = 0;
     this.listView1.View                  = System.Windows.Forms.View.Details;
     this.listView1.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.listView1_KeyDown);
     this.listView1.DoubleClick          += new System.EventHandler(this.listView1_DoubleClick);
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "ID";
     this.columnHeader8.Width = 0;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "助记码";
     this.columnHeader1.Width = 58;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "用法名称";
     this.columnHeader2.Width = 148;
     //
     // listView2
     //
     this.listView2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.listView2.CheckBoxes  = true;
     this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader9
     });
     this.listView2.FullRowSelect = true;
     this.listView2.GridLines     = true;
     this.listView2.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.listView2.Location      = new System.Drawing.Point(240, 0);
     this.listView2.MultiSelect   = false;
     this.listView2.Name          = "listView2";
     this.listView2.Size          = new System.Drawing.Size(474, 438);
     this.listView2.TabIndex      = 1;
     this.listView2.View          = System.Windows.Forms.View.Details;
     this.listView2.ItemCheck    += new System.Windows.Forms.ItemCheckEventHandler(this.listView2_ItemCheck);
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "助记码";
     this.columnHeader3.Width = 86;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "项目名称";
     this.columnHeader4.Width = 135;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "规格";
     this.columnHeader5.Width = 134;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "价格";
     this.columnHeader6.Width = 49;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "数量";
     this.columnHeader7.Width = 50;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "ID";
     this.columnHeader9.Width = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ra_selectAll);
     this.groupBox1.Controls.Add(this.txtTimes);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.btExit);
     this.groupBox1.Controls.Add(this.btSave);
     this.groupBox1.Controls.Add(this.ra_selectBack);
     this.groupBox1.Location = new System.Drawing.Point(240, 438);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(474, 78);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     //
     // ra_selectAll
     //
     this.ra_selectAll.Checked  = true;
     this.ra_selectAll.Font     = new System.Drawing.Font("宋体", 12F);
     this.ra_selectAll.Location = new System.Drawing.Point(138, 22);
     this.ra_selectAll.Name     = "ra_selectAll";
     this.ra_selectAll.Size     = new System.Drawing.Size(126, 24);
     this.ra_selectAll.TabIndex = 1;
     this.ra_selectAll.TabStop  = true;
     this.ra_selectAll.Text     = "全选(Ctrl+A)";
     this.ra_selectAll.Click   += new System.EventHandler(this.ra_selectAll_Click);
     //
     // txtTimes
     //
     this.txtTimes.Location      = new System.Drawing.Point(66, 36);
     this.txtTimes.MaxLength     = 2;
     this.txtTimes.Name          = "txtTimes";
     this.txtTimes.SendTabKey    = true;
     this.txtTimes.SetFocusColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.txtTimes.Size          = new System.Drawing.Size(62, 23);
     this.txtTimes.TabIndex      = 0;
     this.txtTimes.Text          = "1";
     this.txtTimes.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtTimes_KeyDown);
     this.txtTimes.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.txtTimes_KeyPress);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(24, 38);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 19);
     this.label1.TabIndex = 5;
     this.label1.Text     = "倍数:";
     //
     // 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(376, 32);
     this.btExit.Name          = "btExit";
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(80, 32);
     this.btExit.TabIndex      = 4;
     this.btExit.Text          = "退出(ESC)";
     this.btExit.Click        += new System.EventHandler(this.btExit_Click);
     //
     // btSave
     //
     this.btSave.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btSave.DefaultScheme = true;
     this.btSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btSave.Hint          = "";
     this.btSave.Location      = new System.Drawing.Point(272, 32);
     this.btSave.Name          = "btSave";
     this.btSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btSave.Size          = new System.Drawing.Size(80, 32);
     this.btSave.TabIndex      = 3;
     this.btSave.Text          = "确定(&S)";
     this.btSave.Click        += new System.EventHandler(this.btSave_Click);
     //
     // ra_selectBack
     //
     this.ra_selectBack.Font     = new System.Drawing.Font("宋体", 12F);
     this.ra_selectBack.Location = new System.Drawing.Point(138, 48);
     this.ra_selectBack.Name     = "ra_selectBack";
     this.ra_selectBack.Size     = new System.Drawing.Size(126, 24);
     this.ra_selectBack.TabIndex = 2;
     this.ra_selectBack.Text     = "反选(Ctrl+B)";
     this.ra_selectBack.Click   += new System.EventHandler(this.ra_selectBack_Click);
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "五笔码";
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "拼音码";
     //
     // frmGetItemByUsage
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.CancelButton      = this.btExit;
     this.ClientSize        = new System.Drawing.Size(720, 517);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.listView2);
     this.Controls.Add(this.listView1);
     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            = "frmGetItemByUsage";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "根据用法获取收费项目";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmGetItemByUsage_KeyDown);
     this.Load           += new System.EventHandler(this.frmGetItemByUsage_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }