FrmPieceStyleCommissionScheme.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. namespace LYFZ.Software.UI.InitialSet.WageSet
  2. {
  3. partial class FrmPieceStyleCommissionScheme
  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(FrmPieceStyleCommissionScheme));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.cmbtreevSc_ClassName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  31. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  32. this.txtWcs_Percentage = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  33. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.btnOk = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.plExMainContainer.SuspendLayout();
  40. this.plFormMainContent.SuspendLayout();
  41. this.panelEx1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Controls.Add(this.panelEx1);
  47. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  48. this.plExMainContainer.Size = new System.Drawing.Size(456, 245);
  49. //
  50. // plFormMainContent
  51. //
  52. this.plFormMainContent.Size = new System.Drawing.Size(456, 245);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. this.btnAppFormExit.Location = new System.Drawing.Point(424, 0);
  58. //
  59. // btnAppFormMinimize
  60. //
  61. this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
  62. //
  63. // panelEx1
  64. //
  65. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  66. this.panelEx1.BorderWidth = 1;
  67. this.panelEx1.Controls.Add(this.cmbtreevSc_ClassName);
  68. this.panelEx1.Controls.Add(this.btnSet);
  69. this.panelEx1.Controls.Add(this.txtWcs_Percentage);
  70. this.panelEx1.Controls.Add(this.labelEx4);
  71. this.panelEx1.Controls.Add(this.labelEx3);
  72. this.panelEx1.Controls.Add(this.btnClose);
  73. this.panelEx1.Controls.Add(this.btnOk);
  74. this.panelEx1.Controls.Add(this.labelEx2);
  75. this.panelEx1.Controls.Add(this.labelEx5);
  76. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  78. this.panelEx1.Name = "panelEx1";
  79. this.panelEx1.Size = new System.Drawing.Size(436, 225);
  80. this.panelEx1.TabIndex = 1;
  81. //
  82. // cmbtreevSc_ClassName
  83. //
  84. this.cmbtreevSc_ClassName.AfterSelectLevelFirstNode = true;
  85. this.cmbtreevSc_ClassName.DropDownHeight = 220;
  86. this.cmbtreevSc_ClassName.DropDownShow = false;
  87. this.cmbtreevSc_ClassName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.cmbtreevSc_ClassName.FormattingEnabled = true;
  89. this.cmbtreevSc_ClassName.IntegralHeight = false;
  90. this.cmbtreevSc_ClassName.IsNodeMouseClick = true;
  91. this.cmbtreevSc_ClassName.IsSelectParentNode = false;
  92. this.cmbtreevSc_ClassName.Location = new System.Drawing.Point(117, 77);
  93. this.cmbtreevSc_ClassName.Name = "cmbtreevSc_ClassName";
  94. this.cmbtreevSc_ClassName.ReadOnly = false;
  95. this.cmbtreevSc_ClassName.SelectedNode = null;
  96. this.cmbtreevSc_ClassName.Size = new System.Drawing.Size(231, 25);
  97. this.cmbtreevSc_ClassName.StrGetName = "";
  98. this.cmbtreevSc_ClassName.StrGetTagName = "";
  99. this.cmbtreevSc_ClassName.StrKey = null;
  100. this.cmbtreevSc_ClassName.TabIndex = 169;
  101. //
  102. // btnSet
  103. //
  104. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  105. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  106. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  107. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  108. this.btnSet.ForeColor = System.Drawing.Color.White;
  109. this.btnSet.IsCustomBackImg = false;
  110. this.btnSet.IsShowText = true;
  111. this.btnSet.Location = new System.Drawing.Point(354, 77);
  112. this.btnSet.Name = "btnSet";
  113. this.btnSet.Size = new System.Drawing.Size(50, 24);
  114. this.btnSet.TabIndex = 167;
  115. this.btnSet.Text = " 设置";
  116. this.btnSet.UseVisualStyleBackColor = false;
  117. //
  118. // txtWcs_Percentage
  119. //
  120. this.txtWcs_Percentage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  121. this.txtWcs_Percentage.EmptyTextTip = null;
  122. this.txtWcs_Percentage.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  123. this.txtWcs_Percentage.Font = new System.Drawing.Font("微软雅黑", 9F);
  124. this.txtWcs_Percentage.Location = new System.Drawing.Point(117, 115);
  125. this.txtWcs_Percentage.Name = "txtWcs_Percentage";
  126. this.txtWcs_Percentage.Size = new System.Drawing.Size(231, 23);
  127. this.txtWcs_Percentage.TabIndex = 1;
  128. //
  129. // labelEx4
  130. //
  131. this.labelEx4.AutoSize = true;
  132. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  133. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  134. this.labelEx4.Location = new System.Drawing.Point(3, 117);
  135. this.labelEx4.Name = "labelEx4";
  136. this.labelEx4.Size = new System.Drawing.Size(110, 17);
  137. this.labelEx4.TabIndex = 165;
  138. this.labelEx4.Text = "*提成单价(件/元):";
  139. //
  140. // labelEx3
  141. //
  142. this.labelEx3.AutoSize = true;
  143. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  144. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  145. this.labelEx3.Location = new System.Drawing.Point(40, 81);
  146. this.labelEx3.Name = "labelEx3";
  147. this.labelEx3.Size = new System.Drawing.Size(73, 17);
  148. this.labelEx3.TabIndex = 164;
  149. this.labelEx3.Text = "*工作内容:";
  150. //
  151. // btnClose
  152. //
  153. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  154. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  155. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  156. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  157. this.btnClose.ForeColor = System.Drawing.Color.White;
  158. this.btnClose.IsCustomBackImg = false;
  159. this.btnClose.IsShowText = true;
  160. this.btnClose.Location = new System.Drawing.Point(266, 175);
  161. this.btnClose.Name = "btnClose";
  162. this.btnClose.Size = new System.Drawing.Size(82, 26);
  163. this.btnClose.TabIndex = 163;
  164. this.btnClose.Text = "取消";
  165. this.btnClose.UseVisualStyleBackColor = false;
  166. //
  167. // btnOk
  168. //
  169. this.btnOk.BackColor = System.Drawing.Color.Transparent;
  170. this.btnOk.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOk.BackImg")));
  171. this.btnOk.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  172. this.btnOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  173. this.btnOk.ForeColor = System.Drawing.Color.White;
  174. this.btnOk.IsCustomBackImg = false;
  175. this.btnOk.IsShowText = true;
  176. this.btnOk.Location = new System.Drawing.Point(117, 175);
  177. this.btnOk.Name = "btnOk";
  178. this.btnOk.Size = new System.Drawing.Size(82, 26);
  179. this.btnOk.TabIndex = 162;
  180. this.btnOk.Text = "保存";
  181. this.btnOk.UseVisualStyleBackColor = false;
  182. //
  183. // labelEx2
  184. //
  185. this.labelEx2.AutoSize = true;
  186. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  187. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  188. this.labelEx2.Location = new System.Drawing.Point(29, 15);
  189. this.labelEx2.Name = "labelEx2";
  190. this.labelEx2.Size = new System.Drawing.Size(372, 17);
  191. this.labelEx2.TabIndex = 160;
  192. this.labelEx2.Text = "1.先点设置按钮对工资内容进行设置(如修片,设计相册,装框等..)";
  193. //
  194. // labelEx5
  195. //
  196. this.labelEx5.AutoSize = true;
  197. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  198. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  199. this.labelEx5.Location = new System.Drawing.Point(29, 40);
  200. this.labelEx5.Name = "labelEx5";
  201. this.labelEx5.Size = new System.Drawing.Size(258, 17);
  202. this.labelEx5.TabIndex = 159;
  203. this.labelEx5.Text = "2.选择每一项工作内容,设置提成单价后点保存";
  204. //
  205. // FrmPieceStyleCommissionScheme
  206. //
  207. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  208. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  209. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  210. this.ClientSize = new System.Drawing.Size(456, 310);
  211. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  212. this.MaximizeBox = false;
  213. this.MinimizeBox = false;
  214. this.Name = "FrmPieceStyleCommissionScheme";
  215. this.Text = "计件式工作提成设置(已作废)";
  216. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  217. this.plExMainContainer.ResumeLayout(false);
  218. this.plFormMainContent.ResumeLayout(false);
  219. this.panelEx1.ResumeLayout(false);
  220. this.panelEx1.PerformLayout();
  221. this.ResumeLayout(false);
  222. }
  223. #endregion
  224. private ComponentLibrary.PanelEx panelEx1;
  225. protected ComponentLibrary.ButtonForm btnSet;
  226. protected ComponentLibrary.TextBoxBasicEx txtWcs_Percentage;
  227. private ComponentLibrary.LabelEx labelEx4;
  228. private ComponentLibrary.LabelEx labelEx3;
  229. protected ComponentLibrary.ButtonEx btnClose;
  230. protected ComponentLibrary.ButtonEx btnOk;
  231. private ComponentLibrary.LabelEx labelEx2;
  232. private ComponentLibrary.LabelEx labelEx5;
  233. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevSc_ClassName;
  234. }
  235. }