namespace MyHouse.WebAPITool { partial class FrmCardAdd { /// /// 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.ChkEnabled = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.Label(); this.TxtRePayDate = new ryControls.TextBoxEx2(); this.label4 = new System.Windows.Forms.Label(); this.TxtDes = new ryControls.TextBoxEx2(); this.label3 = new System.Windows.Forms.Label(); this.TxtBillDate = new ryControls.TextBoxEx2(); this.label2 = new System.Windows.Forms.Label(); this.TxtCardNum = new ryControls.TextBoxEx2(); this.label1 = new System.Windows.Forms.Label(); this.txtBankName = new ryControls.TextBoxEx2(); this.btnCancel = new ryControls.ButtonEx(); this.btnOK = new ryControls.ButtonEx(); this.label6 = new System.Windows.Forms.Label(); this.DtOutTime = new System.Windows.Forms.DateTimePicker(); this.DtStartTime = new System.Windows.Forms.DateTimePicker(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.CbbRepayDateMode = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // ChkEnabled // this.ChkEnabled.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.ChkEnabled.AutoSize = true; this.ChkEnabled.Checked = true; this.ChkEnabled.CheckState = System.Windows.Forms.CheckState.Checked; this.ChkEnabled.Location = new System.Drawing.Point(15, 261); this.ChkEnabled.Name = "ChkEnabled"; this.ChkEnabled.Size = new System.Drawing.Size(48, 16); this.ChkEnabled.TabIndex = 29; this.ChkEnabled.Text = "有效"; this.ChkEnabled.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(277, 66); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(41, 12); this.label5.TabIndex = 28; this.label5.Text = "还款日"; // // TxtRePayDate // this.TxtRePayDate.BackColor = System.Drawing.Color.White; this.TxtRePayDate.EmptyText = ""; this.TxtRePayDate.Location = new System.Drawing.Point(319, 58); this.TxtRePayDate.MaxLength = 999999999; this.TxtRePayDate.Multiline = false; this.TxtRePayDate.Name = "TxtRePayDate"; this.TxtRePayDate.OnlyNumeric = false; this.TxtRePayDate.PasswordChar = '\0'; this.TxtRePayDate.ReadOnly = false; this.TxtRePayDate.SelectedText = ""; this.TxtRePayDate.SelectionLength = 0; this.TxtRePayDate.SelectionStart = 0; this.TxtRePayDate.Size = new System.Drawing.Size(43, 25); this.TxtRePayDate.TabIndex = 27; this.TxtRePayDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtRePayDate.ToolTip = ""; this.TxtRePayDate.WordWrap = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(13, 131); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(29, 12); this.label4.TabIndex = 26; this.label4.Text = "备注"; // // TxtDes // this.TxtDes.BackColor = System.Drawing.Color.White; this.TxtDes.EmptyText = ""; this.TxtDes.Location = new System.Drawing.Point(71, 124); this.TxtDes.MaxLength = 999999999; this.TxtDes.Multiline = false; this.TxtDes.Name = "TxtDes"; this.TxtDes.OnlyNumeric = false; this.TxtDes.PasswordChar = '\0'; this.TxtDes.ReadOnly = false; this.TxtDes.SelectedText = ""; this.TxtDes.SelectionLength = 0; this.TxtDes.SelectionStart = 0; this.TxtDes.Size = new System.Drawing.Size(291, 25); this.TxtDes.TabIndex = 25; this.TxtDes.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtDes.ToolTip = ""; this.TxtDes.WordWrap = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(176, 38); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(41, 12); this.label3.TabIndex = 24; this.label3.Text = "账单日"; // // TxtBillDate // this.TxtBillDate.BackColor = System.Drawing.Color.White; this.TxtBillDate.EmptyText = ""; this.TxtBillDate.Location = new System.Drawing.Point(223, 30); this.TxtBillDate.MaxLength = 999999999; this.TxtBillDate.Multiline = false; this.TxtBillDate.Name = "TxtBillDate"; this.TxtBillDate.OnlyNumeric = false; this.TxtBillDate.PasswordChar = '\0'; this.TxtBillDate.ReadOnly = false; this.TxtBillDate.SelectedText = ""; this.TxtBillDate.SelectionLength = 0; this.TxtBillDate.SelectionStart = 0; this.TxtBillDate.Size = new System.Drawing.Size(46, 25); this.TxtBillDate.TabIndex = 23; this.TxtBillDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtBillDate.ToolTip = ""; this.TxtBillDate.WordWrap = true; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 99); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(29, 12); this.label2.TabIndex = 22; this.label2.Text = "卡号"; // // TxtCardNum // this.TxtCardNum.BackColor = System.Drawing.Color.White; this.TxtCardNum.EmptyText = ""; this.TxtCardNum.Location = new System.Drawing.Point(71, 92); this.TxtCardNum.MaxLength = 999999999; this.TxtCardNum.Multiline = false; this.TxtCardNum.Name = "TxtCardNum"; this.TxtCardNum.OnlyNumeric = false; this.TxtCardNum.PasswordChar = '\0'; this.TxtCardNum.ReadOnly = false; this.TxtCardNum.SelectedText = ""; this.TxtCardNum.SelectionLength = 0; this.TxtCardNum.SelectionStart = 0; this.TxtCardNum.Size = new System.Drawing.Size(291, 25); this.TxtCardNum.TabIndex = 21; this.TxtCardNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.TxtCardNum.ToolTip = ""; this.TxtCardNum.WordWrap = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 20; this.label1.Text = "银行名称"; // // txtBankName // this.txtBankName.BackColor = System.Drawing.Color.White; this.txtBankName.EmptyText = ""; this.txtBankName.Location = new System.Drawing.Point(71, 30); this.txtBankName.MaxLength = 999999999; this.txtBankName.Multiline = false; this.txtBankName.Name = "txtBankName"; this.txtBankName.OnlyNumeric = false; this.txtBankName.PasswordChar = '\0'; this.txtBankName.ReadOnly = false; this.txtBankName.SelectedText = ""; this.txtBankName.SelectionLength = 0; this.txtBankName.SelectionStart = 0; this.txtBankName.Size = new System.Drawing.Size(98, 25); this.txtBankName.TabIndex = 19; this.txtBankName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtBankName.ToolTip = ""; this.txtBankName.WordWrap = true; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.btnCancel.Location = new System.Drawing.Point(302, 255); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(65, 27); this.btnCancel.TabIndex = 18; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(76)))), ((int)(((byte)(95))))); this.btnOK.Location = new System.Drawing.Point(231, 255); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(65, 27); this.btnOK.TabIndex = 17; this.btnOK.Text = "确定"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.BtnOK_Click); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(13, 163); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 12); this.label6.TabIndex = 30; this.label6.Text = "过期"; // // DtOutTime // this.DtOutTime.CustomFormat = "yyyy-MM-dd dddd"; this.DtOutTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DtOutTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.DtOutTime.Location = new System.Drawing.Point(71, 155); this.DtOutTime.Name = "DtOutTime"; this.DtOutTime.ShowCheckBox = true; this.DtOutTime.Size = new System.Drawing.Size(291, 23); this.DtOutTime.TabIndex = 31; // // DtStartTime // this.DtStartTime.CustomFormat = "MM月dd日"; this.DtStartTime.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.DtStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.DtStartTime.Location = new System.Drawing.Point(96, 184); this.DtStartTime.Name = "DtStartTime"; this.DtStartTime.ShowCheckBox = true; this.DtStartTime.Size = new System.Drawing.Size(266, 23); this.DtStartTime.TabIndex = 33; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(13, 190); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(77, 12); this.label7.TabIndex = 32; this.label7.Text = "年费起始时间"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(13, 71); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(65, 12); this.label8.TabIndex = 34; this.label8.Text = "还款日模式"; // // CbbRepayDateMode // this.CbbRepayDateMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.CbbRepayDateMode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CbbRepayDateMode.FormattingEnabled = true; this.CbbRepayDateMode.Items.AddRange(new object[] { "指定日", "账单日延后指定天数"}); this.CbbRepayDateMode.Location = new System.Drawing.Point(84, 61); this.CbbRepayDateMode.Name = "CbbRepayDateMode"; this.CbbRepayDateMode.Size = new System.Drawing.Size(187, 24); this.CbbRepayDateMode.TabIndex = 35; // // FrmCardAdd // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(379, 289); this.Controls.Add(this.CbbRepayDateMode); this.Controls.Add(this.label8); this.Controls.Add(this.DtStartTime); this.Controls.Add(this.label7); this.Controls.Add(this.DtOutTime); this.Controls.Add(this.label6); this.Controls.Add(this.ChkEnabled); this.Controls.Add(this.label5); this.Controls.Add(this.TxtRePayDate); this.Controls.Add(this.label4); this.Controls.Add(this.TxtDes); this.Controls.Add(this.label3); this.Controls.Add(this.TxtBillDate); this.Controls.Add(this.label2); this.Controls.Add(this.TxtCardNum); this.Controls.Add(this.label1); this.Controls.Add(this.txtBankName); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Location = new System.Drawing.Point(0, 0); this.MaximizeBox = false; this.Name = "FrmCardAdd"; this.Resizable = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "新增"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox ChkEnabled; private System.Windows.Forms.Label label5; private ryControls.TextBoxEx2 TxtRePayDate; private System.Windows.Forms.Label label4; private ryControls.TextBoxEx2 TxtDes; private System.Windows.Forms.Label label3; private ryControls.TextBoxEx2 TxtBillDate; private System.Windows.Forms.Label label2; private ryControls.TextBoxEx2 TxtCardNum; private System.Windows.Forms.Label label1; private ryControls.TextBoxEx2 txtBankName; private ryControls.ButtonEx btnCancel; private ryControls.ButtonEx btnOK; private System.Windows.Forms.Label label6; private System.Windows.Forms.DateTimePicker DtOutTime; private System.Windows.Forms.DateTimePicker DtStartTime; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox CbbRepayDateMode; } }