namespace MyHouse.WebAPITool { partial class FrmCardsView { /// /// 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.components = new System.ComponentModel.Container(); this.rySearch1 = new ryControls.rySearch(); this.LvCards = new BrightIdeasSoftware.FastObjectListView(); this.OlvBankName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvCardNum = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvBillDate = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvRePayDate = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvOutTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvNextRePayDate = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvDes = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvFreeYear = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.添加银行卡ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.修改银行卡ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.删除银行卡ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator(); this.设置为年费达标ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.DtPayDate = new ryControls.DateTimePickerEX(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.LvCards)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // rySearch1 // this.rySearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244))))); this.rySearch1.ButtonRoundBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(239)))), ((int)(((byte)(244))))); this.rySearch1.EmptyText = "请输入搜索内容"; this.rySearch1.Location = new System.Drawing.Point(4, 30); this.rySearch1.Name = "rySearch1"; this.rySearch1.Size = new System.Drawing.Size(329, 24); this.rySearch1.TabIndex = 29; this.rySearch1.OnSearch += new System.EventHandler(this.rySearch1_OnSearch); // // LvCards // this.LvCards.AllColumns.Add(this.OlvBankName); this.LvCards.AllColumns.Add(this.OlvCardNum); this.LvCards.AllColumns.Add(this.OlvBillDate); this.LvCards.AllColumns.Add(this.OlvRePayDate); this.LvCards.AllColumns.Add(this.OlvOutTime); this.LvCards.AllColumns.Add(this.OlvNextRePayDate); this.LvCards.AllColumns.Add(this.OlvDes); this.LvCards.AllColumns.Add(this.OlvFreeYear); this.LvCards.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LvCards.CellEditUseWholeCell = false; this.LvCards.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.OlvBankName, this.OlvCardNum, this.OlvBillDate, this.OlvRePayDate, this.OlvOutTime, this.OlvNextRePayDate, this.OlvDes, this.OlvFreeYear}); this.LvCards.ContextMenuStrip = this.contextMenuStrip1; this.LvCards.Cursor = System.Windows.Forms.Cursors.Default; this.LvCards.EmptyListMsg = "当前列表没有任何项"; this.LvCards.FullRowSelect = true; this.LvCards.HideSelection = false; this.LvCards.Location = new System.Drawing.Point(4, 60); this.LvCards.Name = "LvCards"; this.LvCards.RowHeight = 25; this.LvCards.ShowGroups = false; this.LvCards.ShowItemToolTips = true; this.LvCards.Size = new System.Drawing.Size(1111, 702); this.LvCards.TabIndex = 86; this.LvCards.UseCellFormatEvents = true; this.LvCards.UseCompatibleStateImageBehavior = false; this.LvCards.UseFiltering = true; this.LvCards.View = System.Windows.Forms.View.Details; this.LvCards.VirtualMode = true; // // OlvBankName // this.OlvBankName.Text = "银行名"; this.OlvBankName.Width = 80; // // OlvCardNum // this.OlvCardNum.Text = "卡号"; this.OlvCardNum.Width = 120; // // OlvBillDate // this.OlvBillDate.Text = "账单日"; this.OlvBillDate.Width = 55; // // OlvRePayDate // this.OlvRePayDate.Text = "还款日"; this.OlvRePayDate.Width = 100; // // OlvOutTime // this.OlvOutTime.Text = "卡片过期时间"; this.OlvOutTime.Width = 130; // // OlvNextRePayDate // this.OlvNextRePayDate.Text = "下次还款"; this.OlvNextRePayDate.Width = 200; // // OlvDes // this.OlvDes.Text = "备注"; this.OlvDes.Width = 150; // // OlvFreeYear // this.OlvFreeYear.Text = "免年费达标情况"; this.OlvFreeYear.Width = 250; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.添加银行卡ToolStripMenuItem, this.修改银行卡ToolStripMenuItem, this.删除银行卡ToolStripMenuItem, this.toolStripMenuItem1, this.设置为年费达标ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(161, 98); // // 添加银行卡ToolStripMenuItem // this.添加银行卡ToolStripMenuItem.Name = "添加银行卡ToolStripMenuItem"; this.添加银行卡ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.添加银行卡ToolStripMenuItem.Text = "添加银行卡"; this.添加银行卡ToolStripMenuItem.Click += new System.EventHandler(this.添加银行卡ToolStripMenuItem_Click); // // 修改银行卡ToolStripMenuItem // this.修改银行卡ToolStripMenuItem.Name = "修改银行卡ToolStripMenuItem"; this.修改银行卡ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.修改银行卡ToolStripMenuItem.Text = "修改银行卡"; this.修改银行卡ToolStripMenuItem.Click += new System.EventHandler(this.修改银行卡ToolStripMenuItem_Click); // // 删除银行卡ToolStripMenuItem // this.删除银行卡ToolStripMenuItem.Name = "删除银行卡ToolStripMenuItem"; this.删除银行卡ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.删除银行卡ToolStripMenuItem.Text = "删除银行卡"; this.删除银行卡ToolStripMenuItem.Click += new System.EventHandler(this.删除银行卡ToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(157, 6); // // 设置为年费达标ToolStripMenuItem // this.设置为年费达标ToolStripMenuItem.Name = "设置为年费达标ToolStripMenuItem"; this.设置为年费达标ToolStripMenuItem.Size = new System.Drawing.Size(160, 22); this.设置为年费达标ToolStripMenuItem.Text = "设置为年费达标"; this.设置为年费达标ToolStripMenuItem.Click += new System.EventHandler(this.设置为年费达标ToolStripMenuItem_Click); // // DtPayDate // this.DtPayDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.DtPayDate.CustomFormat = "yyyy年MM月dd日 dddd"; this.DtPayDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.DtPayDate.Location = new System.Drawing.Point(948, 33); this.DtPayDate.Name = "DtPayDate"; this.DtPayDate.Size = new System.Drawing.Size(167, 21); this.DtPayDate.TabIndex = 87; this.DtPayDate.ValueChanged += new System.EventHandler(this.DtPayDate_ValueChanged); // // label1 // this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(889, 38); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 88; this.label1.Text = "付款时间"; // // FrmCardsView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1119, 766); this.Controls.Add(this.label1); this.Controls.Add(this.DtPayDate); this.Controls.Add(this.LvCards); this.Controls.Add(this.rySearch1); this.Location = new System.Drawing.Point(0, 0); this.Name = "FrmCardsView"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "银行卡管理"; this.Load += new System.EventHandler(this.FrmCardsView_Load); ((System.ComponentModel.ISupportInitialize)(this.LvCards)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ryControls.rySearch rySearch1; private BrightIdeasSoftware.FastObjectListView LvCards; private BrightIdeasSoftware.OLVColumn OlvBankName; private BrightIdeasSoftware.OLVColumn OlvCardNum; private BrightIdeasSoftware.OLVColumn OlvBillDate; private BrightIdeasSoftware.OLVColumn OlvRePayDate; private BrightIdeasSoftware.OLVColumn OlvOutTime; private BrightIdeasSoftware.OLVColumn OlvNextRePayDate; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 添加银行卡ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 修改银行卡ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 删除银行卡ToolStripMenuItem; private ryControls.DateTimePickerEX DtPayDate; private System.Windows.Forms.Label label1; private BrightIdeasSoftware.OLVColumn OlvDes; private BrightIdeasSoftware.OLVColumn OlvFreeYear; private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem 设置为年费达标ToolStripMenuItem; } }