ab56a9bcf7
SVN-Revision: r240
267 lines
14 KiB
C#
267 lines
14 KiB
C#
namespace Lskj.Main4
|
|
{
|
|
partial class FrmSubSystem
|
|
{
|
|
/// <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(FrmSubSystem));
|
|
this.pl_bg = new System.Windows.Forms.Panel();
|
|
this.plSubPages = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
|
|
this.plSubMenus = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
|
|
this.rtbTip = new System.Windows.Forms.RichTextBox();
|
|
this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
|
|
this.plBottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.lblTip = new System.Windows.Forms.Label();
|
|
this.btnColse = new System.Windows.Forms.Button();
|
|
this.btnMin = new System.Windows.Forms.Button();
|
|
this.plTop = new DevExpress.XtraEditors.PanelControl();
|
|
this.pl_bg.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plSubPages)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
|
|
this.panelControl4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plSubMenus)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
|
|
this.panelControl6.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.plBottom)).BeginInit();
|
|
this.plBottom.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plTop)).BeginInit();
|
|
this.plTop.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// pl_bg
|
|
//
|
|
this.pl_bg.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_bg.BackgroundImage = global::Lskj.Main4.Properties.Resources.sub_backgroud;
|
|
this.pl_bg.Controls.Add(this.plSubPages);
|
|
this.pl_bg.Controls.Add(this.panelControl4);
|
|
this.pl_bg.Controls.Add(this.plTop);
|
|
this.pl_bg.Controls.Add(this.plBottom);
|
|
this.pl_bg.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pl_bg.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_bg.Name = "pl_bg";
|
|
this.pl_bg.Size = new System.Drawing.Size(1000, 600);
|
|
this.pl_bg.TabIndex = 0;
|
|
//
|
|
// plSubPages
|
|
//
|
|
this.plSubPages.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.plSubPages.Appearance.Options.UseBackColor = true;
|
|
this.plSubPages.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plSubPages.Location = new System.Drawing.Point(2, 493);
|
|
this.plSubPages.Name = "plSubPages";
|
|
this.plSubPages.Size = new System.Drawing.Size(996, 40);
|
|
this.plSubPages.TabIndex = 7;
|
|
//
|
|
// panelControl4
|
|
//
|
|
this.panelControl4.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelControl4.Appearance.Options.UseBackColor = true;
|
|
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl4.Controls.Add(this.plSubMenus);
|
|
this.panelControl4.Controls.Add(this.panelControl6);
|
|
this.panelControl4.Location = new System.Drawing.Point(2, 151);
|
|
this.panelControl4.Name = "panelControl4";
|
|
this.panelControl4.Size = new System.Drawing.Size(996, 322);
|
|
this.panelControl4.TabIndex = 6;
|
|
//
|
|
// plSubMenus
|
|
//
|
|
this.plSubMenus.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.plSubMenus.Appearance.Options.UseBackColor = true;
|
|
this.plSubMenus.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plSubMenus.Location = new System.Drawing.Point(250, 0);
|
|
this.plSubMenus.Name = "plSubMenus";
|
|
this.plSubMenus.Size = new System.Drawing.Size(732, 322);
|
|
this.plSubMenus.TabIndex = 5;
|
|
//
|
|
// panelControl6
|
|
//
|
|
this.panelControl6.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelControl6.Appearance.Options.UseBackColor = true;
|
|
this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl6.ContentImage = global::Lskj.Main4.Properties.Resources.sub_tip_backgound;
|
|
this.panelControl6.Controls.Add(this.rtbTip);
|
|
this.panelControl6.Controls.Add(this.pictureEdit1);
|
|
this.panelControl6.Location = new System.Drawing.Point(18, 0);
|
|
this.panelControl6.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelControl6.Name = "panelControl6";
|
|
this.panelControl6.Size = new System.Drawing.Size(223, 322);
|
|
this.panelControl6.TabIndex = 4;
|
|
//
|
|
// rtbTip
|
|
//
|
|
this.rtbTip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(219)))), ((int)(((byte)(182)))), ((int)(((byte)(8)))));
|
|
this.rtbTip.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.rtbTip.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.rtbTip.ForeColor = System.Drawing.Color.White;
|
|
this.rtbTip.Location = new System.Drawing.Point(1, 102);
|
|
this.rtbTip.Name = "rtbTip";
|
|
this.rtbTip.Size = new System.Drawing.Size(219, 217);
|
|
this.rtbTip.TabIndex = 1;
|
|
this.rtbTip.Text = "";
|
|
//
|
|
// pictureEdit1
|
|
//
|
|
this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureEdit1.EditValue = global::Lskj.Main4.Properties.Resources.sub_tip_backgound;
|
|
this.pictureEdit1.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureEdit1.Name = "pictureEdit1";
|
|
this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
|
|
this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.pictureEdit1.Size = new System.Drawing.Size(223, 322);
|
|
this.pictureEdit1.TabIndex = 0;
|
|
//
|
|
// plBottom
|
|
//
|
|
this.plBottom.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.plBottom.Appearance.Options.UseBackColor = true;
|
|
this.plBottom.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plBottom.Controls.Add(this.lblTip);
|
|
this.plBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.plBottom.Location = new System.Drawing.Point(0, 564);
|
|
this.plBottom.Name = "plBottom";
|
|
this.plBottom.Size = new System.Drawing.Size(1000, 36);
|
|
this.plBottom.TabIndex = 4;
|
|
//
|
|
// lblTip
|
|
//
|
|
this.lblTip.AutoSize = true;
|
|
this.lblTip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblTip.ForeColor = System.Drawing.Color.White;
|
|
this.lblTip.Location = new System.Drawing.Point(416, 10);
|
|
this.lblTip.Name = "lblTip";
|
|
this.lblTip.Size = new System.Drawing.Size(169, 17);
|
|
this.lblTip.TabIndex = 1;
|
|
this.lblTip.Text = "今天是2016年4月11号 星期二";
|
|
//
|
|
// btnColse
|
|
//
|
|
this.btnColse.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnColse.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnColse.BackgroundImage")));
|
|
this.btnColse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnColse.FlatAppearance.BorderSize = 0;
|
|
this.btnColse.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnColse.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnColse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnColse.Location = new System.Drawing.Point(952, 12);
|
|
this.btnColse.Name = "btnColse";
|
|
this.btnColse.Size = new System.Drawing.Size(30, 30);
|
|
this.btnColse.TabIndex = 8;
|
|
this.btnColse.UseVisualStyleBackColor = false;
|
|
this.btnColse.Click += new System.EventHandler(this.btnColse_Click);
|
|
this.btnColse.MouseLeave += new System.EventHandler(this.btnColse_MouseLeave);
|
|
this.btnColse.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnColse_MouseMove);
|
|
//
|
|
// btnMin
|
|
//
|
|
this.btnMin.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnMin.BackgroundImage = global::Lskj.Main4.Properties.Resources.sub_btn_min;
|
|
this.btnMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnMin.FlatAppearance.BorderSize = 0;
|
|
this.btnMin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btnMin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btnMin.Location = new System.Drawing.Point(909, 12);
|
|
this.btnMin.Name = "btnMin";
|
|
this.btnMin.Size = new System.Drawing.Size(30, 30);
|
|
this.btnMin.TabIndex = 9;
|
|
this.btnMin.UseVisualStyleBackColor = false;
|
|
this.btnMin.Click += new System.EventHandler(this.btnMin_Click);
|
|
this.btnMin.MouseLeave += new System.EventHandler(this.btnMin_MouseLeave);
|
|
this.btnMin.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnMin_MouseMove);
|
|
//
|
|
// plTop
|
|
//
|
|
this.plTop.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.plTop.Appearance.Options.UseBackColor = true;
|
|
this.plTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plTop.Controls.Add(this.btnMin);
|
|
this.plTop.Controls.Add(this.btnColse);
|
|
this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.plTop.Location = new System.Drawing.Point(0, 0);
|
|
this.plTop.Name = "plTop";
|
|
this.plTop.Size = new System.Drawing.Size(1000, 100);
|
|
this.plTop.TabIndex = 5;
|
|
this.plTop.MouseDown += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseDown);
|
|
this.plTop.MouseMove += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseMove);
|
|
this.plTop.MouseUp += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseUp);
|
|
//
|
|
// FrmSubSystem
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(1000, 600);
|
|
this.Controls.Add(this.pl_bg);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmSubSystem";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "子系统选择";
|
|
this.Load += new System.EventHandler(this.FrmSubSystem_Load);
|
|
this.pl_bg.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.plSubPages)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
|
|
this.panelControl4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.plSubMenus)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
|
|
this.panelControl6.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.plBottom)).EndInit();
|
|
this.plBottom.ResumeLayout(false);
|
|
this.plBottom.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plTop)).EndInit();
|
|
this.plTop.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel pl_bg;
|
|
private DevExpress.XtraEditors.PanelControl plSubPages;
|
|
private DevExpress.XtraEditors.PanelControl panelControl4;
|
|
private DevExpress.XtraEditors.PanelControl plSubMenus;
|
|
private DevExpress.XtraEditors.PanelControl panelControl6;
|
|
private System.Windows.Forms.RichTextBox rtbTip;
|
|
private DevExpress.XtraEditors.PictureEdit pictureEdit1;
|
|
private DevExpress.XtraEditors.PanelControl plBottom;
|
|
private System.Windows.Forms.Label lblTip;
|
|
private DevExpress.XtraEditors.PanelControl plTop;
|
|
private System.Windows.Forms.Button btnMin;
|
|
private System.Windows.Forms.Button btnColse;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
} |