Beispiel #1
0
        private void btnNew_Click(object sender, EventArgs e)
        {
            if (((Infragistics.Win.UltraWinEditors.UltraTextEditor)groupBox1.Controls.Find("ultraTextEditor" + (_currIndex - 1), false)[0]).Value == null ||
                this.ultraTextEditor1.Value == null)
            {
                MessageBox.Show(this, "Error - fill out previous " + _Type + "Types!", "Input Error",
                                MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            // Suspend the form layout and add two buttons.
            System.Windows.Forms.NumericUpDown numericUpDown = new System.Windows.Forms.NumericUpDown();
            Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor = new Infragistics.Win.UltraWinEditors.UltraTextEditor();

            Infragistics.Win.UltraWinEditors.DropDownEditorButton dropDownEditorButton = new Infragistics.Win.UltraWinEditors.DropDownEditorButton();

            System.Drawing.Point buttonPoint = new System.Drawing.Point(this.groupBox1.Location.X, this.groupBox1.Location.Y + (_currIndex - 3) * 25 - 7);
            this.groupBox1.Height += 25;
            this.Height           += 25;
            //
            // numericUpDown
            //
            numericUpDown.DecimalPlaces = 2;
            numericUpDown.Location      = new System.Drawing.Point(6 + buttonPoint.X, 47 + buttonPoint.Y);
            numericUpDown.Maximum       = new decimal(new int[] {
                9999,
                0,
                0,
                131072
            });
            numericUpDown.Name     = "numericUpDown" + _currIndex;
            numericUpDown.TabIndex = (_currIndex - 2) * 3 + 9;
            numericUpDown.Size     = new System.Drawing.Size(92, 21);
            numericUpDown.Leave   += new System.EventHandler(this.CalcTotalPercent);
            numericUpDown.Enter   += new System.EventHandler(this.SetMaxPercent);

            //
            // ultraTextEditor
            //
            dropDownEditorButton.Control = ucTreeView1;
            ultraTextEditor.ButtonsRight.Add(dropDownEditorButton);
            ultraTextEditor.Location = new System.Drawing.Point(99 + buttonPoint.X, 46 + buttonPoint.Y);
            ultraTextEditor.Name     = "ultraTextEditor" + _currIndex;
            ultraTextEditor.Size     = new System.Drawing.Size(185, 21);
            ultraTextEditor.TabIndex = (_currIndex - 2) * 3 + 10;
            ultraTextEditor.BeforeEditorButtonDropDown += new Infragistics.Win.UltraWinEditors.BeforeEditorButtonDropDownEventHandler(this.SetTreeViewID);

            this.groupBox1.Controls.AddRange(new Control[] { numericUpDown, ultraTextEditor });

            _currIndex++;
        }
 public ShowSignIn(UltraGroupBox ultraGroupBox1, UltraGroupBox ultraGroupBox2, UltraGroupBox ultraGroupBox3, UltraTextEditor txtMemberCardNo, UltraTextEditor txtMemberPwd)
 {
     //
     // Required for Windows Form Designer support
     //
     InitializeComponent();
     this.boxLogin        = ultraGroupBox2;
     this.boxOper         = ultraGroupBox3;
     this.boxInfo         = ultraGroupBox1;
     this.txtMemberCardNo = txtMemberCardNo;
     this.txtMemberPwd    = txtMemberPwd;
     //
     // TODO: Add any constructor code after InitializeComponent call
     //
     //ApplicationIdleTimer idle = new ApplicationIdleTimer();
     //System.Windows.Forms.Application.AddMessageFilter(idle);
     //idle.ApplicationIdle += new ApplicationIdleTimer.ApplicationIdleEventHandler(this.App_Idle);
 }
        public ChangePwd(UltraGroupBox ultraGroupBox1, UltraGroupBox ultraGroupBox2, UltraGroupBox ultraGroupBox3, UltraTextEditor txtMemberCardNo, UltraTextEditor txtMemberPwd, UltraLabel lblError)
        {
            //
            // Windows 窗体设计器支持所必需的
            //
            InitializeComponent();

            this.boxLogin        = ultraGroupBox2;
            this.boxOper         = ultraGroupBox3;
            this.boxInfo         = ultraGroupBox1;
            this.txtMemberCardNo = txtMemberCardNo;
            this.txtMemberPwd    = txtMemberPwd;
            this.lblError        = lblError;
            //ApplicationIdleTimer idle = new ApplicationIdleTimer();
            //System.Windows.Forms.Application.AddMessageFilter(idle);
            //idle.ApplicationIdle += new ApplicationIdleTimer.ApplicationIdleEventHandler(this.App_Idle);
            //
            // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
            //
        }
Beispiel #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ultraGroupBox1    = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel3       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2       = new Infragistics.Win.Misc.UltraLabel();
     this.btnQuery          = new Infragistics.Win.Misc.UltraButton();
     this.txtPaperNo        = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberName     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel1       = new Infragistics.Win.Misc.UltraLabel();
     this.btnCard           = new Infragistics.Win.Misc.UltraButton();
     this.txtMemberCardNo   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraGrid1        = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGroupBox2    = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox3    = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel4       = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel5       = new Infragistics.Win.Misc.UltraLabel();
     this.txtPPaperNo       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtPMemberName    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtNewMemberCount = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPMemberName)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.btnQuery);
     this.ultraGroupBox1.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox1.Controls.Add(this.txtMemberName);
     this.ultraGroupBox1.Location = new System.Drawing.Point(120, 48);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(736, 48);
     this.ultraGroupBox1.TabIndex = 0;
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(64, 16);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 18;
     this.ultraLabel3.Text     = "工商注册号:";
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(304, 16);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 17;
     this.ultraLabel2.Text     = "单位名称:";
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(552, 16);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 8;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Location     = new System.Drawing.Point(168, 16);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPaperNo.TabIndex     = 5;
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(408, 16);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberName.TabIndex     = 3;
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(128, 8);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 16;
     this.ultraLabel1.Text     = "会员卡号:";
     //
     // btnCard
     //
     this.btnCard.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnCard.Location    = new System.Drawing.Point(392, 40);
     this.btnCard.Name        = "btnCard";
     this.btnCard.Size        = new System.Drawing.Size(75, 23);
     this.btnCard.TabIndex    = 9;
     this.btnCard.Text        = "重新发卡";
     this.btnCard.Click      += new System.EventHandler(this.btnCard_Click);
     //
     // txtMemberCardNo
     //
     this.txtMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberCardNo.Location     = new System.Drawing.Point(232, 8);
     this.txtMemberCardNo.MaxLength    = 6;
     this.txtMemberCardNo.Name         = "txtMemberCardNo";
     this.txtMemberCardNo.NullText     = "请输入会员卡号";
     this.txtMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberCardNo.TabIndex     = 1;
     //
     // ultraGrid1
     //
     this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.Location           = new System.Drawing.Point(72, 64);
     this.ultraGrid1.Name               = "ultraGrid1";
     this.ultraGrid1.Size               = new System.Drawing.Size(200, 80);
     this.ultraGrid1.TabIndex           = 1;
     this.ultraGrid1.Text               = "会员档案";
     this.ultraGrid1.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     this.ultraGrid1.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid1_AfterSelectChange);
     this.ultraGrid1.InitializeRow     += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid1_InitializeRow);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Location = new System.Drawing.Point(40, 104);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(936, 272);
     this.ultraGroupBox2.TabIndex = 2;
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.ultraLabel4);
     this.ultraGroupBox3.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox3.Controls.Add(this.txtPPaperNo);
     this.ultraGroupBox3.Controls.Add(this.txtPMemberName);
     this.ultraGroupBox3.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox3.Controls.Add(this.txtMemberCardNo);
     this.ultraGroupBox3.Controls.Add(this.btnCard);
     this.ultraGroupBox3.Location = new System.Drawing.Point(128, 392);
     this.ultraGroupBox3.Name     = "ultraGroupBox3";
     this.ultraGroupBox3.Size     = new System.Drawing.Size(720, 110);
     this.ultraGroupBox3.TabIndex = 3;
     //
     // ultraLabel4
     //
     this.ultraLabel4.Location = new System.Drawing.Point(128, 32);
     this.ultraLabel4.Name     = "ultraLabel4";
     this.ultraLabel4.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel4.TabIndex = 22;
     this.ultraLabel4.Text     = "工商注册号:";
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(128, 56);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 21;
     this.ultraLabel5.Text     = "单位名称:";
     //
     // txtPPaperNo
     //
     this.txtPPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPPaperNo.Enabled      = false;
     this.txtPPaperNo.Location     = new System.Drawing.Point(232, 32);
     this.txtPPaperNo.Name         = "txtPPaperNo";
     this.txtPPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPPaperNo.TabIndex     = 20;
     //
     // txtPMemberName
     //
     this.txtPMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPMemberName.Enabled      = false;
     this.txtPMemberName.Location     = new System.Drawing.Point(232, 56);
     this.txtPMemberName.Name         = "txtPMemberName";
     this.txtPMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtPMemberName.TabIndex     = 19;
     //
     // txtNewMemberCount
     //
     this.txtNewMemberCount.Font     = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtNewMemberCount.Location = new System.Drawing.Point(139, 3);
     this.txtNewMemberCount.Name     = "txtNewMemberCount";
     this.txtNewMemberCount.Size     = new System.Drawing.Size(627, 39);
     this.txtNewMemberCount.TabIndex = 4;
     //
     // MemberCardRenew
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(984, 581);
     this.Controls.Add(this.txtNewMemberCount);
     this.Controls.Add(this.ultraGroupBox3);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "MemberCardRenew";
     this.Text  = Login.constApp.strCardTypeL6Name + "发卡";
     this.Load += new System.EventHandler(this.MemberFileQuery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.ultraGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPMemberName)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
     Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
     this.btnOK             = new Infragistics.Win.Misc.UltraButton();
     this.ultraGroupBox1    = new Infragistics.Win.Misc.UltraGroupBox();
     this.btnBackSpace      = new Infragistics.Win.Misc.UltraButton();
     this.btnCancel         = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber0        = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber9        = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber8        = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber7        = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber6        = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber15       = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber4        = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber13       = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber2        = new Infragistics.Win.Misc.UltraButton();
     this.btnNumber1        = new Infragistics.Win.Misc.UltraButton();
     this.txtConfirmPwd     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3       = new Infragistics.Win.Misc.UltraLabel();
     this.txtPwd            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2       = new Infragistics.Win.Misc.UltraLabel();
     this.txtOldPwd         = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel1       = new Infragistics.Win.Misc.UltraLabel();
     this.btnReturn         = new Infragistics.Win.Misc.UltraButton();
     this.lblChangePwdError = new Infragistics.Win.Misc.UltraLabel();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmPwd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPwd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOldPwd)).BeginInit();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnOK.Location = new System.Drawing.Point(56, 232);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(176, 48);
     this.btnOK.TabIndex = 10;
     this.btnOK.Text     = "确定";
     this.btnOK.Click   += new System.EventHandler(this.btnOK_Click);
     //
     // ultraGroupBox1
     //
     appearance1.BackColor          = System.Drawing.Color.Transparent;
     this.ultraGroupBox1.Appearance = appearance1;
     this.ultraGroupBox1.Controls.Add(this.btnBackSpace);
     this.ultraGroupBox1.Controls.Add(this.btnCancel);
     this.ultraGroupBox1.Controls.Add(this.btnNumber0);
     this.ultraGroupBox1.Controls.Add(this.btnNumber9);
     this.ultraGroupBox1.Controls.Add(this.btnNumber8);
     this.ultraGroupBox1.Controls.Add(this.btnNumber7);
     this.ultraGroupBox1.Controls.Add(this.btnNumber6);
     this.ultraGroupBox1.Controls.Add(this.btnNumber15);
     this.ultraGroupBox1.Controls.Add(this.btnNumber4);
     this.ultraGroupBox1.Controls.Add(this.btnNumber13);
     this.ultraGroupBox1.Controls.Add(this.btnNumber2);
     this.ultraGroupBox1.Controls.Add(this.btnNumber1);
     this.ultraGroupBox1.Controls.Add(this.txtConfirmPwd);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.txtPwd);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.txtOldPwd);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox1.Controls.Add(this.btnReturn);
     this.ultraGroupBox1.Controls.Add(this.btnOK);
     this.ultraGroupBox1.ForeColor        = System.Drawing.SystemColors.ControlText;
     appearance5.ForeColor                = System.Drawing.Color.White;
     this.ultraGroupBox1.HeaderAppearance = appearance5;
     this.ultraGroupBox1.Location         = new System.Drawing.Point(184, 48);
     this.ultraGroupBox1.Name             = "ultraGroupBox1";
     this.ultraGroupBox1.Size             = new System.Drawing.Size(488, 560);
     this.ultraGroupBox1.TabIndex         = 11;
     this.ultraGroupBox1.Text             = "修改密码";
     this.ultraGroupBox1.UseAppStyling    = false;
     //
     // btnBackSpace
     //
     this.btnBackSpace.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnBackSpace.Location = new System.Drawing.Point(288, 488);
     this.btnBackSpace.Name     = "btnBackSpace";
     this.btnBackSpace.Size     = new System.Drawing.Size(75, 48);
     this.btnBackSpace.TabIndex = 35;
     this.btnBackSpace.Text     = "←";
     this.btnBackSpace.Click   += new System.EventHandler(this.btnBackSpace_Click);
     //
     // btnCancel
     //
     this.btnCancel.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnCancel.Location = new System.Drawing.Point(200, 488);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 48);
     this.btnCancel.TabIndex = 34;
     this.btnCancel.Text     = "取消";
     this.btnCancel.Click   += new System.EventHandler(this.btnCancel_Click);
     //
     // btnNumber0
     //
     this.btnNumber0.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber0.Location = new System.Drawing.Point(112, 488);
     this.btnNumber0.Name     = "btnNumber0";
     this.btnNumber0.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber0.TabIndex = 33;
     this.btnNumber0.Text     = "0";
     this.btnNumber0.Click   += new System.EventHandler(this.btnNumber0_Click);
     //
     // btnNumber9
     //
     this.btnNumber9.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber9.Location = new System.Drawing.Point(288, 424);
     this.btnNumber9.Name     = "btnNumber9";
     this.btnNumber9.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber9.TabIndex = 32;
     this.btnNumber9.Text     = "9";
     this.btnNumber9.Click   += new System.EventHandler(this.btnNumber9_Click);
     //
     // btnNumber8
     //
     this.btnNumber8.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber8.Location = new System.Drawing.Point(200, 424);
     this.btnNumber8.Name     = "btnNumber8";
     this.btnNumber8.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber8.TabIndex = 31;
     this.btnNumber8.Text     = "8";
     this.btnNumber8.Click   += new System.EventHandler(this.btnNumber8_Click);
     //
     // btnNumber7
     //
     this.btnNumber7.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber7.Location = new System.Drawing.Point(112, 424);
     this.btnNumber7.Name     = "btnNumber7";
     this.btnNumber7.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber7.TabIndex = 30;
     this.btnNumber7.Text     = "7";
     this.btnNumber7.Click   += new System.EventHandler(this.btnNumber7_Click);
     //
     // btnNumber6
     //
     this.btnNumber6.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber6.Location = new System.Drawing.Point(288, 360);
     this.btnNumber6.Name     = "btnNumber6";
     this.btnNumber6.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber6.TabIndex = 29;
     this.btnNumber6.Text     = "6";
     this.btnNumber6.Click   += new System.EventHandler(this.btnNumber6_Click);
     //
     // btnNumber15
     //
     this.btnNumber15.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber15.Location = new System.Drawing.Point(200, 360);
     this.btnNumber15.Name     = "btnNumber15";
     this.btnNumber15.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber15.TabIndex = 28;
     this.btnNumber15.Text     = "5";
     this.btnNumber15.Click   += new System.EventHandler(this.btnNumber15_Click);
     //
     // btnNumber4
     //
     this.btnNumber4.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber4.Location = new System.Drawing.Point(112, 360);
     this.btnNumber4.Name     = "btnNumber4";
     this.btnNumber4.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber4.TabIndex = 27;
     this.btnNumber4.Text     = "4";
     this.btnNumber4.Click   += new System.EventHandler(this.btnNumber4_Click);
     //
     // btnNumber13
     //
     this.btnNumber13.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber13.Location = new System.Drawing.Point(288, 296);
     this.btnNumber13.Name     = "btnNumber13";
     this.btnNumber13.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber13.TabIndex = 26;
     this.btnNumber13.Text     = "3";
     this.btnNumber13.Click   += new System.EventHandler(this.btnNumber13_Click);
     //
     // btnNumber2
     //
     this.btnNumber2.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber2.Location = new System.Drawing.Point(200, 296);
     this.btnNumber2.Name     = "btnNumber2";
     this.btnNumber2.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber2.TabIndex = 25;
     this.btnNumber2.Text     = "2";
     this.btnNumber2.Click   += new System.EventHandler(this.btnNumber2_Click);
     //
     // btnNumber1
     //
     this.btnNumber1.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnNumber1.Location = new System.Drawing.Point(112, 296);
     this.btnNumber1.Name     = "btnNumber1";
     this.btnNumber1.Size     = new System.Drawing.Size(75, 48);
     this.btnNumber1.TabIndex = 24;
     this.btnNumber1.Text     = "1";
     this.btnNumber1.Click   += new System.EventHandler(this.btnNumber1_Click);
     //
     // txtConfirmPwd
     //
     this.txtConfirmPwd.Location     = new System.Drawing.Point(192, 176);
     this.txtConfirmPwd.Name         = "txtConfirmPwd";
     this.txtConfirmPwd.PasswordChar = '*';
     this.txtConfirmPwd.Size         = new System.Drawing.Size(224, 30);
     this.txtConfirmPwd.TabIndex     = 17;
     this.txtConfirmPwd.Enter       += new System.EventHandler(this.txtConfirmPwd_Enter);
     //
     // ultraLabel3
     //
     appearance2.ForeColor          = System.Drawing.Color.White;
     this.ultraLabel3.Appearance    = appearance2;
     this.ultraLabel3.Location      = new System.Drawing.Point(32, 176);
     this.ultraLabel3.Name          = "ultraLabel3";
     this.ultraLabel3.Size          = new System.Drawing.Size(144, 23);
     this.ultraLabel3.TabIndex      = 16;
     this.ultraLabel3.Text          = "确认新密码:";
     this.ultraLabel3.UseAppStyling = false;
     //
     // txtPwd
     //
     this.txtPwd.Location     = new System.Drawing.Point(192, 120);
     this.txtPwd.Name         = "txtPwd";
     this.txtPwd.PasswordChar = '*';
     this.txtPwd.Size         = new System.Drawing.Size(224, 30);
     this.txtPwd.TabIndex     = 15;
     this.txtPwd.Enter       += new System.EventHandler(this.txtPwd_Enter);
     //
     // ultraLabel2
     //
     appearance3.ForeColor          = System.Drawing.Color.White;
     this.ultraLabel2.Appearance    = appearance3;
     this.ultraLabel2.Location      = new System.Drawing.Point(32, 120);
     this.ultraLabel2.Name          = "ultraLabel2";
     this.ultraLabel2.Size          = new System.Drawing.Size(144, 23);
     this.ultraLabel2.TabIndex      = 14;
     this.ultraLabel2.Text          = "输入新密码:";
     this.ultraLabel2.UseAppStyling = false;
     //
     // txtOldPwd
     //
     this.txtOldPwd.Location     = new System.Drawing.Point(192, 64);
     this.txtOldPwd.Name         = "txtOldPwd";
     this.txtOldPwd.PasswordChar = '*';
     this.txtOldPwd.Size         = new System.Drawing.Size(224, 30);
     this.txtOldPwd.TabIndex     = 13;
     this.txtOldPwd.Enter       += new System.EventHandler(this.txtOldPwd_Enter);
     //
     // ultraLabel1
     //
     appearance4.ForeColor          = System.Drawing.Color.White;
     this.ultraLabel1.Appearance    = appearance4;
     this.ultraLabel1.Location      = new System.Drawing.Point(32, 64);
     this.ultraLabel1.Name          = "ultraLabel1";
     this.ultraLabel1.Size          = new System.Drawing.Size(144, 23);
     this.ultraLabel1.TabIndex      = 12;
     this.ultraLabel1.Text          = "输入旧密码:";
     this.ultraLabel1.UseAppStyling = false;
     //
     // btnReturn
     //
     this.btnReturn.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnReturn.Location = new System.Drawing.Point(248, 232);
     this.btnReturn.Name     = "btnReturn";
     this.btnReturn.Size     = new System.Drawing.Size(176, 48);
     this.btnReturn.TabIndex = 11;
     this.btnReturn.Text     = "返回";
     this.btnReturn.Click   += new System.EventHandler(this.btnReturn_Click);
     //
     // lblChangePwdError
     //
     this.lblChangePwdError.Location = new System.Drawing.Point(184, 624);
     this.lblChangePwdError.Name     = "lblChangePwdError";
     this.lblChangePwdError.Size     = new System.Drawing.Size(488, 72);
     this.lblChangePwdError.TabIndex = 12;
     //
     // ChangePwd
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
     this.ClientSize          = new System.Drawing.Size(896, 723);
     this.ControlBox          = false;
     this.Controls.Add(this.lblChangePwdError);
     this.Controls.Add(this.ultraGroupBox1);
     this.Font            = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "ChangePwd";
     this.Text            = "ChangePwd";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.ChangePwd_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtConfirmPwd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPwd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOldPwd)).EndInit();
     this.ResumeLayout(false);
 }
 private void txtConfirmPwd_Enter(object sender, System.EventArgs e)
 {
     this.textBox = this.txtConfirmPwd;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraLabel3    = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2    = new Infragistics.Win.Misc.UltraLabel();
     this.btnQuery       = new Infragistics.Win.Misc.UltraButton();
     this.txtPaperNo     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberName  = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.btnCard        = new Infragistics.Win.Misc.UltraButton();
     this.ultraGrid1     = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
     this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
     this.ultraGroupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.btnQuery);
     this.ultraGroupBox1.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox1.Controls.Add(this.txtMemberName);
     this.ultraGroupBox1.Location = new System.Drawing.Point(120, 48);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(736, 48);
     this.ultraGroupBox1.TabIndex = 0;
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(64, 16);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 18;
     this.ultraLabel3.Text     = "工商注册号:";
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(304, 16);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 17;
     this.ultraLabel2.Text     = "单位名称:";
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(552, 16);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 8;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Location     = new System.Drawing.Point(168, 16);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPaperNo.TabIndex     = 5;
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(408, 16);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberName.TabIndex     = 3;
     //
     // btnCard
     //
     this.btnCard.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnCard.Location    = new System.Drawing.Point(272, 32);
     this.btnCard.Name        = "btnCard";
     this.btnCard.Size        = new System.Drawing.Size(104, 23);
     this.btnCard.TabIndex    = 9;
     this.btnCard.Text        = "删除";
     this.btnCard.Click      += new System.EventHandler(this.btnCard_Click);
     //
     // ultraGrid1
     //
     this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.Location           = new System.Drawing.Point(72, 64);
     this.ultraGrid1.Name               = "ultraGrid1";
     this.ultraGrid1.Size               = new System.Drawing.Size(200, 80);
     this.ultraGrid1.TabIndex           = 1;
     this.ultraGrid1.Text               = "会员档案";
     this.ultraGrid1.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     this.ultraGrid1.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid1_AfterSelectChange);
     this.ultraGrid1.InitializeRow     += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid1_InitializeRow);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Location = new System.Drawing.Point(40, 104);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(936, 272);
     this.ultraGroupBox2.TabIndex = 2;
     //
     // ultraGroupBox3
     //
     this.ultraGroupBox3.Controls.Add(this.btnCard);
     this.ultraGroupBox3.Location = new System.Drawing.Point(128, 392);
     this.ultraGroupBox3.Name     = "ultraGroupBox3";
     this.ultraGroupBox3.Size     = new System.Drawing.Size(720, 110);
     this.ultraGroupBox3.TabIndex = 3;
     //
     // NoCardDelete
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(984, 581);
     this.Controls.Add(this.ultraGroupBox3);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "NoCardDelete";
     this.Text  = Login.constApp.strCardTypeL6Name + "无卡会员删除";
     this.Load += new System.EventHandler(this.MemberFileQuery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
     this.ultraGroupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                    = new System.ComponentModel.Container();
     this.ultraGrid1                    = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraPrintDocument1           = new Infragistics.Win.Printing.UltraPrintDocument(this.components);
     this.ultraGroupBox2                = new Infragistics.Win.Misc.UltraGroupBox();
     this.chkIsMember                   = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.txtQMemberName                = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel8                   = new Infragistics.Win.Misc.UltraLabel();
     this.txtQPaperNo                   = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel9                   = new Infragistics.Win.Misc.UltraLabel();
     this.txtQMemberCardNo              = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel10                  = new Infragistics.Win.Misc.UltraLabel();
     this.btnQuery                      = new Infragistics.Win.Misc.UltraButton();
     this.errorProvider1                = new System.Windows.Forms.ErrorProvider(this.components);
     this.ultraGrid2                    = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraExpandableGroupBox1      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ultraExpandableGroupBox2      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.ultraExpandableGroupBox3      = new Infragistics.Win.Misc.UltraExpandableGroupBox();
     this.ultraExpandableGroupBoxPanel3 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
     this.btnPrepay                     = new Infragistics.Win.Misc.UltraButton();
     this.txtPrepay                     = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraButton2                  = new Infragistics.Win.Misc.UltraButton();
     this.txtMemberName                 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel1                   = new Infragistics.Win.Misc.UltraLabel();
     this.txtPaperNo                    = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel2                   = new Infragistics.Win.Misc.UltraLabel();
     this.txtMemberCardNo               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel3                   = new Infragistics.Win.Misc.UltraLabel();
     this.ultraButton1                  = new Infragistics.Win.Misc.UltraButton();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
     this.ultraExpandableGroupBox1.SuspendLayout();
     this.ultraExpandableGroupBoxPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
     this.ultraExpandableGroupBox2.SuspendLayout();
     this.ultraExpandableGroupBoxPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox3)).BeginInit();
     this.ultraExpandableGroupBox3.SuspendLayout();
     this.ultraExpandableGroupBoxPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPrepay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).BeginInit();
     this.SuspendLayout();
     //
     // ultraGrid1
     //
     this.ultraGrid1.Location           = new System.Drawing.Point(152, 32);
     this.ultraGrid1.Name               = "ultraGrid1";
     this.ultraGrid1.Size               = new System.Drawing.Size(256, 56);
     this.ultraGrid1.TabIndex           = 0;
     this.ultraGrid1.Text               = "查询结果";
     this.ultraGrid1.ClickCellButton   += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_ClickCellButton);
     this.ultraGrid1.InitializeLayout  += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     this.ultraGrid1.AfterSelectChange += new Infragistics.Win.UltraWinGrid.AfterSelectChangeEventHandler(this.ultraGrid1_AfterSelectChange);
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.chkIsMember);
     this.ultraGroupBox2.Controls.Add(this.txtQMemberName);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel8);
     this.ultraGroupBox2.Controls.Add(this.txtQPaperNo);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel9);
     this.ultraGroupBox2.Controls.Add(this.txtQMemberCardNo);
     this.ultraGroupBox2.Controls.Add(this.ultraLabel10);
     this.ultraGroupBox2.Controls.Add(this.btnQuery);
     this.ultraGroupBox2.Location = new System.Drawing.Point(152, 8);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(640, 88);
     this.ultraGroupBox2.TabIndex = 5;
     //
     // chkIsMember
     //
     this.chkIsMember.Checked         = true;
     this.chkIsMember.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkIsMember.Location        = new System.Drawing.Point(288, 48);
     this.chkIsMember.Name            = "chkIsMember";
     this.chkIsMember.Size            = new System.Drawing.Size(88, 20);
     this.chkIsMember.TabIndex        = 12;
     this.chkIsMember.Text            = "是否会员";
     this.chkIsMember.CheckedChanged += new System.EventHandler(this.chkIsMember_CheckedChanged);
     //
     // txtQMemberName
     //
     this.txtQMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtQMemberName.Location     = new System.Drawing.Point(152, 48);
     this.txtQMemberName.Name         = "txtQMemberName";
     this.txtQMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtQMemberName.TabIndex     = 9;
     //
     // ultraLabel8
     //
     this.ultraLabel8.Location = new System.Drawing.Point(48, 48);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel8.TabIndex = 8;
     this.ultraLabel8.Text     = "单位名称:";
     //
     // txtQPaperNo
     //
     this.txtQPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtQPaperNo.Location     = new System.Drawing.Point(392, 16);
     this.txtQPaperNo.Name         = "txtQPaperNo";
     this.txtQPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtQPaperNo.TabIndex     = 11;
     //
     // ultraLabel9
     //
     this.ultraLabel9.Location = new System.Drawing.Point(288, 16);
     this.ultraLabel9.Name     = "ultraLabel9";
     this.ultraLabel9.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel9.TabIndex = 10;
     this.ultraLabel9.Text     = "工商注册号:";
     //
     // txtQMemberCardNo
     //
     this.txtQMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtQMemberCardNo.Location     = new System.Drawing.Point(152, 17);
     this.txtQMemberCardNo.MaxLength    = 8;
     this.txtQMemberCardNo.Name         = "txtQMemberCardNo";
     this.txtQMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtQMemberCardNo.TabIndex     = 7;
     //
     // ultraLabel10
     //
     this.ultraLabel10.Location = new System.Drawing.Point(48, 16);
     this.ultraLabel10.Name     = "ultraLabel10";
     this.ultraLabel10.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel10.TabIndex = 6;
     this.ultraLabel10.Text     = "会员卡号:";
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(392, 48);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(96, 23);
     this.btnQuery.TabIndex    = 6;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // ultraGrid2
     //
     this.ultraGrid2.Location          = new System.Drawing.Point(80, 48);
     this.ultraGrid2.Name              = "ultraGrid2";
     this.ultraGrid2.Size              = new System.Drawing.Size(256, 56);
     this.ultraGrid2.TabIndex          = 1;
     this.ultraGrid2.Text              = "服务产品";
     this.ultraGrid2.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid2_InitializeLayout);
     this.ultraGrid2.InitializeRow    += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid2_InitializeRow);
     //
     // ultraExpandableGroupBox1
     //
     this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
     this.ultraExpandableGroupBox1.Expanded              = false;
     this.ultraExpandableGroupBox1.ExpandedSize          = new System.Drawing.Size(768, 344);
     this.ultraExpandableGroupBox1.Location              = new System.Drawing.Point(160, 120);
     this.ultraExpandableGroupBox1.Name                  = "ultraExpandableGroupBox1";
     this.ultraExpandableGroupBox1.Size                  = new System.Drawing.Size(768, 21);
     this.ultraExpandableGroupBox1.TabIndex              = 6;
     this.ultraExpandableGroupBox1.Text                  = "查询结果";
     this.ultraExpandableGroupBox1.ExpandedStateChanged += new System.EventHandler(this.ultraExpandableGroupBox1_ExpandedStateChanged);
     //
     // ultraExpandableGroupBoxPanel1
     //
     this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraGrid1);
     this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExpandableGroupBoxPanel1.Name     = "ultraExpandableGroupBoxPanel1";
     this.ultraExpandableGroupBoxPanel1.Size     = new System.Drawing.Size(208, 108);
     this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
     this.ultraExpandableGroupBoxPanel1.Visible  = false;
     //
     // ultraExpandableGroupBox2
     //
     this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
     this.ultraExpandableGroupBox2.Expanded              = false;
     this.ultraExpandableGroupBox2.ExpandedSize          = new System.Drawing.Size(776, 312);
     this.ultraExpandableGroupBox2.Location              = new System.Drawing.Point(160, 152);
     this.ultraExpandableGroupBox2.Name                  = "ultraExpandableGroupBox2";
     this.ultraExpandableGroupBox2.Size                  = new System.Drawing.Size(776, 21);
     this.ultraExpandableGroupBox2.TabIndex              = 7;
     this.ultraExpandableGroupBox2.Text                  = "服务产品";
     this.ultraExpandableGroupBox2.ExpandedStateChanged += new System.EventHandler(this.ultraExpandableGroupBox2_ExpandedStateChanged);
     //
     // ultraExpandableGroupBoxPanel2
     //
     this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraGrid2);
     this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(-10000, -10000);
     this.ultraExpandableGroupBoxPanel2.Name     = "ultraExpandableGroupBoxPanel2";
     this.ultraExpandableGroupBoxPanel2.Size     = new System.Drawing.Size(208, 108);
     this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
     this.ultraExpandableGroupBoxPanel2.Visible  = false;
     //
     // ultraExpandableGroupBox3
     //
     this.ultraExpandableGroupBox3.Controls.Add(this.ultraExpandableGroupBoxPanel3);
     this.ultraExpandableGroupBox3.ExpandedSize = new System.Drawing.Size(656, 120);
     this.ultraExpandableGroupBox3.Location     = new System.Drawing.Point(152, 480);
     this.ultraExpandableGroupBox3.Name         = "ultraExpandableGroupBox3";
     this.ultraExpandableGroupBox3.Size         = new System.Drawing.Size(656, 120);
     this.ultraExpandableGroupBox3.TabIndex     = 8;
     this.ultraExpandableGroupBox3.Text         = "ultraExpandableGroupBox3";
     //
     // ultraExpandableGroupBoxPanel3
     //
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.btnPrepay);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.txtPrepay);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraButton2);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.txtMemberName);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraLabel1);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.txtPaperNo);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraLabel2);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.txtMemberCardNo);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraLabel3);
     this.ultraExpandableGroupBoxPanel3.Controls.Add(this.ultraButton1);
     this.ultraExpandableGroupBoxPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ultraExpandableGroupBoxPanel3.Location = new System.Drawing.Point(3, 19);
     this.ultraExpandableGroupBoxPanel3.Name     = "ultraExpandableGroupBoxPanel3";
     this.ultraExpandableGroupBoxPanel3.Size     = new System.Drawing.Size(650, 98);
     this.ultraExpandableGroupBoxPanel3.TabIndex = 0;
     //
     // btnPrepay
     //
     this.btnPrepay.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnPrepay.Location    = new System.Drawing.Point(352, 56);
     this.btnPrepay.Name        = "btnPrepay";
     this.btnPrepay.Size        = new System.Drawing.Size(72, 23);
     this.btnPrepay.TabIndex    = 22;
     this.btnPrepay.Text        = "实收合计";
     this.btnPrepay.Click      += new System.EventHandler(this.btnPrepay_Click);
     //
     // txtPrepay
     //
     this.txtPrepay.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPrepay.Location     = new System.Drawing.Point(448, 56);
     this.txtPrepay.Name         = "txtPrepay";
     this.txtPrepay.Size         = new System.Drawing.Size(100, 21);
     this.txtPrepay.TabIndex     = 21;
     //
     // ultraButton2
     //
     this.ultraButton2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.ultraButton2.Location    = new System.Drawing.Point(560, 56);
     this.ultraButton2.Name        = "ultraButton2";
     this.ultraButton2.Size        = new System.Drawing.Size(72, 23);
     this.ultraButton2.TabIndex    = 19;
     this.ultraButton2.Text        = "取消";
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Enabled      = false;
     this.txtMemberName.Location     = new System.Drawing.Point(207, 54);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberName.TabIndex     = 16;
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(103, 54);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 15;
     this.ultraLabel1.Text     = "单位名称:";
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Enabled      = false;
     this.txtPaperNo.Location     = new System.Drawing.Point(447, 22);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPaperNo.TabIndex     = 18;
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(343, 22);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 17;
     this.ultraLabel2.Text     = "工商注册号:";
     //
     // txtMemberCardNo
     //
     this.txtMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberCardNo.Enabled      = false;
     this.txtMemberCardNo.Location     = new System.Drawing.Point(207, 23);
     this.txtMemberCardNo.MaxLength    = 8;
     this.txtMemberCardNo.Name         = "txtMemberCardNo";
     this.txtMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberCardNo.TabIndex     = 14;
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(103, 22);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 13;
     this.ultraLabel3.Text     = "会员卡号:";
     //
     // ultraButton1
     //
     this.ultraButton1.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.ultraButton1.Location    = new System.Drawing.Point(560, 24);
     this.ultraButton1.Name        = "ultraButton1";
     this.ultraButton1.Size        = new System.Drawing.Size(72, 23);
     this.ultraButton1.TabIndex    = 12;
     this.ultraButton1.Text        = "确定";
     this.ultraButton1.Click      += new System.EventHandler(this.ultraButton1_Click);
     //
     // UseProduct
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(952, 621);
     this.Controls.Add(this.ultraExpandableGroupBox3);
     this.Controls.Add(this.ultraExpandableGroupBox2);
     this.Controls.Add(this.ultraExpandableGroupBox1);
     this.Controls.Add(this.ultraGroupBox2);
     this.Name  = "UseProduct";
     this.Text  = Login.constApp.strCardTypeL8Name + "服务产品消费";
     this.Load += new System.EventHandler(this.UseProduct_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ultraGroupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
     this.ultraExpandableGroupBox1.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
     this.ultraExpandableGroupBox2.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox3)).EndInit();
     this.ultraExpandableGroupBox3.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel3.ResumeLayout(false);
     this.ultraExpandableGroupBoxPanel3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtPrepay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
     this.ultraGroupBox1           = new Infragistics.Win.Misc.UltraGroupBox();
     this.btnModify                = new Infragistics.Win.Misc.UltraButton();
     this.ultraLabel9              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbMemberRight           = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.cmbEndDate2              = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkEndDate2              = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmdBeginDate             = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
     this.chkBeginDate             = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.cmbEndDate               = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
     this.chkEndDate               = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
     this.ultraLabel8              = new Infragistics.Win.Misc.UltraLabel();
     this.txtCustomerService       = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel7              = new Infragistics.Win.Misc.UltraLabel();
     this.txtSales                 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraLabel6              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbTrade                 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel5              = new Infragistics.Win.Misc.UltraLabel();
     this.cmbEnterpriseType        = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
     this.ultraLabel3              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel2              = new Infragistics.Win.Misc.UltraLabel();
     this.ultraLabel1              = new Infragistics.Win.Misc.UltraLabel();
     this.btnQuery                 = new Infragistics.Win.Misc.UltraButton();
     this.txtPaperNo               = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberName            = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.txtMemberCardNo          = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
     this.ultraGrid1               = new Infragistics.Win.UltraWinGrid.UltraGrid();
     this.ultraGridPrintDocument1  = new Infragistics.Win.UltraWinGrid.UltraGridPrintDocument(this.components);
     this.ultraPrintPreviewDialog1 = new Infragistics.Win.Printing.UltraPrintPreviewDialog(this.components);
     this.saveFileDialog1          = new System.Windows.Forms.SaveFileDialog();
     this.ultraGridExcelExporter1  = new Infragistics.Win.UltraWinGrid.ExcelExport.UltraGridExcelExporter(this.components);
     this.ultraGroupBox2           = new Infragistics.Win.Misc.UltraGroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
     this.ultraGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMemberRight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdBeginDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustomerService)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTrade)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnterpriseType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
     this.ultraGroupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraGroupBox1
     //
     this.ultraGroupBox1.Controls.Add(this.btnModify);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel9);
     this.ultraGroupBox1.Controls.Add(this.cmbMemberRight);
     this.ultraGroupBox1.Controls.Add(this.cmbEndDate2);
     this.ultraGroupBox1.Controls.Add(this.chkEndDate2);
     this.ultraGroupBox1.Controls.Add(this.cmdBeginDate);
     this.ultraGroupBox1.Controls.Add(this.chkBeginDate);
     this.ultraGroupBox1.Controls.Add(this.cmbEndDate);
     this.ultraGroupBox1.Controls.Add(this.chkEndDate);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel8);
     this.ultraGroupBox1.Controls.Add(this.txtCustomerService);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel7);
     this.ultraGroupBox1.Controls.Add(this.txtSales);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel6);
     this.ultraGroupBox1.Controls.Add(this.cmbTrade);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel5);
     this.ultraGroupBox1.Controls.Add(this.cmbEnterpriseType);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel3);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
     this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
     this.ultraGroupBox1.Controls.Add(this.btnQuery);
     this.ultraGroupBox1.Controls.Add(this.txtPaperNo);
     this.ultraGroupBox1.Controls.Add(this.txtMemberName);
     this.ultraGroupBox1.Controls.Add(this.txtMemberCardNo);
     this.ultraGroupBox1.Location = new System.Drawing.Point(16, 24);
     this.ultraGroupBox1.Name     = "ultraGroupBox1";
     this.ultraGroupBox1.Size     = new System.Drawing.Size(952, 160);
     this.ultraGroupBox1.TabIndex = 0;
     this.ultraGroupBox1.Click   += new System.EventHandler(this.ultraGroupBox1_Click);
     //
     // btnModify
     //
     this.btnModify.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnModify.Location    = new System.Drawing.Point(728, 112);
     this.btnModify.Name        = "btnModify";
     this.btnModify.Size        = new System.Drawing.Size(75, 23);
     this.btnModify.TabIndex    = 37;
     this.btnModify.Text        = "修改";
     this.btnModify.Click      += new System.EventHandler(this.btnModify_Click);
     //
     // ultraLabel9
     //
     this.ultraLabel9.Location = new System.Drawing.Point(80, 112);
     this.ultraLabel9.Name     = "ultraLabel9";
     this.ultraLabel9.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel9.TabIndex = 36;
     this.ultraLabel9.Text     = "会员资格:";
     //
     // cmbMemberRight
     //
     this.cmbMemberRight.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbMemberRight.Location     = new System.Drawing.Point(184, 112);
     this.cmbMemberRight.Name         = "cmbMemberRight";
     this.cmbMemberRight.Size         = new System.Drawing.Size(104, 21);
     this.cmbMemberRight.TabIndex     = 35;
     //
     // cmbEndDate2
     //
     this.cmbEndDate2.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEndDate2.Location     = new System.Drawing.Point(712, 80);
     this.cmbEndDate2.MaskInput    = "{date} {time}";
     this.cmbEndDate2.Name         = "cmbEndDate2";
     this.cmbEndDate2.Size         = new System.Drawing.Size(144, 21);
     this.cmbEndDate2.TabIndex     = 32;
     //
     // chkEndDate2
     //
     this.chkEndDate2.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkEndDate2.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkEndDate2.Location    = new System.Drawing.Point(592, 80);
     this.chkEndDate2.Name        = "chkEndDate2";
     this.chkEndDate2.Size        = new System.Drawing.Size(120, 20);
     this.chkEndDate2.TabIndex    = 34;
     this.chkEndDate2.Text        = "结束时间";
     //
     // cmdBeginDate
     //
     this.cmdBeginDate.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmdBeginDate.Location     = new System.Drawing.Point(712, 48);
     this.cmdBeginDate.MaskInput    = "{date} {time}";
     this.cmdBeginDate.Name         = "cmdBeginDate";
     this.cmdBeginDate.Size         = new System.Drawing.Size(144, 21);
     this.cmdBeginDate.TabIndex     = 31;
     //
     // chkBeginDate
     //
     this.chkBeginDate.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.chkBeginDate.GlyphStyle  = Infragistics.Win.GlyphStyle.Office2007;
     this.chkBeginDate.Location    = new System.Drawing.Point(592, 48);
     this.chkBeginDate.Name        = "chkBeginDate";
     this.chkBeginDate.Size        = new System.Drawing.Size(120, 20);
     this.chkBeginDate.TabIndex    = 33;
     this.chkBeginDate.Text        = "开始时间";
     //
     // cmbEndDate
     //
     this.cmbEndDate.BackColor = System.Drawing.SystemColors.Window;
     this.cmbEndDate.DateButtons.Add(dateButton1);
     this.cmbEndDate.Location          = new System.Drawing.Point(712, 16);
     this.cmbEndDate.Name              = "cmbEndDate";
     this.cmbEndDate.NonAutoSizeHeight = 23;
     this.cmbEndDate.Size              = new System.Drawing.Size(144, 21);
     this.cmbEndDate.TabIndex          = 30;
     //
     // chkEndDate
     //
     this.chkEndDate.Location = new System.Drawing.Point(592, 16);
     this.chkEndDate.Name     = "chkEndDate";
     this.chkEndDate.Size     = new System.Drawing.Size(72, 20);
     this.chkEndDate.TabIndex = 29;
     this.chkEndDate.Text     = "到期时间";
     //
     // ultraLabel8
     //
     this.ultraLabel8.Location = new System.Drawing.Point(352, 112);
     this.ultraLabel8.Name     = "ultraLabel8";
     this.ultraLabel8.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel8.TabIndex = 28;
     this.ultraLabel8.Text     = "客服姓名:";
     //
     // txtCustomerService
     //
     this.txtCustomerService.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtCustomerService.Location     = new System.Drawing.Point(464, 112);
     this.txtCustomerService.Name         = "txtCustomerService";
     this.txtCustomerService.Size         = new System.Drawing.Size(100, 21);
     this.txtCustomerService.TabIndex     = 27;
     //
     // ultraLabel7
     //
     this.ultraLabel7.Location = new System.Drawing.Point(352, 80);
     this.ultraLabel7.Name     = "ultraLabel7";
     this.ultraLabel7.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel7.TabIndex = 26;
     this.ultraLabel7.Text     = "销售人员:";
     //
     // txtSales
     //
     this.txtSales.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtSales.Location     = new System.Drawing.Point(464, 80);
     this.txtSales.Name         = "txtSales";
     this.txtSales.Size         = new System.Drawing.Size(100, 21);
     this.txtSales.TabIndex     = 25;
     //
     // ultraLabel6
     //
     this.ultraLabel6.Location = new System.Drawing.Point(360, 48);
     this.ultraLabel6.Name     = "ultraLabel6";
     this.ultraLabel6.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel6.TabIndex = 24;
     this.ultraLabel6.Text     = "行业:";
     //
     // cmbTrade
     //
     this.cmbTrade.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbTrade.Location     = new System.Drawing.Point(464, 48);
     this.cmbTrade.Name         = "cmbTrade";
     this.cmbTrade.Size         = new System.Drawing.Size(104, 21);
     this.cmbTrade.TabIndex     = 23;
     //
     // ultraLabel5
     //
     this.ultraLabel5.Location = new System.Drawing.Point(80, 80);
     this.ultraLabel5.Name     = "ultraLabel5";
     this.ultraLabel5.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel5.TabIndex = 22;
     this.ultraLabel5.Text     = "企业性质:";
     //
     // cmbEnterpriseType
     //
     this.cmbEnterpriseType.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.cmbEnterpriseType.Location     = new System.Drawing.Point(184, 80);
     this.cmbEnterpriseType.Name         = "cmbEnterpriseType";
     this.cmbEnterpriseType.Size         = new System.Drawing.Size(104, 21);
     this.cmbEnterpriseType.TabIndex     = 21;
     //
     // ultraLabel3
     //
     this.ultraLabel3.Location = new System.Drawing.Point(80, 48);
     this.ultraLabel3.Name     = "ultraLabel3";
     this.ultraLabel3.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel3.TabIndex = 18;
     this.ultraLabel3.Text     = "工商注册号:";
     //
     // ultraLabel2
     //
     this.ultraLabel2.Location = new System.Drawing.Point(360, 16);
     this.ultraLabel2.Name     = "ultraLabel2";
     this.ultraLabel2.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel2.TabIndex = 17;
     this.ultraLabel2.Text     = "单位名称:";
     //
     // ultraLabel1
     //
     this.ultraLabel1.Location = new System.Drawing.Point(80, 16);
     this.ultraLabel1.Name     = "ultraLabel1";
     this.ultraLabel1.Size     = new System.Drawing.Size(100, 23);
     this.ultraLabel1.TabIndex = 16;
     this.ultraLabel1.Text     = "会员卡号:";
     //
     // btnQuery
     //
     this.btnQuery.ButtonStyle = Infragistics.Win.UIElementButtonStyle.VisualStudio2005Button;
     this.btnQuery.Location    = new System.Drawing.Point(608, 112);
     this.btnQuery.Name        = "btnQuery";
     this.btnQuery.Size        = new System.Drawing.Size(75, 23);
     this.btnQuery.TabIndex    = 8;
     this.btnQuery.Text        = "查询";
     this.btnQuery.Click      += new System.EventHandler(this.btnQuery_Click);
     //
     // txtPaperNo
     //
     this.txtPaperNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtPaperNo.Location     = new System.Drawing.Point(184, 48);
     this.txtPaperNo.Name         = "txtPaperNo";
     this.txtPaperNo.Size         = new System.Drawing.Size(100, 21);
     this.txtPaperNo.TabIndex     = 5;
     //
     // txtMemberName
     //
     this.txtMemberName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberName.Location     = new System.Drawing.Point(464, 16);
     this.txtMemberName.Name         = "txtMemberName";
     this.txtMemberName.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberName.TabIndex     = 3;
     //
     // txtMemberCardNo
     //
     this.txtMemberCardNo.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
     this.txtMemberCardNo.Location     = new System.Drawing.Point(184, 16);
     this.txtMemberCardNo.Name         = "txtMemberCardNo";
     this.txtMemberCardNo.Size         = new System.Drawing.Size(100, 21);
     this.txtMemberCardNo.TabIndex     = 1;
     //
     // ultraGrid1
     //
     this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
     this.ultraGrid1.Location          = new System.Drawing.Point(72, 64);
     this.ultraGrid1.Name              = "ultraGrid1";
     this.ultraGrid1.Size              = new System.Drawing.Size(200, 80);
     this.ultraGrid1.TabIndex          = 1;
     this.ultraGrid1.Text              = "会员档案";
     this.ultraGrid1.InitializePrint  += new Infragistics.Win.UltraWinGrid.InitializePrintEventHandler(this.ultraGrid1_InitializePrint);
     this.ultraGrid1.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ultraGrid1_InitializeLayout);
     this.ultraGrid1.InitializeRow    += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid1_InitializeRow);
     //
     // ultraPrintPreviewDialog1
     //
     this.ultraPrintPreviewDialog1.Name = "ultraPrintPreviewDialog1";
     //
     // ultraGroupBox2
     //
     this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
     this.ultraGroupBox2.Location = new System.Drawing.Point(24, 200);
     this.ultraGroupBox2.Name     = "ultraGroupBox2";
     this.ultraGroupBox2.Size     = new System.Drawing.Size(976, 368);
     this.ultraGroupBox2.TabIndex = 2;
     //
     // MemberFreeModify
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(1016, 573);
     this.Controls.Add(this.ultraGroupBox2);
     this.Controls.Add(this.ultraGroupBox1);
     this.Name  = "MemberFreeModify";
     this.Text  = Login.constApp.strCardTypeL8Name + "会员免费场次修改";
     this.Load += new System.EventHandler(this.MemberFileQuery_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
     this.ultraGroupBox1.ResumeLayout(false);
     this.ultraGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cmbMemberRight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmdBeginDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEndDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCustomerService)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbTrade)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cmbEnterpriseType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPaperNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtMemberCardNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
     this.ultraGroupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }