frmCustomPerformance.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class frmCustomPerformance
  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(frmCustomPerformance));
  29. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  30. this.txtPaymentAmount = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.likFullAllocation = new System.Windows.Forms.LinkLabel();
  34. this.likAverageAllocation = new System.Windows.Forms.LinkLabel();
  35. this.btnAddPerformancePerson = new LYFZ.ComponentLibrary.ButtonForm();
  36. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.plPerformancePersonList = new System.Windows.Forms.Panel();
  38. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.panel3 = new System.Windows.Forms.Panel();
  40. this.btnCloes = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnEnter = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.linkNoPerformance = new System.Windows.Forms.LinkLabel();
  43. this.plExMainContainer.SuspendLayout();
  44. this.plFormMainContent.SuspendLayout();
  45. this.flowLayoutPanel1.SuspendLayout();
  46. this.panel1.SuspendLayout();
  47. this.panel3.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // plExMainContainer
  51. //
  52. this.plExMainContainer.Controls.Add(this.flowLayoutPanel1);
  53. this.plExMainContainer.Size = new System.Drawing.Size(751, 225);
  54. //
  55. // plFormMainContent
  56. //
  57. this.plFormMainContent.Size = new System.Drawing.Size(751, 225);
  58. //
  59. // btnAppFormMaximize
  60. //
  61. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  62. this.btnAppFormMaximize.Location = new System.Drawing.Point(692, 0);
  63. //
  64. // btnAppFormExit
  65. //
  66. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  67. this.btnAppFormExit.Location = new System.Drawing.Point(719, 0);
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. this.btnAppFormMinimize.Location = new System.Drawing.Point(692, 0);
  73. //
  74. // labelEx2
  75. //
  76. this.labelEx2.AutoSize = true;
  77. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  78. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  79. this.labelEx2.Location = new System.Drawing.Point(5, 14);
  80. this.labelEx2.Name = "labelEx2";
  81. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  82. this.labelEx2.TabIndex = 3;
  83. this.labelEx2.Text = "收款金额:";
  84. //
  85. // txtPaymentAmount
  86. //
  87. this.txtPaymentAmount.BackColor = System.Drawing.Color.Transparent;
  88. this.txtPaymentAmount.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  89. this.txtPaymentAmount.Icon = null;
  90. this.txtPaymentAmount.IconIsButton = false;
  91. this.txtPaymentAmount.IsPasswordChat = '\0';
  92. this.txtPaymentAmount.IsSystemPasswordChar = false;
  93. this.txtPaymentAmount.Lines = new string[0];
  94. this.txtPaymentAmount.Location = new System.Drawing.Point(76, 10);
  95. this.txtPaymentAmount.Margin = new System.Windows.Forms.Padding(0);
  96. this.txtPaymentAmount.MaxLength = 32767;
  97. this.txtPaymentAmount.MinimumSize = new System.Drawing.Size(0, 24);
  98. this.txtPaymentAmount.MouseBack = null;
  99. this.txtPaymentAmount.Multiline = false;
  100. this.txtPaymentAmount.Name = "txtPaymentAmount";
  101. this.txtPaymentAmount.NormlBack = null;
  102. this.txtPaymentAmount.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  103. this.txtPaymentAmount.ReadOnly = true;
  104. this.txtPaymentAmount.ScrollBars = System.Windows.Forms.ScrollBars.None;
  105. this.txtPaymentAmount.Size = new System.Drawing.Size(173, 25);
  106. this.txtPaymentAmount.TabIndex = 16369;
  107. this.txtPaymentAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  108. this.txtPaymentAmount.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  109. this.txtPaymentAmount.WaterText = "";
  110. this.txtPaymentAmount.WordWrap = true;
  111. //
  112. // flowLayoutPanel1
  113. //
  114. this.flowLayoutPanel1.Controls.Add(this.panel1);
  115. this.flowLayoutPanel1.Controls.Add(this.panelEx1);
  116. this.flowLayoutPanel1.Controls.Add(this.plPerformancePersonList);
  117. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  118. this.flowLayoutPanel1.Controls.Add(this.panel3);
  119. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  121. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  122. this.flowLayoutPanel1.Size = new System.Drawing.Size(751, 225);
  123. this.flowLayoutPanel1.TabIndex = 16371;
  124. //
  125. // panel1
  126. //
  127. this.panel1.Controls.Add(this.likFullAllocation);
  128. this.panel1.Controls.Add(this.linkNoPerformance);
  129. this.panel1.Controls.Add(this.likAverageAllocation);
  130. this.panel1.Controls.Add(this.labelEx2);
  131. this.panel1.Controls.Add(this.txtPaymentAmount);
  132. this.panel1.Controls.Add(this.btnAddPerformancePerson);
  133. this.panel1.Location = new System.Drawing.Point(3, 3);
  134. this.panel1.Name = "panel1";
  135. this.panel1.Size = new System.Drawing.Size(736, 42);
  136. this.panel1.TabIndex = 0;
  137. //
  138. // likFullAllocation
  139. //
  140. this.likFullAllocation.AutoSize = true;
  141. this.likFullAllocation.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.likFullAllocation.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  143. this.likFullAllocation.LinkColor = System.Drawing.Color.Teal;
  144. this.likFullAllocation.Location = new System.Drawing.Point(269, 15);
  145. this.likFullAllocation.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
  146. this.likFullAllocation.Name = "likFullAllocation";
  147. this.likFullAllocation.Size = new System.Drawing.Size(99, 14);
  148. this.likFullAllocation.TabIndex = 16370;
  149. this.likFullAllocation.TabStop = true;
  150. this.likFullAllocation.Text = "100%满额分配";
  151. this.likFullAllocation.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  152. //
  153. // likAverageAllocation
  154. //
  155. this.likAverageAllocation.AutoSize = true;
  156. this.likAverageAllocation.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.likAverageAllocation.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  158. this.likAverageAllocation.LinkColor = System.Drawing.Color.Teal;
  159. this.likAverageAllocation.Location = new System.Drawing.Point(390, 15);
  160. this.likAverageAllocation.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
  161. this.likAverageAllocation.Name = "likAverageAllocation";
  162. this.likAverageAllocation.Size = new System.Drawing.Size(67, 14);
  163. this.likAverageAllocation.TabIndex = 16370;
  164. this.likAverageAllocation.TabStop = true;
  165. this.likAverageAllocation.Text = "平均分配";
  166. this.likAverageAllocation.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  167. //
  168. // btnAddPerformancePerson
  169. //
  170. this.btnAddPerformancePerson.BackColor = System.Drawing.Color.Transparent;
  171. this.btnAddPerformancePerson.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddPerformancePerson.BackImg")));
  172. this.btnAddPerformancePerson.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  173. this.btnAddPerformancePerson.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  174. this.btnAddPerformancePerson.ForeColor = System.Drawing.Color.White;
  175. this.btnAddPerformancePerson.IsCustomBackImg = false;
  176. this.btnAddPerformancePerson.IsShowText = true;
  177. this.btnAddPerformancePerson.Location = new System.Drawing.Point(648, 8);
  178. this.btnAddPerformancePerson.Name = "btnAddPerformancePerson";
  179. this.btnAddPerformancePerson.Size = new System.Drawing.Size(85, 28);
  180. this.btnAddPerformancePerson.TabIndex = 0;
  181. this.btnAddPerformancePerson.Text = "添加业绩人";
  182. this.btnAddPerformancePerson.UseVisualStyleBackColor = false;
  183. //
  184. // panelEx1
  185. //
  186. this.panelEx1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  187. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  188. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  189. this.panelEx1.BorderWidth = 1;
  190. this.panelEx1.Location = new System.Drawing.Point(3, 51);
  191. this.panelEx1.Name = "panelEx1";
  192. this.panelEx1.Size = new System.Drawing.Size(740, 1);
  193. this.panelEx1.TabIndex = 298;
  194. //
  195. // plPerformancePersonList
  196. //
  197. this.plPerformancePersonList.Location = new System.Drawing.Point(3, 58);
  198. this.plPerformancePersonList.Name = "plPerformancePersonList";
  199. this.plPerformancePersonList.Size = new System.Drawing.Size(736, 110);
  200. this.plPerformancePersonList.TabIndex = 1;
  201. //
  202. // panelEx4
  203. //
  204. this.panelEx4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  205. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  206. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  207. this.panelEx4.BorderWidth = 1;
  208. this.panelEx4.Location = new System.Drawing.Point(3, 174);
  209. this.panelEx4.Name = "panelEx4";
  210. this.panelEx4.Size = new System.Drawing.Size(740, 1);
  211. this.panelEx4.TabIndex = 298;
  212. //
  213. // panel3
  214. //
  215. this.panel3.Controls.Add(this.btnCloes);
  216. this.panel3.Controls.Add(this.btnEnter);
  217. this.panel3.Location = new System.Drawing.Point(3, 181);
  218. this.panel3.Name = "panel3";
  219. this.panel3.Size = new System.Drawing.Size(736, 40);
  220. this.panel3.TabIndex = 1;
  221. //
  222. // btnCloes
  223. //
  224. this.btnCloes.BackColor = System.Drawing.Color.Transparent;
  225. this.btnCloes.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCloes.BackImg")));
  226. this.btnCloes.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  227. this.btnCloes.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  228. this.btnCloes.ForeColor = System.Drawing.Color.White;
  229. this.btnCloes.IsCustomBackImg = false;
  230. this.btnCloes.IsShowText = true;
  231. this.btnCloes.Location = new System.Drawing.Point(647, 6);
  232. this.btnCloes.Name = "btnCloes";
  233. this.btnCloes.Size = new System.Drawing.Size(85, 28);
  234. this.btnCloes.TabIndex = 1;
  235. this.btnCloes.Text = "关 闭";
  236. this.btnCloes.UseVisualStyleBackColor = false;
  237. //
  238. // btnEnter
  239. //
  240. this.btnEnter.BackColor = System.Drawing.Color.Transparent;
  241. this.btnEnter.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEnter.BackImg")));
  242. this.btnEnter.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  243. this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  244. this.btnEnter.ForeColor = System.Drawing.Color.White;
  245. this.btnEnter.IsCustomBackImg = false;
  246. this.btnEnter.IsShowText = true;
  247. this.btnEnter.Location = new System.Drawing.Point(529, 6);
  248. this.btnEnter.Name = "btnEnter";
  249. this.btnEnter.Size = new System.Drawing.Size(112, 28);
  250. this.btnEnter.TabIndex = 1;
  251. this.btnEnter.Text = "确定业绩分配";
  252. this.btnEnter.UseVisualStyleBackColor = false;
  253. //
  254. // linkNoPerformance
  255. //
  256. this.linkNoPerformance.AutoSize = true;
  257. this.linkNoPerformance.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.linkNoPerformance.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
  259. this.linkNoPerformance.LinkColor = System.Drawing.Color.Teal;
  260. this.linkNoPerformance.Location = new System.Drawing.Point(479, 15);
  261. this.linkNoPerformance.Margin = new System.Windows.Forms.Padding(1, 8, 1, 0);
  262. this.linkNoPerformance.Name = "linkNoPerformance";
  263. this.linkNoPerformance.Size = new System.Drawing.Size(128, 14);
  264. this.linkNoPerformance.TabIndex = 16370;
  265. this.linkNoPerformance.TabStop = true;
  266. this.linkNoPerformance.Text = "不计业绩(零业绩)";
  267. this.linkNoPerformance.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  268. //
  269. // frmCustomPerformance
  270. //
  271. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  272. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  273. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  274. this.ClientSize = new System.Drawing.Size(751, 290);
  275. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  276. this.IsUserControlsSize = false;
  277. this.MaximizeBox = false;
  278. this.Name = "frmCustomPerformance";
  279. this.Text = "自定义业绩分配";
  280. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  281. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  282. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  283. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  284. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  285. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  286. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  287. this.plExMainContainer.ResumeLayout(false);
  288. this.plFormMainContent.ResumeLayout(false);
  289. this.flowLayoutPanel1.ResumeLayout(false);
  290. this.panel1.ResumeLayout(false);
  291. this.panel1.PerformLayout();
  292. this.panel3.ResumeLayout(false);
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private ComponentLibrary.LabelEx labelEx2;
  297. private System.Windows.Forms.Panel panel1;
  298. private System.Windows.Forms.Panel panel3;
  299. public ComponentLibrary.TextBoxEx txtPaymentAmount;
  300. public ComponentLibrary.ButtonEx btnCloes;
  301. public ComponentLibrary.ButtonEx btnEnter;
  302. public System.Windows.Forms.Panel plPerformancePersonList;
  303. public ComponentLibrary.ButtonForm btnAddPerformancePerson;
  304. public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  305. private ComponentLibrary.PanelEx panelEx1;
  306. private ComponentLibrary.PanelEx panelEx4;
  307. public System.Windows.Forms.LinkLabel likAverageAllocation;
  308. public System.Windows.Forms.LinkLabel likFullAllocation;
  309. public System.Windows.Forms.LinkLabel linkNoPerformance;
  310. }
  311. }