SVN r869
SVN-Revision: r869
This commit is contained in:
+193
-15
@@ -28,6 +28,7 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainPanelControlEx));
|
||||
this.tslCompany = new System.Windows.Forms.ToolStripLabel();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
@@ -49,6 +50,20 @@
|
||||
this.pl_center_main = new System.Windows.Forms.Panel();
|
||||
this.splitMainControl = new System.Windows.Forms.SplitContainer();
|
||||
this.pl_center_main_middle = new System.Windows.Forms.Panel();
|
||||
this.allPanel = new System.Windows.Forms.Panel();
|
||||
this.allMenuPanel = new System.Windows.Forms.Panel();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.allTipsLab = new System.Windows.Forms.Label();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.panelSplit = new System.Windows.Forms.Panel();
|
||||
this.labelSplit = new System.Windows.Forms.Label();
|
||||
this.labelSplitTop = new System.Windows.Forms.Label();
|
||||
this.collectPanel = new System.Windows.Forms.Panel();
|
||||
this.collectMenuPanel = new System.Windows.Forms.Panel();
|
||||
this.topTipsPanel = new System.Windows.Forms.Panel();
|
||||
this.collectTipsLab = new System.Windows.Forms.Label();
|
||||
this.whiteLab = new System.Windows.Forms.Label();
|
||||
this.pl_center_main_middle_FlowLayout = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.pl_center_main_right_container = new System.Windows.Forms.Panel();
|
||||
this.plRightLine = new System.Windows.Forms.Panel();
|
||||
@@ -98,10 +113,9 @@
|
||||
this.btnClose = new System.Windows.Forms.Button();
|
||||
this.pl_top_left = new System.Windows.Forms.Panel();
|
||||
this.lblSubTitle = new System.Windows.Forms.Label();
|
||||
this.mark_timer = new System.Windows.Forms.Timer();
|
||||
this.mark_timer = new System.Windows.Forms.Timer(this.components);
|
||||
this.autoGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.awaitScreenControl = new Lskj.Main.Control.AwaitScreenControl();
|
||||
this.pl_center_main_middle_FlowLayout = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
this.pl_center.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
|
||||
@@ -113,6 +127,12 @@
|
||||
this.splitMainControl.Panel1.SuspendLayout();
|
||||
this.splitMainControl.Panel2.SuspendLayout();
|
||||
this.splitMainControl.SuspendLayout();
|
||||
this.pl_center_main_middle.SuspendLayout();
|
||||
this.allPanel.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
this.panelSplit.SuspendLayout();
|
||||
this.collectPanel.SuspendLayout();
|
||||
this.topTipsPanel.SuspendLayout();
|
||||
this.panel5.SuspendLayout();
|
||||
this.pl_center_main_right_container.SuspendLayout();
|
||||
this.pl_center_main_right.SuspendLayout();
|
||||
@@ -311,8 +331,8 @@
|
||||
//
|
||||
// splitMainControl.Panel1
|
||||
//
|
||||
this.splitMainControl.Panel1.Controls.Add(this.pl_center_main_middle_FlowLayout);
|
||||
this.splitMainControl.Panel1.Controls.Add(this.pl_center_main_middle);
|
||||
this.splitMainControl.Panel1.Controls.Add(this.pl_center_main_middle_FlowLayout);
|
||||
//
|
||||
// splitMainControl.Panel2
|
||||
//
|
||||
@@ -325,12 +345,164 @@
|
||||
//
|
||||
this.pl_center_main_middle.AutoScroll = true;
|
||||
this.pl_center_main_middle.BackColor = System.Drawing.Color.White;
|
||||
this.pl_center_main_middle.Controls.Add(this.allPanel);
|
||||
this.pl_center_main_middle.Controls.Add(this.panelSplit);
|
||||
this.pl_center_main_middle.Controls.Add(this.collectPanel);
|
||||
this.pl_center_main_middle.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_center_main_middle.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_center_main_middle.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pl_center_main_middle.Name = "pl_center_main_middle";
|
||||
this.pl_center_main_middle.Size = new System.Drawing.Size(896, 584);
|
||||
this.pl_center_main_middle.TabIndex = 1;
|
||||
//
|
||||
// allPanel
|
||||
//
|
||||
this.allPanel.Controls.Add(this.allMenuPanel);
|
||||
this.allPanel.Controls.Add(this.panel2);
|
||||
this.allPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.allPanel.Location = new System.Drawing.Point(0, 227);
|
||||
this.allPanel.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.allPanel.Name = "allPanel";
|
||||
this.allPanel.Size = new System.Drawing.Size(896, 357);
|
||||
this.allPanel.TabIndex = 9;
|
||||
//
|
||||
// allMenuPanel
|
||||
//
|
||||
this.allMenuPanel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.allMenuPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.allMenuPanel.Location = new System.Drawing.Point(0, 26);
|
||||
this.allMenuPanel.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.allMenuPanel.Name = "allMenuPanel";
|
||||
this.allMenuPanel.Size = new System.Drawing.Size(896, 331);
|
||||
this.allMenuPanel.TabIndex = 6;
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.panel2.Controls.Add(this.allTipsLab);
|
||||
this.panel2.Controls.Add(this.label4);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 0);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(896, 26);
|
||||
this.panel2.TabIndex = 5;
|
||||
//
|
||||
// allTipsLab
|
||||
//
|
||||
this.allTipsLab.BackColor = System.Drawing.Color.White;
|
||||
this.allTipsLab.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.allTipsLab.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.allTipsLab.Location = new System.Drawing.Point(8, 0);
|
||||
this.allTipsLab.Name = "allTipsLab";
|
||||
this.allTipsLab.Size = new System.Drawing.Size(888, 26);
|
||||
this.allTipsLab.TabIndex = 3;
|
||||
this.allTipsLab.Text = "全部应用";
|
||||
this.allTipsLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// label4
|
||||
//
|
||||
this.label4.BackColor = System.Drawing.Color.White;
|
||||
this.label4.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.label4.Location = new System.Drawing.Point(0, 0);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new System.Drawing.Size(8, 26);
|
||||
this.label4.TabIndex = 1;
|
||||
//
|
||||
// panelSplit
|
||||
//
|
||||
this.panelSplit.Controls.Add(this.labelSplit);
|
||||
this.panelSplit.Controls.Add(this.labelSplitTop);
|
||||
this.panelSplit.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panelSplit.Location = new System.Drawing.Point(0, 220);
|
||||
this.panelSplit.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.panelSplit.Name = "panelSplit";
|
||||
this.panelSplit.Padding = new System.Windows.Forms.Padding(13, 0, 13, 0);
|
||||
this.panelSplit.Size = new System.Drawing.Size(896, 7);
|
||||
this.panelSplit.TabIndex = 7;
|
||||
//
|
||||
// labelSplit
|
||||
//
|
||||
this.labelSplit.BackColor = System.Drawing.Color.Black;
|
||||
this.labelSplit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.labelSplit.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.labelSplit.ForeColor = System.Drawing.Color.Black;
|
||||
this.labelSplit.Location = new System.Drawing.Point(13, 3);
|
||||
this.labelSplit.Name = "labelSplit";
|
||||
this.labelSplit.Size = new System.Drawing.Size(870, 1);
|
||||
this.labelSplit.TabIndex = 0;
|
||||
//
|
||||
// labelSplitTop
|
||||
//
|
||||
this.labelSplitTop.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.labelSplitTop.Location = new System.Drawing.Point(13, 0);
|
||||
this.labelSplitTop.Name = "labelSplitTop";
|
||||
this.labelSplitTop.Size = new System.Drawing.Size(870, 3);
|
||||
this.labelSplitTop.TabIndex = 1;
|
||||
//
|
||||
// collectPanel
|
||||
//
|
||||
this.collectPanel.Controls.Add(this.collectMenuPanel);
|
||||
this.collectPanel.Controls.Add(this.topTipsPanel);
|
||||
this.collectPanel.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.collectPanel.Location = new System.Drawing.Point(0, 0);
|
||||
this.collectPanel.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.collectPanel.Name = "collectPanel";
|
||||
this.collectPanel.Size = new System.Drawing.Size(896, 220);
|
||||
this.collectPanel.TabIndex = 8;
|
||||
//
|
||||
// collectMenuPanel
|
||||
//
|
||||
this.collectMenuPanel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.collectMenuPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.collectMenuPanel.Location = new System.Drawing.Point(0, 26);
|
||||
this.collectMenuPanel.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.collectMenuPanel.Name = "collectMenuPanel";
|
||||
this.collectMenuPanel.Size = new System.Drawing.Size(896, 194);
|
||||
this.collectMenuPanel.TabIndex = 6;
|
||||
//
|
||||
// topTipsPanel
|
||||
//
|
||||
this.topTipsPanel.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.topTipsPanel.Controls.Add(this.collectTipsLab);
|
||||
this.topTipsPanel.Controls.Add(this.whiteLab);
|
||||
this.topTipsPanel.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.topTipsPanel.Location = new System.Drawing.Point(0, 0);
|
||||
this.topTipsPanel.Name = "topTipsPanel";
|
||||
this.topTipsPanel.Size = new System.Drawing.Size(896, 26);
|
||||
this.topTipsPanel.TabIndex = 5;
|
||||
//
|
||||
// collectTipsLab
|
||||
//
|
||||
this.collectTipsLab.BackColor = System.Drawing.Color.White;
|
||||
this.collectTipsLab.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.collectTipsLab.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.collectTipsLab.Location = new System.Drawing.Point(8, 0);
|
||||
this.collectTipsLab.Name = "collectTipsLab";
|
||||
this.collectTipsLab.Size = new System.Drawing.Size(888, 26);
|
||||
this.collectTipsLab.TabIndex = 3;
|
||||
this.collectTipsLab.Text = "我的收藏";
|
||||
this.collectTipsLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// whiteLab
|
||||
//
|
||||
this.whiteLab.BackColor = System.Drawing.Color.White;
|
||||
this.whiteLab.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.whiteLab.Location = new System.Drawing.Point(0, 0);
|
||||
this.whiteLab.Name = "whiteLab";
|
||||
this.whiteLab.Size = new System.Drawing.Size(8, 26);
|
||||
this.whiteLab.TabIndex = 1;
|
||||
//
|
||||
// pl_center_main_middle_FlowLayout
|
||||
//
|
||||
this.pl_center_main_middle_FlowLayout.AutoScroll = true;
|
||||
this.pl_center_main_middle_FlowLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_center_main_middle_FlowLayout.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_center_main_middle_FlowLayout.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.pl_center_main_middle_FlowLayout.Name = "pl_center_main_middle_FlowLayout";
|
||||
this.pl_center_main_middle_FlowLayout.Size = new System.Drawing.Size(896, 584);
|
||||
this.pl_center_main_middle_FlowLayout.TabIndex = 2;
|
||||
this.pl_center_main_middle_FlowLayout.Visible = false;
|
||||
//
|
||||
// panel5
|
||||
//
|
||||
this.panel5.Controls.Add(this.pl_center_main_right_container);
|
||||
@@ -980,17 +1152,6 @@
|
||||
this.awaitScreenControl.TabIndex = 0;
|
||||
this.awaitScreenControl.Visible = false;
|
||||
//
|
||||
// pl_center_main_middle_FlowLayout
|
||||
//
|
||||
this.pl_center_main_middle_FlowLayout.AutoScroll = true;
|
||||
this.pl_center_main_middle_FlowLayout.BackColor = System.Drawing.Color.Transparent;
|
||||
this.pl_center_main_middle_FlowLayout.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pl_center_main_middle_FlowLayout.Location = new System.Drawing.Point(0, 0);
|
||||
this.pl_center_main_middle_FlowLayout.Name = "pl_center_main_middle_FlowLayout";
|
||||
this.pl_center_main_middle_FlowLayout.Size = new System.Drawing.Size(896, 584);
|
||||
this.pl_center_main_middle_FlowLayout.TabIndex = 2;
|
||||
this.pl_center_main_middle_FlowLayout.Visible = false;
|
||||
//
|
||||
// MainPanelControlEx
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -1010,6 +1171,12 @@
|
||||
this.splitMainControl.Panel2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitMainControl)).EndInit();
|
||||
this.splitMainControl.ResumeLayout(false);
|
||||
this.pl_center_main_middle.ResumeLayout(false);
|
||||
this.allPanel.ResumeLayout(false);
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panelSplit.ResumeLayout(false);
|
||||
this.collectPanel.ResumeLayout(false);
|
||||
this.topTipsPanel.ResumeLayout(false);
|
||||
this.panel5.ResumeLayout(false);
|
||||
this.pl_center_main_right_container.ResumeLayout(false);
|
||||
this.pl_center_main_right.ResumeLayout(false);
|
||||
@@ -1098,4 +1265,15 @@
|
||||
private System.Windows.Forms.Panel pl_center_main;
|
||||
private System.Windows.Forms.SplitContainer splitMainControl;
|
||||
private System.Windows.Forms.Panel pl_center_main_middle;
|
||||
privat
|
||||
private System.Windows.Forms.Panel panel5;
|
||||
private System.Windows.Forms.Panel pl_center_main_right_container;
|
||||
private System.Windows.Forms.Panel plRightLine;
|
||||
private System.Windows.Forms.Panel pl_center_main_right;
|
||||
private System.Windows.Forms.Panel pl_center_main_bottom_right;
|
||||
private System.Windows.Forms.Panel pl_center_main_bottom_left_main;
|
||||
private System.Windows.Forms.Label lblReportcutset;
|
||||
private System.Windows.Forms.Panel pl_center_main_bottom_left;
|
||||
private System.Windows.Forms.Panel pl_center_main_bottom_right_main;
|
||||
private System.Windows.Forms.Panel panel6;
|
||||
private System.Windows.Forms.Label lblShortcutset;
|
||||
private System.Wi
|
||||
Reference in New Issue
Block a user