예제 #1
0
 public override Control CreateEditorControl()
 {
     SourceLibrary.Windows.Forms.TextBoxTypedNumeric l_Control = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     l_Control.BorderStyle = BorderStyle.None;
     l_Control.AutoSize    = false;
     return(l_Control);
 }
예제 #2
0
        public void m_mthShowWarning(SourceLibrary.Windows.Forms.TextBoxTypedNumeric txtBox, string strWaring)
        {
            frmShowWarning ShowWarning = new frmShowWarning();

            ShowWarning.m_GetWaring = strWaring;
            Point p = txtBox.Parent.PointToScreen(txtBox.Location);

            p.Offset(-50, -(ShowWarning.Height - txtBox.Height / 2));
            ShowWarning.Location = p;
            ShowWarning.Show();
        }
예제 #3
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);
 }
예제 #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUsage));
     this.m_lvw            = new System.Windows.Forms.ListView();
     this.columnHeader6    = 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.columnHeader1    = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7    = new System.Windows.Forms.ColumnHeader();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.m_cboTest        = new System.Windows.Forms.ComboBox();
     this.label7           = new System.Windows.Forms.Label();
     this.m_cboPutMed_INT  = new System.Windows.Forms.ComboBox();
     this.label6           = new System.Windows.Forms.Label();
     this.m_txtPYCODE      = new System.Windows.Forms.TextBox();
     this.m_btnExit        = new PinkieControls.ButtonXP();
     this.label2           = new System.Windows.Forms.Label();
     this.m_btnDel         = new PinkieControls.ButtonXP();
     this.m_btnSave        = new PinkieControls.ButtonXP();
     this.m_txtCode        = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.m_btnNew         = new PinkieControls.ButtonXP();
     this.cboScope         = new System.Windows.Forms.ComboBox();
     this.label1           = new System.Windows.Forms.Label();
     this.label5           = new System.Windows.Forms.Label();
     this.m_txtName        = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.label4           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.m_txtWBCODE      = new System.Windows.Forms.TextBox();
     this.label8           = new System.Windows.Forms.Label();
     this.m_txtOPUsageDesc = new System.Windows.Forms.TextBox();
     this.columnHeader8    = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_lvw
     //
     this.m_lvw.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader6,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader1,
         this.columnHeader7,
         this.columnHeader8
     });
     this.m_lvw.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_lvw.FullRowSelect = true;
     this.m_lvw.GridLines     = true;
     this.m_lvw.HideSelection = false;
     this.m_lvw.Location      = new System.Drawing.Point(0, 0);
     this.m_lvw.MultiSelect   = false;
     this.m_lvw.Name          = "m_lvw";
     this.m_lvw.Size          = new System.Drawing.Size(726, 531);
     this.m_lvw.TabIndex      = 9;
     this.m_lvw.UseCompatibleStateImageBehavior = false;
     this.m_lvw.View = System.Windows.Forms.View.Details;
     this.m_lvw.SelectedIndexChanged += new System.EventHandler(this.m_lvw_SelectedIndexChanged_1);
     this.m_lvw.Click += new System.EventHandler(this.m_lvw_SelectedIndexChanged_1);
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "类型范围";
     this.columnHeader6.Width = 74;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "助记码";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 74;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "用法名称";
     this.columnHeader3.Width = 118;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "拼音码";
     this.columnHeader4.Width = 81;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "五笔码";
     this.columnHeader5.Width = 94;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "用法类别";
     this.columnHeader1.Width = 80;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "是否皮试";
     this.columnHeader7.Width = 80;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_txtOPUsageDesc);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.m_cboTest);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.m_cboPutMed_INT);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.m_txtPYCODE);
     this.groupBox1.Controls.Add(this.m_btnExit);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.m_btnDel);
     this.groupBox1.Controls.Add(this.m_btnSave);
     this.groupBox1.Controls.Add(this.m_txtCode);
     this.groupBox1.Controls.Add(this.m_btnNew);
     this.groupBox1.Controls.Add(this.cboScope);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.m_txtName);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.m_txtWBCODE);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.groupBox1.Location = new System.Drawing.Point(726, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(216, 531);
     this.groupBox1.TabIndex = 10;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Enter   += new System.EventHandler(this.groupBox1_Enter);
     //
     // m_cboTest
     //
     this.m_cboTest.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboTest.FormattingEnabled = true;
     this.m_cboTest.Items.AddRange(new object[] {
         "非皮试",
         "皮试"
     });
     this.m_cboTest.Location = new System.Drawing.Point(82, 286);
     this.m_cboTest.Name     = "m_cboTest";
     this.m_cboTest.Size     = new System.Drawing.Size(126, 22);
     this.m_cboTest.TabIndex = 6;
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Location  = new System.Drawing.Point(9, 291);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(70, 14);
     this.label7.TabIndex  = 18;
     this.label7.Text      = "是否皮试:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_cboPutMed_INT
     //
     this.m_cboPutMed_INT.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboPutMed_INT.FormattingEnabled = true;
     this.m_cboPutMed_INT.Items.AddRange(new object[] {
         "注射",
         "非注射"
     });
     this.m_cboPutMed_INT.Location = new System.Drawing.Point(82, 247);
     this.m_cboPutMed_INT.Name     = "m_cboPutMed_INT";
     this.m_cboPutMed_INT.Size     = new System.Drawing.Size(126, 22);
     this.m_cboPutMed_INT.TabIndex = 5;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Location  = new System.Drawing.Point(9, 252);
     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.MiddleLeft;
     //
     // m_txtPYCODE
     //
     this.m_txtPYCODE.Location  = new System.Drawing.Point(82, 123);
     this.m_txtPYCODE.MaxLength = 20;
     this.m_txtPYCODE.Name      = "m_txtPYCODE";
     this.m_txtPYCODE.Size      = new System.Drawing.Size(126, 23);
     this.m_txtPYCODE.TabIndex  = 2;
     //
     // m_btnExit
     //
     this.m_btnExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnExit.DefaultScheme = true;
     this.m_btnExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnExit.Hint          = "";
     this.m_btnExit.Location      = new System.Drawing.Point(60, 489);
     this.m_btnExit.Name          = "m_btnExit";
     this.m_btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnExit.Size          = new System.Drawing.Size(112, 32);
     this.m_btnExit.TabIndex      = 9;
     this.m_btnExit.Text          = "退出(Esc)";
     this.m_btnExit.Click        += new System.EventHandler(this.m_btnExit_Click);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(8, 43);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(70, 14);
     this.label2.TabIndex  = 8;
     this.label2.Text      = "助 记 码:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.Click    += new System.EventHandler(this.label2_Click);
     //
     // m_btnDel
     //
     this.m_btnDel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(60, 448);
     this.m_btnDel.Name          = "m_btnDel";
     this.m_btnDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnDel.Size          = new System.Drawing.Size(112, 32);
     this.m_btnDel.TabIndex      = 10;
     this.m_btnDel.Text          = "删除(&D)";
     this.m_btnDel.Click        += new System.EventHandler(this.m_btnDel_Click_1);
     //
     // m_btnSave
     //
     this.m_btnSave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(60, 406);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(112, 32);
     this.m_btnSave.TabIndex      = 8;
     this.m_btnSave.Text          = "保存(&S)";
     this.m_btnSave.Click        += new System.EventHandler(this.m_btnSave_Click);
     //
     // m_txtCode
     //
     this.m_txtCode.EnableAutoValidation   = false;
     this.m_txtCode.EnableEnterKeyValidate = false;
     this.m_txtCode.EnableEscapeKeyUndo    = true;
     this.m_txtCode.EnableLastValidValue   = true;
     this.m_txtCode.ErrorProvider          = null;
     this.m_txtCode.ErrorProviderMessage   = "Invalid value";
     this.m_txtCode.ForceFormatText        = true;
     this.m_txtCode.Location         = new System.Drawing.Point(82, 40);
     this.m_txtCode.MaxLength        = 3;
     this.m_txtCode.Name             = "m_txtCode";
     this.m_txtCode.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol;
     this.m_txtCode.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.m_txtCode.Size             = new System.Drawing.Size(126, 23);
     this.m_txtCode.TabIndex         = 0;
     this.m_txtCode.Text             = "0";
     this.m_txtCode.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtCode.Validating      += new System.ComponentModel.CancelEventHandler(this.m_txtCode_Validating);
     //
     // m_btnNew
     //
     this.m_btnNew.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnNew.DefaultScheme = true;
     this.m_btnNew.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnNew.Hint          = "";
     this.m_btnNew.Location      = new System.Drawing.Point(60, 364);
     this.m_btnNew.Name          = "m_btnNew";
     this.m_btnNew.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnNew.Size          = new System.Drawing.Size(112, 32);
     this.m_btnNew.TabIndex      = 9;
     this.m_btnNew.Text          = "新增(&A)";
     this.m_btnNew.Click        += new System.EventHandler(this.m_btnNew_Click);
     //
     // cboScope
     //
     this.cboScope.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboScope.FormattingEnabled = true;
     this.cboScope.Items.AddRange(new object[] {
         "公用类",
         "西药类",
         "中药类"
     });
     this.cboScope.Location              = new System.Drawing.Point(82, 208);
     this.cboScope.Name                  = "cboScope";
     this.cboScope.Size                  = new System.Drawing.Size(126, 22);
     this.cboScope.TabIndex              = 4;
     this.cboScope.SelectedIndexChanged += new System.EventHandler(this.cboScope_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(8, 88);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 14);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "名    称:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label1.Click    += new System.EventHandler(this.label1_Click);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(9, 212);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(70, 14);
     this.label5.TabIndex  = 14;
     this.label5.Text      = "范  围:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label5.Click    += new System.EventHandler(this.label5_Click);
     //
     // m_txtName
     //
     this.m_txtName.EnableAutoValidation   = false;
     this.m_txtName.EnableEnterKeyValidate = false;
     this.m_txtName.EnableEscapeKeyUndo    = true;
     this.m_txtName.EnableLastValidValue   = true;
     this.m_txtName.ErrorProvider          = null;
     this.m_txtName.ErrorProviderMessage   = "Invalid value";
     this.m_txtName.ForceFormatText        = true;
     this.m_txtName.Location  = new System.Drawing.Point(82, 81);
     this.m_txtName.MaxLength = 50;
     this.m_txtName.Name      = "m_txtName";
     this.m_txtName.Size      = new System.Drawing.Size(126, 23);
     this.m_txtName.TabIndex  = 1;
     this.m_txtName.Leave    += new System.EventHandler(this.m_txtName_Leave);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(9, 169);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(70, 14);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "五 笔 码:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(11, 128);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(70, 14);
     this.label3.TabIndex  = 11;
     this.label3.Text      = "拼 音 码:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtWBCODE
     //
     this.m_txtWBCODE.Location  = new System.Drawing.Point(82, 165);
     this.m_txtWBCODE.MaxLength = 20;
     this.m_txtWBCODE.Name      = "m_txtWBCODE";
     this.m_txtWBCODE.Size      = new System.Drawing.Size(126, 23);
     this.m_txtWBCODE.TabIndex  = 3;
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Location  = new System.Drawing.Point(8, 329);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(70, 14);
     this.label8.TabIndex  = 19;
     this.label8.Text      = "用法描述:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtOPUsageDesc
     //
     this.m_txtOPUsageDesc.Location  = new System.Drawing.Point(82, 325);
     this.m_txtOPUsageDesc.MaxLength = 20;
     this.m_txtOPUsageDesc.Name      = "m_txtOPUsageDesc";
     this.m_txtOPUsageDesc.Size      = new System.Drawing.Size(126, 23);
     this.m_txtOPUsageDesc.TabIndex  = 7;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "用法描述";
     this.columnHeader8.Width = 118;
     //
     // frmUsage
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(942, 531);
     this.Controls.Add(this.m_lvw);
     this.Controls.Add(this.groupBox1);
     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.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "frmUsage";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "项目用法维护";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmUsage_KeyDown);
     this.Load           += new System.EventHandler(this.frmChargeCat_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #5
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.columnHeader6     = new System.Windows.Forms.ColumnHeader();
            this.columnHeader7     = new System.Windows.Forms.ColumnHeader();
            this.columnHeader8     = new System.Windows.Forms.ColumnHeader();
            this.label1            = new System.Windows.Forms.Label();
            this.label2            = new System.Windows.Forms.Label();
            this.buttonXP1         = new PinkieControls.ButtonXP();
            this.m_txtPAYMENT_MNY  = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
            this.m_txtDISCOUNT_DEC = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
            this.buttonXP2         = new PinkieControls.ButtonXP();
            this.m_dtgdetail       = new com.digitalwave.controls.datagrid.ctlDataGrid();

            this.SuspendLayout();
            //
            // listView1
            //
            this.listView1.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.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                this.columnHeader1,
                this.columnHeader2,
                this.columnHeader3,
                this.columnHeader4,
                this.columnHeader5,
                this.columnHeader6,
                this.columnHeader7,
                this.columnHeader8
            });
            this.listView1.Font                  = new System.Drawing.Font("宋体", 10.5F);
            this.listView1.FullRowSelect         = true;
            this.listView1.GridLines             = true;
            this.listView1.HideSelection         = false;
            this.listView1.ImeMode               = System.Windows.Forms.ImeMode.NoControl;
            this.listView1.Location              = new System.Drawing.Point(544, 456);
            this.listView1.MultiSelect           = false;
            this.listView1.Name                  = "listView1";
            this.listView1.Size                  = new System.Drawing.Size(160, 24);
            this.listView1.TabIndex              = 0;
            this.listView1.View                  = System.Windows.Forms.View.Details;
            this.listView1.Visible               = false;
            this.listView1.Click                += new System.EventHandler(this.listView1_SelectedIndexChanged);
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            //
            // columnHeader1
            //
            this.columnHeader1.Text  = "挂号类型ID";
            this.columnHeader1.Width = 0;
            //
            // columnHeader2
            //
            this.columnHeader2.Text      = "挂号类型";
            this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader2.Width     = 80;
            //
            // columnHeader3
            //
            this.columnHeader3.Text      = "费种ID";
            this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader3.Width     = 0;
            //
            // columnHeader4
            //
            this.columnHeader4.Text      = "费种名称";
            this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader4.Width     = 80;
            //
            // columnHeader5
            //
            this.columnHeader5.Text      = "身份ID";
            this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader5.Width     = 0;
            //
            // columnHeader6
            //
            this.columnHeader6.Text  = "病人身份";
            this.columnHeader6.Width = 80;
            //
            // columnHeader7
            //
            this.columnHeader7.Text      = "费用";
            this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader7.Width     = 80;
            //
            // columnHeader8
            //
            this.columnHeader8.Text      = "优惠比例";
            this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader8.Width     = 80;
            //
            // label1
            //
            this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label1.Location = new System.Drawing.Point(16, 424);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(72, 16);
            this.label1.TabIndex = 1;
            this.label1.Text     = "费    用:";
            this.label1.Visible  = false;
            //
            // label2
            //
            this.label2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label2.Location = new System.Drawing.Point(16, 456);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(72, 16);
            this.label2.TabIndex = 2;
            this.label2.Text     = "优惠比例:";
            this.label2.Visible  = false;
            //
            // buttonXP1
            //
            this.buttonXP1.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            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(264, 456);
            this.buttonXP1.Name          = "buttonXP1";
            this.buttonXP1.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
            this.buttonXP1.Size          = new System.Drawing.Size(80, 32);
            this.buttonXP1.TabIndex      = 5;
            this.buttonXP1.Text          = "保存";
            this.buttonXP1.Click        += new System.EventHandler(this.buttonXP1_Click);
            //
            // m_txtPAYMENT_MNY
            //
            this.m_txtPAYMENT_MNY.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.m_txtPAYMENT_MNY.EnableAutoValidation   = true;
            this.m_txtPAYMENT_MNY.EnableEnterKeyValidate = true;
            this.m_txtPAYMENT_MNY.EnableEscapeKeyUndo    = true;
            this.m_txtPAYMENT_MNY.EnableLastValidValue   = true;
            this.m_txtPAYMENT_MNY.ErrorProvider          = null;
            this.m_txtPAYMENT_MNY.ErrorProviderMessage   = "Invalid value";
            this.m_txtPAYMENT_MNY.ForceFormatText        = true;
            this.m_txtPAYMENT_MNY.Location         = new System.Drawing.Point(88, 416);
            this.m_txtPAYMENT_MNY.MaxLength        = 10;
            this.m_txtPAYMENT_MNY.Name             = "m_txtPAYMENT_MNY";
            this.m_txtPAYMENT_MNY.NumericCharStyle = ((SourceLibrary.Windows.Forms.NumericCharStyle)((SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator | SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol)));
            this.m_txtPAYMENT_MNY.Size             = new System.Drawing.Size(144, 23);
            this.m_txtPAYMENT_MNY.TabIndex         = 6;
            this.m_txtPAYMENT_MNY.Text             = "";
            this.m_txtPAYMENT_MNY.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
            this.m_txtPAYMENT_MNY.Visible          = false;
            this.m_txtPAYMENT_MNY.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtPAYMENT_MNY_KeyDown);
            //
            // m_txtDISCOUNT_DEC
            //
            this.m_txtDISCOUNT_DEC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.m_txtDISCOUNT_DEC.EnableAutoValidation   = true;
            this.m_txtDISCOUNT_DEC.EnableEnterKeyValidate = true;
            this.m_txtDISCOUNT_DEC.EnableEscapeKeyUndo    = true;
            this.m_txtDISCOUNT_DEC.EnableLastValidValue   = true;
            this.m_txtDISCOUNT_DEC.ErrorProvider          = null;
            this.m_txtDISCOUNT_DEC.ErrorProviderMessage   = "Invalid value";
            this.m_txtDISCOUNT_DEC.ForceFormatText        = true;
            this.m_txtDISCOUNT_DEC.Location         = new System.Drawing.Point(88, 456);
            this.m_txtDISCOUNT_DEC.MaxLength        = 10;
            this.m_txtDISCOUNT_DEC.Name             = "m_txtDISCOUNT_DEC";
            this.m_txtDISCOUNT_DEC.NumericCharStyle = ((SourceLibrary.Windows.Forms.NumericCharStyle)((SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator | SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol)));
            this.m_txtDISCOUNT_DEC.Size             = new System.Drawing.Size(144, 23);
            this.m_txtDISCOUNT_DEC.TabIndex         = 7;
            this.m_txtDISCOUNT_DEC.Text             = "";
            this.m_txtDISCOUNT_DEC.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
            this.m_txtDISCOUNT_DEC.Visible          = false;
            this.m_txtDISCOUNT_DEC.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtDISCOUNT_DEC_KeyDown);
            //
            // buttonXP2
            //
            this.buttonXP2.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            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(392, 456);
            this.buttonXP2.Name          = "buttonXP2";
            this.buttonXP2.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
            this.buttonXP2.Size          = new System.Drawing.Size(80, 32);
            this.buttonXP2.TabIndex      = 8;
            this.buttonXP2.Text          = "退出";
            this.buttonXP2.Click        += new System.EventHandler(this.buttonXP2_Click);
            //
            // m_dtgdetail
            //
            this.m_dtgdetail.AllowAddNew          = true;
            this.m_dtgdetail.AllowDelete          = true;
            this.m_dtgdetail.AutoAppendRow        = true;
            this.m_dtgdetail.AutoScroll           = true;
            this.m_dtgdetail.CaptionText          = "";
            this.m_dtgdetail.CaptionVisible       = false;
            this.m_dtgdetail.ColumnHeadersVisible = true;
            this.m_dtgdetail.FullRowSelect        = false;
            this.m_dtgdetail.Location             = new System.Drawing.Point(0, 0);
            this.m_dtgdetail.Name              = "m_dtgdetail";
            this.m_dtgdetail.ReadOnly          = false;
            this.m_dtgdetail.RowHeadersVisible = true;
            this.m_dtgdetail.RowHeaderWidth    = 35;
            this.m_dtgdetail.Size              = new System.Drawing.Size(292, 220);
            this.m_dtgdetail.TabIndex          = 0;
            //
            // frmRegisterDetail
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
            this.ClientSize        = new System.Drawing.Size(818, 495);
            this.Controls.Add(this.buttonXP2);
            this.Controls.Add(this.m_txtDISCOUNT_DEC);
            this.Controls.Add(this.m_txtPAYMENT_MNY);
            this.Controls.Add(this.buttonXP1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.listView1);
            this.Font            = new System.Drawing.Font("宋体", 10.5F);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Name            = "frmRegisterDetail";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "挂号费用维护";
            this.Load           += new System.EventHandler(this.frmRegisterDetail_Load);

            this.ResumeLayout(false);
        }
예제 #6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.label5        = new System.Windows.Forms.Label();
     this.checkBox1     = new System.Windows.Forms.CheckBox();
     this.label1        = new System.Windows.Forms.Label();
     this.m_cboSign     = new System.Windows.Forms.ComboBox();
     this.m_txtName     = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_txtID       = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.label3        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     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.m_lsvDetail   = new System.Windows.Forms.ListView();
     this.clhID         = new System.Windows.Forms.ColumnHeader();
     this.clhName       = new System.Windows.Forms.ColumnHeader();
     this.clhSign       = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.m_cboSign);
     this.groupBox1.Controls.Add(this.m_txtName);
     this.groupBox1.Controls.Add(this.m_txtID);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(272, 191);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(104, 112);
     this.textBox1.MaxLength = 2;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(38, 23);
     this.textBox1.TabIndex  = 15;
     //
     // label5
     //
     this.label5.ForeColor = System.Drawing.Color.DarkOrange;
     this.label5.Location  = new System.Drawing.Point(150, 111);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(116, 23);
     this.label5.TabIndex  = 18;
     this.label5.Text      = "[两位英文字母]";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(104, 154);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(152, 18);
     this.checkBox1.TabIndex = 16;
     this.checkBox1.Text     = "药库出药给药房使用";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(9, 113);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(92, 23);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "单据号标识:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_cboSign
     //
     this.m_cboSign.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboSign.Items.AddRange(new object[] {
         "药房进药",
         "药房出药",
         "调拔入库",
         "调拔出库"
     });
     this.m_cboSign.Location = new System.Drawing.Point(104, 72);
     this.m_cboSign.Name     = "m_cboSign";
     this.m_cboSign.Size     = new System.Drawing.Size(121, 22);
     this.m_cboSign.TabIndex = 5;
     //
     // m_txtName
     //
     this.m_txtName.EnableAutoValidation   = false;
     this.m_txtName.EnableEnterKeyValidate = true;
     this.m_txtName.EnableEscapeKeyUndo    = true;
     this.m_txtName.EnableLastValidValue   = true;
     this.m_txtName.ErrorProvider          = null;
     this.m_txtName.ErrorProviderMessage   = "Invalid value";
     this.m_txtName.ForceFormatText        = true;
     this.m_txtName.Location = new System.Drawing.Point(104, 32);
     this.m_txtName.Name     = "m_txtName";
     this.m_txtName.Size     = new System.Drawing.Size(121, 23);
     this.m_txtName.TabIndex = 4;
     //
     // m_txtID
     //
     this.m_txtID.EnableAutoValidation   = false;
     this.m_txtID.EnableEnterKeyValidate = true;
     this.m_txtID.EnableEscapeKeyUndo    = true;
     this.m_txtID.EnableLastValidValue   = true;
     this.m_txtID.ErrorProvider          = null;
     this.m_txtID.ErrorProviderMessage   = "Invalid value";
     this.m_txtID.ForceFormatText        = true;
     this.m_txtID.Location         = new System.Drawing.Point(104, 22);
     this.m_txtID.Name             = "m_txtID";
     this.m_txtID.NumericCharStyle = ((SourceLibrary.Windows.Forms.NumericCharStyle)((SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator | SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol)));
     this.m_txtID.Size             = new System.Drawing.Size(121, 23);
     this.m_txtID.TabIndex         = 3;
     this.m_txtID.Text             = "0";
     this.m_txtID.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtID.Visible          = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(61, 80);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(42, 14);
     this.label3.TabIndex = 2;
     this.label3.Text     = "标识:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(98, 14);
     this.label2.TabIndex = 1;
     this.label2.Text     = "单据类型名称:";
     //
     // 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, 220);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(272, 292);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     //
     // m_cmdClose
     //
     this.m_cmdClose.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(69, 219);
     this.m_cmdClose.Name          = "m_cmdClose";
     this.m_cmdClose.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdClose.Size          = new System.Drawing.Size(152, 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(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(69, 171);
     this.m_cmdRefersh.Name          = "m_cmdRefersh";
     this.m_cmdRefersh.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdRefersh.Size          = new System.Drawing.Size(152, 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(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(69, 123);
     this.m_cmdDelete.Name          = "m_cmdDelete";
     this.m_cmdDelete.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdDelete.Size          = new System.Drawing.Size(152, 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(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(69, 75);
     this.m_cmdNew.Name          = "m_cmdNew";
     this.m_cmdNew.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdNew.Size          = new System.Drawing.Size(152, 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(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(69, 27);
     this.m_cmdSave.Name          = "m_cmdSave";
     this.m_cmdSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdSave.Size          = new System.Drawing.Size(152, 32);
     this.m_cmdSave.TabIndex      = 0;
     this.m_cmdSave.Text          = "保存(&S)";
     this.m_cmdSave.Click        += new System.EventHandler(this.m_cmdSave_Click);
     //
     // 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.clhID,
         this.clhName,
         this.clhSign,
         this.columnHeader1,
         this.columnHeader2
     });
     this.m_lsvDetail.FullRowSelect = true;
     this.m_lsvDetail.GridLines     = true;
     this.m_lsvDetail.Location      = new System.Drawing.Point(280, 8);
     this.m_lsvDetail.Name          = "m_lsvDetail";
     this.m_lsvDetail.Size          = new System.Drawing.Size(672, 504);
     this.m_lsvDetail.TabIndex      = 2;
     this.m_lsvDetail.UseCompatibleStateImageBehavior = false;
     this.m_lsvDetail.View         = System.Windows.Forms.View.Details;
     this.m_lsvDetail.DoubleClick += new System.EventHandler(this.m_lsvDetail_DoubleClick);
     //
     // clhID
     //
     this.clhID.Text  = "单据类型ID";
     this.clhID.Width = 89;
     //
     // clhName
     //
     this.clhName.Text      = "单据类型名称";
     this.clhName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.clhName.Width     = 106;
     //
     // clhSign
     //
     this.clhSign.Text      = "标识";
     this.clhSign.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.clhSign.Width     = 80;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "单据号标识";
     this.columnHeader1.Width = 100;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "药库对药房";
     this.columnHeader2.Width = 91;
     //
     // frmMedStoreOrdType
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(962, 519);
     this.Controls.Add(this.m_lsvDetail);
     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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "frmMedStoreOrdType";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "药房单据类型设置";
     this.Load           += new System.EventHandler(this.frmMedStoreOrdType_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.checkBox1            = new System.Windows.Forms.CheckBox();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.textBoxTypedNumeric1 = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.label10                = new System.Windows.Forms.Label();
     this.label6                 = new System.Windows.Forms.Label();
     this.m_txtName              = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.label2                 = new System.Windows.Forms.Label();
     this.m_txtPayMilite         = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.m_cboCOPAYID_CHR       = new com.digitalwave.controls.ctlQComboBox();
     this.m_cobType              = new System.Windows.Forms.ComboBox();
     this.label9                 = new System.Windows.Forms.Label();
     this.m_txtCHARGEPERCENT_DEC = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.m_cboPAYFLAG_DEC       = new System.Windows.Forms.ComboBox();
     this.label7                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.labelMemo              = new System.Windows.Forms.Label();
     this.label4                 = new System.Windows.Forms.Label();
     this.label8                 = new System.Windows.Forms.Label();
     this.m_txtPAYPERCENT_DEC    = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.m_txtMemo              = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.label5                 = new System.Windows.Forms.Label();
     this.m_txtPAYTYPENO_VCHR    = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_lblIsStopUse         = new System.Windows.Forms.Label();
     this.m_btnStopUse           = new PinkieControls.ButtonXP();
     this.m_btnDel               = new PinkieControls.ButtonXP();
     this.m_btnExit              = new PinkieControls.ButtonXP();
     this.m_btnSave              = new PinkieControls.ButtonXP();
     this.m_btnNew               = new PinkieControls.ButtonXP();
     this.label3                 = new System.Windows.Forms.Label();
     this.m_lvw          = 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.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.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(24, 472);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(208, 24);
     this.checkBox1.TabIndex = 71;
     this.checkBox1.Text     = "需要合并同医生处方收费";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBoxTypedNumeric1);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.m_txtName);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.m_txtPayMilite);
     this.groupBox1.Controls.Add(this.m_cboCOPAYID_CHR);
     this.groupBox1.Controls.Add(this.m_cobType);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.m_txtCHARGEPERCENT_DEC);
     this.groupBox1.Controls.Add(this.m_cboPAYFLAG_DEC);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.labelMemo);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.m_txtPAYPERCENT_DEC);
     this.groupBox1.Controls.Add(this.m_txtMemo);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.m_txtPAYTYPENO_VCHR);
     this.groupBox1.Location = new System.Drawing.Point(0, 320);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(872, 136);
     this.groupBox1.TabIndex = 70;
     this.groupBox1.TabStop  = false;
     //
     // textBoxTypedNumeric1
     //
     this.textBoxTypedNumeric1.CausesValidation       = false;
     this.textBoxTypedNumeric1.EnableAutoValidation   = true;
     this.textBoxTypedNumeric1.EnableEnterKeyValidate = true;
     this.textBoxTypedNumeric1.EnableEscapeKeyUndo    = true;
     this.textBoxTypedNumeric1.EnableLastValidValue   = true;
     this.textBoxTypedNumeric1.ErrorProvider          = null;
     this.textBoxTypedNumeric1.ErrorProviderMessage   = "Invalid value";
     this.textBoxTypedNumeric1.ForceFormatText        = true;
     this.textBoxTypedNumeric1.Location         = new System.Drawing.Point(728, 99);
     this.textBoxTypedNumeric1.MaxLength        = 10;
     this.textBoxTypedNumeric1.Name             = "textBoxTypedNumeric1";
     this.textBoxTypedNumeric1.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator;
     this.textBoxTypedNumeric1.Size             = new System.Drawing.Size(120, 23);
     this.textBoxTypedNumeric1.TabIndex         = 9;
     this.textBoxTypedNumeric1.Text             = "0";
     this.textBoxTypedNumeric1.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.textBoxTypedNumeric1.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.textBoxTypedNumeric1_KeyDown);
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Location  = new System.Drawing.Point(600, 103);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(98, 14);
     this.label10.TabIndex  = 71;
     this.label10.Text      = "住院费用下限:";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Location  = new System.Drawing.Point(16, 56);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(70, 14);
     this.label6.TabIndex  = 65;
     this.label6.Text      = "身份编号:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtName
     //
     this.m_txtName.EnableAutoValidation   = true;
     this.m_txtName.EnableEnterKeyValidate = true;
     this.m_txtName.EnableEscapeKeyUndo    = true;
     this.m_txtName.EnableLastValidValue   = true;
     this.m_txtName.ErrorProvider          = null;
     this.m_txtName.ErrorProviderMessage   = "Invalid value";
     this.m_txtName.ForceFormatText        = true;
     this.m_txtName.Location  = new System.Drawing.Point(104, 16);
     this.m_txtName.MaxLength = 20;
     this.m_txtName.Name      = "m_txtName";
     this.m_txtName.Size      = new System.Drawing.Size(120, 23);
     this.m_txtName.TabIndex  = 0;
     this.m_txtName.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtName_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(280, 56);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(91, 14);
     this.label2.TabIndex  = 30;
     this.label2.Text      = "公 费 上 限:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_txtPayMilite
     //
     this.m_txtPayMilite.CausesValidation       = false;
     this.m_txtPayMilite.EnableAutoValidation   = true;
     this.m_txtPayMilite.EnableEnterKeyValidate = true;
     this.m_txtPayMilite.EnableEscapeKeyUndo    = true;
     this.m_txtPayMilite.EnableLastValidValue   = true;
     this.m_txtPayMilite.ErrorProvider          = null;
     this.m_txtPayMilite.ErrorProviderMessage   = "Invalid value";
     this.m_txtPayMilite.ForceFormatText        = true;
     this.m_txtPayMilite.Location         = new System.Drawing.Point(392, 56);
     this.m_txtPayMilite.MaxLength        = 8;
     this.m_txtPayMilite.Name             = "m_txtPayMilite";
     this.m_txtPayMilite.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator;
     this.m_txtPayMilite.Size             = new System.Drawing.Size(120, 23);
     this.m_txtPayMilite.TabIndex         = 4;
     this.m_txtPayMilite.Text             = "0";
     this.m_txtPayMilite.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtPayMilite.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtPayMilite_KeyDown);
     //
     // m_cboCOPAYID_CHR
     //
     this.m_cboCOPAYID_CHR.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.m_cboCOPAYID_CHR.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboCOPAYID_CHR.Location      = new System.Drawing.Point(728, 70);
     this.m_cboCOPAYID_CHR.Name          = "m_cboCOPAYID_CHR";
     this.m_cboCOPAYID_CHR.Size          = new System.Drawing.Size(121, 22);
     this.m_cboCOPAYID_CHR.TabIndex      = 8;
     this.m_cboCOPAYID_CHR.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.m_cboCOPAYID_CHR_KeyDown);
     //
     // 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(104, 96);
     this.m_cobType.Name     = "m_cobType";
     this.m_cobType.Size     = new System.Drawing.Size(120, 22);
     this.m_cobType.TabIndex = 2;
     this.m_cobType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_cobType_KeyDown);
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.Location  = new System.Drawing.Point(16, 96);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(70, 14);
     this.label9.TabIndex  = 69;
     this.label9.Text      = "身份标识:";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_txtCHARGEPERCENT_DEC
     //
     this.m_txtCHARGEPERCENT_DEC.CausesValidation       = false;
     this.m_txtCHARGEPERCENT_DEC.EnableAutoValidation   = true;
     this.m_txtCHARGEPERCENT_DEC.EnableEnterKeyValidate = true;
     this.m_txtCHARGEPERCENT_DEC.EnableEscapeKeyUndo    = true;
     this.m_txtCHARGEPERCENT_DEC.EnableLastValidValue   = true;
     this.m_txtCHARGEPERCENT_DEC.ErrorProvider          = null;
     this.m_txtCHARGEPERCENT_DEC.ErrorProviderMessage   = "Invalid value";
     this.m_txtCHARGEPERCENT_DEC.ForceFormatText        = true;
     this.m_txtCHARGEPERCENT_DEC.Location         = new System.Drawing.Point(728, 41);
     this.m_txtCHARGEPERCENT_DEC.MaxLength        = 5;
     this.m_txtCHARGEPERCENT_DEC.Name             = "m_txtCHARGEPERCENT_DEC";
     this.m_txtCHARGEPERCENT_DEC.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator;
     this.m_txtCHARGEPERCENT_DEC.Size             = new System.Drawing.Size(120, 23);
     this.m_txtCHARGEPERCENT_DEC.TabIndex         = 7;
     this.m_txtCHARGEPERCENT_DEC.Text             = "0";
     this.m_txtCHARGEPERCENT_DEC.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtCHARGEPERCENT_DEC.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtCHARGEPERCENT_DEC_KeyDown);
     //
     // m_cboPAYFLAG_DEC
     //
     this.m_cboPAYFLAG_DEC.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.m_cboPAYFLAG_DEC.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboPAYFLAG_DEC.Items.AddRange(new object[] {
         "公共",
         "门诊 ",
         "住院"
     });
     this.m_cboPAYFLAG_DEC.Location = new System.Drawing.Point(392, 96);
     this.m_cboPAYFLAG_DEC.Name     = "m_cboPAYFLAG_DEC";
     this.m_cboPAYFLAG_DEC.Size     = new System.Drawing.Size(120, 22);
     this.m_cboPAYFLAG_DEC.TabIndex = 5;
     this.m_cboPAYFLAG_DEC.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_cboPAYFLAG_DEC_KeyDown);
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Location  = new System.Drawing.Point(600, 45);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(98, 14);
     this.label7.TabIndex  = 62;
     this.label7.Text      = "收费自付比例:";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(16, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 14);
     this.label1.TabIndex  = 18;
     this.label1.Text      = "名    称:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelMemo
     //
     this.labelMemo.AutoSize  = true;
     this.labelMemo.Location  = new System.Drawing.Point(280, 16);
     this.labelMemo.Name      = "labelMemo";
     this.labelMemo.Size      = new System.Drawing.Size(98, 14);
     this.labelMemo.TabIndex  = 18;
     this.labelMemo.Text      = "备        注:";
     this.labelMemo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(280, 96);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(91, 14);
     this.label4.TabIndex  = 30;
     this.label4.Text      = "收 费 类 型:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Location  = new System.Drawing.Point(600, 74);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(98, 14);
     this.label8.TabIndex  = 30;
     this.label8.Text      = "保  险 计 划:";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_txtPAYPERCENT_DEC
     //
     this.m_txtPAYPERCENT_DEC.AcceptsTab             = true;
     this.m_txtPAYPERCENT_DEC.CausesValidation       = false;
     this.m_txtPAYPERCENT_DEC.EnableAutoValidation   = true;
     this.m_txtPAYPERCENT_DEC.EnableEnterKeyValidate = true;
     this.m_txtPAYPERCENT_DEC.EnableEscapeKeyUndo    = true;
     this.m_txtPAYPERCENT_DEC.EnableLastValidValue   = true;
     this.m_txtPAYPERCENT_DEC.ErrorProvider          = null;
     this.m_txtPAYPERCENT_DEC.ErrorProviderMessage   = "Invalid value";
     this.m_txtPAYPERCENT_DEC.ForceFormatText        = true;
     this.m_txtPAYPERCENT_DEC.Location         = new System.Drawing.Point(728, 12);
     this.m_txtPAYPERCENT_DEC.MaxLength        = 5;
     this.m_txtPAYPERCENT_DEC.Name             = "m_txtPAYPERCENT_DEC";
     this.m_txtPAYPERCENT_DEC.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator;
     this.m_txtPAYPERCENT_DEC.Size             = new System.Drawing.Size(120, 23);
     this.m_txtPAYPERCENT_DEC.TabIndex         = 6;
     this.m_txtPAYPERCENT_DEC.Text             = "0";
     this.m_txtPAYPERCENT_DEC.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtPAYPERCENT_DEC.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtPAYPERCENT_DEC_KeyDown);
     //
     // m_txtMemo
     //
     this.m_txtMemo.EnableAutoValidation   = true;
     this.m_txtMemo.EnableEnterKeyValidate = true;
     this.m_txtMemo.EnableEscapeKeyUndo    = true;
     this.m_txtMemo.EnableLastValidValue   = true;
     this.m_txtMemo.ErrorProvider          = null;
     this.m_txtMemo.ErrorProviderMessage   = "Invalid value";
     this.m_txtMemo.ForceFormatText        = true;
     this.m_txtMemo.Location  = new System.Drawing.Point(392, 16);
     this.m_txtMemo.MaxLength = 100;
     this.m_txtMemo.Name      = "m_txtMemo";
     this.m_txtMemo.Size      = new System.Drawing.Size(120, 23);
     this.m_txtMemo.TabIndex  = 3;
     this.m_txtMemo.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtMemo_KeyDown);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(600, 16);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(98, 14);
     this.label5.TabIndex  = 62;
     this.label5.Text      = "挂号自付比例:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // m_txtPAYTYPENO_VCHR
     //
     this.m_txtPAYTYPENO_VCHR.EnableAutoValidation   = true;
     this.m_txtPAYTYPENO_VCHR.EnableEnterKeyValidate = true;
     this.m_txtPAYTYPENO_VCHR.EnableEscapeKeyUndo    = true;
     this.m_txtPAYTYPENO_VCHR.EnableLastValidValue   = true;
     this.m_txtPAYTYPENO_VCHR.ErrorProvider          = null;
     this.m_txtPAYTYPENO_VCHR.ErrorProviderMessage   = "Invalid value";
     this.m_txtPAYTYPENO_VCHR.ForceFormatText        = true;
     this.m_txtPAYTYPENO_VCHR.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.m_txtPAYTYPENO_VCHR.Location  = new System.Drawing.Point(104, 56);
     this.m_txtPAYTYPENO_VCHR.MaxLength = 4;
     this.m_txtPAYTYPENO_VCHR.Name      = "m_txtPAYTYPENO_VCHR";
     this.m_txtPAYTYPENO_VCHR.Size      = new System.Drawing.Size(120, 23);
     this.m_txtPAYTYPENO_VCHR.TabIndex  = 1;
     this.m_txtPAYTYPENO_VCHR.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtPAYTYPENO_VCHR_KeyDown);
     //
     // m_lblIsStopUse
     //
     this.m_lblIsStopUse.BackColor = System.Drawing.SystemColors.Control;
     this.m_lblIsStopUse.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.m_lblIsStopUse.ForeColor = System.Drawing.Color.Coral;
     this.m_lblIsStopUse.Location  = new System.Drawing.Point(40, 304);
     this.m_lblIsStopUse.Name      = "m_lblIsStopUse";
     this.m_lblIsStopUse.Size      = new System.Drawing.Size(72, 24);
     this.m_lblIsStopUse.TabIndex  = 67;
     this.m_lblIsStopUse.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // m_btnStopUse
     //
     this.m_btnStopUse.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnStopUse.DefaultScheme = true;
     this.m_btnStopUse.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnStopUse.Hint          = "";
     this.m_btnStopUse.Location      = new System.Drawing.Point(568, 472);
     this.m_btnStopUse.Name          = "m_btnStopUse";
     this.m_btnStopUse.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnStopUse.Size          = new System.Drawing.Size(96, 32);
     this.m_btnStopUse.TabIndex      = 66;
     this.m_btnStopUse.Text          = "停用";
     this.m_btnStopUse.Click        += new System.EventHandler(this.m_btnStopUse_Click);
     //
     // m_btnDel
     //
     this.m_btnDel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(672, 472);
     this.m_btnDel.Name          = "m_btnDel";
     this.m_btnDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnDel.Size          = new System.Drawing.Size(96, 32);
     this.m_btnDel.TabIndex      = 20;
     this.m_btnDel.Text          = "删除(&D)";
     this.m_btnDel.Click        += new System.EventHandler(this.m_btnDel_Click);
     //
     // m_btnExit
     //
     this.m_btnExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnExit.DefaultScheme = true;
     this.m_btnExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnExit.Hint          = "";
     this.m_btnExit.Location      = new System.Drawing.Point(776, 472);
     this.m_btnExit.Name          = "m_btnExit";
     this.m_btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnExit.Size          = new System.Drawing.Size(96, 32);
     this.m_btnExit.TabIndex      = 19;
     this.m_btnExit.Text          = "退出(Esc)";
     this.m_btnExit.Click        += new System.EventHandler(this.m_btnExit_Click);
     //
     // m_btnSave
     //
     this.m_btnSave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(464, 472);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(96, 32);
     this.m_btnSave.TabIndex      = 16;
     this.m_btnSave.Text          = "保存(&S)";
     this.m_btnSave.Click        += new System.EventHandler(this.m_btnSave_Click);
     //
     // m_btnNew
     //
     this.m_btnNew.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnNew.DefaultScheme = true;
     this.m_btnNew.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnNew.Hint          = "";
     this.m_btnNew.Location      = new System.Drawing.Point(360, 472);
     this.m_btnNew.Name          = "m_btnNew";
     this.m_btnNew.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnNew.Size          = new System.Drawing.Size(96, 32);
     this.m_btnNew.TabIndex      = 10;
     this.m_btnNew.Text          = "新增(&A)";
     this.m_btnNew.Click        += new System.EventHandler(this.m_btnNew_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(8, 304);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(35, 14);
     this.label3.TabIndex  = 18;
     this.label3.Text      = "状态";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_lvw
     //
     this.m_lvw.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         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.m_lvw.Dock          = System.Windows.Forms.DockStyle.Top;
     this.m_lvw.FullRowSelect = true;
     this.m_lvw.GridLines     = true;
     this.m_lvw.HideSelection = false;
     this.m_lvw.Location      = new System.Drawing.Point(0, 0);
     this.m_lvw.MultiSelect   = false;
     this.m_lvw.Name          = "m_lvw";
     this.m_lvw.Size          = new System.Drawing.Size(882, 304);
     this.m_lvw.TabIndex      = 14;
     this.m_lvw.UseCompatibleStateImageBehavior = false;
     this.m_lvw.View = System.Windows.Forms.View.Details;
     this.m_lvw.SelectedIndexChanged += new System.EventHandler(this.m_lvw_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "columnHeader1";
     this.columnHeader1.Width = 0;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "身份编号";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 87;
     //
     // columnHeader3
     //
     this.columnHeader3.Text      = "身份名称";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width     = 120;
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "备注";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader4.Width     = 95;
     //
     // columnHeader5
     //
     this.columnHeader5.Text      = "公费上限";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader5.Width     = 96;
     //
     // columnHeader6
     //
     this.columnHeader6.Text      = "收费类型";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader6.Width     = 85;
     //
     // columnHeader7
     //
     this.columnHeader7.Text      = "挂号自付比例";
     this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader7.Width     = 122;
     //
     // columnHeader8
     //
     this.columnHeader8.Text      = "状态";
     this.columnHeader8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader8.Width     = 0;
     //
     // columnHeader9
     //
     this.columnHeader9.Text      = "收费自付比例";
     this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader9.Width     = 107;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "保险计划";
     this.columnHeader10.Width = 109;
     //
     // columnHeader11
     //
     this.columnHeader11.Text  = "类型身份";
     this.columnHeader11.Width = 80;
     //
     // columnHeader12
     //
     this.columnHeader12.Width = 0;
     //
     // columnHeader13
     //
     this.columnHeader13.Text  = "住院费下限";
     this.columnHeader13.Width = 100;
     //
     // frmPatientPayType
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(882, 511);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_lblIsStopUse);
     this.Controls.Add(this.m_btnStopUse);
     this.Controls.Add(this.m_btnDel);
     this.Controls.Add(this.m_btnExit);
     this.Controls.Add(this.m_btnSave);
     this.Controls.Add(this.m_btnNew);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.m_lvw);
     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.MaximizeBox     = false;
     this.Name            = "frmPatientPayType";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "挂号身份";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmPatientPayType_KeyDown);
     this.Load           += new System.EventHandler(this.frmPatientPayType_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #8
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();
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(frmReWorkCard));
     this.btnReword    = new PinkieControls.ButtonXP();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.DtStart      = new System.Windows.Forms.DateTimePicker();
     this.checkBox1    = new System.Windows.Forms.CheckBox();
     this.m_txtName    = new System.Windows.Forms.TextBox();
     this.label5       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.dtend        = new System.Windows.Forms.DateTimePicker();
     this.m_btnfind    = new PinkieControls.ButtonXP();
     this.label1       = new System.Windows.Forms.Label();
     this.txt_CarID    = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.btnEsc       = new PinkieControls.ButtonXP();
     this.txt_CarID2   = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.ctlDgList    = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.panel1       = new System.Windows.Forms.Panel();
     this.m_txtNewCard = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.panel2       = new System.Windows.Forms.Panel();
     this.m_txtOldCard = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.label4       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDgList)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnReword
     //
     this.btnReword.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnReword.DefaultScheme = true;
     this.btnReword.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnReword.Hint          = "";
     this.btnReword.Location      = new System.Drawing.Point(56, 80);
     this.btnReword.Name          = "btnReword";
     this.btnReword.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnReword.Size          = new System.Drawing.Size(122, 32);
     this.btnReword.TabIndex      = 12;
     this.btnReword.Text          = "保存(&S)";
     this.btnReword.Click        += new System.EventHandler(this.btnReword_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.DtStart);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.m_txtName);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.dtend);
     this.groupBox1.Controls.Add(this.m_btnfind);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.txt_CarID);
     this.groupBox1.Location = new System.Drawing.Point(288, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(216, 280);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // DtStart
     //
     this.DtStart.Enabled  = false;
     this.DtStart.Location = new System.Drawing.Point(56, 16);
     this.DtStart.Name     = "DtStart";
     this.DtStart.Size     = new System.Drawing.Size(120, 23);
     this.DtStart.TabIndex = 5;
     //
     // checkBox1
     //
     this.checkBox1.Location        = new System.Drawing.Point(8, 16);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(56, 24);
     this.checkBox1.TabIndex        = 17;
     this.checkBox1.Text            = "日期";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // m_txtName
     //
     this.m_txtName.Location = new System.Drawing.Point(56, 160);
     this.m_txtName.Name     = "m_txtName";
     this.m_txtName.Size     = new System.Drawing.Size(120, 23);
     this.m_txtName.TabIndex = 16;
     this.m_txtName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_txtName_KeyDown);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(8, 160);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(40, 23);
     this.label5.TabIndex  = 15;
     this.label5.Text      = "名称";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location  = new System.Drawing.Point(104, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(32, 23);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "至";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dtend
     //
     this.dtend.Enabled  = false;
     this.dtend.Location = new System.Drawing.Point(56, 80);
     this.dtend.Name     = "dtend";
     this.dtend.Size     = new System.Drawing.Size(120, 23);
     this.dtend.TabIndex = 6;
     //
     // m_btnfind
     //
     this.m_btnfind.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnfind.DefaultScheme = true;
     this.m_btnfind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnfind.Hint          = "";
     this.m_btnfind.Location      = new System.Drawing.Point(56, 216);
     this.m_btnfind.Name          = "m_btnfind";
     this.m_btnfind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnfind.Size          = new System.Drawing.Size(122, 32);
     this.m_btnfind.TabIndex      = 4;
     this.m_btnfind.Text          = "查找(&F)";
     this.m_btnfind.Click        += new System.EventHandler(this.m_btnfind_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 120);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(40, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "卡号";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txt_CarID
     //
     this.txt_CarID.EnableAutoValidation   = false;
     this.txt_CarID.EnableEnterKeyValidate = false;
     this.txt_CarID.EnableEscapeKeyUndo    = true;
     this.txt_CarID.EnableLastValidValue   = true;
     this.txt_CarID.ErrorProvider          = null;
     this.txt_CarID.ErrorProviderMessage   = "Invalid value";
     this.txt_CarID.ForceFormatText        = true;
     this.txt_CarID.ImeMode          = System.Windows.Forms.ImeMode.On;
     this.txt_CarID.Location         = new System.Drawing.Point(56, 120);
     this.txt_CarID.MaxLength        = 10;
     this.txt_CarID.Name             = "txt_CarID";
     this.txt_CarID.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.None;
     this.txt_CarID.Size             = new System.Drawing.Size(120, 23);
     this.txt_CarID.TabIndex         = 0;
     this.txt_CarID.Text             = "0";
     this.txt_CarID.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.txt_CarID.TextChanged     += new System.EventHandler(this.txt_CarID_TextChanged);
     this.txt_CarID.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.txt_CarID_KeyDown);
     //
     // btnEsc
     //
     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.None;
     this.btnEsc.Hint          = "";
     this.btnEsc.Location      = new System.Drawing.Point(56, 120);
     this.btnEsc.Name          = "btnEsc";
     this.btnEsc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnEsc.Size          = new System.Drawing.Size(122, 32);
     this.btnEsc.TabIndex      = 13;
     this.btnEsc.Text          = "退出(ESC)";
     this.btnEsc.Click        += new System.EventHandler(this.btnEsc_Click);
     //
     // txt_CarID2
     //
     this.txt_CarID2.EnableAutoValidation   = false;
     this.txt_CarID2.EnableEnterKeyValidate = false;
     this.txt_CarID2.EnableEscapeKeyUndo    = true;
     this.txt_CarID2.EnableLastValidValue   = true;
     this.txt_CarID2.ErrorProvider          = null;
     this.txt_CarID2.ErrorProviderMessage   = "Invalid value";
     this.txt_CarID2.ForceFormatText        = true;
     this.txt_CarID2.ImeMode          = System.Windows.Forms.ImeMode.On;
     this.txt_CarID2.Location         = new System.Drawing.Point(344, 120);
     this.txt_CarID2.MaxLength        = 10;
     this.txt_CarID2.Name             = "txt_CarID2";
     this.txt_CarID2.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.None;
     this.txt_CarID2.Size             = new System.Drawing.Size(120, 23);
     this.txt_CarID2.TabIndex         = 10;
     this.txt_CarID2.Text             = "0";
     this.txt_CarID2.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // ctlDgList
     //
     this.ctlDgList.AllowAddNew          = false;
     this.ctlDgList.AllowDelete          = false;
     this.ctlDgList.AutoAppendRow        = false;
     this.ctlDgList.AutoScroll           = true;
     this.ctlDgList.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.ctlDgList.CaptionText          = "";
     this.ctlDgList.CaptionVisible       = false;
     this.ctlDgList.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           = "PATIENTCARDID_CHR";
     clsColumnInfo1.ColumnWidth          = 120;
     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  = "LASTNAME_VCHR";
     clsColumnInfo2.ColumnWidth = 100;
     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  = "status";
     clsColumnInfo3.ColumnWidth = 0;
     clsColumnInfo3.Enabled     = true;
     clsColumnInfo3.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo3.HeadText    = "status";
     clsColumnInfo3.ReadOnly    = false;
     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  = "PATIENTID_CHR";
     clsColumnInfo4.ColumnWidth = 0;
     clsColumnInfo4.Enabled     = true;
     clsColumnInfo4.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo4.HeadText    = "PATIENTID_CHR";
     clsColumnInfo4.ReadOnly    = false;
     clsColumnInfo4.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.ctlDgList.Columns.Add(clsColumnInfo1);
     this.ctlDgList.Columns.Add(clsColumnInfo2);
     this.ctlDgList.Columns.Add(clsColumnInfo3);
     this.ctlDgList.Columns.Add(clsColumnInfo4);
     this.ctlDgList.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.ctlDgList.FullRowSelect            = true;
     this.ctlDgList.Location                 = new System.Drawing.Point(0, 0);
     this.ctlDgList.MultiSelect              = false;
     this.ctlDgList.Name                     = "ctlDgList";
     this.ctlDgList.ReadOnly                 = true;
     this.ctlDgList.RowHeadersVisible        = true;
     this.ctlDgList.RowHeaderWidth           = 35;
     this.ctlDgList.SelectedRowBackColor     = System.Drawing.Color.Purple;
     this.ctlDgList.SelectedRowForeColor     = System.Drawing.Color.White;
     this.ctlDgList.Size                     = new System.Drawing.Size(278, 451);
     this.ctlDgList.TabIndex                 = 14;
     this.ctlDgList.m_evtCurrentCellChanged += new System.EventHandler(this.ctlDgList_m_evtCurrentCellChanged);
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.ctlDgList);
     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(280, 453);
     this.panel1.TabIndex = 15;
     //
     // m_txtNewCard
     //
     this.m_txtNewCard.EnableAutoValidation   = false;
     this.m_txtNewCard.EnableEnterKeyValidate = false;
     this.m_txtNewCard.EnableEscapeKeyUndo    = true;
     this.m_txtNewCard.EnableLastValidValue   = true;
     this.m_txtNewCard.ErrorProvider          = null;
     this.m_txtNewCard.ErrorProviderMessage   = "Invalid value";
     this.m_txtNewCard.ForceFormatText        = true;
     this.m_txtNewCard.ImeMode          = System.Windows.Forms.ImeMode.On;
     this.m_txtNewCard.Location         = new System.Drawing.Point(56, 40);
     this.m_txtNewCard.MaxLength        = 10;
     this.m_txtNewCard.Name             = "m_txtNewCard";
     this.m_txtNewCard.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.None;
     this.m_txtNewCard.Size             = new System.Drawing.Size(120, 23);
     this.m_txtNewCard.TabIndex         = 0;
     this.m_txtNewCard.Text             = "0";
     this.m_txtNewCard.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtNewCard.TextChanged     += new System.EventHandler(this.m_txtNewCard_TextChanged);
     this.m_txtNewCard.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtNewCard_KeyDown);
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel2.Controls.Add(this.m_txtOldCard);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.btnReword);
     this.panel2.Controls.Add(this.m_txtNewCard);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.btnEsc);
     this.panel2.Location = new System.Drawing.Point(288, 288);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(216, 160);
     this.panel2.TabIndex = 2;
     //
     // m_txtOldCard
     //
     this.m_txtOldCard.BorderStyle          = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_txtOldCard.EnableAutoValidation = false;
     this.m_txtOldCard.Enabled = false;
     this.m_txtOldCard.EnableEnterKeyValidate = false;
     this.m_txtOldCard.EnableEscapeKeyUndo    = true;
     this.m_txtOldCard.EnableLastValidValue   = true;
     this.m_txtOldCard.ErrorProvider          = null;
     this.m_txtOldCard.ErrorProviderMessage   = "Invalid value";
     this.m_txtOldCard.ForceFormatText        = true;
     this.m_txtOldCard.ImeMode          = System.Windows.Forms.ImeMode.On;
     this.m_txtOldCard.Location         = new System.Drawing.Point(56, 8);
     this.m_txtOldCard.MaxLength        = 10;
     this.m_txtOldCard.Name             = "m_txtOldCard";
     this.m_txtOldCard.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.None;
     this.m_txtOldCard.Size             = new System.Drawing.Size(120, 23);
     this.m_txtOldCard.TabIndex         = 15;
     this.m_txtOldCard.Text             = "0";
     this.m_txtOldCard.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtOldCard.TextChanged     += new System.EventHandler(this.m_txtOldCard_TextChanged);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(0, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(48, 23);
     this.label4.TabIndex  = 14;
     this.label4.Text      = "旧卡号";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(0, 40);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(48, 23);
     this.label3.TabIndex  = 10;
     this.label3.Text      = "新卡号";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frmReWorkCard
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(512, 453);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.txt_CarID2);
     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.MaximizeBox   = false;
     this.Name          = "frmReWorkCard";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "修改卡号";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmReWorkCard_KeyDown);
     this.Load         += new System.EventHandler(this.frmReWordCard_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDgList)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
예제 #9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRecipeFreq));
     this.m_btnExit         = new PinkieControls.ButtonXP();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.m_txtUSERCODE_CHR = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.tex_DAYS_INT      = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.m_txtTIMES_INT    = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.m_btnDel          = new PinkieControls.ButtonXP();
     this.m_txtName         = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_btnNew          = new PinkieControls.ButtonXP();
     this.m_btnSave         = new PinkieControls.ButtonXP();
     this.label3            = new System.Windows.Forms.Label();
     this.labelMemo         = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.labelFreqName     = new System.Windows.Forms.Label();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.m_lvw             = 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.columnHeader6     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7     = new System.Windows.Forms.ColumnHeader();
     this.m_txtDesc         = new System.Windows.Forms.TextBox();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnExit
     //
     this.m_btnExit.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnExit.DefaultScheme = true;
     this.m_btnExit.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.m_btnExit.Hint          = "";
     this.m_btnExit.Location      = new System.Drawing.Point(86, 362);
     this.m_btnExit.Name          = "m_btnExit";
     this.m_btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnExit.Size          = new System.Drawing.Size(112, 32);
     this.m_btnExit.TabIndex      = 27;
     this.m_btnExit.Text          = "退出(Esc)";
     this.m_btnExit.Click        += new System.EventHandler(this.m_btnExit_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.m_txtDesc);
     this.groupBox2.Controls.Add(this.m_txtUSERCODE_CHR);
     this.groupBox2.Controls.Add(this.tex_DAYS_INT);
     this.groupBox2.Controls.Add(this.m_txtTIMES_INT);
     this.groupBox2.Controls.Add(this.m_btnDel);
     this.groupBox2.Controls.Add(this.m_txtName);
     this.groupBox2.Controls.Add(this.m_btnNew);
     this.groupBox2.Controls.Add(this.m_btnExit);
     this.groupBox2.Controls.Add(this.m_btnSave);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.labelMemo);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.labelFreqName);
     this.groupBox2.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.ForeColor = System.Drawing.Color.Black;
     this.groupBox2.Location  = new System.Drawing.Point(640, 0);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(253, 408);
     this.groupBox2.TabIndex  = 30;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "编辑区域:";
     //
     // m_txtUSERCODE_CHR
     //
     this.m_txtUSERCODE_CHR.EnableAutoValidation   = true;
     this.m_txtUSERCODE_CHR.EnableEnterKeyValidate = true;
     this.m_txtUSERCODE_CHR.EnableEscapeKeyUndo    = true;
     this.m_txtUSERCODE_CHR.EnableLastValidValue   = true;
     this.m_txtUSERCODE_CHR.ErrorProvider          = null;
     this.m_txtUSERCODE_CHR.ErrorProviderMessage   = "Invalid value";
     this.m_txtUSERCODE_CHR.ForceFormatText        = true;
     this.m_txtUSERCODE_CHR.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.m_txtUSERCODE_CHR.Location  = new System.Drawing.Point(107, 63);
     this.m_txtUSERCODE_CHR.MaxLength = 2;
     this.m_txtUSERCODE_CHR.Name      = "m_txtUSERCODE_CHR";
     this.m_txtUSERCODE_CHR.Size      = new System.Drawing.Size(117, 23);
     this.m_txtUSERCODE_CHR.TabIndex  = 1;
     this.m_txtUSERCODE_CHR.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtUSERCODE_CHR_KeyDown);
     //
     // tex_DAYS_INT
     //
     this.tex_DAYS_INT.EnableAutoValidation   = false;
     this.tex_DAYS_INT.EnableEnterKeyValidate = false;
     this.tex_DAYS_INT.EnableEscapeKeyUndo    = true;
     this.tex_DAYS_INT.EnableLastValidValue   = true;
     this.tex_DAYS_INT.ErrorProvider          = null;
     this.tex_DAYS_INT.ErrorProviderMessage   = "Invalid value";
     this.tex_DAYS_INT.ForceFormatText        = true;
     this.tex_DAYS_INT.Location         = new System.Drawing.Point(105, 137);
     this.tex_DAYS_INT.MaxLength        = 1;
     this.tex_DAYS_INT.Name             = "tex_DAYS_INT";
     this.tex_DAYS_INT.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol;
     this.tex_DAYS_INT.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.tex_DAYS_INT.Size             = new System.Drawing.Size(119, 23);
     this.tex_DAYS_INT.TabIndex         = 3;
     this.tex_DAYS_INT.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.tex_DAYS_INT.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.tex_DAYS_INT_KeyDown);
     //
     // m_txtTIMES_INT
     //
     this.m_txtTIMES_INT.EnableAutoValidation   = false;
     this.m_txtTIMES_INT.EnableEnterKeyValidate = false;
     this.m_txtTIMES_INT.EnableEscapeKeyUndo    = true;
     this.m_txtTIMES_INT.EnableLastValidValue   = true;
     this.m_txtTIMES_INT.ErrorProvider          = null;
     this.m_txtTIMES_INT.ErrorProviderMessage   = "Invalid value";
     this.m_txtTIMES_INT.ForceFormatText        = true;
     this.m_txtTIMES_INT.ImeMode          = System.Windows.Forms.ImeMode.Off;
     this.m_txtTIMES_INT.Location         = new System.Drawing.Point(106, 100);
     this.m_txtTIMES_INT.MaxLength        = 1;
     this.m_txtTIMES_INT.Name             = "m_txtTIMES_INT";
     this.m_txtTIMES_INT.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol;
     this.m_txtTIMES_INT.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.m_txtTIMES_INT.Size             = new System.Drawing.Size(118, 23);
     this.m_txtTIMES_INT.TabIndex         = 2;
     this.m_txtTIMES_INT.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtTIMES_INT.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtTIMES_INT_KeyDown);
     //
     // m_btnDel
     //
     this.m_btnDel.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(86, 321);
     this.m_btnDel.Name          = "m_btnDel";
     this.m_btnDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnDel.Size          = new System.Drawing.Size(112, 32);
     this.m_btnDel.TabIndex      = 28;
     this.m_btnDel.Text          = "删除(&D)";
     this.m_btnDel.Click        += new System.EventHandler(this.m_btnDel_Click);
     //
     // m_txtName
     //
     this.m_txtName.EnableAutoValidation   = true;
     this.m_txtName.EnableEnterKeyValidate = true;
     this.m_txtName.EnableEscapeKeyUndo    = true;
     this.m_txtName.EnableLastValidValue   = true;
     this.m_txtName.ErrorProvider          = null;
     this.m_txtName.ErrorProviderMessage   = "Invalid value";
     this.m_txtName.ForceFormatText        = true;
     this.m_txtName.Location  = new System.Drawing.Point(107, 27);
     this.m_txtName.MaxLength = 10;
     this.m_txtName.Name      = "m_txtName";
     this.m_txtName.Size      = new System.Drawing.Size(117, 23);
     this.m_txtName.TabIndex  = 0;
     this.m_txtName.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtName_KeyDown);
     //
     // m_btnNew
     //
     this.m_btnNew.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnNew.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.m_btnNew.DefaultScheme = true;
     this.m_btnNew.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnNew.Hint          = "";
     this.m_btnNew.Location      = new System.Drawing.Point(86, 240);
     this.m_btnNew.Name          = "m_btnNew";
     this.m_btnNew.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnNew.Size          = new System.Drawing.Size(112, 32);
     this.m_btnNew.TabIndex      = 6;
     this.m_btnNew.Text          = "新增(&A)";
     this.m_btnNew.Click        += new System.EventHandler(this.m_btnNew_Click);
     //
     // m_btnSave
     //
     this.m_btnSave.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((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(86, 281);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(112, 32);
     this.m_btnSave.TabIndex      = 5;
     this.m_btnSave.Text          = "保存(&S)";
     this.m_btnSave.Click        += new System.EventHandler(this.m_btnSave_Click);
     //
     // 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.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.label3.Location  = new System.Drawing.Point(27, 181);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(83, 14);
     this.label3.TabIndex  = 30;
     this.label3.Text      = "描   述:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelMemo
     //
     this.labelMemo.AutoSize  = true;
     this.labelMemo.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelMemo.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.labelMemo.Location  = new System.Drawing.Point(27, 108);
     this.labelMemo.Name      = "labelMemo";
     this.labelMemo.Size      = new System.Drawing.Size(76, 14);
     this.labelMemo.TabIndex  = 25;
     this.labelMemo.Text      = "次   数:";
     this.labelMemo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.label2.Location  = new System.Drawing.Point(27, 143);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(76, 14);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "天   数:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.label1.Location  = new System.Drawing.Point(27, 71);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(83, 14);
     this.label1.TabIndex  = 25;
     this.label1.Text      = "助 记 码:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelFreqName
     //
     this.labelFreqName.AutoSize  = true;
     this.labelFreqName.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labelFreqName.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.labelFreqName.Location  = new System.Drawing.Point(27, 33);
     this.labelFreqName.Name      = "labelFreqName";
     this.labelFreqName.Size      = new System.Drawing.Size(83, 14);
     this.labelFreqName.TabIndex  = 26;
     this.labelFreqName.Text      = "名   称:";
     this.labelFreqName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_lvw);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(640, 408);
     this.groupBox1.TabIndex = 29;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "频率信息:";
     //
     // m_lvw
     //
     this.m_lvw.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7
     });
     this.m_lvw.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_lvw.FullRowSelect = true;
     this.m_lvw.GridLines     = true;
     this.m_lvw.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.m_lvw.HideSelection = false;
     this.m_lvw.Location      = new System.Drawing.Point(3, 19);
     this.m_lvw.MultiSelect   = false;
     this.m_lvw.Name          = "m_lvw";
     this.m_lvw.Size          = new System.Drawing.Size(634, 386);
     this.m_lvw.TabIndex      = 15;
     this.m_lvw.UseCompatibleStateImageBehavior = false;
     this.m_lvw.View = System.Windows.Forms.View.Details;
     this.m_lvw.SelectedIndexChanged += new System.EventHandler(this.m_lvw_SelectedIndexChanged);
     this.m_lvw.Click += new System.EventHandler(this.m_lvw_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "columnHeader1";
     this.columnHeader1.Width = 0;
     //
     // 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     = 110;
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "助记码";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader4.Width     = 110;
     //
     // columnHeader5
     //
     this.columnHeader5.Text      = "次数";
     this.columnHeader5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // columnHeader6
     //
     this.columnHeader6.Text      = "天数";
     this.columnHeader6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // columnHeader7
     //
     this.columnHeader7.Text      = "描述";
     this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader7.Width     = 180;
     //
     // m_txtDesc
     //
     this.m_txtDesc.Location  = new System.Drawing.Point(104, 176);
     this.m_txtDesc.Multiline = true;
     this.m_txtDesc.Name      = "m_txtDesc";
     this.m_txtDesc.Size      = new System.Drawing.Size(120, 56);
     this.m_txtDesc.TabIndex  = 4;
     this.m_txtDesc.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.m_txtDesc_KeyDown);
     //
     // frmRecipeFreq
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(893, 408);
     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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "frmRecipeFreq";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "用药频率维护界面";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmRecipeFreq_KeyDown);
     this.Load           += new System.EventHandler(this.frmRecipeFreq_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #10
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();
     this.ctlDgList = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label2    = new System.Windows.Forms.Label();
     this.dtend     = new System.Windows.Forms.DateTimePicker();
     this.DtStart   = new System.Windows.Forms.DateTimePicker();
     this.m_btnfind = new PinkieControls.ButtonXP();
     this.label1    = new System.Windows.Forms.Label();
     this.btnReturn = new PinkieControls.ButtonXP();
     this.btnEsc    = new PinkieControls.ButtonXP();
     this.txt_CarID = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDgList)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // ctlDgList
     //
     this.ctlDgList.AllowAddNew          = false;
     this.ctlDgList.AllowDelete          = false;
     this.ctlDgList.AutoAppendRow        = false;
     this.ctlDgList.AutoScroll           = true;
     this.ctlDgList.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.ctlDgList.CaptionText          = "";
     this.ctlDgList.CaptionVisible       = false;
     this.ctlDgList.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           = "PATIENTCARDID_CHR";
     clsColumnInfo1.ColumnWidth          = 120;
     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  = "LASTNAME_VCHR";
     clsColumnInfo2.ColumnWidth = 100;
     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  = "status";
     clsColumnInfo3.ColumnWidth = 75;
     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 = 0;
     clsColumnInfo4.ColumnName  = "PATIENTID_CHR";
     clsColumnInfo4.ColumnWidth = 0;
     clsColumnInfo4.Enabled     = false;
     clsColumnInfo4.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo4.HeadText    = "PATIENTID_CHR";
     clsColumnInfo4.ReadOnly    = true;
     clsColumnInfo4.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.ctlDgList.Columns.Add(clsColumnInfo1);
     this.ctlDgList.Columns.Add(clsColumnInfo2);
     this.ctlDgList.Columns.Add(clsColumnInfo3);
     this.ctlDgList.Columns.Add(clsColumnInfo4);
     this.ctlDgList.FullRowSelect        = true;
     this.ctlDgList.Location             = new System.Drawing.Point(0, 0);
     this.ctlDgList.MultiSelect          = false;
     this.ctlDgList.Name                 = "ctlDgList";
     this.ctlDgList.ReadOnly             = true;
     this.ctlDgList.RowHeadersVisible    = true;
     this.ctlDgList.RowHeaderWidth       = 35;
     this.ctlDgList.SelectedRowBackColor = System.Drawing.Color.Purple;
     this.ctlDgList.SelectedRowForeColor = System.Drawing.Color.White;
     this.ctlDgList.Size                 = new System.Drawing.Size(368, 448);
     this.ctlDgList.TabIndex             = 9;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txt_CarID);
     this.groupBox1.Controls.Add(this.checkBox1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.dtend);
     this.groupBox1.Controls.Add(this.DtStart);
     this.groupBox1.Controls.Add(this.m_btnfind);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(376, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(216, 256);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location  = new System.Drawing.Point(104, 48);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(32, 23);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "至";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // dtend
     //
     this.dtend.Enabled  = false;
     this.dtend.Location = new System.Drawing.Point(56, 80);
     this.dtend.Name     = "dtend";
     this.dtend.Size     = new System.Drawing.Size(120, 23);
     this.dtend.TabIndex = 6;
     //
     // DtStart
     //
     this.DtStart.Enabled       = false;
     this.DtStart.Location      = new System.Drawing.Point(56, 16);
     this.DtStart.Name          = "DtStart";
     this.DtStart.Size          = new System.Drawing.Size(120, 23);
     this.DtStart.TabIndex      = 5;
     this.DtStart.ValueChanged += new System.EventHandler(this.DtStart_ValueChanged);
     //
     // m_btnfind
     //
     this.m_btnfind.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.m_btnfind.DefaultScheme = true;
     this.m_btnfind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnfind.Hint          = "";
     this.m_btnfind.Location      = new System.Drawing.Point(56, 201);
     this.m_btnfind.Name          = "m_btnfind";
     this.m_btnfind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnfind.Size          = new System.Drawing.Size(122, 32);
     this.m_btnfind.TabIndex      = 4;
     this.m_btnfind.Text          = "查找F5";
     this.m_btnfind.Click        += new System.EventHandler(this.m_btnfind_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(10, 134);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(40, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "卡号";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnReturn
     //
     this.btnReturn.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnReturn.DefaultScheme = true;
     this.btnReturn.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnReturn.Hint          = "";
     this.btnReturn.Location      = new System.Drawing.Point(432, 336);
     this.btnReturn.Name          = "btnReturn";
     this.btnReturn.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnReturn.Size          = new System.Drawing.Size(122, 32);
     this.btnReturn.TabIndex      = 5;
     this.btnReturn.Text          = "退卡F2";
     this.btnReturn.Click        += new System.EventHandler(this.btnReturn_Click);
     //
     // btnEsc
     //
     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.None;
     this.btnEsc.Hint          = "";
     this.btnEsc.Location      = new System.Drawing.Point(432, 400);
     this.btnEsc.Name          = "btnEsc";
     this.btnEsc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnEsc.Size          = new System.Drawing.Size(122, 32);
     this.btnEsc.TabIndex      = 6;
     this.btnEsc.Text          = "退出ESC";
     this.btnEsc.Click        += new System.EventHandler(this.btnEsc_Click);
     //
     // txt_CarID
     //
     this.txt_CarID.EnableAutoValidation   = false;
     this.txt_CarID.EnableEnterKeyValidate = false;
     this.txt_CarID.EnableEscapeKeyUndo    = true;
     this.txt_CarID.EnableLastValidValue   = true;
     this.txt_CarID.ErrorProvider          = null;
     this.txt_CarID.ErrorProviderMessage   = "Invalid value";
     this.txt_CarID.ForceFormatText        = true;
     this.txt_CarID.ImeMode          = System.Windows.Forms.ImeMode.On;
     this.txt_CarID.Location         = new System.Drawing.Point(56, 135);
     this.txt_CarID.MaxLength        = 10;
     this.txt_CarID.Name             = "txt_CarID";
     this.txt_CarID.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.None;
     this.txt_CarID.Size             = new System.Drawing.Size(120, 23);
     this.txt_CarID.TabIndex         = 0;
     this.txt_CarID.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.txt_CarID.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.txt_CarID_KeyDown);
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(2, 16);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(54, 18);
     this.checkBox1.TabIndex = 9;
     this.checkBox1.Text     = "日期";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // frmReturnCar
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(592, 453);
     this.Controls.Add(this.btnEsc);
     this.Controls.Add(this.btnReturn);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.ctlDgList);
     this.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.KeyPreview    = true;
     this.MaximizeBox   = false;
     this.Name          = "frmReturnCar";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "退卡系统";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmReturnCar_KeyDown);
     this.Load         += new System.EventHandler(this.frmReturnCar_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ctlDgList)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
예제 #11
0
파일: frmAddPlan.cs 프로젝트: iamwsx05/HIS
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_lvwDoc       = new System.Windows.Forms.ListView();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.splitter1      = new System.Windows.Forms.Splitter();
     this.m_TVDep        = new System.Windows.Forms.TreeView();
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.label4         = new System.Windows.Forms.Label();
     this.m_DtpStart     = new System.Windows.Forms.DateTimePicker();
     this.m_DtpEnd       = new System.Windows.Forms.DateTimePicker();
     this.label5         = new System.Windows.Forms.Label();
     this.label6         = new System.Windows.Forms.Label();
     this.m_txtRoom      = new System.Windows.Forms.TextBox();
     this.label7         = new System.Windows.Forms.Label();
     this.m_txtNum       = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.m_btnClear     = new PinkieControls.ButtonXP();
     this.m_btnSave      = new PinkieControls.ButtonXP();
     this.m_btnSR        = new PinkieControls.ButtonXP();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider();
     this.m_cboRegType   = new System.Windows.Forms.ComboBox();
     this.m_cboPerio     = new System.Windows.Forms.ComboBox();
     this.label8         = new System.Windows.Forms.Label();
     this.m_txtDoc       = new System.Windows.Forms.TextBox();
     this.txtOpdt        = new System.Windows.Forms.TextBox();
     this.m_treelisv     = new System.Windows.Forms.TreeView();
     this.LisDep         = new System.Windows.Forms.ListView();
     this.SHORTNO_CHR    = new System.Windows.Forms.ColumnHeader();
     this.DEPTNAME_VCHR  = new System.Windows.Forms.ColumnHeader();
     this.ListDor        = new System.Windows.Forms.ListView();
     this.EMPNO_CHR      = new System.Windows.Forms.ColumnHeader();
     this.LASTNAME_VCHR  = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // m_lvwDoc
     //
     this.m_lvwDoc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_lvwDoc.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.m_lvwDoc.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_lvwDoc.FullRowSelect = true;
     this.m_lvwDoc.GridLines     = true;
     this.m_lvwDoc.Location      = new System.Drawing.Point(139, 0);
     this.m_lvwDoc.MultiSelect   = false;
     this.m_lvwDoc.Name          = "m_lvwDoc";
     this.m_lvwDoc.Size          = new System.Drawing.Size(189, 176);
     this.m_lvwDoc.TabIndex      = 23;
     this.m_lvwDoc.View          = System.Windows.Forms.View.Details;
     this.m_lvwDoc.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.m_lvwDoc_KeyDown);
     this.m_lvwDoc.Click        += new System.EventHandler(this.m_lvwDoc_Click);
     this.m_lvwDoc.Leave        += new System.EventHandler(this.m_lvwDoc_Leave);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "医生编号";
     this.columnHeader1.Width = 82;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "医生姓名";
     this.columnHeader2.Width = 101;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(136, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 176);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // m_TVDep
     //
     this.m_TVDep.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.m_TVDep.Dock               = System.Windows.Forms.DockStyle.Left;
     this.m_TVDep.ImageIndex         = -1;
     this.m_TVDep.Location           = new System.Drawing.Point(0, 0);
     this.m_TVDep.Name               = "m_TVDep";
     this.m_TVDep.SelectedImageIndex = -1;
     this.m_TVDep.Size               = new System.Drawing.Size(136, 176);
     this.m_TVDep.TabIndex           = 20;
     this.m_TVDep.TabStop            = false;
     this.m_TVDep.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.m_TVDep_KeyDown);
     this.m_TVDep.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.m_TVDep_AfterSelect);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(224, 10);
     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;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(24, 49);
     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;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(224, 49);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(63, 19);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "时 间 段";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(24, 87);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(63, 19);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "开诊时间";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_DtpStart
     //
     this.m_DtpStart.CustomFormat  = "HH:mm";
     this.m_DtpStart.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_DtpStart.Location      = new System.Drawing.Point(88, 85);
     this.m_DtpStart.Name          = "m_DtpStart";
     this.m_DtpStart.ShowUpDown    = true;
     this.m_DtpStart.Size          = new System.Drawing.Size(104, 23);
     this.m_DtpStart.TabIndex      = 33;
     this.m_DtpStart.TabStop       = false;
     this.m_DtpStart.ValueChanged += new System.EventHandler(this.m_DtpStart_ValueChanged);
     //
     // m_DtpEnd
     //
     this.m_DtpEnd.CustomFormat = "HH:mm";
     this.m_DtpEnd.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.m_DtpEnd.Location     = new System.Drawing.Point(288, 85);
     this.m_DtpEnd.Name         = "m_DtpEnd";
     this.m_DtpEnd.ShowUpDown   = true;
     this.m_DtpEnd.Size         = new System.Drawing.Size(104, 23);
     this.m_DtpEnd.TabIndex     = 38;
     this.m_DtpEnd.TabStop      = false;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(224, 87);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(63, 19);
     this.label5.TabIndex  = 9;
     this.label5.Text      = "结束时间";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Location  = new System.Drawing.Point(224, 126);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(63, 19);
     this.label6.TabIndex  = 11;
     this.label6.Text      = "坐诊诊间";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtRoom
     //
     this.m_txtRoom.Location = new System.Drawing.Point(288, 124);
     this.m_txtRoom.Name     = "m_txtRoom";
     this.m_txtRoom.Size     = new System.Drawing.Size(104, 23);
     this.m_txtRoom.TabIndex = 16;
     this.m_txtRoom.Text     = "";
     this.m_txtRoom.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_txtRoom_KeyDown);
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Location  = new System.Drawing.Point(24, 126);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(63, 19);
     this.label7.TabIndex  = 13;
     this.label7.Text      = "限    号";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtNum
     //
     this.m_txtNum.EnableAutoValidation   = true;
     this.m_txtNum.EnableEnterKeyValidate = true;
     this.m_txtNum.EnableEscapeKeyUndo    = true;
     this.m_txtNum.EnableLastValidValue   = true;
     this.m_txtNum.ErrorProvider          = null;
     this.m_txtNum.ErrorProviderMessage   = "Invalid value";
     this.m_txtNum.ForceFormatText        = true;
     this.m_txtNum.Location         = new System.Drawing.Point(88, 124);
     this.m_txtNum.Name             = "m_txtNum";
     this.m_txtNum.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.PositiveSymbol;
     this.m_txtNum.Size             = new System.Drawing.Size(104, 23);
     this.m_txtNum.TabIndex         = 15;
     this.m_txtNum.Text             = "";
     this.m_txtNum.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     this.m_txtNum.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.m_txtNum_KeyDown);
     //
     // m_btnClear
     //
     this.m_btnClear.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnClear.DefaultScheme = true;
     this.m_btnClear.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnClear.Hint          = "";
     this.m_btnClear.Location      = new System.Drawing.Point(72, 160);
     this.m_btnClear.Name          = "m_btnClear";
     this.m_btnClear.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnClear.Size          = new System.Drawing.Size(76, 32);
     this.m_btnClear.TabIndex      = 19;
     this.m_btnClear.Text          = "清空(&C)";
     this.m_btnClear.Click        += new System.EventHandler(this.m_btnClear_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(164, 160);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(76, 32);
     this.m_btnSave.TabIndex      = 17;
     this.m_btnSave.Text          = "保存(&S)";
     this.m_btnSave.Click        += new System.EventHandler(this.m_btnSave_Click);
     //
     // m_btnSR
     //
     this.m_btnSR.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnSR.DefaultScheme = true;
     this.m_btnSR.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnSR.Hint          = "";
     this.m_btnSR.Location      = new System.Drawing.Point(264, 160);
     this.m_btnSR.Name          = "m_btnSR";
     this.m_btnSR.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSR.Size          = new System.Drawing.Size(112, 32);
     this.m_btnSR.TabIndex      = 18;
     this.m_btnSR.Text          = "保存并返回(&R)";
     this.m_btnSR.Click        += new System.EventHandler(this.m_btnSR_Click);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // m_cboRegType
     //
     this.m_cboRegType.ItemHeight            = 14;
     this.m_cboRegType.Location              = new System.Drawing.Point(88, 47);
     this.m_cboRegType.Name                  = "m_cboRegType";
     this.m_cboRegType.Size                  = new System.Drawing.Size(104, 22);
     this.m_cboRegType.TabIndex              = 13;
     this.m_cboRegType.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.m_cboRegType_KeyDown);
     this.m_cboRegType.SelectedIndexChanged += new System.EventHandler(this.m_cboRegType_SelectedIndexChanged);
     //
     // m_cboPerio
     //
     this.m_cboPerio.ItemHeight            = 14;
     this.m_cboPerio.Location              = new System.Drawing.Point(288, 47);
     this.m_cboPerio.Name                  = "m_cboPerio";
     this.m_cboPerio.Size                  = new System.Drawing.Size(104, 22);
     this.m_cboPerio.TabIndex              = 14;
     this.m_cboPerio.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.m_cboPerio_KeyDown);
     this.m_cboPerio.SelectedIndexChanged += new System.EventHandler(this.m_cboPerio_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label8.Location  = new System.Drawing.Point(24, 10);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(63, 19);
     this.label8.TabIndex  = 27;
     this.label8.Text      = "门诊科室";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_txtDoc
     //
     this.m_txtDoc.Location     = new System.Drawing.Point(288, 8);
     this.m_txtDoc.Name         = "m_txtDoc";
     this.m_txtDoc.Size         = new System.Drawing.Size(104, 23);
     this.m_txtDoc.TabIndex     = 11;
     this.m_txtDoc.Text         = "";
     this.m_txtDoc.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.m_txtDoc_KeyDown_1);
     this.m_txtDoc.TextChanged += new System.EventHandler(this.m_txtDoc_TextChanged);
     this.m_txtDoc.Leave       += new System.EventHandler(this.m_txtDoc_Leave_1);
     this.m_txtDoc.Enter       += new System.EventHandler(this.m_txtDoc_Enter_1);
     //
     // txtOpdt
     //
     this.txtOpdt.Location     = new System.Drawing.Point(88, 8);
     this.txtOpdt.Name         = "txtOpdt";
     this.txtOpdt.Size         = new System.Drawing.Size(104, 23);
     this.txtOpdt.TabIndex     = 10;
     this.txtOpdt.Text         = "";
     this.txtOpdt.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txtOpdt_KeyDown_1);
     this.txtOpdt.TextChanged += new System.EventHandler(this.txtOpdt_TextChanged);
     this.txtOpdt.Leave       += new System.EventHandler(this.txtOpdt_Leave);
     this.txtOpdt.Enter       += new System.EventHandler(this.txtOpdt_Enter);
     //
     // m_treelisv
     //
     this.m_treelisv.ImageIndex         = -1;
     this.m_treelisv.Location           = new System.Drawing.Point(288, 200);
     this.m_treelisv.Name               = "m_treelisv";
     this.m_treelisv.SelectedImageIndex = -1;
     this.m_treelisv.Size               = new System.Drawing.Size(128, 176);
     this.m_treelisv.TabIndex           = 30;
     this.m_treelisv.Visible            = false;
     this.m_treelisv.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.m_treelisv_KeyDown);
     this.m_treelisv.DoubleClick       += new System.EventHandler(this.m_treelisv_DoubleClick);
     this.m_treelisv.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.m_treelisv_AfterSelect);
     this.m_treelisv.Leave             += new System.EventHandler(this.m_treelisv_Leave);
     //
     // LisDep
     //
     this.LisDep.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.SHORTNO_CHR,
         this.DEPTNAME_VCHR
     });
     this.LisDep.FullRowSelect = true;
     this.LisDep.GridLines     = true;
     this.LisDep.HideSelection = false;
     this.LisDep.Location      = new System.Drawing.Point(8, 200);
     this.LisDep.MultiSelect   = false;
     this.LisDep.Name          = "LisDep";
     this.LisDep.Size          = new System.Drawing.Size(192, 176);
     this.LisDep.TabIndex      = 39;
     this.LisDep.View          = System.Windows.Forms.View.Details;
     this.LisDep.Visible       = false;
     this.LisDep.Click        += new System.EventHandler(this.LisDep_Click);
     //
     // SHORTNO_CHR
     //
     this.SHORTNO_CHR.Text  = "简码";
     this.SHORTNO_CHR.Width = 59;
     //
     // DEPTNAME_VCHR
     //
     this.DEPTNAME_VCHR.Text  = "部门名称";
     this.DEPTNAME_VCHR.Width = 111;
     //
     // ListDor
     //
     this.ListDor.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.EMPNO_CHR,
         this.LASTNAME_VCHR
     });
     this.ListDor.FullRowSelect = true;
     this.ListDor.GridLines     = true;
     this.ListDor.HideSelection = false;
     this.ListDor.Location      = new System.Drawing.Point(224, 200);
     this.ListDor.MultiSelect   = false;
     this.ListDor.Name          = "ListDor";
     this.ListDor.Size          = new System.Drawing.Size(184, 176);
     this.ListDor.TabIndex      = 39;
     this.ListDor.View          = System.Windows.Forms.View.Details;
     this.ListDor.Visible       = false;
     this.ListDor.MouseDown    += new System.Windows.Forms.MouseEventHandler(this.ListDor_MouseDown);
     this.ListDor.Click        += new System.EventHandler(this.ListDor_Click);
     //
     // EMPNO_CHR
     //
     this.EMPNO_CHR.Text  = "员工工号";
     this.EMPNO_CHR.Width = 77;
     //
     // LASTNAME_VCHR
     //
     this.LASTNAME_VCHR.Text  = "姓名";
     this.LASTNAME_VCHR.Width = 86;
     //
     // frmAddPlan
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(416, 213);
     this.Controls.Add(this.ListDor);
     this.Controls.Add(this.LisDep);
     this.Controls.Add(this.m_treelisv);
     this.Controls.Add(this.txtOpdt);
     this.Controls.Add(this.m_txtDoc);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.m_btnSR);
     this.Controls.Add(this.m_btnSave);
     this.Controls.Add(this.m_btnClear);
     this.Controls.Add(this.m_txtNum);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.m_txtRoom);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_cboPerio);
     this.Controls.Add(this.m_cboRegType);
     this.Controls.Add(this.m_DtpEnd);
     this.Controls.Add(this.m_DtpStart);
     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            = "frmAddPlan";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "医生排班维护";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmAddPlan_KeyDown);
     this.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.frmAddPlan_KeyPress);
     this.Load           += new System.EventHandler(this.frmAddPlan_Load);
     this.ResumeLayout(false);
 }
예제 #12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_tbr           = new System.Windows.Forms.ToolBar();
     this.tbrAutoCalc     = new System.Windows.Forms.ToolBarButton();
     this.tbrNew          = new System.Windows.Forms.ToolBarButton();
     this.tbrSave         = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton1  = new System.Windows.Forms.ToolBarButton();
     this.tbrFind         = new System.Windows.Forms.ToolBarButton();
     this.tbrImp          = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton3  = new System.Windows.Forms.ToolBarButton();
     this.tbrAdd          = new System.Windows.Forms.ToolBarButton();
     this.tbrInsert       = new System.Windows.Forms.ToolBarButton();
     this.tbrDelete       = new System.Windows.Forms.ToolBarButton();
     this.toolBarButton2  = new System.Windows.Forms.ToolBarButton();
     this.tbrPreView      = new System.Windows.Forms.ToolBarButton();
     this.tbrPrint        = new System.Windows.Forms.ToolBarButton();
     this.tbrClose        = new System.Windows.Forms.ToolBarButton();
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.m_lsvUnAsk      = new System.Windows.Forms.ListView();
     this.columnHeader5   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6   = new System.Windows.Forms.ColumnHeader();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.m_lsvEnAsk      = new System.Windows.Forms.ListView();
     this.columnHeader8   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9   = new System.Windows.Forms.ColumnHeader();
     this.columnHeader10  = new System.Windows.Forms.ColumnHeader();
     this.m_lsvDetail     = new System.Windows.Forms.ListView();
     this.m_clhRowNO      = new System.Windows.Forms.ColumnHeader();
     this.m_clhMedID      = new System.Windows.Forms.ColumnHeader();
     this.m_clhMedName    = new System.Windows.Forms.ColumnHeader();
     this.m_clhMedSpec    = new System.Windows.Forms.ColumnHeader();
     this.m_clhMedUnit    = new System.Windows.Forms.ColumnHeader();
     this.m_clhQty        = new System.Windows.Forms.ColumnHeader();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.m_lsvPopUnit    = new System.Windows.Forms.ListView();
     this.columnHeader11  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14  = new System.Windows.Forms.ColumnHeader();
     this.m_txtMedID      = new com.digitalwave.iCare.gui.HIS.ctlStorageMedTextBox();
     this.m_cmdConfirm    = new PinkieControls.ButtonXP();
     this.m_txtUnit       = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_txtMedSpec    = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_txtMedName    = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.label16         = new System.Windows.Forms.Label();
     this.m_txtQty        = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.label13         = new System.Windows.Forms.Label();
     this.label12         = new System.Windows.Forms.Label();
     this.label11         = new System.Windows.Forms.Label();
     this.label10         = new System.Windows.Forms.Label();
     this.m_txtOrdID      = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_txtMemo       = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_dtpCreateDate = new System.Windows.Forms.DateTimePicker();
     this.m_txtMedStore   = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.label9          = new System.Windows.Forms.Label();
     this.label8          = new System.Windows.Forms.Label();
     this.label4          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.m_cboStorage    = new System.Windows.Forms.ComboBox();
     this.label1          = new System.Windows.Forms.Label();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_tbr
     //
     this.m_tbr.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.m_tbr.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.tbrAutoCalc,
         this.tbrNew,
         this.tbrSave,
         this.toolBarButton1,
         this.tbrFind,
         this.tbrImp,
         this.toolBarButton3,
         this.tbrAdd,
         this.tbrInsert,
         this.tbrDelete,
         this.toolBarButton2,
         this.tbrPreView,
         this.tbrPrint,
         this.tbrClose
     });
     this.m_tbr.DropDownArrows = true;
     this.m_tbr.Location       = new System.Drawing.Point(0, 0);
     this.m_tbr.Name           = "m_tbr";
     this.m_tbr.ShowToolTips   = true;
     this.m_tbr.Size           = new System.Drawing.Size(864, 43);
     this.m_tbr.TabIndex       = 0;
     this.m_tbr.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.m_tbr_ButtonClick);
     //
     // tbrAutoCalc
     //
     this.tbrAutoCalc.Text = "生成";
     //
     // tbrNew
     //
     this.tbrNew.Text        = "新建";
     this.tbrNew.ToolTipText = "新建单据";
     //
     // tbrSave
     //
     this.tbrSave.Text        = "保存";
     this.tbrSave.ToolTipText = "保存单据";
     //
     // toolBarButton1
     //
     this.toolBarButton1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbrFind
     //
     this.tbrFind.Text        = "查找";
     this.tbrFind.ToolTipText = "查找单据";
     //
     // tbrImp
     //
     this.tbrImp.Text        = "导入";
     this.tbrImp.ToolTipText = "导入单据";
     //
     // toolBarButton3
     //
     this.toolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbrAdd
     //
     this.tbrAdd.Text        = "增加";
     this.tbrAdd.ToolTipText = "增加一条记录";
     //
     // tbrInsert
     //
     this.tbrInsert.Text        = "插入";
     this.tbrInsert.ToolTipText = "插入一条记录";
     //
     // tbrDelete
     //
     this.tbrDelete.Text        = "删除";
     this.tbrDelete.ToolTipText = "删除一条记录";
     //
     // toolBarButton2
     //
     this.toolBarButton2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
     //
     // tbrPreView
     //
     this.tbrPreView.Text        = "预览";
     this.tbrPreView.ToolTipText = "预览单据";
     //
     // tbrPrint
     //
     this.tbrPrint.Text        = "打印";
     this.tbrPrint.ToolTipText = "打印单据";
     this.tbrPrint.Visible     = false;
     //
     // tbrClose
     //
     this.tbrClose.Text        = "关闭";
     this.tbrClose.ToolTipText = "关闭窗口";
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)));
     this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(0, 136);
     this.tabControl1.Multiline     = true;
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(208, 504);
     this.tabControl1.TabIndex      = 6;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.m_lsvUnAsk);
     this.tabPage1.Location = new System.Drawing.Point(4, 26);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Size     = new System.Drawing.Size(200, 474);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "未处理";
     //
     // m_lsvUnAsk
     //
     this.m_lsvUnAsk.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader5,
         this.columnHeader7,
         this.columnHeader6
     });
     this.m_lsvUnAsk.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.m_lsvUnAsk.FullRowSelect         = true;
     this.m_lsvUnAsk.GridLines             = true;
     this.m_lsvUnAsk.Location              = new System.Drawing.Point(0, 0);
     this.m_lsvUnAsk.Name                  = "m_lsvUnAsk";
     this.m_lsvUnAsk.Size                  = new System.Drawing.Size(200, 474);
     this.m_lsvUnAsk.Sorting               = System.Windows.Forms.SortOrder.Ascending;
     this.m_lsvUnAsk.TabIndex              = 1;
     this.m_lsvUnAsk.View                  = System.Windows.Forms.View.Details;
     this.m_lsvUnAsk.DoubleClick          += new System.EventHandler(this.m_lsvUnAsk_DoubleClick);
     this.m_lsvUnAsk.SelectedIndexChanged += new System.EventHandler(this.m_lsvUnAsk_SelectedIndexChanged);
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "单据号";
     this.columnHeader5.Width = 110;
     //
     // columnHeader7
     //
     this.columnHeader7.Text      = "药库";
     this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader7.Width     = 100;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "创建时间";
     this.columnHeader6.Width = 120;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.m_lsvEnAsk);
     this.tabPage2.Location = new System.Drawing.Point(4, 24);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Size     = new System.Drawing.Size(200, 476);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "已处理";
     //
     // m_lsvEnAsk
     //
     this.m_lsvEnAsk.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10
     });
     this.m_lsvEnAsk.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.m_lsvEnAsk.ForeColor     = System.Drawing.SystemColors.WindowText;
     this.m_lsvEnAsk.FullRowSelect = true;
     this.m_lsvEnAsk.GridLines     = true;
     this.m_lsvEnAsk.Location      = new System.Drawing.Point(0, 0);
     this.m_lsvEnAsk.Name          = "m_lsvEnAsk";
     this.m_lsvEnAsk.Size          = new System.Drawing.Size(200, 476);
     this.m_lsvEnAsk.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     this.m_lsvEnAsk.TabIndex      = 1;
     this.m_lsvEnAsk.View          = System.Windows.Forms.View.Details;
     this.m_lsvEnAsk.DoubleClick  += new System.EventHandler(this.m_lsvEnAsk_DoubleClick);
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "单据号";
     this.columnHeader8.Width = 110;
     //
     // columnHeader9
     //
     this.columnHeader9.Text      = "药库";
     this.columnHeader9.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader9.Width     = 100;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "创建时间";
     this.columnHeader10.Width = 120;
     //
     // m_lsvDetail
     //
     this.m_lsvDetail.Alignment          = System.Windows.Forms.ListViewAlignment.SnapToGrid;
     this.m_lsvDetail.AllowColumnReorder = true;
     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.m_clhRowNO,
         this.m_clhMedID,
         this.m_clhMedName,
         this.m_clhMedSpec,
         this.m_clhMedUnit,
         this.m_clhQty
     });
     this.m_lsvDetail.Font           = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_lsvDetail.FullRowSelect  = true;
     this.m_lsvDetail.GridLines      = true;
     this.m_lsvDetail.HoverSelection = true;
     this.m_lsvDetail.Location       = new System.Drawing.Point(216, 136);
     this.m_lsvDetail.Name           = "m_lsvDetail";
     this.m_lsvDetail.Size           = new System.Drawing.Size(640, 384);
     this.m_lsvDetail.Sorting        = System.Windows.Forms.SortOrder.Ascending;
     this.m_lsvDetail.TabIndex       = 12;
     this.m_lsvDetail.View           = System.Windows.Forms.View.Details;
     //
     // m_clhRowNO
     //
     this.m_clhRowNO.Text      = "行号";
     this.m_clhRowNO.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // m_clhMedID
     //
     this.m_clhMedID.Text      = "代码";
     this.m_clhMedID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // m_clhMedName
     //
     this.m_clhMedName.Text      = "名称";
     this.m_clhMedName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.m_clhMedName.Width     = 150;
     //
     // m_clhMedSpec
     //
     this.m_clhMedSpec.Text      = "规格";
     this.m_clhMedSpec.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.m_clhMedSpec.Width     = 120;
     //
     // m_clhMedUnit
     //
     this.m_clhMedUnit.Text      = "单位";
     this.m_clhMedUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.m_clhMedUnit.Width     = 100;
     //
     // m_clhQty
     //
     this.m_clhQty.Text      = "数量";
     this.m_clhQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.m_clhQty.Width     = 80;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.m_lsvPopUnit);
     this.groupBox2.Controls.Add(this.m_txtMedID);
     this.groupBox2.Controls.Add(this.m_cmdConfirm);
     this.groupBox2.Controls.Add(this.m_txtUnit);
     this.groupBox2.Controls.Add(this.m_txtMedSpec);
     this.groupBox2.Controls.Add(this.m_txtMedName);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.m_txtQty);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Location = new System.Drawing.Point(216, 520);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(648, 112);
     this.groupBox2.TabIndex = 13;
     this.groupBox2.TabStop  = false;
     //
     // m_lsvPopUnit
     //
     this.m_lsvPopUnit.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader11,
         this.columnHeader12,
         this.columnHeader13,
         this.columnHeader14
     });
     this.m_lsvPopUnit.FullRowSelect = true;
     this.m_lsvPopUnit.GridLines     = true;
     this.m_lsvPopUnit.Location      = new System.Drawing.Point(80, -88);
     this.m_lsvPopUnit.Name          = "m_lsvPopUnit";
     this.m_lsvPopUnit.Size          = new System.Drawing.Size(280, 96);
     this.m_lsvPopUnit.TabIndex      = 45;
     this.m_lsvPopUnit.View          = System.Windows.Forms.View.Details;
     this.m_lsvPopUnit.Visible       = false;
     this.m_lsvPopUnit.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.m_lsvPopUnit_KeyDown);
     this.m_lsvPopUnit.DoubleClick  += new System.EventHandler(this.m_lsvPopUnit_DoubleClick);
     //
     // columnHeader11
     //
     this.columnHeader11.Text  = "单位代码";
     this.columnHeader11.Width = 80;
     //
     // columnHeader12
     //
     this.columnHeader12.Text  = "单位名称";
     this.columnHeader12.Width = 80;
     //
     // columnHeader13
     //
     this.columnHeader13.Text  = "比例关系";
     this.columnHeader13.Width = 80;
     //
     // columnHeader14
     //
     this.columnHeader14.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.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtMedID.ForceFormatText = true;
     this.m_txtMedID.ListViewHeight  = 120;
     this.m_txtMedID.ListViewWidth   = 450;
     this.m_txtMedID.Location        = new System.Drawing.Point(80, 24);
     this.m_txtMedID.Name            = "m_txtMedID";
     this.m_txtMedID.Size            = new System.Drawing.Size(112, 23);
     this.m_txtMedID.strStorageID    = "";
     this.m_txtMedID.TabIndex        = 8;
     this.m_txtMedID.Text            = "";
     this.m_txtMedID.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.m_txtMedID_KeyPress);
     //
     // m_cmdConfirm
     //
     this.m_cmdConfirm.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdConfirm.DefaultScheme = true;
     this.m_cmdConfirm.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdConfirm.Hint          = "";
     this.m_cmdConfirm.Location      = new System.Drawing.Point(496, 64);
     this.m_cmdConfirm.Name          = "m_cmdConfirm";
     this.m_cmdConfirm.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdConfirm.Size          = new System.Drawing.Size(120, 32);
     this.m_cmdConfirm.TabIndex      = 11;
     this.m_cmdConfirm.Text          = "确定(&S)";
     this.m_cmdConfirm.Click        += new System.EventHandler(this.m_cmdConfirm_Click);
     //
     // m_txtUnit
     //
     this.m_txtUnit.EnableAutoValidation   = false;
     this.m_txtUnit.EnableEnterKeyValidate = true;
     this.m_txtUnit.EnableEscapeKeyUndo    = true;
     this.m_txtUnit.EnableLastValidValue   = true;
     this.m_txtUnit.ErrorProvider          = null;
     this.m_txtUnit.ErrorProviderMessage   = "Invalid value";
     this.m_txtUnit.ForceFormatText        = true;
     this.m_txtUnit.Location = new System.Drawing.Point(80, 68);
     this.m_txtUnit.Name     = "m_txtUnit";
     this.m_txtUnit.TabIndex = 9;
     this.m_txtUnit.Text     = "";
     this.m_txtUnit.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_txtUnit_KeyDown);
     //
     // m_txtMedSpec
     //
     this.m_txtMedSpec.EnableAutoValidation = false;
     this.m_txtMedSpec.Enabled = false;
     this.m_txtMedSpec.EnableEnterKeyValidate = true;
     this.m_txtMedSpec.EnableEscapeKeyUndo    = true;
     this.m_txtMedSpec.EnableLastValidValue   = true;
     this.m_txtMedSpec.ErrorProvider          = null;
     this.m_txtMedSpec.ErrorProviderMessage   = "Invalid value";
     this.m_txtMedSpec.ForceFormatText        = true;
     this.m_txtMedSpec.Location = new System.Drawing.Point(512, 24);
     this.m_txtMedSpec.Name     = "m_txtMedSpec";
     this.m_txtMedSpec.TabIndex = 10;
     this.m_txtMedSpec.Text     = "";
     //
     // m_txtMedName
     //
     this.m_txtMedName.EnableAutoValidation = false;
     this.m_txtMedName.Enabled = 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(288, 24);
     this.m_txtMedName.Name     = "m_txtMedName";
     this.m_txtMedName.Size     = new System.Drawing.Size(120, 23);
     this.m_txtMedName.TabIndex = 9;
     this.m_txtMedName.Text     = "";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(248, 72);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(34, 19);
     this.label16.TabIndex = 7;
     this.label16.Text     = "数量";
     //
     // m_txtQty
     //
     this.m_txtQty.EnableAutoValidation   = false;
     this.m_txtQty.EnableEnterKeyValidate = true;
     this.m_txtQty.EnableEscapeKeyUndo    = true;
     this.m_txtQty.EnableLastValidValue   = true;
     this.m_txtQty.ErrorProvider          = null;
     this.m_txtQty.ErrorProviderMessage   = "Invalid value";
     this.m_txtQty.ForceFormatText        = true;
     this.m_txtQty.Location         = new System.Drawing.Point(288, 68);
     this.m_txtQty.Name             = "m_txtQty";
     this.m_txtQty.NumericCharStyle = ((SourceLibrary.Windows.Forms.NumericCharStyle)((SourceLibrary.Windows.Forms.NumericCharStyle.DecimalSeparator | SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol)));
     this.m_txtQty.TabIndex         = 10;
     this.m_txtQty.Text             = "";
     this.m_txtQty.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(37, 72);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(34, 19);
     this.label13.TabIndex = 3;
     this.label13.Text     = "单位";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(440, 28);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(63, 19);
     this.label12.TabIndex = 2;
     this.label12.Text     = "药品规格";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(217, 28);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(63, 19);
     this.label11.TabIndex = 1;
     this.label11.Text     = "药品名称";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(8, 28);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(63, 19);
     this.label10.TabIndex = 0;
     this.label10.Text     = "药品代码";
     //
     // m_txtOrdID
     //
     this.m_txtOrdID.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtOrdID.EnableAutoValidation   = false;
     this.m_txtOrdID.EnableEnterKeyValidate = true;
     this.m_txtOrdID.EnableEscapeKeyUndo    = true;
     this.m_txtOrdID.EnableLastValidValue   = true;
     this.m_txtOrdID.ErrorProvider          = null;
     this.m_txtOrdID.ErrorProviderMessage   = "Invalid value";
     this.m_txtOrdID.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtOrdID.ForceFormatText = true;
     this.m_txtOrdID.Location        = new System.Drawing.Point(520, 16);
     this.m_txtOrdID.Name            = "m_txtOrdID";
     this.m_txtOrdID.Size            = new System.Drawing.Size(320, 23);
     this.m_txtOrdID.TabIndex        = 13;
     this.m_txtOrdID.Text            = "";
     //
     // m_txtMemo
     //
     this.m_txtMemo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.m_txtMemo.EnableAutoValidation   = false;
     this.m_txtMemo.EnableEnterKeyValidate = true;
     this.m_txtMemo.EnableEscapeKeyUndo    = true;
     this.m_txtMemo.EnableLastValidValue   = true;
     this.m_txtMemo.ErrorProvider          = null;
     this.m_txtMemo.ErrorProviderMessage   = "Invalid value";
     this.m_txtMemo.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtMemo.ForceFormatText = true;
     this.m_txtMemo.Location        = new System.Drawing.Point(272, 48);
     this.m_txtMemo.Name            = "m_txtMemo";
     this.m_txtMemo.Size            = new System.Drawing.Size(568, 23);
     this.m_txtMemo.TabIndex        = 11;
     this.m_txtMemo.Text            = "";
     //
     // m_dtpCreateDate
     //
     this.m_dtpCreateDate.CalendarFont = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_dtpCreateDate.CustomFormat = "";
     this.m_dtpCreateDate.Font         = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_dtpCreateDate.Location     = new System.Drawing.Point(272, 16);
     this.m_dtpCreateDate.MaxDate      = new System.DateTime(2059, 12, 31, 0, 0, 0, 0);
     this.m_dtpCreateDate.MinDate      = new System.DateTime(2004, 1, 1, 0, 0, 0, 0);
     this.m_dtpCreateDate.Name         = "m_dtpCreateDate";
     this.m_dtpCreateDate.Size         = new System.Drawing.Size(128, 23);
     this.m_dtpCreateDate.TabIndex     = 9;
     this.m_dtpCreateDate.Value        = new System.DateTime(2004, 7, 8, 16, 15, 8, 453);
     //
     // m_txtMedStore
     //
     this.m_txtMedStore.EnableAutoValidation = false;
     this.m_txtMedStore.Enabled = false;
     this.m_txtMedStore.EnableEnterKeyValidate = true;
     this.m_txtMedStore.EnableEscapeKeyUndo    = true;
     this.m_txtMedStore.EnableLastValidValue   = true;
     this.m_txtMedStore.ErrorProvider          = null;
     this.m_txtMedStore.ErrorProviderMessage   = "Invalid value";
     this.m_txtMedStore.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_txtMedStore.ForceFormatText = true;
     this.m_txtMedStore.Location        = new System.Drawing.Point(48, 48);
     this.m_txtMedStore.Name            = "m_txtMedStore";
     this.m_txtMedStore.Size            = new System.Drawing.Size(136, 23);
     this.m_txtMedStore.TabIndex        = 8;
     this.m_txtMedStore.Text            = "";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label9.Location = new System.Drawing.Point(464, 20);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(48, 19);
     this.label9.TabIndex = 6;
     this.label9.Text     = "单据号";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label8.Location = new System.Drawing.Point(232, 52);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(34, 19);
     this.label8.TabIndex = 5;
     this.label8.Text     = "备注";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label4.Location = new System.Drawing.Point(232, 20);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(34, 19);
     this.label4.TabIndex = 2;
     this.label4.Text     = "日期";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label3.Location = new System.Drawing.Point(8, 52);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(34, 19);
     this.label3.TabIndex = 1;
     this.label3.Text     = "药房";
     //
     // 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_cboStorage);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.m_txtOrdID);
     this.groupBox1.Controls.Add(this.m_txtMemo);
     this.groupBox1.Controls.Add(this.m_dtpCreateDate);
     this.groupBox1.Controls.Add(this.m_txtMedStore);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     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, 48);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(864, 80);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     //
     // m_cboStorage
     //
     this.m_cboStorage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboStorage.Location      = new System.Drawing.Point(48, 16);
     this.m_cboStorage.Name          = "m_cboStorage";
     this.m_cboStorage.Size          = new System.Drawing.Size(136, 22);
     this.m_cboStorage.TabIndex      = 16;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 20);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(34, 19);
     this.label1.TabIndex = 15;
     this.label1.Text     = "药库";
     //
     // frmMedStoreMedAppl
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(864, 653);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.m_lsvDetail);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.m_tbr);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name  = "frmMedStoreMedAppl";
     this.Text  = "药房领药申请";
     this.Load += new System.EventHandler(this.frmMedStoreMedAppl_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #13
0
파일: frmFeeType.cs 프로젝트: iamwsx05/HIS
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_btnNew       = new PinkieControls.ButtonXP();
     this.m_btnSave      = new PinkieControls.ButtonXP();
     this.m_btnExit      = new PinkieControls.ButtonXP();
     this.m_txtName      = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.ra4            = new System.Windows.Forms.RadioButton();
     this.ra3            = new System.Windows.Forms.RadioButton();
     this.ra2            = new System.Windows.Forms.RadioButton();
     this.ra1            = new System.Windows.Forms.RadioButton();
     this.m_lvw          = 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.label2         = new System.Windows.Forms.Label();
     this.m_textUSERCODE = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.m_txtSORTCODE  = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.label3         = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.m_btnDel       = new PinkieControls.ButtonXP();
     this.label4         = new System.Windows.Forms.Label();
     this.txtID          = new SourceLibrary.Windows.Forms.TextBoxTyped();
     this.txtLimit       = new SourceLibrary.Windows.Forms.TextBoxTypedNumeric();
     this.label5         = new System.Windows.Forms.Label();
     this.ra5            = new System.Windows.Forms.RadioButton();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // m_btnNew
     //
     this.m_btnNew.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnNew.DefaultScheme = true;
     this.m_btnNew.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnNew.Hint          = "";
     this.m_btnNew.Location      = new System.Drawing.Point(544, 264);
     this.m_btnNew.Name          = "m_btnNew";
     this.m_btnNew.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnNew.Size          = new System.Drawing.Size(112, 40);
     this.m_btnNew.TabIndex      = 16;
     this.m_btnNew.Text          = "新增(&A)";
     this.m_btnNew.Click        += new System.EventHandler(this.m_btnNew_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(544, 322);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(112, 40);
     this.m_btnSave.TabIndex      = 17;
     this.m_btnSave.Text          = "保存(&S)";
     this.m_btnSave.Click        += new System.EventHandler(this.m_btnSave_Click);
     //
     // m_btnExit
     //
     this.m_btnExit.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_btnExit.DefaultScheme = true;
     this.m_btnExit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_btnExit.Hint          = "";
     this.m_btnExit.Location      = new System.Drawing.Point(544, 438);
     this.m_btnExit.Name          = "m_btnExit";
     this.m_btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnExit.Size          = new System.Drawing.Size(112, 40);
     this.m_btnExit.TabIndex      = 21;
     this.m_btnExit.Text          = "退出(Esc)";
     this.m_btnExit.Click        += new System.EventHandler(this.m_btnExit_Click);
     //
     // m_txtName
     //
     this.m_txtName.EnableAutoValidation   = true;
     this.m_txtName.EnableEnterKeyValidate = true;
     this.m_txtName.EnableEscapeKeyUndo    = true;
     this.m_txtName.EnableLastValidValue   = true;
     this.m_txtName.ErrorProvider          = null;
     this.m_txtName.ErrorProviderMessage   = "Invalid value";
     this.m_txtName.ForceFormatText        = true;
     this.m_txtName.Location     = new System.Drawing.Point(528, 152);
     this.m_txtName.MaxLength    = 50;
     this.m_txtName.Name         = "m_txtName";
     this.m_txtName.Size         = new System.Drawing.Size(144, 23);
     this.m_txtName.TabIndex     = 10;
     this.m_txtName.Text         = "";
     this.m_txtName.TextChanged += new System.EventHandler(this.m_txtName_TextChanged);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ra5);
     this.groupBox1.Controls.Add(this.ra4);
     this.groupBox1.Controls.Add(this.ra3);
     this.groupBox1.Controls.Add(this.ra2);
     this.groupBox1.Controls.Add(this.ra1);
     this.groupBox1.Location = new System.Drawing.Point(0, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(720, 64);
     this.groupBox1.TabIndex = 25;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "费用类型";
     //
     // ra4
     //
     this.ra4.Location        = new System.Drawing.Point(440, 24);
     this.ra4.Name            = "ra4";
     this.ra4.Size            = new System.Drawing.Size(88, 32);
     this.ra4.TabIndex        = 3;
     this.ra4.Text            = "住院发票";
     this.ra4.CheckedChanged += new System.EventHandler(this.ra1_CheckedChanged);
     //
     // ra3
     //
     this.ra3.Location        = new System.Drawing.Point(288, 24);
     this.ra3.Name            = "ra3";
     this.ra3.Size            = new System.Drawing.Size(88, 32);
     this.ra3.TabIndex        = 2;
     this.ra3.Text            = "住院核算";
     this.ra3.CheckedChanged += new System.EventHandler(this.ra1_CheckedChanged);
     //
     // ra2
     //
     this.ra2.Location        = new System.Drawing.Point(152, 24);
     this.ra2.Name            = "ra2";
     this.ra2.Size            = new System.Drawing.Size(88, 32);
     this.ra2.TabIndex        = 1;
     this.ra2.Text            = "门诊发票";
     this.ra2.CheckedChanged += new System.EventHandler(this.ra1_CheckedChanged);
     //
     // ra1
     //
     this.ra1.Location        = new System.Drawing.Point(24, 24);
     this.ra1.Name            = "ra1";
     this.ra1.Size            = new System.Drawing.Size(88, 32);
     this.ra1.TabIndex        = 0;
     this.ra1.Text            = "门诊核算";
     this.ra1.CheckedChanged += new System.EventHandler(this.ra1_CheckedChanged);
     //
     // 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)));
     this.m_lvw.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         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(0, 80);
     this.m_lvw.Name                  = "m_lvw";
     this.m_lvw.Size                  = new System.Drawing.Size(424, 432);
     this.m_lvw.TabIndex              = 50;
     this.m_lvw.View                  = System.Windows.Forms.View.Details;
     this.m_lvw.Click                += new System.EventHandler(this.m_lvw_SelectedIndexChanged);
     this.m_lvw.SelectedIndexChanged += new System.EventHandler(this.m_lvw_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "类型ID";
     this.columnHeader1.Width = 55;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "排序号";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader2.Width     = 62;
     //
     // columnHeader3
     //
     this.columnHeader3.Text      = "类别名称";
     this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader3.Width     = 117;
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "项目代码";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.columnHeader4.Width     = 96;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "公费上限";
     this.columnHeader5.Width = 84;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(456, 190);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(70, 19);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "项目代码:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // m_textUSERCODE
     //
     this.m_textUSERCODE.EnableAutoValidation   = true;
     this.m_textUSERCODE.EnableEnterKeyValidate = true;
     this.m_textUSERCODE.EnableEscapeKeyUndo    = true;
     this.m_textUSERCODE.EnableLastValidValue   = true;
     this.m_textUSERCODE.ErrorProvider          = null;
     this.m_textUSERCODE.ErrorProviderMessage   = "Invalid value";
     this.m_textUSERCODE.ForceFormatText        = true;
     this.m_textUSERCODE.ImeMode   = System.Windows.Forms.ImeMode.Off;
     this.m_textUSERCODE.Location  = new System.Drawing.Point(528, 184);
     this.m_textUSERCODE.MaxLength = 10;
     this.m_textUSERCODE.Name      = "m_textUSERCODE";
     this.m_textUSERCODE.Size      = new System.Drawing.Size(144, 23);
     this.m_textUSERCODE.TabIndex  = 15;
     this.m_textUSERCODE.Text      = "";
     //
     // m_txtSORTCODE
     //
     this.m_txtSORTCODE.EnableAutoValidation   = false;
     this.m_txtSORTCODE.EnableEnterKeyValidate = false;
     this.m_txtSORTCODE.EnableEscapeKeyUndo    = true;
     this.m_txtSORTCODE.EnableLastValidValue   = true;
     this.m_txtSORTCODE.ErrorProvider          = null;
     this.m_txtSORTCODE.ErrorProviderMessage   = "Invalid value";
     this.m_txtSORTCODE.ForceFormatText        = true;
     this.m_txtSORTCODE.Location         = new System.Drawing.Point(528, 120);
     this.m_txtSORTCODE.MaxLength        = 2;
     this.m_txtSORTCODE.Name             = "m_txtSORTCODE";
     this.m_txtSORTCODE.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol;
     this.m_txtSORTCODE.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.m_txtSORTCODE.Size             = new System.Drawing.Size(144, 23);
     this.m_txtSORTCODE.TabIndex         = 5;
     this.m_txtSORTCODE.Text             = "";
     this.m_txtSORTCODE.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(456, 125);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(70, 19);
     this.label3.TabIndex  = 14;
     this.label3.Text      = "排 序 号:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(456, 156);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(70, 19);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "名    称:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // 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(544, 380);
     this.m_btnDel.Name          = "m_btnDel";
     this.m_btnDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnDel.Size          = new System.Drawing.Size(112, 40);
     this.m_btnDel.TabIndex      = 19;
     this.m_btnDel.Text          = "删除(&D)";
     this.m_btnDel.Click        += new System.EventHandler(this.m_btnDel_Click);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(456, 92);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(63, 19);
     this.label4.TabIndex  = 16;
     this.label4.Text      = "类型 ID:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtID
     //
     this.txtID.EnableAutoValidation   = true;
     this.txtID.EnableEnterKeyValidate = true;
     this.txtID.EnableEscapeKeyUndo    = true;
     this.txtID.EnableLastValidValue   = true;
     this.txtID.ErrorProvider          = null;
     this.txtID.ErrorProviderMessage   = "Invalid value";
     this.txtID.ForceFormatText        = true;
     this.txtID.Location  = new System.Drawing.Point(528, 88);
     this.txtID.MaxLength = 4;
     this.txtID.Name      = "txtID";
     this.txtID.Size      = new System.Drawing.Size(144, 23);
     this.txtID.TabIndex  = 0;
     this.txtID.Text      = "";
     //
     // txtLimit
     //
     this.txtLimit.EnableAutoValidation   = false;
     this.txtLimit.EnableEnterKeyValidate = false;
     this.txtLimit.EnableEscapeKeyUndo    = true;
     this.txtLimit.EnableLastValidValue   = true;
     this.txtLimit.ErrorProvider          = null;
     this.txtLimit.ErrorProviderMessage   = "Invalid value";
     this.txtLimit.ForceFormatText        = true;
     this.txtLimit.Location         = new System.Drawing.Point(528, 216);
     this.txtLimit.MaxLength        = 10;
     this.txtLimit.Name             = "txtLimit";
     this.txtLimit.NumericCharStyle = SourceLibrary.Windows.Forms.NumericCharStyle.NegativeSymbol;
     this.txtLimit.RightToLeft      = System.Windows.Forms.RightToLeft.Yes;
     this.txtLimit.Size             = new System.Drawing.Size(144, 23);
     this.txtLimit.TabIndex         = 20;
     this.txtLimit.Text             = "";
     this.txtLimit.TextAlign        = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Location  = new System.Drawing.Point(456, 216);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(70, 19);
     this.label5.TabIndex  = 52;
     this.label5.Text      = "公费上限:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ra5
     //
     this.ra5.Location        = new System.Drawing.Point(584, 24);
     this.ra5.Name            = "ra5";
     this.ra5.Size            = new System.Drawing.Size(120, 32);
     this.ra5.TabIndex        = 4;
     this.ra5.Text            = "病案核算分类";
     this.ra5.CheckedChanged += new System.EventHandler(this.ra1_CheckedChanged);
     //
     // frmFeeType
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(722, 511);
     this.Controls.Add(this.txtLimit);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtID);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.m_txtSORTCODE);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.m_txtName);
     this.Controls.Add(this.m_btnExit);
     this.Controls.Add(this.m_btnSave);
     this.Controls.Add(this.m_btnNew);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.m_textUSERCODE);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_btnDel);
     this.Controls.Add(this.m_lvw);
     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.FixedDialog;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "frmFeeType";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "收费项目类型";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmFeeType_KeyDown);
     this.Load           += new System.EventHandler(this.frmChargeCat_Load);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }