117 lines
5.2 KiB
C#
117 lines
5.2 KiB
C#
namespace Lskj.Common
|
|
{
|
|
partial class FrmProject
|
|
{
|
|
/// <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(FrmProject));
|
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
|
|
this.panel1.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// simpleButton2
|
|
//
|
|
this.simpleButton2.Location = new System.Drawing.Point(205, 6);
|
|
this.simpleButton2.Name = "simpleButton2";
|
|
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
|
|
this.simpleButton2.TabIndex = 4;
|
|
this.simpleButton2.Text = "关闭";
|
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.panel1.Controls.Add(this.simpleButton2);
|
|
this.panel1.Controls.Add(this.simpleButton1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.panel1.Location = new System.Drawing.Point(0, 227);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(284, 35);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Location = new System.Drawing.Point(117, 6);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
|
|
this.simpleButton1.TabIndex = 3;
|
|
this.simpleButton1.Text = "删除";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
|
|
this.panel2.Controls.Add(this.listBoxControl1);
|
|
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(284, 262);
|
|
this.panel2.TabIndex = 4;
|
|
//
|
|
// listBoxControl1
|
|
//
|
|
this.listBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.listBoxControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.listBoxControl1.Name = "listBoxControl1";
|
|
this.listBoxControl1.Size = new System.Drawing.Size(284, 262);
|
|
this.listBoxControl1.TabIndex = 1;
|
|
//
|
|
// FrmProject
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(284, 262);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.panel2);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmProject";
|
|
this.Text = "方案管理";
|
|
this.Load += new System.EventHandler(this.FrmProject_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.listBoxControl1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
|
|
}
|
|
} |