mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-25 23:21:41 +03:00
95 lines
4.0 KiB
C#
95 lines
4.0 KiB
C#
namespace UdsAdmin.controls.panel
|
|
{
|
|
partial class PublicationsPanel
|
|
{
|
|
/// <summary>
|
|
/// Variable del diseñador requerida.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Limpiar los recursos que se estén utilizando.
|
|
/// </summary>
|
|
/// <param name="disposing">true si los recursos administrados se deben eliminar; false en caso contrario, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Código generado por el Diseñador de componentes
|
|
|
|
/// <summary>
|
|
/// Método necesario para admitir el Diseñador. No se puede modificar
|
|
/// el contenido del método con el editor de código.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PublicationsPanel));
|
|
this.CreationDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.State = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.listView = new System.Windows.Forms.ListView();
|
|
this.Revision = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.Reason = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.SuspendLayout();
|
|
//
|
|
// CreationDate
|
|
//
|
|
resources.ApplyResources(this.CreationDate, "CreationDate");
|
|
//
|
|
// State
|
|
//
|
|
resources.ApplyResources(this.State, "State");
|
|
//
|
|
// listView
|
|
//
|
|
this.listView.AutoArrange = false;
|
|
this.listView.CausesValidation = false;
|
|
this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.Revision,
|
|
this.CreationDate,
|
|
this.State,
|
|
this.Reason});
|
|
resources.ApplyResources(this.listView, "listView");
|
|
this.listView.FullRowSelect = true;
|
|
this.listView.GridLines = true;
|
|
this.listView.MultiSelect = false;
|
|
this.listView.Name = "listView";
|
|
this.listView.UseCompatibleStateImageBehavior = false;
|
|
this.listView.View = System.Windows.Forms.View.Details;
|
|
this.listView.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listView_ColumnClick);
|
|
this.listView.KeyUp += new System.Windows.Forms.KeyEventHandler(this.listView_KeyUp);
|
|
this.listView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.listView_MouseUp);
|
|
//
|
|
// Revision
|
|
//
|
|
resources.ApplyResources(this.Revision, "Revision");
|
|
//
|
|
// Reason
|
|
//
|
|
resources.ApplyResources(this.Reason, "Reason");
|
|
//
|
|
// PublicationsPanel
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.listView);
|
|
this.Name = "PublicationsPanel";
|
|
this.VisibleChanged += new System.EventHandler(this.DeployedPanel_VisibleChanged);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ListView listView;
|
|
private System.Windows.Forms.ColumnHeader CreationDate;
|
|
private System.Windows.Forms.ColumnHeader State;
|
|
private System.Windows.Forms.ColumnHeader Reason;
|
|
private System.Windows.Forms.ColumnHeader Revision;
|
|
}
|
|
}
|