Beispiel #1
0
        public void m_mthShowWarning(com.digitalwave.controls.datagrid.ctlDataGrid txtBox, string strWaring)
        {
            frmShowWarning ShowWarning = new frmShowWarning();

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

            p.X += (txtBox.Width / 2);
            p.Y += (txtBox.Height / 2);
            ShowWarning.Location = p;
            ShowWarning.Show();
        }
Beispiel #2
0
 public frmAccordRecipeEdit(com.digitalwave.controls.datagrid.ctlDataGrid d1, com.digitalwave.controls.datagrid.ctlDataGrid d2,
                            com.digitalwave.controls.datagrid.ctlDataGrid dlis, com.digitalwave.controls.datagrid.ctlDataGrid dtest,
                            com.digitalwave.controls.datagrid.ctlDataGrid dops, com.digitalwave.controls.datagrid.ctlDataGrid d6, int intLocation)
 {
     InitializeComponent();
     DataGrid1    = d1;
     DataGrid2    = d2;
     DataGridLis  = dlis;
     DataGridTest = dtest;
     DataGridOps  = dops;
     DataGrid6    = d6;
     CurrLoaction = intLocation;
 }
Beispiel #3
0
 private void m_mthHandleDataGridInput()
 {
     foreach (System.Windows.Forms.Control cc in this.tabControl1.Controls)
     {
         foreach (System.Windows.Forms.Control c in cc.Controls)
         {
             com.digitalwave.controls.datagrid.ctlDataGrid dategrid = c as com.digitalwave.controls.datagrid.ctlDataGrid;
             if (dategrid != null)
             {
                 for (int i = 0; i < dategrid.Columns.Count; i++)
                 {
                     if (((com.digitalwave.controls.datagrid.clsColumnInfo)dategrid.Columns[i]).DataGridTextBoxColumn.TextBox.Enabled == false || ((com.digitalwave.controls.datagrid.clsColumnInfo)ctlDataGrid1.Columns[i]).DataGridTextBoxColumn.TextBox.MaxLength < 10)
                     {
                         continue;
                     }
                     ((com.digitalwave.controls.datagrid.clsColumnInfo)dategrid.Columns[i]).DataGridTextBoxColumn.TextBox.KeyPress += new KeyPressEventHandler(TextBox_KeyPress);
                 }
             }
         }
     }
 }
Beispiel #4
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);
 }
Beispiel #5
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo1 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo2 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo3 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo4 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo5 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     this.ctlDataGrid1 = new com.digitalwave.controls.datagrid.ctlDataGrid();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // ctlDataGrid1
     //
     this.ctlDataGrid1.AllowAddNew          = false;
     this.ctlDataGrid1.AllowDelete          = true;
     this.ctlDataGrid1.AutoAppendRow        = false;
     this.ctlDataGrid1.AutoScroll           = true;
     this.ctlDataGrid1.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.ctlDataGrid1.CaptionText          = "";
     this.ctlDataGrid1.CaptionVisible       = false;
     this.ctlDataGrid1.ColumnHeadersVisible = true;
     clsColumnInfo1.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo1.BackColor   = System.Drawing.Color.White;
     clsColumnInfo1.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo1.ColumnIndex = 0;
     clsColumnInfo1.ColumnName  = "ITEMCODE_VCHR";
     clsColumnInfo1.ColumnWidth = 75;
     clsColumnInfo1.Enabled     = false;
     clsColumnInfo1.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo1.HeadText    = "助记码";
     clsColumnInfo1.ReadOnly    = true;
     clsColumnInfo1.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo2.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo2.BackColor   = System.Drawing.Color.White;
     clsColumnInfo2.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo2.ColumnIndex = 1;
     clsColumnInfo2.ColumnName  = "ITEMNAME_VCHR";
     clsColumnInfo2.ColumnWidth = 170;
     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  = "PREPRICE_MNY";
     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 = 3;
     clsColumnInfo4.ColumnName  = "CURPRICE_MNY";
     clsColumnInfo4.ColumnWidth = 75;
     clsColumnInfo4.Enabled     = false;
     clsColumnInfo4.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo4.HeadText    = "现价";
     clsColumnInfo4.ReadOnly    = true;
     clsColumnInfo4.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo5.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo5.BackColor   = System.Drawing.Color.White;
     clsColumnInfo5.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo5.ColumnIndex = 4;
     clsColumnInfo5.ColumnName  = "EFFECT_DAT";
     clsColumnInfo5.ColumnWidth = 120;
     clsColumnInfo5.Enabled     = false;
     clsColumnInfo5.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo5.HeadText    = "调价日期";
     clsColumnInfo5.ReadOnly    = true;
     clsColumnInfo5.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.ctlDataGrid1.Columns.Add(clsColumnInfo1);
     this.ctlDataGrid1.Columns.Add(clsColumnInfo2);
     this.ctlDataGrid1.Columns.Add(clsColumnInfo3);
     this.ctlDataGrid1.Columns.Add(clsColumnInfo4);
     this.ctlDataGrid1.Columns.Add(clsColumnInfo5);
     this.ctlDataGrid1.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.ctlDataGrid1.FullRowSelect        = true;
     this.ctlDataGrid1.Location             = new System.Drawing.Point(0, 0);
     this.ctlDataGrid1.MultiSelect          = false;
     this.ctlDataGrid1.Name                 = "ctlDataGrid1";
     this.ctlDataGrid1.ReadOnly             = true;
     this.ctlDataGrid1.RowHeadersVisible    = true;
     this.ctlDataGrid1.RowHeaderWidth       = 35;
     this.ctlDataGrid1.SelectedRowBackColor = System.Drawing.Color.Blue;
     this.ctlDataGrid1.SelectedRowForeColor = System.Drawing.Color.White;
     this.ctlDataGrid1.Size                 = new System.Drawing.Size(600, 397);
     this.ctlDataGrid1.TabIndex             = 0;
     //
     // frmChangePriceInfo
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(600, 397);
     this.Controls.Add(this.ctlDataGrid1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.Name            = "frmChangePriceInfo";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "调价信息 ---按任意键退出";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frmChangePriceInfo_KeyDown);
     this.Load           += new System.EventHandler(this.frmChangePriceInfo_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #6
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo1  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo2  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo3  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo4  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo5  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo6  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo7  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo8  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo9  = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo10 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo11 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo12 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo13 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo14 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.m_dgMedBse       = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.m_dgCommonUse    = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.m_cmbMedSort     = new System.Windows.Forms.ComboBox();
     this.m_txtMedName     = new System.Windows.Forms.TextBox();
     this.m_BtnSearch      = new PinkieControls.ButtonXP();
     this.m_BtnSetPersonal = new PinkieControls.ButtonXP();
     this.m_BtnSetDept     = new PinkieControls.ButtonXP();
     this.label1           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.m_BtnDel         = new PinkieControls.ButtonXP();
     this.m_BtnSave        = new PinkieControls.ButtonXP();
     this.buttonXP2        = new PinkieControls.ButtonXP();
     this.m_BtnReresh      = new PinkieControls.ButtonXP();
     this.m_cmbCondition   = new System.Windows.Forms.ComboBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgMedBse)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_dgCommonUse)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.m_dgMedBse);
     this.groupBox1.Location = new System.Drawing.Point(4, 4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(372, 540);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "项目信息";
     //
     // m_dgMedBse
     //
     this.m_dgMedBse.AllowAddNew = false;
     this.m_dgMedBse.AllowDelete = false;
     this.m_dgMedBse.Anchor      = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.m_dgMedBse.AutoAppendRow        = true;
     this.m_dgMedBse.AutoScroll           = true;
     this.m_dgMedBse.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.m_dgMedBse.CaptionText          = "";
     this.m_dgMedBse.CaptionVisible       = false;
     this.m_dgMedBse.ColumnHeadersVisible = true;
     clsColumnInfo1.Alignment             = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo1.BackColor             = System.Drawing.Color.White;
     clsColumnInfo1.Column_Type           = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo1.ColumnIndex           = 0;
     clsColumnInfo1.ColumnName            = "ITEMCODE_VCHR";
     clsColumnInfo1.ColumnWidth           = 75;
     clsColumnInfo1.Enabled     = false;
     clsColumnInfo1.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo1.HeadText    = "编号";
     clsColumnInfo1.ReadOnly    = true;
     clsColumnInfo1.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo2.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo2.BackColor   = System.Drawing.Color.White;
     clsColumnInfo2.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo2.ColumnIndex = 1;
     clsColumnInfo2.ColumnName  = "ITEMNAME_VCHR";
     clsColumnInfo2.ColumnWidth = 150;
     clsColumnInfo2.Enabled     = false;
     clsColumnInfo2.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo2.HeadText    = "项目名称";
     clsColumnInfo2.ReadOnly    = true;
     clsColumnInfo2.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo3.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo3.BackColor   = System.Drawing.Color.White;
     clsColumnInfo3.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo3.ColumnIndex = 2;
     clsColumnInfo3.ColumnName  = "ITEMSPEC_VCHR";
     clsColumnInfo3.ColumnWidth = 150;
     clsColumnInfo3.Enabled     = false;
     clsColumnInfo3.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo3.HeadText    = "项目规格";
     clsColumnInfo3.ReadOnly    = true;
     clsColumnInfo3.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo4.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo4.BackColor   = System.Drawing.Color.White;
     clsColumnInfo4.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo4.ColumnIndex = 3;
     clsColumnInfo4.ColumnName  = "ITEMID_CHR";
     clsColumnInfo4.ColumnWidth = 0;
     clsColumnInfo4.Enabled     = false;
     clsColumnInfo4.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo4.HeadText    = "itemid_chr";
     clsColumnInfo4.ReadOnly    = true;
     clsColumnInfo4.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.m_dgMedBse.Columns.Add(clsColumnInfo1);
     this.m_dgMedBse.Columns.Add(clsColumnInfo2);
     this.m_dgMedBse.Columns.Add(clsColumnInfo3);
     this.m_dgMedBse.Columns.Add(clsColumnInfo4);
     this.m_dgMedBse.FullRowSelect         = true;
     this.m_dgMedBse.Location              = new System.Drawing.Point(4, 42);
     this.m_dgMedBse.MultiSelect           = true;
     this.m_dgMedBse.Name                  = "m_dgMedBse";
     this.m_dgMedBse.ReadOnly              = false;
     this.m_dgMedBse.RowHeadersVisible     = false;
     this.m_dgMedBse.RowHeaderWidth        = 35;
     this.m_dgMedBse.SelectedRowBackColor  = System.Drawing.Color.Purple;
     this.m_dgMedBse.SelectedRowForeColor  = System.Drawing.Color.White;
     this.m_dgMedBse.Size                  = new System.Drawing.Size(364, 494);
     this.m_dgMedBse.TabIndex              = 20;
     this.m_dgMedBse.m_evtDataGridKeyDown += new System.Windows.Forms.KeyEventHandler(this.m_dgMedBse_m_evtDataGridKeyDown);
     this.m_dgMedBse.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.m_dgMedBse_KeyDown);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.m_dgCommonUse);
     this.groupBox2.Location = new System.Drawing.Point(580, 4);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(408, 540);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "常用项目";
     //
     // m_dgCommonUse
     //
     this.m_dgCommonUse.AllowAddNew = false;
     this.m_dgCommonUse.AllowDelete = false;
     this.m_dgCommonUse.Anchor      = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.m_dgCommonUse.AutoAppendRow        = true;
     this.m_dgCommonUse.AutoScroll           = true;
     this.m_dgCommonUse.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.m_dgCommonUse.CaptionText          = "";
     this.m_dgCommonUse.CaptionVisible       = false;
     this.m_dgCommonUse.ColumnHeadersVisible = true;
     clsColumnInfo5.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo5.BackColor    = System.Drawing.Color.White;
     clsColumnInfo5.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo5.ColumnIndex  = 0;
     clsColumnInfo5.ColumnName   = "itemcode_vchr";
     clsColumnInfo5.ColumnWidth  = 75;
     clsColumnInfo5.Enabled      = false;
     clsColumnInfo5.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo5.HeadText     = "编号";
     clsColumnInfo5.ReadOnly     = true;
     clsColumnInfo5.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo6.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo6.BackColor    = System.Drawing.Color.White;
     clsColumnInfo6.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo6.ColumnIndex  = 1;
     clsColumnInfo6.ColumnName   = "itemname_vchr";
     clsColumnInfo6.ColumnWidth  = 150;
     clsColumnInfo6.Enabled      = false;
     clsColumnInfo6.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo6.HeadText     = "项目名称";
     clsColumnInfo6.ReadOnly     = true;
     clsColumnInfo6.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo7.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo7.BackColor    = System.Drawing.Color.White;
     clsColumnInfo7.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo7.ColumnIndex  = 2;
     clsColumnInfo7.ColumnName   = "itemspec_vchr";
     clsColumnInfo7.ColumnWidth  = 150;
     clsColumnInfo7.Enabled      = false;
     clsColumnInfo7.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo7.HeadText     = "项目规格";
     clsColumnInfo7.ReadOnly     = true;
     clsColumnInfo7.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo8.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo8.BackColor    = System.Drawing.Color.White;
     clsColumnInfo8.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo8.ColumnIndex  = 3;
     clsColumnInfo8.ColumnName   = "deptname_vchr";
     clsColumnInfo8.ColumnWidth  = 75;
     clsColumnInfo8.Enabled      = true;
     clsColumnInfo8.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo8.HeadText     = "科室名称";
     clsColumnInfo8.ReadOnly     = false;
     clsColumnInfo8.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo9.Alignment    = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo9.BackColor    = System.Drawing.Color.White;
     clsColumnInfo9.Column_Type  = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo9.ColumnIndex  = 4;
     clsColumnInfo9.ColumnName   = "privilege_name";
     clsColumnInfo9.ColumnWidth  = 75;
     clsColumnInfo9.Enabled      = true;
     clsColumnInfo9.ForeColor    = System.Drawing.Color.Black;
     clsColumnInfo9.HeadText     = "个人/科室";
     clsColumnInfo9.ReadOnly     = false;
     clsColumnInfo9.TextFont     = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo10.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo10.BackColor   = System.Drawing.Color.White;
     clsColumnInfo10.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo10.ColumnIndex = 5;
     clsColumnInfo10.ColumnName  = "privilege_int";
     clsColumnInfo10.ColumnWidth = 0;
     clsColumnInfo10.Enabled     = true;
     clsColumnInfo10.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo10.HeadText    = "privilege_int";
     clsColumnInfo10.ReadOnly    = false;
     clsColumnInfo10.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo11.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo11.BackColor   = System.Drawing.Color.White;
     clsColumnInfo11.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo11.ColumnIndex = 6;
     clsColumnInfo11.ColumnName  = "deptid_chr";
     clsColumnInfo11.ColumnWidth = 0;
     clsColumnInfo11.Enabled     = true;
     clsColumnInfo11.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo11.HeadText    = "deptid_chr";
     clsColumnInfo11.ReadOnly    = false;
     clsColumnInfo11.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo12.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo12.BackColor   = System.Drawing.Color.White;
     clsColumnInfo12.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo12.ColumnIndex = 7;
     clsColumnInfo12.ColumnName  = "itemid_chr";
     clsColumnInfo12.ColumnWidth = 0;
     clsColumnInfo12.Enabled     = false;
     clsColumnInfo12.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo12.HeadText    = "itemid_chr";
     clsColumnInfo12.ReadOnly    = true;
     clsColumnInfo12.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo13.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo13.BackColor   = System.Drawing.Color.White;
     clsColumnInfo13.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo13.ColumnIndex = 8;
     clsColumnInfo13.ColumnName  = "createrid_chr";
     clsColumnInfo13.ColumnWidth = 0;
     clsColumnInfo13.Enabled     = true;
     clsColumnInfo13.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo13.HeadText    = "createrid_chr";
     clsColumnInfo13.ReadOnly    = false;
     clsColumnInfo13.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo14.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo14.BackColor   = System.Drawing.Color.White;
     clsColumnInfo14.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo14.ColumnIndex = 9;
     clsColumnInfo14.ColumnName  = "SEQID_CHR";
     clsColumnInfo14.ColumnWidth = 0;
     clsColumnInfo14.Enabled     = true;
     clsColumnInfo14.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo14.HeadText    = "SEQID_CHR";
     clsColumnInfo14.ReadOnly    = false;
     clsColumnInfo14.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo5);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo6);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo7);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo8);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo9);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo10);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo11);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo12);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo13);
     this.m_dgCommonUse.Columns.Add(clsColumnInfo14);
     this.m_dgCommonUse.FullRowSelect         = true;
     this.m_dgCommonUse.Location              = new System.Drawing.Point(4, 42);
     this.m_dgCommonUse.MultiSelect           = true;
     this.m_dgCommonUse.Name                  = "m_dgCommonUse";
     this.m_dgCommonUse.ReadOnly              = false;
     this.m_dgCommonUse.RowHeadersVisible     = false;
     this.m_dgCommonUse.RowHeaderWidth        = 35;
     this.m_dgCommonUse.SelectedRowBackColor  = System.Drawing.Color.Purple;
     this.m_dgCommonUse.SelectedRowForeColor  = System.Drawing.Color.White;
     this.m_dgCommonUse.Size                  = new System.Drawing.Size(400, 494);
     this.m_dgCommonUse.TabIndex              = 30;
     this.m_dgCommonUse.m_evtDataGridKeyDown += new System.Windows.Forms.KeyEventHandler(this.m_dgCommonUse_m_evtDataGridKeyDown);
     this.m_dgCommonUse.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.m_dgCommonUse_KeyDown);
     //
     // m_cmbMedSort
     //
     this.m_cmbMedSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbMedSort.Items.AddRange(new object[] {
         "西药",
         "成药",
         "中药"
     });
     this.m_cmbMedSort.Location = new System.Drawing.Point(452, 56);
     this.m_cmbMedSort.Name     = "m_cmbMedSort";
     this.m_cmbMedSort.Size     = new System.Drawing.Size(121, 22);
     this.m_cmbMedSort.TabIndex = 0;
     //
     // m_txtMedName
     //
     this.m_txtMedName.Location = new System.Drawing.Point(452, 236);
     this.m_txtMedName.Name     = "m_txtMedName";
     this.m_txtMedName.Size     = new System.Drawing.Size(120, 23);
     this.m_txtMedName.TabIndex = 4;
     this.m_txtMedName.Text     = "";
     this.m_txtMedName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.m_txtMedName_KeyDown);
     //
     // m_BtnSearch
     //
     this.m_BtnSearch.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnSearch.DefaultScheme = true;
     this.m_BtnSearch.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnSearch.Hint          = "";
     this.m_BtnSearch.Location      = new System.Drawing.Point(404, 272);
     this.m_BtnSearch.Name          = "m_BtnSearch";
     this.m_BtnSearch.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnSearch.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnSearch.TabIndex      = 5;
     this.m_BtnSearch.Text          = "查找(&F)";
     this.m_BtnSearch.Click        += new System.EventHandler(this.m_BtnSearch_Click);
     //
     // m_BtnSetPersonal
     //
     this.m_BtnSetPersonal.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnSetPersonal.DefaultScheme = true;
     this.m_BtnSetPersonal.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnSetPersonal.Hint          = "";
     this.m_BtnSetPersonal.Location      = new System.Drawing.Point(404, 328);
     this.m_BtnSetPersonal.Name          = "m_BtnSetPersonal";
     this.m_BtnSetPersonal.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnSetPersonal.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnSetPersonal.TabIndex      = 6;
     this.m_BtnSetPersonal.Text          = "设为个人常用";
     this.m_BtnSetPersonal.Click        += new System.EventHandler(this.m_BtnSetPersonal_Click);
     //
     // m_BtnSetDept
     //
     this.m_BtnSetDept.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnSetDept.DefaultScheme = true;
     this.m_BtnSetDept.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnSetDept.Hint          = "";
     this.m_BtnSetDept.Location      = new System.Drawing.Point(404, 368);
     this.m_BtnSetDept.Name          = "m_BtnSetDept";
     this.m_BtnSetDept.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnSetDept.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnSetDept.TabIndex      = 7;
     this.m_BtnSetDept.Text          = "设为科室常用";
     this.m_BtnSetDept.Visible       = false;
     this.m_BtnSetDept.Click        += new System.EventHandler(this.m_BtnSetDept_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(380, 60);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(68, 16);
     this.label1.TabIndex = 13;
     this.label1.Text     = "项目类型";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(380, 196);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(72, 23);
     this.label3.TabIndex = 13;
     this.label3.Text     = "查询条件";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(380, 240);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(68, 23);
     this.label4.TabIndex = 13;
     this.label4.Text     = "查询内容";
     //
     // m_BtnDel
     //
     this.m_BtnDel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnDel.DefaultScheme = true;
     this.m_BtnDel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnDel.Hint          = "";
     this.m_BtnDel.Location      = new System.Drawing.Point(404, 392);
     this.m_BtnDel.Name          = "m_BtnDel";
     this.m_BtnDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnDel.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnDel.TabIndex      = 8;
     this.m_BtnDel.Text          = "删除常用项目";
     this.m_BtnDel.Click        += new System.EventHandler(this.m_BtnDel_Click);
     //
     // m_BtnSave
     //
     this.m_BtnSave.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnSave.DefaultScheme = true;
     this.m_BtnSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnSave.Hint          = "";
     this.m_BtnSave.Location      = new System.Drawing.Point(404, 440);
     this.m_BtnSave.Name          = "m_BtnSave";
     this.m_BtnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnSave.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnSave.TabIndex      = 9;
     this.m_BtnSave.Text          = "保存(&S)";
     this.m_BtnSave.Click        += new System.EventHandler(this.m_BtnSave_Click);
     //
     // buttonXP2
     //
     this.buttonXP2.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.buttonXP2.DefaultScheme = true;
     this.buttonXP2.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP2.Hint          = "";
     this.buttonXP2.Location      = new System.Drawing.Point(404, 496);
     this.buttonXP2.Name          = "buttonXP2";
     this.buttonXP2.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP2.Size          = new System.Drawing.Size(144, 36);
     this.buttonXP2.TabIndex      = 10;
     this.buttonXP2.Text          = "退出(&E)";
     this.buttonXP2.Click        += new System.EventHandler(this.buttonXP2_Click);
     //
     // m_BtnReresh
     //
     this.m_BtnReresh.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_BtnReresh.DefaultScheme = true;
     this.m_BtnReresh.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_BtnReresh.Hint          = "";
     this.m_BtnReresh.Location      = new System.Drawing.Point(408, 112);
     this.m_BtnReresh.Name          = "m_BtnReresh";
     this.m_BtnReresh.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_BtnReresh.Size          = new System.Drawing.Size(144, 36);
     this.m_BtnReresh.TabIndex      = 0;
     this.m_BtnReresh.Text          = "刷新(&R)";
     this.m_BtnReresh.Click        += new System.EventHandler(this.m_BtnReresh_Click);
     //
     // m_cmbCondition
     //
     this.m_cmbCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbCondition.Items.AddRange(new object[] {
         "项目编码",
         "项目名称",
         "拼音码",
         "五笔码",
         "英文名称"
     });
     this.m_cmbCondition.Location              = new System.Drawing.Point(452, 188);
     this.m_cmbCondition.Name                  = "m_cmbCondition";
     this.m_cmbCondition.Size                  = new System.Drawing.Size(121, 22);
     this.m_cmbCondition.TabIndex              = 14;
     this.m_cmbCondition.SelectedIndexChanged += new System.EventHandler(this.m_cmbCondition_SelectedIndexChanged);
     //
     // frmProjectCommonUse
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(992, 549);
     this.Controls.Add(this.m_cmbCondition);
     this.Controls.Add(this.m_BtnReresh);
     this.Controls.Add(this.buttonXP2);
     this.Controls.Add(this.m_BtnSave);
     this.Controls.Add(this.m_BtnDel);
     this.Controls.Add(this.m_BtnSearch);
     this.Controls.Add(this.m_txtMedName);
     this.Controls.Add(this.m_BtnSetPersonal);
     this.Controls.Add(this.m_BtnSetDept);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.m_cmbMedSort);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Font       = new System.Drawing.Font("宋体", 10.5F);
     this.KeyPreview = true;
     this.Name       = "frmProjectCommonUse";
     this.Text       = "常用项目设置";
     this.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.frmMedCommonUse_KeyDown);
     this.Load      += new System.EventHandler(this.frmMedCommonUse_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgMedBse)).EndInit();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_dgCommonUse)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_lvwPatient  = 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.m_txtArea     = new com.digitalwave.iCare.BIHOrder.Control.ctlFindTextBox();
     this.ctlDataGrid1  = new com.digitalwave.controls.datagrid.ctlDataGrid();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // m_lvwPatient
     //
     this.m_lvwPatient.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.m_lvwPatient.Location = new System.Drawing.Point(124, 60);
     this.m_lvwPatient.Name     = "m_lvwPatient";
     this.m_lvwPatient.Size     = new System.Drawing.Size(392, 252);
     this.m_lvwPatient.TabIndex = 0;
     this.m_lvwPatient.View     = System.Windows.Forms.View.Details;
     //
     // m_txtArea
     //
     this.m_txtArea.Location           = new System.Drawing.Point(32, 28);
     this.m_txtArea.Name               = "m_txtArea";
     this.m_txtArea.TabIndex           = 1;
     this.m_txtArea.Text               = "textBox1";
     this.m_txtArea.m_evtInitListView += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_InitListView(this.m_txtArea_m_evtInitListView);
     this.m_txtArea.m_evtSelectItem   += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_OnSelectItem(this.m_txtArea_m_evtSelectItem);
     this.m_txtArea.m_evtFindItem     += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_OnFindItem(this.m_txtArea_m_evtFindItem);
     //
     // ctlDataGrid1
     //
     this.ctlDataGrid1.AllowAddNew          = true;
     this.ctlDataGrid1.AllowDelete          = true;
     this.ctlDataGrid1.AutoAppendRow        = true;
     this.ctlDataGrid1.AutoScroll           = true;
     this.ctlDataGrid1.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.ctlDataGrid1.CaptionText          = "";
     this.ctlDataGrid1.CaptionVisible       = false;
     this.ctlDataGrid1.ColumnHeadersVisible = true;
     this.ctlDataGrid1.FullRowSelect        = false;
     this.ctlDataGrid1.Location             = new System.Drawing.Point(48, 256);
     this.ctlDataGrid1.MultiSelect          = false;
     this.ctlDataGrid1.Name                 = "ctlDataGrid1";
     this.ctlDataGrid1.ReadOnly             = false;
     this.ctlDataGrid1.RowHeadersVisible    = true;
     this.ctlDataGrid1.RowHeaderWidth       = 35;
     this.ctlDataGrid1.SelectedRowBackColor = System.Drawing.Color.Purple;
     this.ctlDataGrid1.SelectedRowForeColor = System.Drawing.Color.White;
     this.ctlDataGrid1.Size                 = new System.Drawing.Size(188, 108);
     this.ctlDataGrid1.TabIndex             = 2;
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(592, 401);
     this.Controls.Add(this.ctlDataGrid1);
     this.Controls.Add(this.m_txtArea);
     this.Controls.Add(this.m_lvwPatient);
     this.Name = "frmMain";
     this.Text = "frmMain";
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #8
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo1 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     System.ComponentModel.ComponentResourceManager  resources      = new System.ComponentModel.ComponentResourceManager(typeof(frmCheckOutOfDay));
     this.printDocument1   = new System.Drawing.Printing.PrintDocument();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.btnReset         = new PinkieControls.ButtonXP();
     this.buttonXP1        = new PinkieControls.ButtonXP();
     this.m_cboCheckMan    = new com.digitalwave.iCare.gui.HIS.exComboBox();
     this.buttonXP4        = new PinkieControls.ButtonXP();
     this.buttonXP3        = new PinkieControls.ButtonXP();
     this.buttonXP2        = new PinkieControls.ButtonXP();
     this.label5           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.btnEsc           = new PinkieControls.ButtonXP();
     this.btnPrint         = new PinkieControls.ButtonXP();
     this.btnCheck         = new PinkieControls.ButtonXP();
     this.DateCheckOut     = new System.Windows.Forms.DateTimePicker();
     this.panel1           = new System.Windows.Forms.Panel();
     this.panel2           = new System.Windows.Forms.Panel();
     this.ctlprintShow2    = new com.digitalwave.controls.Control.ctlprintShow();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.EndDate          = new System.Windows.Forms.DateTimePicker();
     this.starDate         = new System.Windows.Forms.DateTimePicker();
     this.ctlDgFind        = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.printDocument2   = new System.Drawing.Printing.PrintDocument();
     this.printDocument3   = new System.Drawing.Printing.PrintDocument();
     this.printDocument4   = new System.Drawing.Printing.PrintDocument();
     this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
     this.groupBox1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDgFind)).BeginInit();
     this.SuspendLayout();
     //
     // printDocument1
     //
     this.printDocument1.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     this.printDocument1.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument1_BeginPrint);
     //
     // 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.btnReset);
     this.groupBox1.Controls.Add(this.buttonXP1);
     this.groupBox1.Controls.Add(this.m_cboCheckMan);
     this.groupBox1.Controls.Add(this.buttonXP4);
     this.groupBox1.Controls.Add(this.buttonXP3);
     this.groupBox1.Controls.Add(this.buttonXP2);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.btnEsc);
     this.groupBox1.Controls.Add(this.btnPrint);
     this.groupBox1.Controls.Add(this.btnCheck);
     this.groupBox1.Controls.Add(this.DateCheckOut);
     this.groupBox1.Location = new System.Drawing.Point(0, -5);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1000, 53);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     //
     // btnReset
     //
     this.btnReset.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnReset.DefaultScheme = true;
     this.btnReset.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnReset.Hint          = "";
     this.btnReset.Location      = new System.Drawing.Point(4, 12);
     this.btnReset.Name          = "btnReset";
     this.btnReset.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnReset.Size          = new System.Drawing.Size(180, 32);
     this.btnReset.TabIndex      = 5;
     this.btnReset.Text          = "获取未结帐数据(&S)  ";
     this.btnReset.Click        += new System.EventHandler(this.btnReset_Click);
     //
     // buttonXP1
     //
     this.buttonXP1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.buttonXP1.DefaultScheme = true;
     this.buttonXP1.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP1.Hint          = "";
     this.buttonXP1.Location      = new System.Drawing.Point(92, 13);
     this.buttonXP1.Name          = "buttonXP1";
     this.buttonXP1.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP1.Size          = new System.Drawing.Size(92, 32);
     this.buttonXP1.TabIndex      = 52;
     this.buttonXP1.Text          = "查看(&L)";
     this.buttonXP1.Visible       = false;
     this.buttonXP1.Click        += new System.EventHandler(this.buttonXP1_Click);
     //
     // m_cboCheckMan
     //
     this.m_cboCheckMan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboCheckMan.Location      = new System.Drawing.Point(60, 17);
     this.m_cboCheckMan.Name          = "m_cboCheckMan";
     this.m_cboCheckMan.Size          = new System.Drawing.Size(84, 22);
     this.m_cboCheckMan.TabIndex      = 50;
     this.m_cboCheckMan.Visible       = false;
     //
     // buttonXP4
     //
     this.buttonXP4.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.buttonXP4.DefaultScheme = true;
     this.buttonXP4.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP4.Enabled       = false;
     this.buttonXP4.Hint          = "";
     this.buttonXP4.Location      = new System.Drawing.Point(597, 13);
     this.buttonXP4.Name          = "buttonXP4";
     this.buttonXP4.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP4.Size          = new System.Drawing.Size(131, 32);
     this.buttonXP4.TabIndex      = 55;
     this.buttonXP4.Text          = "合并分类(&U) ";
     this.buttonXP4.Click        += new System.EventHandler(this.buttonXP4_Click);
     //
     // buttonXP3
     //
     this.buttonXP3.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.buttonXP3.DefaultScheme = true;
     this.buttonXP3.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP3.Enabled       = false;
     this.buttonXP3.Hint          = "";
     this.buttonXP3.Location      = new System.Drawing.Point(325, 13);
     this.buttonXP3.Name          = "buttonXP3";
     this.buttonXP3.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP3.Size          = new System.Drawing.Size(131, 32);
     this.buttonXP3.TabIndex      = 54;
     this.buttonXP3.Text          = "分类发票(&D) ";
     this.buttonXP3.Click        += new System.EventHandler(this.buttonXP3_Click);
     //
     // buttonXP2
     //
     this.buttonXP2.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.buttonXP2.DefaultScheme = true;
     this.buttonXP2.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.buttonXP2.Enabled       = false;
     this.buttonXP2.Hint          = "";
     this.buttonXP2.Location      = new System.Drawing.Point(461, 13);
     this.buttonXP2.Name          = "buttonXP2";
     this.buttonXP2.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP2.Size          = new System.Drawing.Size(131, 32);
     this.buttonXP2.TabIndex      = 53;
     this.buttonXP2.Text          = "分类收费(&F) ";
     this.buttonXP2.Click        += new System.EventHandler(this.buttonXP2_Click);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(4, 17);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(64, 23);
     this.label5.TabIndex  = 51;
     this.label5.Text      = "收费员:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label5.Visible   = false;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(80, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(80, 23);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "载止日期:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.label1.Visible   = false;
     //
     // 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(867, 13);
     this.btnEsc.Name          = "btnEsc";
     this.btnEsc.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnEsc.Size          = new System.Drawing.Size(131, 32);
     this.btnEsc.TabIndex      = 3;
     this.btnEsc.Text          = "退出(&E)";
     this.btnEsc.Click        += new System.EventHandler(this.btnEsc_Click);
     //
     // btnPrint
     //
     this.btnPrint.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnPrint.DefaultScheme = true;
     this.btnPrint.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnPrint.Enabled       = false;
     this.btnPrint.Hint          = "";
     this.btnPrint.Location      = new System.Drawing.Point(733, 13);
     this.btnPrint.Name          = "btnPrint";
     this.btnPrint.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnPrint.Size          = new System.Drawing.Size(131, 32);
     this.btnPrint.TabIndex      = 2;
     this.btnPrint.Text          = "打印(&P)";
     this.btnPrint.Click        += new System.EventHandler(this.btnPrint_Click);
     //
     // btnCheck
     //
     this.btnCheck.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(212)))), ((int)(((byte)(208)))), ((int)(((byte)(200)))));
     this.btnCheck.DefaultScheme = true;
     this.btnCheck.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btnCheck.Hint          = "";
     this.btnCheck.Location      = new System.Drawing.Point(189, 13);
     this.btnCheck.Name          = "btnCheck";
     this.btnCheck.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btnCheck.Size          = new System.Drawing.Size(131, 32);
     this.btnCheck.TabIndex      = 1;
     this.btnCheck.Text          = "结帐(&A)";
     this.btnCheck.Click        += new System.EventHandler(this.btnCheck_Click);
     //
     // DateCheckOut
     //
     this.DateCheckOut.Enabled  = false;
     this.DateCheckOut.Location = new System.Drawing.Point(36, 17);
     this.DateCheckOut.Name     = "DateCheckOut";
     this.DateCheckOut.Size     = new System.Drawing.Size(120, 23);
     this.DateCheckOut.TabIndex = 0;
     this.DateCheckOut.Visible  = false;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Location = new System.Drawing.Point(204, 56);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(796, 368);
     this.panel1.TabIndex = 2;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.ctlprintShow2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(792, 364);
     this.panel2.TabIndex = 4;
     //
     // ctlprintShow2
     //
     this.ctlprintShow2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ctlprintShow2.Location = new System.Drawing.Point(0, 0);
     this.ctlprintShow2.Name     = "ctlprintShow2";
     this.ctlprintShow2.Size     = new System.Drawing.Size(792, 364);
     this.ctlprintShow2.TabIndex = 0;
     this.ctlprintShow2.Zoom     = 1;
     this.ctlprintShow2.Load    += new System.EventHandler(this.ctlprintShow2_Load);
     //
     // 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.EndDate);
     this.groupBox2.Controls.Add(this.starDate);
     this.groupBox2.Controls.Add(this.ctlDgFind);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.groupBox2.ForeColor = System.Drawing.Color.Maroon;
     this.groupBox2.Location  = new System.Drawing.Point(0, 48);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(201, 376);
     this.groupBox2.TabIndex  = 3;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "已结帐历史记录";
     //
     // EndDate
     //
     this.EndDate.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.EndDate.Location      = new System.Drawing.Point(76, 48);
     this.EndDate.Name          = "EndDate";
     this.EndDate.Size          = new System.Drawing.Size(120, 23);
     this.EndDate.TabIndex      = 2;
     this.EndDate.ValueChanged += new System.EventHandler(this.EndDate_ValueChanged);
     //
     // starDate
     //
     this.starDate.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.starDate.Location      = new System.Drawing.Point(76, 19);
     this.starDate.Name          = "starDate";
     this.starDate.Size          = new System.Drawing.Size(120, 23);
     this.starDate.TabIndex      = 1;
     this.starDate.ValueChanged += new System.EventHandler(this.starDate_ValueChanged);
     //
     // ctlDgFind
     //
     this.ctlDgFind.AllowAddNew = false;
     this.ctlDgFind.AllowDelete = false;
     this.ctlDgFind.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.ctlDgFind.AutoAppendRow        = false;
     this.ctlDgFind.AutoScroll           = true;
     this.ctlDgFind.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.ctlDgFind.CaptionText          = "";
     this.ctlDgFind.CaptionVisible       = false;
     this.ctlDgFind.ColumnHeadersVisible = true;
     clsColumnInfo1.Alignment            = System.Windows.Forms.HorizontalAlignment.Center;
     clsColumnInfo1.BackColor            = System.Drawing.Color.White;
     clsColumnInfo1.Column_Type          = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo1.ColumnIndex          = 0;
     clsColumnInfo1.ColumnName           = "BALANCE_DAT";
     clsColumnInfo1.ColumnWidth          = 180;
     clsColumnInfo1.Enabled   = false;
     clsColumnInfo1.ForeColor = System.Drawing.Color.Black;
     clsColumnInfo1.HeadText  = "结帐时间";
     clsColumnInfo1.ReadOnly  = true;
     clsColumnInfo1.TextFont  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ctlDgFind.Columns.Add(clsColumnInfo1);
     this.ctlDgFind.Font                     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ctlDgFind.FullRowSelect            = true;
     this.ctlDgFind.Location                 = new System.Drawing.Point(3, 80);
     this.ctlDgFind.MultiSelect              = false;
     this.ctlDgFind.Name                     = "ctlDgFind";
     this.ctlDgFind.ReadOnly                 = false;
     this.ctlDgFind.RowHeadersVisible        = true;
     this.ctlDgFind.RowHeaderWidth           = 15;
     this.ctlDgFind.SelectedRowBackColor     = System.Drawing.Color.Purple;
     this.ctlDgFind.SelectedRowForeColor     = System.Drawing.Color.White;
     this.ctlDgFind.Size                     = new System.Drawing.Size(195, 288);
     this.ctlDgFind.TabIndex                 = 0;
     this.ctlDgFind.m_evtCurrentCellChanged += new System.EventHandler(this.ctlDgFind_m_evtCurrentCellChanged);
     this.ctlDgFind.m_evtDataGridKeyDown    += new System.Windows.Forms.KeyEventHandler(this.ctlDgFind_m_evtDataGridKeyDown);
     this.ctlDgFind.m_evtClickCell          += new com.digitalwave.controls.datagrid.clsDGTextMouseClickEventHandler(this.ctlDgFind_m_evtClickCell);
     //
     // label3
     //
     this.label3.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(6, 48);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(80, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "结束时间:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(6, 19);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "开始时间:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // printDocument2
     //
     this.printDocument2.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument2_PrintPage);
     this.printDocument2.EndPrint   += new System.Drawing.Printing.PrintEventHandler(this.printDocument2_EndPrint);
     this.printDocument2.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument2_BeginPrint);
     //
     // printDocument3
     //
     this.printDocument3.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument3_PrintPage);
     this.printDocument3.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument3_BeginPrint);
     //
     // printDocument4
     //
     this.printDocument4.PrintPage  += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument4_PrintPage);
     this.printDocument4.BeginPrint += new System.Drawing.Printing.PrintEventHandler(this.printDocument4_BeginPrint);
     //
     // frmCheckOutOfDay
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1000, 429);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBox1);
     this.Font  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmCheckOutOfDay";
     this.Text  = "收款员日结报表窗口";
     this.Load += new System.EventHandler(this.frmCheckOutOfDay_Load);
     this.groupBox1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctlDgFind)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #9
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);
        }
Beispiel #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();
     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();
 }
Beispiel #11
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.panel1             = new System.Windows.Forms.Panel();
     this.ctlDataGrid1       = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.panel2             = new System.Windows.Forms.Panel();
     this.panel5             = new System.Windows.Forms.Panel();
     this.btExit             = new PinkieControls.ButtonXP();
     this.btSave             = new PinkieControls.ButtonXP();
     this.btFind             = new PinkieControls.ButtonXP();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.txtSourceName      = new System.Windows.Forms.TextBox();
     this.txtSourceID        = new System.Windows.Forms.TextBox();
     this.m_txtFind          = new System.Windows.Forms.TextBox();
     this.m_cmbFind          = new System.Windows.Forms.ComboBox();
     this.panel3             = new System.Windows.Forms.Panel();
     this.m_txtFindChargItem = new System.Windows.Forms.TextBox();
     this.m_cboFindCharge    = new System.Windows.Forms.ComboBox();
     this.label21            = new System.Windows.Forms.Label();
     this.panel4             = new System.Windows.Forms.Panel();
     this.ctlDataGrid2       = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid2)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel1.Controls.Add(this.ctlDataGrid1);
     this.panel1.Location = new System.Drawing.Point(8, 10);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(328, 584);
     this.panel1.TabIndex = 2;
     //
     // ctlDataGrid1
     //
     this.ctlDataGrid1.AllowAddNew = true;
     this.ctlDataGrid1.AllowDelete = true;
     this.ctlDataGrid1.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.ctlDataGrid1.AutoAppendRow        = true;
     this.ctlDataGrid1.AutoScroll           = true;
     this.ctlDataGrid1.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.ctlDataGrid1.CaptionText          = "";
     this.ctlDataGrid1.CaptionVisible       = false;
     this.ctlDataGrid1.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  = "ID";
     clsColumnInfo1.ColumnWidth = 75;
     clsColumnInfo1.Enabled     = false;
     clsColumnInfo1.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo1.HeadText    = "药品编号";
     clsColumnInfo1.ReadOnly    = true;
     clsColumnInfo1.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo2.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo2.BackColor   = System.Drawing.Color.White;
     clsColumnInfo2.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo2.ColumnIndex = 1;
     clsColumnInfo2.ColumnName  = "Name";
     clsColumnInfo2.ColumnWidth = 200;
     clsColumnInfo2.Enabled     = false;
     clsColumnInfo2.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo2.HeadText    = "药品名称";
     clsColumnInfo2.ReadOnly    = true;
     clsColumnInfo2.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.ctlDataGrid1.Columns.Add(clsColumnInfo1);
     this.ctlDataGrid1.Columns.Add(clsColumnInfo2);
     this.ctlDataGrid1.FullRowSelect            = true;
     this.ctlDataGrid1.Location                 = new System.Drawing.Point(0, 0);
     this.ctlDataGrid1.MultiSelect              = false;
     this.ctlDataGrid1.Name                     = "ctlDataGrid1";
     this.ctlDataGrid1.ReadOnly                 = true;
     this.ctlDataGrid1.RowHeadersVisible        = true;
     this.ctlDataGrid1.RowHeaderWidth           = 35;
     this.ctlDataGrid1.SelectedRowBackColor     = System.Drawing.Color.Navy;
     this.ctlDataGrid1.SelectedRowForeColor     = System.Drawing.Color.White;
     this.ctlDataGrid1.Size                     = new System.Drawing.Size(322, 584);
     this.ctlDataGrid1.TabIndex                 = 6;
     this.ctlDataGrid1.m_evtCurrentCellChanged += new System.EventHandler(this.ctlDataGrid1_m_evtCurrentCellChanged);
     //
     // panel2
     //
     this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.panel5);
     this.panel2.Location = new System.Drawing.Point(344, 8);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(280, 408);
     this.panel2.TabIndex = 3;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.btExit);
     this.panel5.Controls.Add(this.btSave);
     this.panel5.Controls.Add(this.btFind);
     this.panel5.Controls.Add(this.label3);
     this.panel5.Controls.Add(this.label2);
     this.panel5.Controls.Add(this.txtSourceName);
     this.panel5.Controls.Add(this.txtSourceID);
     this.panel5.Controls.Add(this.m_txtFind);
     this.panel5.Controls.Add(this.m_cmbFind);
     this.panel5.Location = new System.Drawing.Point(8, 8);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(256, 392);
     this.panel5.TabIndex = 0;
     //
     // btExit
     //
     this.btExit.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.btExit.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btExit.DefaultScheme = true;
     this.btExit.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btExit.Hint          = "";
     this.btExit.Location      = new System.Drawing.Point(108, 320);
     this.btExit.Name          = "btExit";
     this.btExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btExit.Size          = new System.Drawing.Size(112, 32);
     this.btExit.TabIndex      = 31;
     this.btExit.Text          = "退出";
     this.btExit.Click        += new System.EventHandler(this.btExit_Click);
     //
     // btSave
     //
     this.btSave.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.btSave.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btSave.DefaultScheme = true;
     this.btSave.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btSave.Hint          = "";
     this.btSave.Location      = new System.Drawing.Point(108, 256);
     this.btSave.Name          = "btSave";
     this.btSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btSave.Size          = new System.Drawing.Size(112, 32);
     this.btSave.TabIndex      = 30;
     this.btSave.Text          = "保存";
     this.btSave.Click        += new System.EventHandler(this.btSave_Click);
     //
     // btFind
     //
     this.btFind.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.btFind.DefaultScheme = true;
     this.btFind.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.btFind.Hint          = "";
     this.btFind.Location      = new System.Drawing.Point(176, 11);
     this.btFind.Name          = "btFind";
     this.btFind.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.btFind.Size          = new System.Drawing.Size(56, 24);
     this.btFind.TabIndex      = 29;
     this.btFind.Text          = "查找";
     this.btFind.Click        += new System.EventHandler(this.btFind_Click);
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(20, 200);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 19);
     this.label3.TabIndex = 26;
     this.label3.Text     = "药典名称:";
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(20, 136);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 19);
     this.label2.TabIndex = 25;
     this.label2.Text     = "药典ID:";
     //
     // txtSourceName
     //
     this.txtSourceName.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtSourceName.BackColor = System.Drawing.Color.White;
     this.txtSourceName.Location  = new System.Drawing.Point(100, 200);
     this.txtSourceName.Name      = "txtSourceName";
     this.txtSourceName.ReadOnly  = true;
     this.txtSourceName.Size      = new System.Drawing.Size(128, 23);
     this.txtSourceName.TabIndex  = 22;
     this.txtSourceName.Text      = "";
     //
     // txtSourceID
     //
     this.txtSourceID.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtSourceID.BackColor = System.Drawing.Color.White;
     this.txtSourceID.Location  = new System.Drawing.Point(100, 137);
     this.txtSourceID.Name      = "txtSourceID";
     this.txtSourceID.ReadOnly  = true;
     this.txtSourceID.Size      = new System.Drawing.Size(128, 23);
     this.txtSourceID.TabIndex  = 21;
     this.txtSourceID.Text      = "";
     //
     // m_txtFind
     //
     this.m_txtFind.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.m_txtFind.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.m_txtFind.Location = new System.Drawing.Point(52, 56);
     this.m_txtFind.Name     = "m_txtFind";
     this.m_txtFind.Size     = new System.Drawing.Size(176, 23);
     this.m_txtFind.TabIndex = 20;
     this.m_txtFind.Text     = "";
     //
     // m_cmbFind
     //
     this.m_cmbFind.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.m_cmbFind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cmbFind.Font          = new System.Drawing.Font("宋体", 10.5F);
     this.m_cmbFind.Items.AddRange(new object[] {
         "按药品ID查找",
         "按助记码查找",
         "按药品名称查找",
         "按拼音简码查找",
         "按五笔简码查找"
     });
     this.m_cmbFind.Location              = new System.Drawing.Point(52, 12);
     this.m_cmbFind.Name                  = "m_cmbFind";
     this.m_cmbFind.Size                  = new System.Drawing.Size(120, 22);
     this.m_cmbFind.TabIndex              = 19;
     this.m_cmbFind.SelectedIndexChanged += new System.EventHandler(this.m_cmbFind_SelectedIndexChanged);
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel3.Controls.Add(this.m_txtFindChargItem);
     this.panel3.Controls.Add(this.m_cboFindCharge);
     this.panel3.Controls.Add(this.label21);
     this.panel3.Location = new System.Drawing.Point(344, 424);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(280, 168);
     this.panel3.TabIndex = 4;
     //
     // m_txtFindChargItem
     //
     this.m_txtFindChargItem.Anchor       = System.Windows.Forms.AnchorStyles.None;
     this.m_txtFindChargItem.Location     = new System.Drawing.Point(68, 104);
     this.m_txtFindChargItem.Name         = "m_txtFindChargItem";
     this.m_txtFindChargItem.Size         = new System.Drawing.Size(176, 23);
     this.m_txtFindChargItem.TabIndex     = 84;
     this.m_txtFindChargItem.Text         = "";
     this.m_txtFindChargItem.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.m_txtFindChargItem_KeyDown);
     this.m_txtFindChargItem.TextChanged += new System.EventHandler(this.m_txtFindChargItem_TextChanged);
     //
     // m_cboFindCharge
     //
     this.m_cboFindCharge.Anchor        = System.Windows.Forms.AnchorStyles.None;
     this.m_cboFindCharge.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.m_cboFindCharge.Items.AddRange(new object[] {
         "按编号查找",
         "按名称查找"
     });
     this.m_cboFindCharge.Location = new System.Drawing.Point(68, 56);
     this.m_cboFindCharge.Name     = "m_cboFindCharge";
     this.m_cboFindCharge.Size     = new System.Drawing.Size(176, 22);
     this.m_cboFindCharge.TabIndex = 83;
     //
     // label21
     //
     this.label21.AutoSize  = true;
     this.label21.Font      = new System.Drawing.Font("楷体_GB2312", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.label21.Location  = new System.Drawing.Point(88, 16);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(94, 27);
     this.label21.TabIndex  = 82;
     this.label21.Text      = "查找药典";
     this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // panel4
     //
     this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel4.Controls.Add(this.ctlDataGrid2);
     this.panel4.Location = new System.Drawing.Point(632, 10);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(328, 584);
     this.panel4.TabIndex = 5;
     //
     // ctlDataGrid2
     //
     this.ctlDataGrid2.AllowAddNew = true;
     this.ctlDataGrid2.AllowDelete = true;
     this.ctlDataGrid2.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.ctlDataGrid2.AutoAppendRow        = true;
     this.ctlDataGrid2.AutoScroll           = true;
     this.ctlDataGrid2.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.ctlDataGrid2.CaptionText          = "";
     this.ctlDataGrid2.CaptionVisible       = false;
     this.ctlDataGrid2.ColumnHeadersVisible = true;
     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 = 0;
     clsColumnInfo3.ColumnName  = "ID";
     clsColumnInfo3.ColumnWidth = 75;
     clsColumnInfo3.Enabled     = false;
     clsColumnInfo3.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo3.HeadText    = "药典ID";
     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 = 1;
     clsColumnInfo4.ColumnName  = "Name";
     clsColumnInfo4.ColumnWidth = 200;
     clsColumnInfo4.Enabled     = false;
     clsColumnInfo4.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo4.HeadText    = "药典名称";
     clsColumnInfo4.ReadOnly    = true;
     clsColumnInfo4.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.ctlDataGrid2.Columns.Add(clsColumnInfo3);
     this.ctlDataGrid2.Columns.Add(clsColumnInfo4);
     this.ctlDataGrid2.FullRowSelect            = true;
     this.ctlDataGrid2.Location                 = new System.Drawing.Point(0, 0);
     this.ctlDataGrid2.MultiSelect              = false;
     this.ctlDataGrid2.Name                     = "ctlDataGrid2";
     this.ctlDataGrid2.ReadOnly                 = true;
     this.ctlDataGrid2.RowHeadersVisible        = true;
     this.ctlDataGrid2.RowHeaderWidth           = 35;
     this.ctlDataGrid2.SelectedRowBackColor     = System.Drawing.Color.Navy;
     this.ctlDataGrid2.SelectedRowForeColor     = System.Drawing.Color.White;
     this.ctlDataGrid2.Size                     = new System.Drawing.Size(322, 584);
     this.ctlDataGrid2.TabIndex                 = 7;
     this.ctlDataGrid2.m_evtCurrentCellChanged += new System.EventHandler(this.ctlDataGrid2_m_evtCurrentCellChanged);
     //
     // frmMedicineSource
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(968, 605);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Font    = new System.Drawing.Font("宋体", 10.5F);
     this.Name    = "frmMedicineSource";
     this.Text    = "药品药典对应";
     this.Resize += new System.EventHandler(this.frmMedicineSource_Resize);
     this.Load   += new System.EventHandler(this.frmMedicineSource_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid2)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo1 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo2 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo3 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo4 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo5 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo6 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo7 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo8 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo9 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmBIHOrderGrid));
     this.panel2        = new System.Windows.Forms.Panel();
     this.buttonXP1     = new PinkieControls.ButtonXP();
     this.m_cmdDel      = new PinkieControls.ButtonXP();
     this.m_cmdSub      = new PinkieControls.ButtonXP();
     this.m_cmdAdd      = new PinkieControls.ButtonXP();
     this.panel1        = new System.Windows.Forms.Panel();
     this.dtgOrders     = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.lsvChargeItem = new System.Windows.Forms.ListView();
     this.sCode         = new System.Windows.Forms.ColumnHeader();
     this.sName         = new System.Windows.Forms.ColumnHeader();
     this.sSpec         = new System.Windows.Forms.ColumnHeader();
     this.sPack         = new System.Windows.Forms.ColumnHeader();
     this.sPrice        = new System.Windows.Forms.ColumnHeader();
     this.m_imgIcons    = new System.Windows.Forms.ImageList(this.components);
     this.pnlInput      = new System.Windows.Forms.Panel();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtgOrders)).BeginInit();
     this.SuspendLayout();
     //
     // panel2
     //
     this.panel2.BackColor   = System.Drawing.SystemColors.Control;
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.buttonXP1);
     this.panel2.Controls.Add(this.m_cmdDel);
     this.panel2.Controls.Add(this.m_cmdSub);
     this.panel2.Controls.Add(this.m_cmdAdd);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.panel2.Location = new System.Drawing.Point(0, 393);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(724, 56);
     this.panel2.TabIndex = 3;
     //
     // buttonXP1
     //
     this.buttonXP1.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     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(628, 12);
     this.buttonXP1.Name          = "buttonXP1";
     this.buttonXP1.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.buttonXP1.Size          = new System.Drawing.Size(85, 28);
     this.buttonXP1.TabIndex      = 85;
     this.buttonXP1.Text          = "退出(F5)";
     //
     // m_cmdDel
     //
     this.m_cmdDel.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdDel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdDel.DefaultScheme = true;
     this.m_cmdDel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdDel.Hint          = "";
     this.m_cmdDel.Location      = new System.Drawing.Point(536, 12);
     this.m_cmdDel.Name          = "m_cmdDel";
     this.m_cmdDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdDel.Size          = new System.Drawing.Size(85, 28);
     this.m_cmdDel.TabIndex      = 84;
     this.m_cmdDel.Text          = "删除(F2)";
     //
     // m_cmdSub
     //
     this.m_cmdSub.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdSub.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdSub.DefaultScheme = true;
     this.m_cmdSub.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdSub.Hint          = "";
     this.m_cmdSub.Location      = new System.Drawing.Point(444, 12);
     this.m_cmdSub.Name          = "m_cmdSub";
     this.m_cmdSub.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdSub.Size          = new System.Drawing.Size(85, 28);
     this.m_cmdSub.TabIndex      = 83;
     this.m_cmdSub.Text          = "子医嘱(F5)";
     //
     // m_cmdAdd
     //
     this.m_cmdAdd.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.m_cmdAdd.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.m_cmdAdd.DefaultScheme = true;
     this.m_cmdAdd.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.m_cmdAdd.Hint          = "";
     this.m_cmdAdd.Location      = new System.Drawing.Point(352, 12);
     this.m_cmdAdd.Name          = "m_cmdAdd";
     this.m_cmdAdd.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_cmdAdd.Size          = new System.Drawing.Size(85, 28);
     this.m_cmdAdd.TabIndex      = 82;
     this.m_cmdAdd.Text          = "添加(F2)";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.pnlInput);
     this.panel1.Controls.Add(this.dtgOrders);
     this.panel1.Controls.Add(this.lsvChargeItem);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(724, 393);
     this.panel1.TabIndex = 4;
     //
     // dtgOrders
     //
     this.dtgOrders.AllowAddNew          = true;
     this.dtgOrders.AllowDelete          = true;
     this.dtgOrders.AutoAppendRow        = true;
     this.dtgOrders.AutoScroll           = true;
     this.dtgOrders.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.dtgOrders.CaptionText          = "";
     this.dtgOrders.CaptionVisible       = false;
     this.dtgOrders.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           = "Column1";
     clsColumnInfo1.ColumnWidth          = 75;
     clsColumnInfo1.Enabled     = true;
     clsColumnInfo1.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo1.HeadText    = "长/临";
     clsColumnInfo1.ReadOnly    = false;
     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  = "Column9";
     clsColumnInfo2.ColumnWidth = 75;
     clsColumnInfo2.Enabled     = true;
     clsColumnInfo2.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo2.HeadText    = "查询";
     clsColumnInfo2.ReadOnly    = false;
     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  = "Column2";
     clsColumnInfo3.ColumnWidth = 75;
     clsColumnInfo3.Enabled     = true;
     clsColumnInfo3.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo3.HeadText    = "名称";
     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  = "Column3";
     clsColumnInfo4.ColumnWidth = 75;
     clsColumnInfo4.Enabled     = true;
     clsColumnInfo4.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo4.HeadText    = "剂量";
     clsColumnInfo4.ReadOnly    = false;
     clsColumnInfo4.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo5.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo5.BackColor   = System.Drawing.Color.White;
     clsColumnInfo5.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo5.ColumnIndex = 4;
     clsColumnInfo5.ColumnName  = "Column4";
     clsColumnInfo5.ColumnWidth = 75;
     clsColumnInfo5.Enabled     = true;
     clsColumnInfo5.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo5.HeadText    = "领量";
     clsColumnInfo5.ReadOnly    = false;
     clsColumnInfo5.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo6.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo6.BackColor   = System.Drawing.Color.White;
     clsColumnInfo6.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo6.ColumnIndex = 5;
     clsColumnInfo6.ColumnName  = "Column5";
     clsColumnInfo6.ColumnWidth = 75;
     clsColumnInfo6.Enabled     = true;
     clsColumnInfo6.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo6.HeadText    = "执行频率";
     clsColumnInfo6.ReadOnly    = false;
     clsColumnInfo6.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo7.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo7.BackColor   = System.Drawing.Color.White;
     clsColumnInfo7.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo7.ColumnIndex = 6;
     clsColumnInfo7.ColumnName  = "Column6";
     clsColumnInfo7.ColumnWidth = 75;
     clsColumnInfo7.Enabled     = true;
     clsColumnInfo7.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo7.HeadText    = "用法";
     clsColumnInfo7.ReadOnly    = false;
     clsColumnInfo7.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo8.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo8.BackColor   = System.Drawing.Color.White;
     clsColumnInfo8.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo8.ColumnIndex = 7;
     clsColumnInfo8.ColumnName  = "Column7";
     clsColumnInfo8.ColumnWidth = 75;
     clsColumnInfo8.Enabled     = true;
     clsColumnInfo8.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo8.HeadText    = "皮试";
     clsColumnInfo8.ReadOnly    = false;
     clsColumnInfo8.TextFont    = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo9.Alignment   = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo9.BackColor   = System.Drawing.Color.White;
     clsColumnInfo9.Column_Type = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo9.ColumnIndex = 8;
     clsColumnInfo9.ColumnName  = "Column8";
     clsColumnInfo9.ColumnWidth = 75;
     clsColumnInfo9.Enabled     = true;
     clsColumnInfo9.ForeColor   = System.Drawing.Color.Black;
     clsColumnInfo9.HeadText    = "父级医嘱";
     clsColumnInfo9.ReadOnly    = true;
     clsColumnInfo9.TextFont    = new System.Drawing.Font("宋体", 10F);
     this.dtgOrders.Columns.Add(clsColumnInfo1);
     this.dtgOrders.Columns.Add(clsColumnInfo2);
     this.dtgOrders.Columns.Add(clsColumnInfo3);
     this.dtgOrders.Columns.Add(clsColumnInfo4);
     this.dtgOrders.Columns.Add(clsColumnInfo5);
     this.dtgOrders.Columns.Add(clsColumnInfo6);
     this.dtgOrders.Columns.Add(clsColumnInfo7);
     this.dtgOrders.Columns.Add(clsColumnInfo8);
     this.dtgOrders.Columns.Add(clsColumnInfo9);
     this.dtgOrders.Dock                     = System.Windows.Forms.DockStyle.Fill;
     this.dtgOrders.FullRowSelect            = false;
     this.dtgOrders.Location                 = new System.Drawing.Point(0, 0);
     this.dtgOrders.MultiSelect              = false;
     this.dtgOrders.Name                     = "dtgOrders";
     this.dtgOrders.ReadOnly                 = false;
     this.dtgOrders.RowHeadersVisible        = true;
     this.dtgOrders.RowHeaderWidth           = 35;
     this.dtgOrders.SelectedRowBackColor     = System.Drawing.Color.Purple;
     this.dtgOrders.SelectedRowForeColor     = System.Drawing.Color.White;
     this.dtgOrders.Size                     = new System.Drawing.Size(724, 277);
     this.dtgOrders.TabIndex                 = 0;
     this.dtgOrders.m_evtCurrentCellChanged += new System.EventHandler(this.dtgOrders_m_evtCurrentCellChanged);
     //
     // lsvChargeItem
     //
     this.lsvChargeItem.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.sCode,
         this.sName,
         this.sSpec,
         this.sPack,
         this.sPrice
     });
     this.lsvChargeItem.Dock           = System.Windows.Forms.DockStyle.Bottom;
     this.lsvChargeItem.Font           = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.lsvChargeItem.GridLines      = true;
     this.lsvChargeItem.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lsvChargeItem.Location       = new System.Drawing.Point(0, 277);
     this.lsvChargeItem.MultiSelect    = false;
     this.lsvChargeItem.Name           = "lsvChargeItem";
     this.lsvChargeItem.Size           = new System.Drawing.Size(724, 116);
     this.lsvChargeItem.SmallImageList = this.m_imgIcons;
     this.lsvChargeItem.TabIndex       = 1;
     this.lsvChargeItem.View           = System.Windows.Forms.View.Details;
     this.lsvChargeItem.Visible        = false;
     //
     // sCode
     //
     this.sCode.Text  = "编码";
     this.sCode.Width = 98;
     //
     // sName
     //
     this.sName.Text  = "名称";
     this.sName.Width = 294;
     //
     // sSpec
     //
     this.sSpec.Text  = "规格";
     this.sSpec.Width = 102;
     //
     // sPack
     //
     this.sPack.Text  = "包装";
     this.sPack.Width = 77;
     //
     // sPrice
     //
     this.sPrice.Text  = "单价";
     this.sPrice.Width = 82;
     //
     // m_imgIcons
     //
     this.m_imgIcons.ImageSize        = new System.Drawing.Size(16, 16);
     this.m_imgIcons.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("m_imgIcons.ImageStream")));
     this.m_imgIcons.TransparentColor = System.Drawing.Color.Transparent;
     //
     // pnlInput
     //
     this.pnlInput.Location = new System.Drawing.Point(36, 24);
     this.pnlInput.Name     = "pnlInput";
     this.pnlInput.Size     = new System.Drawing.Size(676, 20);
     this.pnlInput.TabIndex = 2;
     //
     // frmBIHOrderGrid
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(724, 449);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Font    = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.Name    = "frmBIHOrderGrid";
     this.Text    = "";
     this.Resize += new System.EventHandler(this.frmBIHOrderGrid_Resize);
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtgOrders)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #13
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);
 }
Beispiel #14
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo1 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo2 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo3 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo4 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     com.digitalwave.controls.datagrid.clsColumnInfo clsColumnInfo5 = new com.digitalwave.controls.datagrid.clsColumnInfo();
     this.m_dtgGroup    = new com.digitalwave.controls.datagrid.ctlDataGrid();
     this.m_btnSave     = new PinkieControls.ButtonXP();
     this.m_btnExit     = new PinkieControls.ButtonXP();
     this.lsvConfig     = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     ((System.ComponentModel.ISupportInitialize)(this.m_dtgGroup)).BeginInit();
     this.SuspendLayout();
     //
     // m_dtgGroup
     //
     this.m_dtgGroup.AllowAddNew          = false;
     this.m_dtgGroup.AllowDelete          = false;
     this.m_dtgGroup.Anchor               = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.m_dtgGroup.AutoAppendRow        = false;
     this.m_dtgGroup.AutoScroll           = true;
     this.m_dtgGroup.BackColor            = System.Drawing.SystemColors.ActiveCaptionText;
     this.m_dtgGroup.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.m_dtgGroup.CaptionText          = "";
     this.m_dtgGroup.CaptionVisible       = false;
     this.m_dtgGroup.CausesValidation     = false;
     this.m_dtgGroup.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            = "Column1";
     clsColumnInfo1.ColumnWidth           = 60;
     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            = "Column2";
     clsColumnInfo2.ColumnWidth           = 180;
     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            = "Column3";
     clsColumnInfo3.ColumnWidth           = 480;
     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_Int;
     clsColumnInfo4.ColumnIndex           = 3;
     clsColumnInfo4.ColumnName            = "Column7";
     clsColumnInfo4.ColumnWidth           = 40;
     clsColumnInfo4.Enabled               = true;
     clsColumnInfo4.ForeColor             = System.Drawing.Color.Black;
     clsColumnInfo4.HeadText              = "状态";
     clsColumnInfo4.ReadOnly              = false;
     clsColumnInfo4.TextFont              = new System.Drawing.Font("宋体", 10F);
     clsColumnInfo5.Alignment             = System.Windows.Forms.HorizontalAlignment.Left;
     clsColumnInfo5.BackColor             = System.Drawing.Color.White;
     clsColumnInfo5.Column_Type           = com.digitalwave.controls.datagrid.enum_DataType.System_String;
     clsColumnInfo5.ColumnIndex           = 4;
     clsColumnInfo5.ColumnName            = "Column8";
     clsColumnInfo5.ColumnWidth           = 60;
     clsColumnInfo5.Enabled               = true;
     clsColumnInfo5.ForeColor             = System.Drawing.Color.Black;
     clsColumnInfo5.HeadText              = "模块ID";
     clsColumnInfo5.ReadOnly              = false;
     clsColumnInfo5.TextFont              = new System.Drawing.Font("宋体", 10F);
     this.m_dtgGroup.Columns.Add(clsColumnInfo1);
     this.m_dtgGroup.Columns.Add(clsColumnInfo2);
     this.m_dtgGroup.Columns.Add(clsColumnInfo3);
     this.m_dtgGroup.Columns.Add(clsColumnInfo4);
     this.m_dtgGroup.Columns.Add(clsColumnInfo5);
     this.m_dtgGroup.FullRowSelect                = false;
     this.m_dtgGroup.Location                     = new System.Drawing.Point(192, 16);
     this.m_dtgGroup.MultiSelect                  = false;
     this.m_dtgGroup.Name                         = "m_dtgGroup";
     this.m_dtgGroup.ReadOnly                     = false;
     this.m_dtgGroup.RowHeadersVisible            = false;
     this.m_dtgGroup.RowHeaderWidth               = 35;
     this.m_dtgGroup.SelectedRowBackColor         = System.Drawing.Color.Purple;
     this.m_dtgGroup.SelectedRowForeColor         = System.Drawing.Color.White;
     this.m_dtgGroup.Size                         = new System.Drawing.Size(818, 520);
     this.m_dtgGroup.TabIndex                     = 3;
     this.m_dtgGroup.m_evtCurrentCellChanged     += new System.EventHandler(this.m_dtgGroup_m_evtCurrentCellChanged);
     this.m_dtgGroup.m_evtDataGridTextBoxKeyDown += new com.digitalwave.controls.datagrid.clsDGTextKeyEventHandler(this.m_dtgGroup_m_evtDataGridTextBoxKeyDown);
     //
     // m_btnSave
     //
     this.m_btnSave.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     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(720, 552);
     this.m_btnSave.Name          = "m_btnSave";
     this.m_btnSave.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnSave.Size          = new System.Drawing.Size(80, 32);
     this.m_btnSave.TabIndex      = 8;
     this.m_btnSave.Text          = "保存(&S)";
     this.m_btnSave.Click        += new System.EventHandler(this.m_btnSave_Click);
     //
     // m_btnExit
     //
     this.m_btnExit.Anchor        = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     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.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.m_btnExit.Hint          = "";
     this.m_btnExit.Location      = new System.Drawing.Point(816, 552);
     this.m_btnExit.Name          = "m_btnExit";
     this.m_btnExit.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.m_btnExit.Size          = new System.Drawing.Size(80, 32);
     this.m_btnExit.TabIndex      = 10;
     this.m_btnExit.Text          = "退出(Esc)";
     this.m_btnExit.Click        += new System.EventHandler(this.m_btnExit_Click);
     //
     // lsvConfig
     //
     this.lsvConfig.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.lsvConfig.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.lsvConfig.FullRowSelect         = true;
     this.lsvConfig.GridLines             = true;
     this.lsvConfig.Location              = new System.Drawing.Point(0, 16);
     this.lsvConfig.Name                  = "lsvConfig";
     this.lsvConfig.Size                  = new System.Drawing.Size(184, 520);
     this.lsvConfig.TabIndex              = 11;
     this.lsvConfig.View                  = System.Windows.Forms.View.Details;
     this.lsvConfig.SelectedIndexChanged += new System.EventHandler(this.lsvConfig_SelectedIndexChanged);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "分类ID";
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "分类模块名称";
     this.columnHeader2.Width = 120;
     //
     // frmSystemSeting
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(1016, 589);
     this.Controls.Add(this.lsvConfig);
     this.Controls.Add(this.m_btnExit);
     this.Controls.Add(this.m_btnSave);
     this.Controls.Add(this.m_dtgGroup);
     this.Font          = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
     this.KeyPreview    = true;
     this.Name          = "frmSystemSeting";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "系统功能配置";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmSystemSeting_KeyDown);
     this.Load         += new System.EventHandler(this.frmSystemSeting_Load);
     ((System.ComponentModel.ISupportInitialize)(this.m_dtgGroup)).EndInit();
     this.ResumeLayout(false);
 }