ab56a9bcf7
SVN-Revision: r240
119 lines
5.1 KiB
C#
119 lines
5.1 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class FrmProjectManager
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnDelete = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.lbContainer = new DevExpress.XtraEditors.ListBoxControl();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.lbContainer)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.Controls.Add(this.btnClose);
|
|
this.panel1.Controls.Add(this.btnDelete);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 224);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(310, 35);
|
|
this.panel1.TabIndex = 5;
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(160, 6);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(75, 23);
|
|
this.btnClose.TabIndex = 4;
|
|
this.btnClose.Text = "关闭";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.Location = new System.Drawing.Point(72, 6);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.Size = new System.Drawing.Size(75, 23);
|
|
this.btnDelete.TabIndex = 3;
|
|
this.btnDelete.Text = "删除";
|
|
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.panel2.Controls.Add(this.lbContainer);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(310, 259);
|
|
this.panel2.TabIndex = 6;
|
|
//
|
|
// lbContainer
|
|
//
|
|
this.lbContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lbContainer.Location = new System.Drawing.Point(0, 0);
|
|
this.lbContainer.Name = "lbContainer";
|
|
this.lbContainer.Size = new System.Drawing.Size(310, 259);
|
|
this.lbContainer.TabIndex = 1;
|
|
//
|
|
// FrmProjectManager
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.Appearance.Font = new System.Drawing.Font("宋体", 9F);
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(310, 259);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.panel2);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmProjectManager";
|
|
this.Text = "方案管理";
|
|
this.Load += new System.EventHandler(this.FrmPeojectManager_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.lbContainer)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private DevExpress.XtraEditors.SimpleButton btnDelete;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private DevExpress.XtraEditors.ListBoxControl lbContainer;
|
|
}
|
|
} |