TeamCompetitionFormMain.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. namespace LYFZ.Software.UI.MarketingAllPerson
  2. {
  3. partial class TeamCompetitionFormMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TeamCompetitionFormMain));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.pictImage = new LYFZ.ComponentLibrary.PictureBoxEx();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.btnSaveAs = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnNewActivity = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.chkYejiOrderBy = new LYFZ.ComponentLibrary.CheckBoxEx();
  37. this.cmbtreevMinTeamName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  38. this.cmbtreevMaxTeamName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  39. this.cmbtreevActivityName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.plExMainContainer.SuspendLayout();
  44. this.plFormMainContent.SuspendLayout();
  45. this.panelEx1.SuspendLayout();
  46. this.panelEx3.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictImage)).BeginInit();
  48. this.panelEx2.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // plExMainContainer
  52. //
  53. this.plExMainContainer.Controls.Add(this.panelEx1);
  54. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  55. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  56. this.plExMainContainer.Size = new System.Drawing.Size(950, 505);
  57. //
  58. // plFormMainContent
  59. //
  60. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  61. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  62. //
  63. // btnAppFormMaximize
  64. //
  65. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  66. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  67. //
  68. // btnAppFormExit
  69. //
  70. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  71. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  72. //
  73. // btnAppFormMinimize
  74. //
  75. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  76. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  77. //
  78. // panelEx1
  79. //
  80. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  81. this.panelEx1.BorderWidth = 1;
  82. this.panelEx1.Controls.Add(this.panelEx3);
  83. this.panelEx1.Controls.Add(this.panelEx2);
  84. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  86. this.panelEx1.Name = "panelEx1";
  87. this.panelEx1.Padding = new System.Windows.Forms.Padding(5);
  88. this.panelEx1.Size = new System.Drawing.Size(940, 485);
  89. this.panelEx1.TabIndex = 0;
  90. //
  91. // panelEx3
  92. //
  93. this.panelEx3.AutoScroll = true;
  94. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  95. this.panelEx3.BorderWidth = 1;
  96. this.panelEx3.Controls.Add(this.pictImage);
  97. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.panelEx3.Location = new System.Drawing.Point(5, 54);
  99. this.panelEx3.Name = "panelEx3";
  100. this.panelEx3.Size = new System.Drawing.Size(930, 426);
  101. this.panelEx3.TabIndex = 4;
  102. //
  103. // pictImage
  104. //
  105. this.pictImage.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.pictImage.Location = new System.Drawing.Point(0, 0);
  107. this.pictImage.Name = "pictImage";
  108. this.pictImage.Size = new System.Drawing.Size(930, 426);
  109. this.pictImage.TabIndex = 0;
  110. this.pictImage.TabStop = false;
  111. //
  112. // panelEx2
  113. //
  114. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  115. this.panelEx2.BorderWidth = 1;
  116. this.panelEx2.Controls.Add(this.btnSaveAs);
  117. this.panelEx2.Controls.Add(this.btnNewActivity);
  118. this.panelEx2.Controls.Add(this.btnClose);
  119. this.panelEx2.Controls.Add(this.chkYejiOrderBy);
  120. this.panelEx2.Controls.Add(this.cmbtreevMinTeamName);
  121. this.panelEx2.Controls.Add(this.cmbtreevMaxTeamName);
  122. this.panelEx2.Controls.Add(this.cmbtreevActivityName);
  123. this.panelEx2.Controls.Add(this.labelEx3);
  124. this.panelEx2.Controls.Add(this.labelEx2);
  125. this.panelEx2.Controls.Add(this.labelEx1);
  126. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  127. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  128. this.panelEx2.Name = "panelEx2";
  129. this.panelEx2.Size = new System.Drawing.Size(930, 49);
  130. this.panelEx2.TabIndex = 3;
  131. //
  132. // btnSaveAs
  133. //
  134. this.btnSaveAs.BackColor = System.Drawing.Color.Transparent;
  135. this.btnSaveAs.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveAs.BackImg")));
  136. this.btnSaveAs.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  137. this.btnSaveAs.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  138. this.btnSaveAs.ForeColor = System.Drawing.Color.White;
  139. this.btnSaveAs.IsCustomBackImg = false;
  140. this.btnSaveAs.IsShowText = true;
  141. this.btnSaveAs.Location = new System.Drawing.Point(803, 8);
  142. this.btnSaveAs.Name = "btnSaveAs";
  143. this.btnSaveAs.Size = new System.Drawing.Size(85, 28);
  144. this.btnSaveAs.TabIndex = 14;
  145. this.btnSaveAs.Text = " 另存为";
  146. this.btnSaveAs.UseVisualStyleBackColor = false;
  147. //
  148. // btnNewActivity
  149. //
  150. this.btnNewActivity.BackColor = System.Drawing.Color.Transparent;
  151. this.btnNewActivity.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNewActivity.BackImg")));
  152. this.btnNewActivity.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  153. this.btnNewActivity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  154. this.btnNewActivity.ForeColor = System.Drawing.Color.White;
  155. this.btnNewActivity.IsCustomBackImg = false;
  156. this.btnNewActivity.IsShowText = true;
  157. this.btnNewActivity.Location = new System.Drawing.Point(712, 8);
  158. this.btnNewActivity.Name = "btnNewActivity";
  159. this.btnNewActivity.Size = new System.Drawing.Size(85, 28);
  160. this.btnNewActivity.TabIndex = 9;
  161. this.btnNewActivity.Text = " 新建活动";
  162. this.btnNewActivity.UseVisualStyleBackColor = false;
  163. //
  164. // btnClose
  165. //
  166. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  167. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  168. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  169. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  170. this.btnClose.ForeColor = System.Drawing.Color.White;
  171. this.btnClose.IsCustomBackImg = false;
  172. this.btnClose.IsShowText = true;
  173. this.btnClose.Location = new System.Drawing.Point(894, 8);
  174. this.btnClose.Name = "btnClose";
  175. this.btnClose.Size = new System.Drawing.Size(85, 28);
  176. this.btnClose.TabIndex = 8;
  177. this.btnClose.Text = " 关 闭";
  178. this.btnClose.UseVisualStyleBackColor = false;
  179. //
  180. // chkYejiOrderBy
  181. //
  182. this.chkYejiOrderBy.AutoSize = true;
  183. this.chkYejiOrderBy.BackColor = System.Drawing.Color.Transparent;
  184. this.chkYejiOrderBy.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  185. this.chkYejiOrderBy.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  186. this.chkYejiOrderBy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  187. this.chkYejiOrderBy.Fourstates = false;
  188. this.chkYejiOrderBy.IsGreenTick = false;
  189. this.chkYejiOrderBy.Location = new System.Drawing.Point(609, 12);
  190. this.chkYejiOrderBy.Name = "chkYejiOrderBy";
  191. this.chkYejiOrderBy.Size = new System.Drawing.Size(87, 21);
  192. this.chkYejiOrderBy.TabIndex = 7;
  193. this.chkYejiOrderBy.Text = "按业绩排序";
  194. this.chkYejiOrderBy.UseVisualStyleBackColor = false;
  195. //
  196. // cmbtreevMinTeamName
  197. //
  198. this.cmbtreevMinTeamName.AfterSelectLevelFirstNode = true;
  199. this.cmbtreevMinTeamName.DropDownHeight = 220;
  200. this.cmbtreevMinTeamName.DropDownShow = false;
  201. this.cmbtreevMinTeamName.FormattingEnabled = true;
  202. this.cmbtreevMinTeamName.IntegralHeight = false;
  203. this.cmbtreevMinTeamName.IsNodeMouseClick = true;
  204. this.cmbtreevMinTeamName.IsSelectParentNode = false;
  205. this.cmbtreevMinTeamName.Location = new System.Drawing.Point(460, 13);
  206. this.cmbtreevMinTeamName.Name = "cmbtreevMinTeamName";
  207. this.cmbtreevMinTeamName.ReadOnly = false;
  208. this.cmbtreevMinTeamName.SelectedNode = null;
  209. this.cmbtreevMinTeamName.Size = new System.Drawing.Size(140, 20);
  210. this.cmbtreevMinTeamName.StrGetName = "";
  211. this.cmbtreevMinTeamName.StrGetTagName = "";
  212. this.cmbtreevMinTeamName.StrKey = null;
  213. this.cmbtreevMinTeamName.TabIndex = 6;
  214. //
  215. // cmbtreevMaxTeamName
  216. //
  217. this.cmbtreevMaxTeamName.AfterSelectLevelFirstNode = true;
  218. this.cmbtreevMaxTeamName.DropDownHeight = 220;
  219. this.cmbtreevMaxTeamName.DropDownShow = false;
  220. this.cmbtreevMaxTeamName.FormattingEnabled = true;
  221. this.cmbtreevMaxTeamName.IntegralHeight = false;
  222. this.cmbtreevMaxTeamName.IsNodeMouseClick = true;
  223. this.cmbtreevMaxTeamName.IsSelectParentNode = false;
  224. this.cmbtreevMaxTeamName.Location = new System.Drawing.Point(264, 13);
  225. this.cmbtreevMaxTeamName.Name = "cmbtreevMaxTeamName";
  226. this.cmbtreevMaxTeamName.ReadOnly = false;
  227. this.cmbtreevMaxTeamName.SelectedNode = null;
  228. this.cmbtreevMaxTeamName.Size = new System.Drawing.Size(140, 20);
  229. this.cmbtreevMaxTeamName.StrGetName = "";
  230. this.cmbtreevMaxTeamName.StrGetTagName = "";
  231. this.cmbtreevMaxTeamName.StrKey = null;
  232. this.cmbtreevMaxTeamName.TabIndex = 5;
  233. //
  234. // cmbtreevActivityName
  235. //
  236. this.cmbtreevActivityName.AfterSelectLevelFirstNode = true;
  237. this.cmbtreevActivityName.DropDownHeight = 220;
  238. this.cmbtreevActivityName.DropDownShow = false;
  239. this.cmbtreevActivityName.FormattingEnabled = true;
  240. this.cmbtreevActivityName.IntegralHeight = false;
  241. this.cmbtreevActivityName.IsNodeMouseClick = true;
  242. this.cmbtreevActivityName.IsSelectParentNode = false;
  243. this.cmbtreevActivityName.Location = new System.Drawing.Point(71, 13);
  244. this.cmbtreevActivityName.Name = "cmbtreevActivityName";
  245. this.cmbtreevActivityName.ReadOnly = false;
  246. this.cmbtreevActivityName.SelectedNode = null;
  247. this.cmbtreevActivityName.Size = new System.Drawing.Size(140, 20);
  248. this.cmbtreevActivityName.StrGetName = "";
  249. this.cmbtreevActivityName.StrGetTagName = "";
  250. this.cmbtreevActivityName.StrKey = null;
  251. this.cmbtreevActivityName.TabIndex = 4;
  252. //
  253. // labelEx3
  254. //
  255. this.labelEx3.AutoSize = true;
  256. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  257. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  258. this.labelEx3.Location = new System.Drawing.Point(418, 14);
  259. this.labelEx3.Name = "labelEx3";
  260. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  261. this.labelEx3.TabIndex = 2;
  262. this.labelEx3.Text = "小组:";
  263. //
  264. // labelEx2
  265. //
  266. this.labelEx2.AutoSize = true;
  267. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  268. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  269. this.labelEx2.Location = new System.Drawing.Point(223, 14);
  270. this.labelEx2.Name = "labelEx2";
  271. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  272. this.labelEx2.TabIndex = 1;
  273. this.labelEx2.Text = "大队:";
  274. //
  275. // labelEx1
  276. //
  277. this.labelEx1.AutoSize = true;
  278. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  279. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  280. this.labelEx1.Location = new System.Drawing.Point(6, 14);
  281. this.labelEx1.Name = "labelEx1";
  282. this.labelEx1.Size = new System.Drawing.Size(68, 17);
  283. this.labelEx1.TabIndex = 0;
  284. this.labelEx1.Text = "活动名称:";
  285. //
  286. // TeamCompetitionFormMain
  287. //
  288. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  289. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  290. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  291. this.ClientSize = new System.Drawing.Size(950, 610);
  292. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  293. this.IsShowUcNavigationTool = true;
  294. this.IsUserControlsSize = false;
  295. this.Name = "TeamCompetitionFormMain";
  296. this.Text = "团队PK";
  297. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  298. this.plExMainContainer.ResumeLayout(false);
  299. this.plFormMainContent.ResumeLayout(false);
  300. this.panelEx1.ResumeLayout(false);
  301. this.panelEx3.ResumeLayout(false);
  302. ((System.ComponentModel.ISupportInitialize)(this.pictImage)).EndInit();
  303. this.panelEx2.ResumeLayout(false);
  304. this.panelEx2.PerformLayout();
  305. this.ResumeLayout(false);
  306. }
  307. #endregion
  308. private ComponentLibrary.LabelEx labelEx3;
  309. private ComponentLibrary.LabelEx labelEx2;
  310. private ComponentLibrary.LabelEx labelEx1;
  311. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevMinTeamName;
  312. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevMaxTeamName;
  313. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevActivityName;
  314. protected internal ComponentLibrary.CheckBoxEx chkYejiOrderBy;
  315. protected internal ComponentLibrary.ButtonEx btnNewActivity;
  316. protected internal ComponentLibrary.ButtonEx btnClose;
  317. protected internal ComponentLibrary.PictureBoxEx pictImage;
  318. protected internal ComponentLibrary.PanelEx panelEx3;
  319. protected internal ComponentLibrary.PanelEx panelEx2;
  320. protected internal ComponentLibrary.PanelEx panelEx1;
  321. protected internal ComponentLibrary.ButtonEx btnSaveAs;
  322. }
  323. }