namespace SuperDesign.Tools { partial class FrmHistoryUrls { /// /// 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.objectListView2 = new BrightIdeasSoftware.ObjectListView(); this.OlvPostData = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvEditTime = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.OlvClickCount = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); ((System.ComponentModel.ISupportInitialize)(this.objectListView2)).BeginInit(); this.SuspendLayout(); // // objectListView2 // this.objectListView2.AllColumns.Add(this.OlvPostData); this.objectListView2.AllColumns.Add(this.OlvEditTime); this.objectListView2.AllColumns.Add(this.OlvClickCount); this.objectListView2.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.objectListView2.CellEditUseWholeCell = false; this.objectListView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.OlvPostData, this.OlvEditTime, this.OlvClickCount}); this.objectListView2.Cursor = System.Windows.Forms.Cursors.Default; this.objectListView2.FullRowSelect = true; this.objectListView2.HideSelection = false; this.objectListView2.Location = new System.Drawing.Point(12, 12); this.objectListView2.MultiSelect = false; this.objectListView2.Name = "objectListView2"; this.objectListView2.ShowItemToolTips = true; this.objectListView2.Size = new System.Drawing.Size(765, 542); this.objectListView2.TabIndex = 114; this.objectListView2.UseCompatibleStateImageBehavior = false; this.objectListView2.UseHotItem = true; this.objectListView2.View = System.Windows.Forms.View.Details; this.objectListView2.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.objectListView2_MouseDoubleClick); // // OlvPostData // this.OlvPostData.FillsFreeSpace = true; this.OlvPostData.Text = "名称"; this.OlvPostData.Width = 200; // // OlvEditTime // this.OlvEditTime.Text = "更新时间"; this.OlvEditTime.Width = 180; // // OlvClickCount // this.OlvClickCount.Text = "点击量"; this.OlvClickCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // FrmHistoryUrls // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(789, 566); this.Controls.Add(this.objectListView2); this.Name = "FrmHistoryUrls"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "历史记录"; this.Load += new System.EventHandler(this.FrmHistoryUrls_Load); ((System.ComponentModel.ISupportInitialize)(this.objectListView2)).EndInit(); this.ResumeLayout(false); } #endregion private BrightIdeasSoftware.ObjectListView objectListView2; private BrightIdeasSoftware.OLVColumn OlvPostData; private BrightIdeasSoftware.OLVColumn OlvEditTime; private BrightIdeasSoftware.OLVColumn OlvClickCount; } }