SuperDesign/Source/开发辅助工具/Tools/FrmHistoryUrls.Designer.cs
zilinsoft 993f1ca1a9 ### 2024-12-20 星期五更新
------
#### SuperDesign    V3.0.2412.2001
- *.[新增]新增程序更新日志设置和自动发布功能。
- *.[修复]修复Post数据格式不正确时双击文本框会导致软件闪退的BUG。
2024-12-20 08:15:19 +08:00

103 lines
4.6 KiB
C#

namespace SuperDesign.Tools
{
partial class FrmHistoryUrls
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
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;
}
}