using POS.Language.Language; namespace POSV.Member { partial class CardEditPwdForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.controlBox = new POSV.Component.ControlBox(); this.doubleBufferPanelX1 = new POSV.Component.DoubleBufferPanelX(); this.txtInput = new POSV.Component.NumericTextBox(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.cardListTable = new DevComponents.DotNetBar.SuperGrid.SuperGridControl(); this.gridColumn18 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn19 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn20 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn21 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn22 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.gridColumn23 = new DevComponents.DotNetBar.SuperGrid.GridColumn(); this.bottomPanel = new POSV.Component.DoubleBufferPanelX(); this.ButtonCancel = new DevComponents.DotNetBar.ButtonX(); this.lblInfo = new DevComponents.DotNetBar.LabelX(); this.numericTextBox1 = new POSV.Component.NumericTextBox(); this.numericTextBox2 = new POSV.Component.NumericTextBox(); this.numericTextBox3 = new POSV.Component.NumericTextBox(); this.doubleBufferPanelX2 = new POSV.Component.DoubleBufferPanelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.doubleBufferPanelX3 = new POSV.Component.DoubleBufferPanelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.doubleBufferPanelX4 = new POSV.Component.DoubleBufferPanelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.doubleBufferPanelX5 = new POSV.Component.DoubleBufferPanelX(); this.doubleBufferPanelX1.SuspendLayout(); this.bottomPanel.SuspendLayout(); this.doubleBufferPanelX2.SuspendLayout(); this.doubleBufferPanelX3.SuspendLayout(); this.doubleBufferPanelX4.SuspendLayout(); this.doubleBufferPanelX5.SuspendLayout(); this.SuspendLayout(); // // controlBox // this.controlBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(162)))), ((int)(((byte)(84))))); this.controlBox.CloseBox = true; this.controlBox.Dock = System.Windows.Forms.DockStyle.Top; this.controlBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.controlBox.ForeColor = System.Drawing.Color.White; this.controlBox.Location = new System.Drawing.Point(0, 0); this.controlBox.Margin = new System.Windows.Forms.Padding(0); this.controlBox.MessageCenterStatus = false; this.controlBox.MinimizeBox = false; this.controlBox.Name = "controlBox"; this.controlBox.NetworkStatus = false; this.controlBox.NewForeColor = System.Drawing.Color.White; this.controlBox.SettingsBox = false; this.controlBox.ShowApplicationVersion = false; this.controlBox.ShowKeyboard = true; this.controlBox.ShowLockScreen = false; this.controlBox.ShowMessageCenter = false; this.controlBox.ShowNetworkStatus = false; this.controlBox.ShowQrCode = false; this.controlBox.Size = new System.Drawing.Size(587, 36); this.controlBox.TabIndex = 12; this.controlBox.CloseClick += new POSV.Component.ControlBox.EventHandler(this.OnCloseTouchClick); this.controlBox.KeyboardClick += new POSV.Component.ControlBox.EventHandler(this.OnControlBoxKeyboardClick); // // doubleBufferPanelX1 // this.doubleBufferPanelX1.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX1.Controls.Add(this.txtInput); this.doubleBufferPanelX1.Controls.Add(this.buttonX1); this.doubleBufferPanelX1.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX1.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX1.Location = new System.Drawing.Point(0, 36); this.doubleBufferPanelX1.Name = "doubleBufferPanelX1"; this.doubleBufferPanelX1.Size = new System.Drawing.Size(587, 45); this.doubleBufferPanelX1.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX1.Style.GradientAngle = 90; this.doubleBufferPanelX1.TabIndex = 287; // // txtInput // this.txtInput.AllowDecimalSeparator = true; this.txtInput.AllowNegativeSign = false; this.txtInput.AllowSpace = false; this.txtInput.BackColor = System.Drawing.Color.White; // // // this.txtInput.Border.Class = "TextBoxBorder"; this.txtInput.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.txtInput.ButtonCustom.Text = "读卡"; this.txtInput.ButtonCustom.Visible = true; this.txtInput.DisabledBackColor = System.Drawing.Color.White; this.txtInput.EnableSoftKeyboard = true; this.txtInput.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtInput.ForeColor = System.Drawing.Color.Black; this.txtInput.Location = new System.Drawing.Point(4, 6); this.txtInput.MaxDecimalDigit = 1; this.txtInput.MaxLength = 20; this.txtInput.Name = "txtInput"; this.txtInput.PreventEnterBeep = true; this.txtInput.Size = new System.Drawing.Size(471, 35); this.txtInput.TabIndex = 38; this.txtInput.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.txtInput.WatermarkFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtInput.WatermarkText = "手机号\\扫码\\卡号"; this.txtInput.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.OnFinishedClick); this.txtInput.ButtonCustomClick += new System.EventHandler(this.OnReadCardClick); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(127)))), ((int)(((byte)(42))))); this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX1.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonX1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX1.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX1.Location = new System.Drawing.Point(504, 6); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(77, 35); this.buttonX1.TabIndex = 39; this.buttonX1.Text = "查询"; this.buttonX1.TextColor = System.Drawing.Color.White; this.buttonX1.Click += new System.EventHandler(this.OnFinishedClick); // // cardListTable // this.cardListTable.BackColor = System.Drawing.Color.White; this.cardListTable.Dock = System.Windows.Forms.DockStyle.Top; this.cardListTable.FilterExprColors.SysFunction = System.Drawing.Color.DarkRed; this.cardListTable.ForeColor = System.Drawing.Color.Black; this.cardListTable.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F"; this.cardListTable.Location = new System.Drawing.Point(0, 81); this.cardListTable.Name = "cardListTable"; // // // this.cardListTable.PrimaryGrid.AllowEdit = false; this.cardListTable.PrimaryGrid.AutoGenerateColumns = false; this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn18); this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn19); this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn20); this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn21); this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn22); this.cardListTable.PrimaryGrid.Columns.Add(this.gridColumn23); this.cardListTable.PrimaryGrid.DefaultRowHeight = 35; this.cardListTable.PrimaryGrid.InitialSelection = DevComponents.DotNetBar.SuperGrid.RelativeSelection.Row; this.cardListTable.PrimaryGrid.MultiSelect = false; this.cardListTable.PrimaryGrid.RowHeaderIndexOffset = 1; this.cardListTable.PrimaryGrid.SelectionGranularity = DevComponents.DotNetBar.SuperGrid.SelectionGranularity.Row; this.cardListTable.PrimaryGrid.ShowRowGridIndex = true; this.cardListTable.Size = new System.Drawing.Size(587, 181); this.cardListTable.TabIndex = 288; this.cardListTable.Text = "superGridControl2"; this.cardListTable.RowActivated += new System.EventHandler(this.OnTicketRowActivated); // // gridColumn18 // this.gridColumn18.DataPropertyName = "CardNo"; this.gridColumn18.HeaderText = "卡号"; this.gridColumn18.Name = "cardNo"; this.gridColumn18.Width = 130; // // gridColumn19 // this.gridColumn19.DataPropertyName = "CardStatus"; this.gridColumn19.HeaderText = "状态"; this.gridColumn19.Name = "cardStatus"; this.gridColumn19.Width = 80; // // gridColumn20 // this.gridColumn20.DataPropertyName = "CardTypeName"; this.gridColumn20.HeaderText = "卡类型名称"; this.gridColumn20.Name = "cardTypeName"; // // gridColumn21 // this.gridColumn21.DataPropertyName = "FaceNo"; this.gridColumn21.HeaderText = "卡面号"; this.gridColumn21.Name = "faceNo"; // // gridColumn22 // this.gridColumn22.DataPropertyName = "TotalAmount"; this.gridColumn22.HeaderText = "总余额"; this.gridColumn22.Name = "totalAmount"; this.gridColumn22.Width = 70; // // gridColumn23 // this.gridColumn23.DataPropertyName = "TotalPoint"; this.gridColumn23.HeaderText = "总积分"; this.gridColumn23.Name = "totalPoint"; this.gridColumn23.Width = 70; // // bottomPanel // this.bottomPanel.CanvasColor = System.Drawing.SystemColors.Control; this.bottomPanel.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.bottomPanel.Controls.Add(this.ButtonCancel); this.bottomPanel.Controls.Add(this.lblInfo); this.bottomPanel.DisabledBackColor = System.Drawing.Color.Empty; this.bottomPanel.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomPanel.Location = new System.Drawing.Point(0, 490); this.bottomPanel.Name = "bottomPanel"; this.bottomPanel.Padding = new System.Windows.Forms.Padding(2); this.bottomPanel.Size = new System.Drawing.Size(587, 55); this.bottomPanel.Style.Alignment = System.Drawing.StringAlignment.Center; this.bottomPanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.bottomPanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.bottomPanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.bottomPanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.bottomPanel.Style.GradientAngle = 90; this.bottomPanel.TabIndex = 292; // // ButtonCancel // this.ButtonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.ButtonCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(92)))), ((int)(((byte)(86))))); this.ButtonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.ButtonCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.ButtonCancel.FadeEffect = false; this.ButtonCancel.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ButtonCancel.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.ButtonCancel.Location = new System.Drawing.Point(487, 2); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(97, 48); this.ButtonCancel.TabIndex = 31; this.ButtonCancel.Text = "取消"; this.ButtonCancel.TextColor = System.Drawing.Color.White; this.ButtonCancel.Click += new System.EventHandler(this.btn_exit_Click); // // lblInfo // // // // this.lblInfo.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.lblInfo.Dock = System.Windows.Forms.DockStyle.Left; this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInfo.Location = new System.Drawing.Point(2, 2); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(313, 51); this.lblInfo.TabIndex = 27; this.lblInfo.Text = "请选择要操作的卡"; this.lblInfo.WordWrap = true; // // numericTextBox1 // this.numericTextBox1.AllowDecimalSeparator = true; this.numericTextBox1.AllowNegativeSign = false; this.numericTextBox1.AllowSpace = false; this.numericTextBox1.BackColor = System.Drawing.Color.White; // // // this.numericTextBox1.Border.Class = "TextBoxBorder"; this.numericTextBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.numericTextBox1.DisabledBackColor = System.Drawing.Color.White; this.numericTextBox1.EnableSoftKeyboard = true; this.numericTextBox1.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.numericTextBox1.ForeColor = System.Drawing.Color.Black; this.numericTextBox1.Location = new System.Drawing.Point(203, 6); this.numericTextBox1.MaxDecimalDigit = 1; this.numericTextBox1.MaxLength = 20; this.numericTextBox1.Name = "numericTextBox1"; this.numericTextBox1.PasswordChar = '*'; this.numericTextBox1.PreventEnterBeep = true; this.numericTextBox1.Size = new System.Drawing.Size(237, 35); this.numericTextBox1.TabIndex = 293; this.numericTextBox1.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.numericTextBox1.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.numericTextBox1.WatermarkText = "输入旧密码"; this.numericTextBox1.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.in_oldPwd_Enter); // // numericTextBox2 // this.numericTextBox2.AllowDecimalSeparator = true; this.numericTextBox2.AllowNegativeSign = false; this.numericTextBox2.AllowSpace = false; this.numericTextBox2.BackColor = System.Drawing.Color.White; // // // this.numericTextBox2.Border.Class = "TextBoxBorder"; this.numericTextBox2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.numericTextBox2.DisabledBackColor = System.Drawing.Color.White; this.numericTextBox2.EnableSoftKeyboard = true; this.numericTextBox2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.numericTextBox2.ForeColor = System.Drawing.Color.Black; this.numericTextBox2.Location = new System.Drawing.Point(203, 5); this.numericTextBox2.MaxDecimalDigit = 1; this.numericTextBox2.MaxLength = 20; this.numericTextBox2.Name = "numericTextBox2"; this.numericTextBox2.PasswordChar = '*'; this.numericTextBox2.PreventEnterBeep = true; this.numericTextBox2.Size = new System.Drawing.Size(237, 35); this.numericTextBox2.TabIndex = 303; this.numericTextBox2.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.numericTextBox2.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.numericTextBox2.WatermarkText = "确认新密码"; this.numericTextBox2.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.in_newPwd_Enter); // // numericTextBox3 // this.numericTextBox3.AllowDecimalSeparator = true; this.numericTextBox3.AllowNegativeSign = false; this.numericTextBox3.AllowSpace = false; this.numericTextBox3.BackColor = System.Drawing.Color.White; // // // this.numericTextBox3.Border.Class = "TextBoxBorder"; this.numericTextBox3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.numericTextBox3.DisabledBackColor = System.Drawing.Color.White; this.numericTextBox3.EnableSoftKeyboard = true; this.numericTextBox3.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.numericTextBox3.ForeColor = System.Drawing.Color.Black; this.numericTextBox3.Location = new System.Drawing.Point(203, 4); this.numericTextBox3.MaxDecimalDigit = 1; this.numericTextBox3.MaxLength = 20; this.numericTextBox3.Name = "numericTextBox3"; this.numericTextBox3.PasswordChar = '*'; this.numericTextBox3.PreventEnterBeep = true; this.numericTextBox3.Size = new System.Drawing.Size(237, 35); this.numericTextBox3.TabIndex = 304; this.numericTextBox3.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty; this.numericTextBox3.WatermarkFont = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.numericTextBox3.WatermarkText = "输入新密码"; this.numericTextBox3.OnEnterClick += new POSV.Component.NumericTextBox.EventHandler(this.in_rNewPwd_Enter); // // doubleBufferPanelX2 // this.doubleBufferPanelX2.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX2.Controls.Add(this.labelX1); this.doubleBufferPanelX2.Controls.Add(this.numericTextBox1); this.doubleBufferPanelX2.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX2.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX2.Location = new System.Drawing.Point(0, 262); this.doubleBufferPanelX2.Name = "doubleBufferPanelX2"; this.doubleBufferPanelX2.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10); this.doubleBufferPanelX2.Size = new System.Drawing.Size(587, 45); this.doubleBufferPanelX2.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX2.Style.GradientAngle = 90; this.doubleBufferPanelX2.TabIndex = 308; // // labelX1 // // // // this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX1.Location = new System.Drawing.Point(101, 6); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(100, 35); this.labelX1.TabIndex = 294; this.labelX1.Text = "卡原密码:"; this.labelX1.WordWrap = true; // // doubleBufferPanelX3 // this.doubleBufferPanelX3.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX3.Controls.Add(this.labelX2); this.doubleBufferPanelX3.Controls.Add(this.numericTextBox2); this.doubleBufferPanelX3.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX3.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX3.Location = new System.Drawing.Point(0, 307); this.doubleBufferPanelX3.Name = "doubleBufferPanelX3"; this.doubleBufferPanelX3.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10); this.doubleBufferPanelX3.Size = new System.Drawing.Size(587, 45); this.doubleBufferPanelX3.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX3.Style.GradientAngle = 90; this.doubleBufferPanelX3.TabIndex = 312; // // labelX2 // // // // this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX2.Location = new System.Drawing.Point(101, 6); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(100, 35); this.labelX2.TabIndex = 294; this.labelX2.Text = "卡新密码:"; this.labelX2.WordWrap = true; // // doubleBufferPanelX4 // this.doubleBufferPanelX4.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX4.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX4.Controls.Add(this.labelX3); this.doubleBufferPanelX4.Controls.Add(this.numericTextBox3); this.doubleBufferPanelX4.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX4.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX4.Location = new System.Drawing.Point(0, 352); this.doubleBufferPanelX4.Name = "doubleBufferPanelX4"; this.doubleBufferPanelX4.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10); this.doubleBufferPanelX4.Size = new System.Drawing.Size(587, 45); this.doubleBufferPanelX4.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX4.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX4.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX4.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX4.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX4.Style.GradientAngle = 90; this.doubleBufferPanelX4.TabIndex = 316; // // labelX3 // // // // this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelX3.Location = new System.Drawing.Point(101, 6); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(100, 35); this.labelX3.TabIndex = 294; this.labelX3.Text = "确认密码:"; this.labelX3.WordWrap = true; // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.BackColor = System.Drawing.SystemColors.MenuHighlight; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.Flat; this.buttonX2.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonX2.FadeEffect = false; this.buttonX2.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.buttonX2.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None; this.buttonX2.Location = new System.Drawing.Point(101, 4); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(339, 41); this.buttonX2.TabIndex = 335; this.buttonX2.Text = "修改密码"; this.buttonX2.TextColor = System.Drawing.Color.White; this.buttonX2.Click += new System.EventHandler(this.btn_ok_Click); // // doubleBufferPanelX5 // this.doubleBufferPanelX5.CanvasColor = System.Drawing.SystemColors.Control; this.doubleBufferPanelX5.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.doubleBufferPanelX5.Controls.Add(this.buttonX2); this.doubleBufferPanelX5.DisabledBackColor = System.Drawing.Color.Empty; this.doubleBufferPanelX5.Dock = System.Windows.Forms.DockStyle.Top; this.doubleBufferPanelX5.Location = new System.Drawing.Point(0, 397); this.doubleBufferPanelX5.Name = "doubleBufferPanelX5"; this.doubleBufferPanelX5.Padding = new System.Windows.Forms.Padding(20, 10, 10, 10); this.doubleBufferPanelX5.Size = new System.Drawing.Size(587, 45); this.doubleBufferPanelX5.Style.Alignment = System.Drawing.StringAlignment.Center; this.doubleBufferPanelX5.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.doubleBufferPanelX5.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.doubleBufferPanelX5.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.doubleBufferPanelX5.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.doubleBufferPanelX5.Style.GradientAngle = 90; this.doubleBufferPanelX5.TabIndex = 339; // // CardEditPwdForm // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(587, 545); this.Controls.Add(this.doubleBufferPanelX5); this.Controls.Add(this.doubleBufferPanelX4); this.Controls.Add(this.doubleBufferPanelX3); this.Controls.Add(this.doubleBufferPanelX2); this.Controls.Add(this.bottomPanel); this.Controls.Add(this.cardListTable); this.Controls.Add(this.doubleBufferPanelX1); this.Controls.Add(this.controlBox); this.Name = "CardEditPwdForm"; this.Text = "CardEditPwd"; this.doubleBufferPanelX1.ResumeLayout(false); this.bottomPanel.ResumeLayout(false); this.doubleBufferPanelX2.ResumeLayout(false); this.doubleBufferPanelX3.ResumeLayout(false); this.doubleBufferPanelX4.ResumeLayout(false); this.doubleBufferPanelX5.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Component.ControlBox controlBox; private Component.DoubleBufferPanelX doubleBufferPanelX1; private Component.NumericTextBox txtInput; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.SuperGrid.SuperGridControl cardListTable; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn18; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn19; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn20; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn21; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn22; private DevComponents.DotNetBar.SuperGrid.GridColumn gridColumn23; private Component.DoubleBufferPanelX bottomPanel; private DevComponents.DotNetBar.ButtonX ButtonCancel; private DevComponents.DotNetBar.LabelX lblInfo; private Component.NumericTextBox numericTextBox1; private Component.NumericTextBox numericTextBox2; private Component.NumericTextBox numericTextBox3; private Component.DoubleBufferPanelX doubleBufferPanelX2; private DevComponents.DotNetBar.LabelX labelX1; private Component.DoubleBufferPanelX doubleBufferPanelX3; private DevComponents.DotNetBar.LabelX labelX2; private Component.DoubleBufferPanelX doubleBufferPanelX4; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.ButtonX buttonX2; private Component.DoubleBufferPanelX doubleBufferPanelX5; } }