namespace LYFZ.Software.UI.MarketingAllPerson { partial class TeamCompetitionFormMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TeamCompetitionFormMain)); this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx(); this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx(); this.pictImage = new LYFZ.ComponentLibrary.PictureBoxEx(); this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx(); this.btnSaveAs = new LYFZ.ComponentLibrary.ButtonEx(); this.btnNewActivity = new LYFZ.ComponentLibrary.ButtonEx(); this.btnClose = new LYFZ.ComponentLibrary.ButtonEx(); this.chkYejiOrderBy = new LYFZ.ComponentLibrary.CheckBoxEx(); this.cmbtreevMinTeamName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.cmbtreevMaxTeamName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.cmbtreevActivityName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx(); this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.panelEx1.SuspendLayout(); this.panelEx3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictImage)).BeginInit(); this.panelEx2.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.panelEx1); this.plExMainContainer.Location = new System.Drawing.Point(0, 40); this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10); this.plExMainContainer.Size = new System.Drawing.Size(950, 505); // // plFormMainContent // this.plFormMainContent.Size = new System.Drawing.Size(950, 545); this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0); // // btnAppFormMaximize // this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg"))); this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0); // // btnAppFormExit // this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg"))); this.btnAppFormExit.Location = new System.Drawing.Point(918, 0); // // btnAppFormMinimize // this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg"))); this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0); // // panelEx1 // this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx1.BorderWidth = 1; this.panelEx1.Controls.Add(this.panelEx3); this.panelEx1.Controls.Add(this.panelEx2); this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx1.Location = new System.Drawing.Point(5, 10); this.panelEx1.Name = "panelEx1"; this.panelEx1.Padding = new System.Windows.Forms.Padding(5); this.panelEx1.Size = new System.Drawing.Size(940, 485); this.panelEx1.TabIndex = 0; // // panelEx3 // this.panelEx3.AutoScroll = true; this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx3.BorderWidth = 1; this.panelEx3.Controls.Add(this.pictImage); this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill; this.panelEx3.Location = new System.Drawing.Point(5, 54); this.panelEx3.Name = "panelEx3"; this.panelEx3.Size = new System.Drawing.Size(930, 426); this.panelEx3.TabIndex = 4; // // pictImage // this.pictImage.Dock = System.Windows.Forms.DockStyle.Fill; this.pictImage.Location = new System.Drawing.Point(0, 0); this.pictImage.Name = "pictImage"; this.pictImage.Size = new System.Drawing.Size(930, 426); this.pictImage.TabIndex = 0; this.pictImage.TabStop = false; // // panelEx2 // this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209))))); this.panelEx2.BorderWidth = 1; this.panelEx2.Controls.Add(this.btnSaveAs); this.panelEx2.Controls.Add(this.btnNewActivity); this.panelEx2.Controls.Add(this.btnClose); this.panelEx2.Controls.Add(this.chkYejiOrderBy); this.panelEx2.Controls.Add(this.cmbtreevMinTeamName); this.panelEx2.Controls.Add(this.cmbtreevMaxTeamName); this.panelEx2.Controls.Add(this.cmbtreevActivityName); this.panelEx2.Controls.Add(this.labelEx3); this.panelEx2.Controls.Add(this.labelEx2); this.panelEx2.Controls.Add(this.labelEx1); this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top; this.panelEx2.Location = new System.Drawing.Point(5, 5); this.panelEx2.Name = "panelEx2"; this.panelEx2.Size = new System.Drawing.Size(930, 49); this.panelEx2.TabIndex = 3; // // btnSaveAs // this.btnSaveAs.BackColor = System.Drawing.Color.Transparent; this.btnSaveAs.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveAs.BackImg"))); this.btnSaveAs.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnSaveAs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnSaveAs.ForeColor = System.Drawing.Color.White; this.btnSaveAs.IsCustomBackImg = false; this.btnSaveAs.IsShowText = true; this.btnSaveAs.Location = new System.Drawing.Point(803, 8); this.btnSaveAs.Name = "btnSaveAs"; this.btnSaveAs.Size = new System.Drawing.Size(85, 28); this.btnSaveAs.TabIndex = 14; this.btnSaveAs.Text = " 另存为"; this.btnSaveAs.UseVisualStyleBackColor = false; // // btnNewActivity // this.btnNewActivity.BackColor = System.Drawing.Color.Transparent; this.btnNewActivity.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewActivity.BackImg"))); this.btnNewActivity.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnNewActivity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnNewActivity.ForeColor = System.Drawing.Color.White; this.btnNewActivity.IsCustomBackImg = false; this.btnNewActivity.IsShowText = true; this.btnNewActivity.Location = new System.Drawing.Point(712, 8); this.btnNewActivity.Name = "btnNewActivity"; this.btnNewActivity.Size = new System.Drawing.Size(85, 28); this.btnNewActivity.TabIndex = 9; this.btnNewActivity.Text = " 新建活动"; this.btnNewActivity.UseVisualStyleBackColor = false; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg"))); this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21); this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.IsCustomBackImg = false; this.btnClose.IsShowText = true; this.btnClose.Location = new System.Drawing.Point(894, 8); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(85, 28); this.btnClose.TabIndex = 8; this.btnClose.Text = " 关 闭"; this.btnClose.UseVisualStyleBackColor = false; // // chkYejiOrderBy // this.chkYejiOrderBy.AutoSize = true; this.chkYejiOrderBy.BackColor = System.Drawing.Color.Transparent; this.chkYejiOrderBy.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked; this.chkYejiOrderBy.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.chkYejiOrderBy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.chkYejiOrderBy.Fourstates = false; this.chkYejiOrderBy.IsGreenTick = false; this.chkYejiOrderBy.Location = new System.Drawing.Point(609, 12); this.chkYejiOrderBy.Name = "chkYejiOrderBy"; this.chkYejiOrderBy.Size = new System.Drawing.Size(87, 21); this.chkYejiOrderBy.TabIndex = 7; this.chkYejiOrderBy.Text = "按业绩排序"; this.chkYejiOrderBy.UseVisualStyleBackColor = false; // // cmbtreevMinTeamName // this.cmbtreevMinTeamName.AfterSelectLevelFirstNode = true; this.cmbtreevMinTeamName.DropDownHeight = 220; this.cmbtreevMinTeamName.DropDownShow = false; this.cmbtreevMinTeamName.FormattingEnabled = true; this.cmbtreevMinTeamName.IntegralHeight = false; this.cmbtreevMinTeamName.IsNodeMouseClick = true; this.cmbtreevMinTeamName.IsSelectParentNode = false; this.cmbtreevMinTeamName.Location = new System.Drawing.Point(460, 13); this.cmbtreevMinTeamName.Name = "cmbtreevMinTeamName"; this.cmbtreevMinTeamName.ReadOnly = false; this.cmbtreevMinTeamName.SelectedNode = null; this.cmbtreevMinTeamName.Size = new System.Drawing.Size(140, 20); this.cmbtreevMinTeamName.StrGetName = ""; this.cmbtreevMinTeamName.StrGetTagName = ""; this.cmbtreevMinTeamName.StrKey = null; this.cmbtreevMinTeamName.TabIndex = 6; // // cmbtreevMaxTeamName // this.cmbtreevMaxTeamName.AfterSelectLevelFirstNode = true; this.cmbtreevMaxTeamName.DropDownHeight = 220; this.cmbtreevMaxTeamName.DropDownShow = false; this.cmbtreevMaxTeamName.FormattingEnabled = true; this.cmbtreevMaxTeamName.IntegralHeight = false; this.cmbtreevMaxTeamName.IsNodeMouseClick = true; this.cmbtreevMaxTeamName.IsSelectParentNode = false; this.cmbtreevMaxTeamName.Location = new System.Drawing.Point(264, 13); this.cmbtreevMaxTeamName.Name = "cmbtreevMaxTeamName"; this.cmbtreevMaxTeamName.ReadOnly = false; this.cmbtreevMaxTeamName.SelectedNode = null; this.cmbtreevMaxTeamName.Size = new System.Drawing.Size(140, 20); this.cmbtreevMaxTeamName.StrGetName = ""; this.cmbtreevMaxTeamName.StrGetTagName = ""; this.cmbtreevMaxTeamName.StrKey = null; this.cmbtreevMaxTeamName.TabIndex = 5; // // cmbtreevActivityName // this.cmbtreevActivityName.AfterSelectLevelFirstNode = true; this.cmbtreevActivityName.DropDownHeight = 220; this.cmbtreevActivityName.DropDownShow = false; this.cmbtreevActivityName.FormattingEnabled = true; this.cmbtreevActivityName.IntegralHeight = false; this.cmbtreevActivityName.IsNodeMouseClick = true; this.cmbtreevActivityName.IsSelectParentNode = false; this.cmbtreevActivityName.Location = new System.Drawing.Point(71, 13); this.cmbtreevActivityName.Name = "cmbtreevActivityName"; this.cmbtreevActivityName.ReadOnly = false; this.cmbtreevActivityName.SelectedNode = null; this.cmbtreevActivityName.Size = new System.Drawing.Size(140, 20); this.cmbtreevActivityName.StrGetName = ""; this.cmbtreevActivityName.StrGetTagName = ""; this.cmbtreevActivityName.StrKey = null; this.cmbtreevActivityName.TabIndex = 4; // // labelEx3 // this.labelEx3.AutoSize = true; this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx3.Location = new System.Drawing.Point(418, 14); this.labelEx3.Name = "labelEx3"; this.labelEx3.Size = new System.Drawing.Size(44, 17); this.labelEx3.TabIndex = 2; this.labelEx3.Text = "小组:"; // // labelEx2 // this.labelEx2.AutoSize = true; this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx2.Location = new System.Drawing.Point(223, 14); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(44, 17); this.labelEx2.TabIndex = 1; this.labelEx2.Text = "大队:"; // // labelEx1 // this.labelEx1.AutoSize = true; this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113))))); this.labelEx1.Location = new System.Drawing.Point(6, 14); this.labelEx1.Name = "labelEx1"; this.labelEx1.Size = new System.Drawing.Size(68, 17); this.labelEx1.TabIndex = 0; this.labelEx1.Text = "活动名称:"; // // TeamCompetitionFormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage"))); this.ClientSize = new System.Drawing.Size(950, 610); this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139))))); this.IsShowUcNavigationTool = true; this.IsUserControlsSize = false; this.Name = "TeamCompetitionFormMain"; this.Text = "团队PK"; this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage"))); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.panelEx1.ResumeLayout(false); this.panelEx3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictImage)).EndInit(); this.panelEx2.ResumeLayout(false); this.panelEx2.PerformLayout(); this.ResumeLayout(false); } #endregion private ComponentLibrary.LabelEx labelEx3; private ComponentLibrary.LabelEx labelEx2; private ComponentLibrary.LabelEx labelEx1; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevMinTeamName; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevMaxTeamName; protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevActivityName; protected internal ComponentLibrary.CheckBoxEx chkYejiOrderBy; protected internal ComponentLibrary.ButtonEx btnNewActivity; protected internal ComponentLibrary.ButtonEx btnClose; protected internal ComponentLibrary.PictureBoxEx pictImage; protected internal ComponentLibrary.PanelEx panelEx3; protected internal ComponentLibrary.PanelEx panelEx2; protected internal ComponentLibrary.PanelEx panelEx1; protected internal ComponentLibrary.ButtonEx btnSaveAs; } }