100 lines
4.7 KiB
C#
100 lines
4.7 KiB
C#
|
namespace SuperDesign.Tools.UpLog
|
|||
|
{
|
|||
|
partial class FrmGroupSelected
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmGroupSelected));
|
|||
|
this.objectListView1 = new BrightIdeasSoftware.ObjectListView();
|
|||
|
this.OlvGroup = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
|
|||
|
this.BtnDel = new ryControls.ButtonEx();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// objectListView1
|
|||
|
//
|
|||
|
this.objectListView1.AllColumns.Add(this.OlvGroup);
|
|||
|
this.objectListView1.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.objectListView1.CellEditUseWholeCell = false;
|
|||
|
this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|||
|
this.OlvGroup});
|
|||
|
this.objectListView1.Cursor = System.Windows.Forms.Cursors.Default;
|
|||
|
this.objectListView1.FullRowSelect = true;
|
|||
|
this.objectListView1.HideSelection = false;
|
|||
|
this.objectListView1.Location = new System.Drawing.Point(12, 42);
|
|||
|
this.objectListView1.Name = "objectListView1";
|
|||
|
this.objectListView1.Size = new System.Drawing.Size(636, 504);
|
|||
|
this.objectListView1.TabIndex = 0;
|
|||
|
this.objectListView1.UseCompatibleStateImageBehavior = false;
|
|||
|
this.objectListView1.View = System.Windows.Forms.View.Details;
|
|||
|
this.objectListView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ObjectListView1_MouseDoubleClick);
|
|||
|
//
|
|||
|
// OlvGroup
|
|||
|
//
|
|||
|
this.OlvGroup.Text = "分组";
|
|||
|
this.OlvGroup.Width = 300;
|
|||
|
//
|
|||
|
// BtnDel
|
|||
|
//
|
|||
|
this.BtnDel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|||
|
this.BtnDel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
|
|||
|
this.BtnDel.ColorGradient = true;
|
|||
|
this.BtnDel.Location = new System.Drawing.Point(573, 3);
|
|||
|
this.BtnDel.Name = "BtnDel";
|
|||
|
this.BtnDel.Size = new System.Drawing.Size(75, 33);
|
|||
|
this.BtnDel.TabIndex = 12;
|
|||
|
this.BtnDel.Text = "删除";
|
|||
|
this.BtnDel.UseDefSkin = false;
|
|||
|
this.BtnDel.UseVisualStyleBackColor = true;
|
|||
|
this.BtnDel.Click += new System.EventHandler(this.BtnDel_Click);
|
|||
|
//
|
|||
|
// FrmGroupSelected
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(660, 558);
|
|||
|
this.Controls.Add(this.BtnDel);
|
|||
|
this.Controls.Add(this.objectListView1);
|
|||
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|||
|
this.Name = "FrmGroupSelected";
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "分组";
|
|||
|
this.Load += new System.EventHandler(this.FrmGroupSelected_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private BrightIdeasSoftware.ObjectListView objectListView1;
|
|||
|
private BrightIdeasSoftware.OLVColumn OlvGroup;
|
|||
|
private ryControls.ButtonEx BtnDel;
|
|||
|
}
|
|||
|
}
|