FrmRatingsProportion.Designer.cs 104 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683
  1. namespace LYFZ.Software.UI.InitialSet
  2. {
  3. partial class FrmRatingsProportion
  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(FrmRatingsProportion));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  42. this.txtDeputyBootDivision = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  43. this.txtMainBootDivision = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  44. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  46. this.txtDeputyMake = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  47. this.txtMainMake = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  48. this.txtCp_DeputyStoreProportion = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  49. this.txtCp_MainStoreProportion = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  50. this.txtDeputyPhotography = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  51. this.txtMainPhotography = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  52. this.txtThreeLevel = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  53. this.txtTwoLevel = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  54. this.txtOneLevel = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  55. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.labelEx16 = new LYFZ.ComponentLibrary.LabelEx();
  58. this.labelEx17 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx14 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.labelEx10 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.lblThreeLevel = new LYFZ.ComponentLibrary.LabelEx();
  64. this.lblTwoLevel = new LYFZ.ComponentLibrary.LabelEx();
  65. this.lblOneLevel = new LYFZ.ComponentLibrary.LabelEx();
  66. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  67. this.tabPage1 = new System.Windows.Forms.TabPage();
  68. this.groupBoxEx10 = new LYFZ.ComponentLibrary.GroupBoxEx();
  69. this.chk_MemberToSingle = new LYFZ.ComponentLibrary.CheckBoxEx();
  70. this.txtMainMemberToSingle = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  71. this.txtSubMemberToSingle = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  72. this.labelEx21 = new LYFZ.ComponentLibrary.LabelEx();
  73. this.labelEx22 = new LYFZ.ComponentLibrary.LabelEx();
  74. this.groupBoxEx5 = new LYFZ.ComponentLibrary.GroupBoxEx();
  75. this.chk_BootDivision = new LYFZ.ComponentLibrary.CheckBoxEx();
  76. this.labelEx18 = new LYFZ.ComponentLibrary.LabelEx();
  77. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  78. this.chk_Make = new LYFZ.ComponentLibrary.CheckBoxEx();
  79. this.groupBoxEx9 = new LYFZ.ComponentLibrary.GroupBoxEx();
  80. this.chk_Taierxiao = new LYFZ.ComponentLibrary.CheckBoxEx();
  81. this.txtQiTaierxiaoSub = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  82. this.txtQiTaierxiaoMain = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  83. this.labelEx19 = new LYFZ.ComponentLibrary.LabelEx();
  84. this.labelEx20 = new LYFZ.ComponentLibrary.LabelEx();
  85. this.groupBoxEx3 = new LYFZ.ComponentLibrary.GroupBoxEx();
  86. this.chk_StoreProportion = new LYFZ.ComponentLibrary.CheckBoxEx();
  87. this.groupBoxEx4 = new LYFZ.ComponentLibrary.GroupBoxEx();
  88. this.chk_Photography = new LYFZ.ComponentLibrary.CheckBoxEx();
  89. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  90. this.chkLevel = new LYFZ.ComponentLibrary.CheckBoxEx();
  91. this.tabPage2 = new System.Windows.Forms.TabPage();
  92. this.groupBoxEx7 = new LYFZ.ComponentLibrary.GroupBoxEx();
  93. this.dgvCommissionRule = new LYFZ.ComponentLibrary.DataGridViewEx();
  94. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.dataGridViewLinkColumn1 = new System.Windows.Forms.DataGridViewLinkColumn();
  100. this.groupBoxEx8 = new LYFZ.ComponentLibrary.GroupBoxEx();
  101. this.btnResults = new LYFZ.ComponentLibrary.ButtonEx();
  102. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  103. this.txtResults = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  104. this.txtValue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  105. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  106. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  107. this.cmbSc_ClassName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  108. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  109. this.labelEx13 = new LYFZ.ComponentLibrary.LabelEx();
  110. this.txtWcs_PerformanceBeginValue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  111. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  112. this.txtWcs_PerformanceEndValue = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  113. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  114. this.txtCommissionPoint = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  115. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  116. this.btnDeltee = new LYFZ.ComponentLibrary.ButtonEx();
  117. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  118. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  119. this.bntfSet = new LYFZ.ComponentLibrary.ButtonForm();
  120. this.cbxType = new LYFZ.ComponentLibrary.ComboBoxEx();
  121. this.tabPage3 = new System.Windows.Forms.TabPage();
  122. this.groupBoxEx6 = new LYFZ.ComponentLibrary.GroupBoxEx();
  123. this.dgvPiecewiseList = new LYFZ.ComponentLibrary.DataGridViewEx();
  124. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.Column6 = new System.Windows.Forms.DataGridViewLinkColumn();
  127. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  129. this.buttonExit = new LYFZ.ComponentLibrary.ButtonEx();
  130. this.btnOk = new LYFZ.ComponentLibrary.ButtonEx();
  131. this.txtWcs_Percentage = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  132. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  133. this.cmbtreevSc_ClassName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  134. this.btnSet = new LYFZ.ComponentLibrary.ButtonForm();
  135. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  136. this.tabPage4 = new System.Windows.Forms.TabPage();
  137. this.plExMainContainer.SuspendLayout();
  138. this.plFormMainContent.SuspendLayout();
  139. this.tabControlEx1.SuspendLayout();
  140. this.tabPage1.SuspendLayout();
  141. this.groupBoxEx10.SuspendLayout();
  142. this.groupBoxEx5.SuspendLayout();
  143. this.groupBoxEx2.SuspendLayout();
  144. this.groupBoxEx9.SuspendLayout();
  145. this.groupBoxEx3.SuspendLayout();
  146. this.groupBoxEx4.SuspendLayout();
  147. this.groupBoxEx1.SuspendLayout();
  148. this.tabPage2.SuspendLayout();
  149. this.groupBoxEx7.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.dgvCommissionRule)).BeginInit();
  151. this.groupBoxEx8.SuspendLayout();
  152. this.panelEx2.SuspendLayout();
  153. this.flowLayoutPanel1.SuspendLayout();
  154. this.tabPage3.SuspendLayout();
  155. this.groupBoxEx6.SuspendLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.dgvPiecewiseList)).BeginInit();
  157. this.panelEx1.SuspendLayout();
  158. this.SuspendLayout();
  159. //
  160. // plExMainContainer
  161. //
  162. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  163. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  164. this.plExMainContainer.Size = new System.Drawing.Size(1024, 703);
  165. //
  166. // plFormMainContent
  167. //
  168. this.plFormMainContent.Size = new System.Drawing.Size(1024, 703);
  169. //
  170. // btnAppFormMaximize
  171. //
  172. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  173. this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
  174. //
  175. // btnAppFormExit
  176. //
  177. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  178. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  179. //
  180. // btnAppFormMinimize
  181. //
  182. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  183. this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
  184. //
  185. // txtDeputyBootDivision
  186. //
  187. this.txtDeputyBootDivision.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  188. this.txtDeputyBootDivision.EmptyTextTip = null;
  189. this.txtDeputyBootDivision.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  190. this.txtDeputyBootDivision.Font = new System.Drawing.Font("微软雅黑", 9F);
  191. this.txtDeputyBootDivision.Location = new System.Drawing.Point(471, 20);
  192. this.txtDeputyBootDivision.Name = "txtDeputyBootDivision";
  193. this.txtDeputyBootDivision.Size = new System.Drawing.Size(90, 23);
  194. this.txtDeputyBootDivision.TabIndex = 173;
  195. this.txtDeputyBootDivision.Text = "0";
  196. //
  197. // txtMainBootDivision
  198. //
  199. this.txtMainBootDivision.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  200. this.txtMainBootDivision.EmptyTextTip = null;
  201. this.txtMainBootDivision.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  202. this.txtMainBootDivision.Font = new System.Drawing.Font("微软雅黑", 9F);
  203. this.txtMainBootDivision.Location = new System.Drawing.Point(249, 20);
  204. this.txtMainBootDivision.Name = "txtMainBootDivision";
  205. this.txtMainBootDivision.Size = new System.Drawing.Size(90, 23);
  206. this.txtMainBootDivision.TabIndex = 172;
  207. this.txtMainBootDivision.Text = "0";
  208. //
  209. // labelEx5
  210. //
  211. this.labelEx5.AutoSize = true;
  212. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  213. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  214. this.labelEx5.Location = new System.Drawing.Point(348, 23);
  215. this.labelEx5.Name = "labelEx5";
  216. this.labelEx5.Size = new System.Drawing.Size(120, 17);
  217. this.labelEx5.TabIndex = 176;
  218. this.labelEx5.Text = "* 导引助理比重(%):";
  219. //
  220. // labelEx6
  221. //
  222. this.labelEx6.AutoSize = true;
  223. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  224. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  225. this.labelEx6.Location = new System.Drawing.Point(127, 23);
  226. this.labelEx6.Name = "labelEx6";
  227. this.labelEx6.Size = new System.Drawing.Size(120, 17);
  228. this.labelEx6.TabIndex = 175;
  229. this.labelEx6.Text = "* 主引导师比重(%):";
  230. //
  231. // txtDeputyMake
  232. //
  233. this.txtDeputyMake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  234. this.txtDeputyMake.EmptyTextTip = null;
  235. this.txtDeputyMake.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  236. this.txtDeputyMake.Font = new System.Drawing.Font("微软雅黑", 9F);
  237. this.txtDeputyMake.Location = new System.Drawing.Point(470, 20);
  238. this.txtDeputyMake.Name = "txtDeputyMake";
  239. this.txtDeputyMake.Size = new System.Drawing.Size(90, 23);
  240. this.txtDeputyMake.TabIndex = 8;
  241. this.txtDeputyMake.Text = "0";
  242. //
  243. // txtMainMake
  244. //
  245. this.txtMainMake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  246. this.txtMainMake.EmptyTextTip = null;
  247. this.txtMainMake.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  248. this.txtMainMake.Font = new System.Drawing.Font("微软雅黑", 9F);
  249. this.txtMainMake.Location = new System.Drawing.Point(248, 20);
  250. this.txtMainMake.Name = "txtMainMake";
  251. this.txtMainMake.Size = new System.Drawing.Size(90, 23);
  252. this.txtMainMake.TabIndex = 7;
  253. this.txtMainMake.Text = "0";
  254. //
  255. // txtCp_DeputyStoreProportion
  256. //
  257. this.txtCp_DeputyStoreProportion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  258. this.txtCp_DeputyStoreProportion.EmptyTextTip = null;
  259. this.txtCp_DeputyStoreProportion.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  260. this.txtCp_DeputyStoreProportion.Font = new System.Drawing.Font("微软雅黑", 9F);
  261. this.txtCp_DeputyStoreProportion.Location = new System.Drawing.Point(470, 21);
  262. this.txtCp_DeputyStoreProportion.Name = "txtCp_DeputyStoreProportion";
  263. this.txtCp_DeputyStoreProportion.Size = new System.Drawing.Size(90, 23);
  264. this.txtCp_DeputyStoreProportion.TabIndex = 4;
  265. this.txtCp_DeputyStoreProportion.Text = "0";
  266. //
  267. // txtCp_MainStoreProportion
  268. //
  269. this.txtCp_MainStoreProportion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  270. this.txtCp_MainStoreProportion.EmptyTextTip = null;
  271. this.txtCp_MainStoreProportion.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  272. this.txtCp_MainStoreProportion.Font = new System.Drawing.Font("微软雅黑", 9F);
  273. this.txtCp_MainStoreProportion.Location = new System.Drawing.Point(248, 21);
  274. this.txtCp_MainStoreProportion.Name = "txtCp_MainStoreProportion";
  275. this.txtCp_MainStoreProportion.Size = new System.Drawing.Size(90, 23);
  276. this.txtCp_MainStoreProportion.TabIndex = 3;
  277. this.txtCp_MainStoreProportion.Text = "0";
  278. //
  279. // txtDeputyPhotography
  280. //
  281. this.txtDeputyPhotography.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  282. this.txtDeputyPhotography.EmptyTextTip = null;
  283. this.txtDeputyPhotography.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  284. this.txtDeputyPhotography.Font = new System.Drawing.Font("微软雅黑", 9F);
  285. this.txtDeputyPhotography.Location = new System.Drawing.Point(471, 20);
  286. this.txtDeputyPhotography.Name = "txtDeputyPhotography";
  287. this.txtDeputyPhotography.Size = new System.Drawing.Size(90, 23);
  288. this.txtDeputyPhotography.TabIndex = 6;
  289. this.txtDeputyPhotography.Text = "0";
  290. //
  291. // txtMainPhotography
  292. //
  293. this.txtMainPhotography.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  294. this.txtMainPhotography.EmptyTextTip = null;
  295. this.txtMainPhotography.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  296. this.txtMainPhotography.Font = new System.Drawing.Font("微软雅黑", 9F);
  297. this.txtMainPhotography.Location = new System.Drawing.Point(249, 20);
  298. this.txtMainPhotography.Name = "txtMainPhotography";
  299. this.txtMainPhotography.Size = new System.Drawing.Size(90, 23);
  300. this.txtMainPhotography.TabIndex = 5;
  301. this.txtMainPhotography.Text = "0";
  302. //
  303. // txtThreeLevel
  304. //
  305. this.txtThreeLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  306. this.txtThreeLevel.EmptyTextTip = null;
  307. this.txtThreeLevel.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  308. this.txtThreeLevel.Font = new System.Drawing.Font("微软雅黑", 9F);
  309. this.txtThreeLevel.Location = new System.Drawing.Point(679, 20);
  310. this.txtThreeLevel.Name = "txtThreeLevel";
  311. this.txtThreeLevel.Size = new System.Drawing.Size(90, 23);
  312. this.txtThreeLevel.TabIndex = 2;
  313. this.txtThreeLevel.Text = "0";
  314. //
  315. // txtTwoLevel
  316. //
  317. this.txtTwoLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  318. this.txtTwoLevel.EmptyTextTip = null;
  319. this.txtTwoLevel.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  320. this.txtTwoLevel.Font = new System.Drawing.Font("微软雅黑", 9F);
  321. this.txtTwoLevel.Location = new System.Drawing.Point(470, 20);
  322. this.txtTwoLevel.Name = "txtTwoLevel";
  323. this.txtTwoLevel.Size = new System.Drawing.Size(90, 23);
  324. this.txtTwoLevel.TabIndex = 1;
  325. this.txtTwoLevel.Text = "0";
  326. //
  327. // txtOneLevel
  328. //
  329. this.txtOneLevel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  330. this.txtOneLevel.EmptyTextTip = null;
  331. this.txtOneLevel.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  332. this.txtOneLevel.Font = new System.Drawing.Font("微软雅黑", 9F);
  333. this.txtOneLevel.Location = new System.Drawing.Point(248, 20);
  334. this.txtOneLevel.Name = "txtOneLevel";
  335. this.txtOneLevel.Size = new System.Drawing.Size(90, 23);
  336. this.txtOneLevel.TabIndex = 0;
  337. this.txtOneLevel.Text = "0";
  338. //
  339. // btnClose
  340. //
  341. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  342. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  343. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  344. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  345. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  346. this.btnClose.ForeColor = System.Drawing.Color.White;
  347. this.btnClose.IsCustomBackImg = false;
  348. this.btnClose.IsShowText = true;
  349. this.btnClose.Location = new System.Drawing.Point(847, 422);
  350. this.btnClose.Name = "btnClose";
  351. this.btnClose.Size = new System.Drawing.Size(110, 28);
  352. this.btnClose.TabIndex = 171;
  353. this.btnClose.Text = " 关 闭";
  354. this.btnClose.UseVisualStyleBackColor = false;
  355. //
  356. // btnSave
  357. //
  358. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  359. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  360. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  361. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  362. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  363. this.btnSave.ForeColor = System.Drawing.Color.White;
  364. this.btnSave.IsCustomBackImg = false;
  365. this.btnSave.IsShowText = true;
  366. this.btnSave.Location = new System.Drawing.Point(713, 422);
  367. this.btnSave.Name = "btnSave";
  368. this.btnSave.Size = new System.Drawing.Size(110, 28);
  369. this.btnSave.TabIndex = 170;
  370. this.btnSave.Text = " 保 存";
  371. this.btnSave.UseVisualStyleBackColor = false;
  372. //
  373. // labelEx16
  374. //
  375. this.labelEx16.AutoSize = true;
  376. this.labelEx16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  377. this.labelEx16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  378. this.labelEx16.Location = new System.Drawing.Point(347, 23);
  379. this.labelEx16.Name = "labelEx16";
  380. this.labelEx16.Size = new System.Drawing.Size(120, 17);
  381. this.labelEx16.TabIndex = 169;
  382. this.labelEx16.Text = "* 化妆助理比重(%):";
  383. //
  384. // labelEx17
  385. //
  386. this.labelEx17.AutoSize = true;
  387. this.labelEx17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  388. this.labelEx17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  389. this.labelEx17.Location = new System.Drawing.Point(126, 23);
  390. this.labelEx17.Name = "labelEx17";
  391. this.labelEx17.Size = new System.Drawing.Size(120, 17);
  392. this.labelEx17.TabIndex = 168;
  393. this.labelEx17.Text = "* 主化妆师比重(%):";
  394. //
  395. // labelEx14
  396. //
  397. this.labelEx14.AutoSize = true;
  398. this.labelEx14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  399. this.labelEx14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  400. this.labelEx14.Location = new System.Drawing.Point(359, 24);
  401. this.labelEx14.Name = "labelEx14";
  402. this.labelEx14.Size = new System.Drawing.Size(108, 17);
  403. this.labelEx14.TabIndex = 160;
  404. this.labelEx14.Text = "* 副门市比重(%):";
  405. //
  406. // labelEx15
  407. //
  408. this.labelEx15.AutoSize = true;
  409. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  410. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  411. this.labelEx15.Location = new System.Drawing.Point(138, 24);
  412. this.labelEx15.Name = "labelEx15";
  413. this.labelEx15.Size = new System.Drawing.Size(108, 17);
  414. this.labelEx15.TabIndex = 158;
  415. this.labelEx15.Text = "* 主门市比重(%):";
  416. //
  417. // labelEx10
  418. //
  419. this.labelEx10.AutoSize = true;
  420. this.labelEx10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  421. this.labelEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  422. this.labelEx10.Location = new System.Drawing.Point(348, 23);
  423. this.labelEx10.Name = "labelEx10";
  424. this.labelEx10.Size = new System.Drawing.Size(120, 17);
  425. this.labelEx10.TabIndex = 154;
  426. this.labelEx10.Text = "* 摄影助理比重(%):";
  427. //
  428. // labelEx11
  429. //
  430. this.labelEx11.AutoSize = true;
  431. this.labelEx11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  432. this.labelEx11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  433. this.labelEx11.Location = new System.Drawing.Point(127, 23);
  434. this.labelEx11.Name = "labelEx11";
  435. this.labelEx11.Size = new System.Drawing.Size(120, 17);
  436. this.labelEx11.TabIndex = 152;
  437. this.labelEx11.Text = "* 主摄影师比重(%):";
  438. //
  439. // lblThreeLevel
  440. //
  441. this.lblThreeLevel.AutoSize = true;
  442. this.lblThreeLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  443. this.lblThreeLevel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  444. this.lblThreeLevel.Location = new System.Drawing.Point(579, 23);
  445. this.lblThreeLevel.Name = "lblThreeLevel";
  446. this.lblThreeLevel.Size = new System.Drawing.Size(96, 17);
  447. this.lblThreeLevel.TabIndex = 149;
  448. this.lblThreeLevel.Text = "* 三级比重(%):";
  449. //
  450. // lblTwoLevel
  451. //
  452. this.lblTwoLevel.AutoSize = true;
  453. this.lblTwoLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  454. this.lblTwoLevel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  455. this.lblTwoLevel.Location = new System.Drawing.Point(371, 23);
  456. this.lblTwoLevel.Name = "lblTwoLevel";
  457. this.lblTwoLevel.Size = new System.Drawing.Size(96, 17);
  458. this.lblTwoLevel.TabIndex = 145;
  459. this.lblTwoLevel.Text = "* 二级比重(%):";
  460. //
  461. // lblOneLevel
  462. //
  463. this.lblOneLevel.AutoSize = true;
  464. this.lblOneLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  465. this.lblOneLevel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  466. this.lblOneLevel.Location = new System.Drawing.Point(150, 23);
  467. this.lblOneLevel.Name = "lblOneLevel";
  468. this.lblOneLevel.Size = new System.Drawing.Size(96, 17);
  469. this.lblOneLevel.TabIndex = 143;
  470. this.lblOneLevel.Text = "* 一级比重(%):";
  471. //
  472. // tabControlEx1
  473. //
  474. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  475. this.tabControlEx1.Controls.Add(this.tabPage1);
  476. this.tabControlEx1.Controls.Add(this.tabPage2);
  477. this.tabControlEx1.Controls.Add(this.tabPage3);
  478. this.tabControlEx1.Controls.Add(this.tabPage4);
  479. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  480. this.tabControlEx1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  481. this.tabControlEx1.ItemSize = new System.Drawing.Size(180, 36);
  482. this.tabControlEx1.Location = new System.Drawing.Point(10, 10);
  483. this.tabControlEx1.Name = "tabControlEx1";
  484. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  485. this.tabControlEx1.SelectedIndex = 0;
  486. this.tabControlEx1.Size = new System.Drawing.Size(1004, 683);
  487. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  488. this.tabControlEx1.TabIndex = 1;
  489. //
  490. // tabPage1
  491. //
  492. this.tabPage1.AutoScroll = true;
  493. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  494. this.tabPage1.Controls.Add(this.groupBoxEx10);
  495. this.tabPage1.Controls.Add(this.groupBoxEx5);
  496. this.tabPage1.Controls.Add(this.labelEx18);
  497. this.tabPage1.Controls.Add(this.groupBoxEx2);
  498. this.tabPage1.Controls.Add(this.groupBoxEx9);
  499. this.tabPage1.Controls.Add(this.groupBoxEx3);
  500. this.tabPage1.Controls.Add(this.groupBoxEx4);
  501. this.tabPage1.Controls.Add(this.groupBoxEx1);
  502. this.tabPage1.Controls.Add(this.btnClose);
  503. this.tabPage1.Controls.Add(this.btnSave);
  504. this.tabPage1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  506. this.tabPage1.Name = "tabPage1";
  507. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  508. this.tabPage1.Size = new System.Drawing.Size(996, 639);
  509. this.tabPage1.TabIndex = 0;
  510. this.tabPage1.Text = "业绩分配比例设置";
  511. //
  512. // groupBoxEx10
  513. //
  514. this.groupBoxEx10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  515. | System.Windows.Forms.AnchorStyles.Right)));
  516. this.groupBoxEx10.Controls.Add(this.chk_MemberToSingle);
  517. this.groupBoxEx10.Controls.Add(this.txtMainMemberToSingle);
  518. this.groupBoxEx10.Controls.Add(this.txtSubMemberToSingle);
  519. this.groupBoxEx10.Controls.Add(this.labelEx21);
  520. this.groupBoxEx10.Controls.Add(this.labelEx22);
  521. this.groupBoxEx10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.groupBoxEx10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(107)))), ((int)(((byte)(103)))));
  523. this.groupBoxEx10.Location = new System.Drawing.Point(20, 359);
  524. this.groupBoxEx10.Name = "groupBoxEx10";
  525. this.groupBoxEx10.Size = new System.Drawing.Size(940, 50);
  526. this.groupBoxEx10.TabIndex = 177;
  527. this.groupBoxEx10.TabStop = false;
  528. this.groupBoxEx10.Text = "会员充值主/副接单人业绩比重设置";
  529. //
  530. // chk_MemberToSingle
  531. //
  532. this.chk_MemberToSingle.AutoSize = true;
  533. this.chk_MemberToSingle.BackColor = System.Drawing.Color.Transparent;
  534. this.chk_MemberToSingle.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  535. this.chk_MemberToSingle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  536. this.chk_MemberToSingle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  537. this.chk_MemberToSingle.Fourstates = false;
  538. this.chk_MemberToSingle.IsGreenTick = false;
  539. this.chk_MemberToSingle.Location = new System.Drawing.Point(6, 21);
  540. this.chk_MemberToSingle.Name = "chk_MemberToSingle";
  541. this.chk_MemberToSingle.Size = new System.Drawing.Size(123, 21);
  542. this.chk_MemberToSingle.TabIndex = 161;
  543. this.chk_MemberToSingle.Text = "开启业绩分配比例";
  544. this.chk_MemberToSingle.UseVisualStyleBackColor = false;
  545. //
  546. // txtMainMemberToSingle
  547. //
  548. this.txtMainMemberToSingle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  549. this.txtMainMemberToSingle.EmptyTextTip = null;
  550. this.txtMainMemberToSingle.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  551. this.txtMainMemberToSingle.Font = new System.Drawing.Font("微软雅黑", 9F);
  552. this.txtMainMemberToSingle.Location = new System.Drawing.Point(249, 20);
  553. this.txtMainMemberToSingle.Name = "txtMainMemberToSingle";
  554. this.txtMainMemberToSingle.Size = new System.Drawing.Size(90, 23);
  555. this.txtMainMemberToSingle.TabIndex = 172;
  556. this.txtMainMemberToSingle.Text = "0";
  557. //
  558. // txtSubMemberToSingle
  559. //
  560. this.txtSubMemberToSingle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  561. this.txtSubMemberToSingle.EmptyTextTip = null;
  562. this.txtSubMemberToSingle.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  563. this.txtSubMemberToSingle.Font = new System.Drawing.Font("微软雅黑", 9F);
  564. this.txtSubMemberToSingle.Location = new System.Drawing.Point(471, 20);
  565. this.txtSubMemberToSingle.Name = "txtSubMemberToSingle";
  566. this.txtSubMemberToSingle.Size = new System.Drawing.Size(90, 23);
  567. this.txtSubMemberToSingle.TabIndex = 173;
  568. this.txtSubMemberToSingle.Text = "0";
  569. //
  570. // labelEx21
  571. //
  572. this.labelEx21.AutoSize = true;
  573. this.labelEx21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  574. this.labelEx21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  575. this.labelEx21.Location = new System.Drawing.Point(127, 23);
  576. this.labelEx21.Name = "labelEx21";
  577. this.labelEx21.Size = new System.Drawing.Size(120, 17);
  578. this.labelEx21.TabIndex = 175;
  579. this.labelEx21.Text = "* 主接单人比重(%):";
  580. //
  581. // labelEx22
  582. //
  583. this.labelEx22.AutoSize = true;
  584. this.labelEx22.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  585. this.labelEx22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  586. this.labelEx22.Location = new System.Drawing.Point(348, 23);
  587. this.labelEx22.Name = "labelEx22";
  588. this.labelEx22.Size = new System.Drawing.Size(120, 17);
  589. this.labelEx22.TabIndex = 176;
  590. this.labelEx22.Text = "* 副接单人比重(%):";
  591. //
  592. // groupBoxEx5
  593. //
  594. this.groupBoxEx5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  595. | System.Windows.Forms.AnchorStyles.Right)));
  596. this.groupBoxEx5.Controls.Add(this.chk_BootDivision);
  597. this.groupBoxEx5.Controls.Add(this.txtMainBootDivision);
  598. this.groupBoxEx5.Controls.Add(this.txtDeputyBootDivision);
  599. this.groupBoxEx5.Controls.Add(this.labelEx6);
  600. this.groupBoxEx5.Controls.Add(this.labelEx5);
  601. this.groupBoxEx5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  602. this.groupBoxEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(107)))), ((int)(((byte)(103)))));
  603. this.groupBoxEx5.Location = new System.Drawing.Point(20, 300);
  604. this.groupBoxEx5.Name = "groupBoxEx5";
  605. this.groupBoxEx5.Size = new System.Drawing.Size(940, 50);
  606. this.groupBoxEx5.TabIndex = 177;
  607. this.groupBoxEx5.TabStop = false;
  608. this.groupBoxEx5.Text = "导引等级比重设置";
  609. //
  610. // chk_BootDivision
  611. //
  612. this.chk_BootDivision.AutoSize = true;
  613. this.chk_BootDivision.BackColor = System.Drawing.Color.Transparent;
  614. this.chk_BootDivision.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  615. this.chk_BootDivision.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  616. this.chk_BootDivision.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  617. this.chk_BootDivision.Fourstates = false;
  618. this.chk_BootDivision.IsGreenTick = false;
  619. this.chk_BootDivision.Location = new System.Drawing.Point(6, 21);
  620. this.chk_BootDivision.Name = "chk_BootDivision";
  621. this.chk_BootDivision.Size = new System.Drawing.Size(123, 21);
  622. this.chk_BootDivision.TabIndex = 161;
  623. this.chk_BootDivision.Text = "开启业绩分配比例";
  624. this.chk_BootDivision.UseVisualStyleBackColor = false;
  625. //
  626. // labelEx18
  627. //
  628. this.labelEx18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  629. this.labelEx18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  630. this.labelEx18.Location = new System.Drawing.Point(6, 456);
  631. this.labelEx18.Name = "labelEx18";
  632. this.labelEx18.Size = new System.Drawing.Size(954, 180);
  633. this.labelEx18.TabIndex = 143;
  634. this.labelEx18.Text = resources.GetString("labelEx18.Text");
  635. //
  636. // groupBoxEx2
  637. //
  638. this.groupBoxEx2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  639. | System.Windows.Forms.AnchorStyles.Right)));
  640. this.groupBoxEx2.Controls.Add(this.chk_Make);
  641. this.groupBoxEx2.Controls.Add(this.txtMainMake);
  642. this.groupBoxEx2.Controls.Add(this.txtDeputyMake);
  643. this.groupBoxEx2.Controls.Add(this.labelEx17);
  644. this.groupBoxEx2.Controls.Add(this.labelEx16);
  645. this.groupBoxEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  646. this.groupBoxEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(107)))), ((int)(((byte)(103)))));
  647. this.groupBoxEx2.Location = new System.Drawing.Point(20, 241);
  648. this.groupBoxEx2.Name = "groupBoxEx2";
  649. this.groupBoxEx2.Size = new System.Drawing.Size(940, 50);
  650. this.groupBoxEx2.TabIndex = 177;
  651. this.groupBoxEx2.TabStop = false;
  652. this.groupBoxEx2.Text = "化妆等级比重设置";
  653. //
  654. // chk_Make
  655. //
  656. this.chk_Make.AutoSize = true;
  657. this.chk_Make.BackColor = System.Drawing.Color.Transparent;
  658. this.chk_Make.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  659. this.chk_Make.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  660. this.chk_Make.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  661. this.chk_Make.Fourstates = false;
  662. this.chk_Make.IsGreenTick = false;
  663. this.chk_Make.Location = new System.Drawing.Point(6, 21);
  664. this.chk_Make.Name = "chk_Make";
  665. this.chk_Make.Size = new System.Drawing.Size(123, 21);
  666. this.chk_Make.TabIndex = 161;
  667. this.chk_Make.Text = "开启业绩分配比例";
  668. this.chk_Make.UseVisualStyleBackColor = false;
  669. //
  670. // groupBoxEx9
  671. //
  672. this.groupBoxEx9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  673. | System.Windows.Forms.AnchorStyles.Right)));
  674. this.groupBoxEx9.Controls.Add(this.chk_Taierxiao);
  675. this.groupBoxEx9.Controls.Add(this.txtQiTaierxiaoSub);
  676. this.groupBoxEx9.Controls.Add(this.txtQiTaierxiaoMain);
  677. this.groupBoxEx9.Controls.Add(this.labelEx19);
  678. this.groupBoxEx9.Controls.Add(this.labelEx20);
  679. this.groupBoxEx9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  680. this.groupBoxEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(107)))), ((int)(((byte)(103)))));
  681. this.groupBoxEx9.Location = new System.Drawing.Point(20, 123);
  682. this.groupBoxEx9.Name = "groupBoxEx9";
  683. this.groupBoxEx9.Size = new System.Drawing.Size(940, 50);
  684. this.groupBoxEx9.TabIndex = 177;
  685. this.groupBoxEx9.TabStop = false;
  686. this.groupBoxEx9.Text = "后期收款其它二销(主/副接单人)比重设置";
  687. //
  688. // chk_Taierxiao
  689. //
  690. this.chk_Taierxiao.AutoSize = true;
  691. this.chk_Taierxiao.BackColor = System.Drawing.Color.Transparent;
  692. this.chk_Taierxiao.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  693. this.chk_Taierxiao.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  694. this.chk_Taierxiao.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  695. this.chk_Taierxiao.Fourstates = false;
  696. this.chk_Taierxiao.IsGreenTick = false;
  697. this.chk_Taierxiao.Location = new System.Drawing.Point(6, 21);
  698. this.chk_Taierxiao.Name = "chk_Taierxiao";
  699. this.chk_Taierxiao.Size = new System.Drawing.Size(123, 21);
  700. this.chk_Taierxiao.TabIndex = 161;
  701. this.chk_Taierxiao.Text = "开启业绩分配比例";
  702. this.chk_Taierxiao.UseVisualStyleBackColor = false;
  703. //
  704. // txtQiTaierxiaoSub
  705. //
  706. this.txtQiTaierxiaoSub.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  707. this.txtQiTaierxiaoSub.EmptyTextTip = null;
  708. this.txtQiTaierxiaoSub.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  709. this.txtQiTaierxiaoSub.Font = new System.Drawing.Font("微软雅黑", 9F);
  710. this.txtQiTaierxiaoSub.Location = new System.Drawing.Point(471, 20);
  711. this.txtQiTaierxiaoSub.Name = "txtQiTaierxiaoSub";
  712. this.txtQiTaierxiaoSub.Size = new System.Drawing.Size(90, 23);
  713. this.txtQiTaierxiaoSub.TabIndex = 4;
  714. this.txtQiTaierxiaoSub.Text = "0";
  715. //
  716. // txtQiTaierxiaoMain
  717. //
  718. this.txtQiTaierxiaoMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  719. this.txtQiTaierxiaoMain.EmptyTextTip = null;
  720. this.txtQiTaierxiaoMain.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  721. this.txtQiTaierxiaoMain.Font = new System.Drawing.Font("微软雅黑", 9F);
  722. this.txtQiTaierxiaoMain.Location = new System.Drawing.Point(249, 20);
  723. this.txtQiTaierxiaoMain.Name = "txtQiTaierxiaoMain";
  724. this.txtQiTaierxiaoMain.Size = new System.Drawing.Size(90, 23);
  725. this.txtQiTaierxiaoMain.TabIndex = 3;
  726. this.txtQiTaierxiaoMain.Text = "0";
  727. //
  728. // labelEx19
  729. //
  730. this.labelEx19.AutoSize = true;
  731. this.labelEx19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  732. this.labelEx19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  733. this.labelEx19.Location = new System.Drawing.Point(126, 23);
  734. this.labelEx19.Name = "labelEx19";
  735. this.labelEx19.Size = new System.Drawing.Size(120, 17);
  736. this.labelEx19.TabIndex = 158;
  737. this.labelEx19.Text = "* 主接单人比重(%):";
  738. //
  739. // labelEx20
  740. //
  741. this.labelEx20.AutoSize = true;
  742. this.labelEx20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  743. this.labelEx20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  744. this.labelEx20.Location = new System.Drawing.Point(348, 23);
  745. this.labelEx20.Name = "labelEx20";
  746. this.labelEx20.Size = new System.Drawing.Size(120, 17);
  747. this.labelEx20.TabIndex = 160;
  748. this.labelEx20.Text = "* 副接单人比重(%):";
  749. //
  750. // groupBoxEx3
  751. //
  752. this.groupBoxEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  753. | System.Windows.Forms.AnchorStyles.Right)));
  754. this.groupBoxEx3.Controls.Add(this.chk_StoreProportion);
  755. this.groupBoxEx3.Controls.Add(this.txtCp_DeputyStoreProportion);
  756. this.groupBoxEx3.Controls.Add(this.txtCp_MainStoreProportion);
  757. this.groupBoxEx3.Controls.Add(this.labelEx15);
  758. this.groupBoxEx3.Controls.Add(this.labelEx14);
  759. this.groupBoxEx3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  760. this.groupBoxEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(107)))), ((int)(((byte)(103)))));
  761. this.groupBoxEx3.Location = new System.Drawing.Point(20, 64);
  762. this.groupBoxEx3.Name = "groupBoxEx3";
  763. this.groupBoxEx3.Size = new System.Drawing.Size(940, 50);
  764. this.groupBoxEx3.TabIndex = 177;
  765. this.groupBoxEx3.TabStop = false;
  766. this.groupBoxEx3.Text = "主/副门市(散客销费主/副接单人)比重设置";
  767. //
  768. // chk_StoreProportion
  769. //
  770. this.chk_StoreProportion.AutoSize = true;
  771. this.chk_StoreProportion.BackColor = System.Drawing.Color.Transparent;
  772. this.chk_StoreProportion.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  773. this.chk_StoreProportion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  774. this.chk_StoreProportion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  775. this.chk_StoreProportion.Fourstates = false;
  776. this.chk_StoreProportion.IsGreenTick = false;
  777. this.chk_StoreProportion.Location = new System.Drawing.Point(6, 22);
  778. this.chk_StoreProportion.Name = "chk_StoreProportion";
  779. this.chk_StoreProportion.Size = new System.Drawing.Size(123, 21);
  780. this.chk_StoreProportion.TabIndex = 161;
  781. this.chk_StoreProportion.Text = "开启业绩分配比例";
  782. this.chk_StoreProportion.UseVisualStyleBackColor = false;
  783. //
  784. // groupBoxEx4
  785. //
  786. this.groupBoxEx4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  787. | System.Windows.Forms.AnchorStyles.Right)));
  788. this.groupBoxEx4.Controls.Add(this.chk_Photography);
  789. this.groupBoxEx4.Controls.Add(this.txtDeputyPhotography);
  790. this.groupBoxEx4.Controls.Add(this.txtMainPhotography);
  791. this.groupBoxEx4.Controls.Add(this.labelEx11);
  792. this.groupBoxEx4.Controls.Add(this.labelEx10);
  793. this.groupBoxEx4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  794. this.groupBoxEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(107)))), ((int)(((byte)(103)))));
  795. this.groupBoxEx4.Location = new System.Drawing.Point(20, 182);
  796. this.groupBoxEx4.Name = "groupBoxEx4";
  797. this.groupBoxEx4.Size = new System.Drawing.Size(940, 50);
  798. this.groupBoxEx4.TabIndex = 177;
  799. this.groupBoxEx4.TabStop = false;
  800. this.groupBoxEx4.Text = "摄影等级比重设置";
  801. //
  802. // chk_Photography
  803. //
  804. this.chk_Photography.AutoSize = true;
  805. this.chk_Photography.BackColor = System.Drawing.Color.Transparent;
  806. this.chk_Photography.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  807. this.chk_Photography.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  808. this.chk_Photography.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  809. this.chk_Photography.Fourstates = false;
  810. this.chk_Photography.IsGreenTick = false;
  811. this.chk_Photography.Location = new System.Drawing.Point(8, 21);
  812. this.chk_Photography.Name = "chk_Photography";
  813. this.chk_Photography.Size = new System.Drawing.Size(123, 21);
  814. this.chk_Photography.TabIndex = 161;
  815. this.chk_Photography.Text = "开启业绩分配比例";
  816. this.chk_Photography.UseVisualStyleBackColor = false;
  817. //
  818. // groupBoxEx1
  819. //
  820. this.groupBoxEx1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  821. | System.Windows.Forms.AnchorStyles.Right)));
  822. this.groupBoxEx1.Controls.Add(this.chkLevel);
  823. this.groupBoxEx1.Controls.Add(this.txtOneLevel);
  824. this.groupBoxEx1.Controls.Add(this.lblOneLevel);
  825. this.groupBoxEx1.Controls.Add(this.txtTwoLevel);
  826. this.groupBoxEx1.Controls.Add(this.txtThreeLevel);
  827. this.groupBoxEx1.Controls.Add(this.lblTwoLevel);
  828. this.groupBoxEx1.Controls.Add(this.lblThreeLevel);
  829. this.groupBoxEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  830. this.groupBoxEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(107)))), ((int)(((byte)(103)))));
  831. this.groupBoxEx1.Location = new System.Drawing.Point(20, 5);
  832. this.groupBoxEx1.Name = "groupBoxEx1";
  833. this.groupBoxEx1.Size = new System.Drawing.Size(940, 50);
  834. this.groupBoxEx1.TabIndex = 177;
  835. this.groupBoxEx1.TabStop = false;
  836. this.groupBoxEx1.Text = "景点等级(拍摄阶段等级)比重设置";
  837. //
  838. // chkLevel
  839. //
  840. this.chkLevel.AutoSize = true;
  841. this.chkLevel.BackColor = System.Drawing.Color.Transparent;
  842. this.chkLevel.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  843. this.chkLevel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  844. this.chkLevel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  845. this.chkLevel.Fourstates = false;
  846. this.chkLevel.IsGreenTick = false;
  847. this.chkLevel.Location = new System.Drawing.Point(8, 21);
  848. this.chkLevel.Name = "chkLevel";
  849. this.chkLevel.Size = new System.Drawing.Size(123, 21);
  850. this.chkLevel.TabIndex = 161;
  851. this.chkLevel.Text = "开启业绩分配比例";
  852. this.chkLevel.UseVisualStyleBackColor = false;
  853. //
  854. // tabPage2
  855. //
  856. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  857. this.tabPage2.Controls.Add(this.groupBoxEx7);
  858. this.tabPage2.Controls.Add(this.groupBoxEx8);
  859. this.tabPage2.Controls.Add(this.panelEx2);
  860. this.tabPage2.Location = new System.Drawing.Point(4, 40);
  861. this.tabPage2.Name = "tabPage2";
  862. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  863. this.tabPage2.Size = new System.Drawing.Size(882, 481);
  864. this.tabPage2.TabIndex = 1;
  865. this.tabPage2.Text = "按点提成方案设置";
  866. //
  867. // groupBoxEx7
  868. //
  869. this.groupBoxEx7.Controls.Add(this.dgvCommissionRule);
  870. this.groupBoxEx7.Dock = System.Windows.Forms.DockStyle.Fill;
  871. this.groupBoxEx7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  872. this.groupBoxEx7.Location = new System.Drawing.Point(3, 52);
  873. this.groupBoxEx7.Name = "groupBoxEx7";
  874. this.groupBoxEx7.Size = new System.Drawing.Size(876, 375);
  875. this.groupBoxEx7.TabIndex = 1;
  876. this.groupBoxEx7.TabStop = false;
  877. this.groupBoxEx7.Text = "提成方案提规则明细列表(%) 双击表中的“是”和“否”可修改“业绩超出部分”的提成方式";
  878. //
  879. // dgvCommissionRule
  880. //
  881. this.dgvCommissionRule.AllowUserToAddRows = false;
  882. this.dgvCommissionRule.AllowUserToDeleteRows = false;
  883. this.dgvCommissionRule.AllowUserToResizeRows = false;
  884. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  885. this.dgvCommissionRule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  886. this.dgvCommissionRule.BackgroundColor = System.Drawing.Color.White;
  887. this.dgvCommissionRule.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  888. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  889. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  890. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  891. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  892. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  893. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  894. this.dgvCommissionRule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  895. this.dgvCommissionRule.ColumnHeadersHeight = 32;
  896. this.dgvCommissionRule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  897. this.dgvCommissionRule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  898. this.Column5,
  899. this.dataGridViewTextBoxColumn1,
  900. this.dataGridViewTextBoxColumn3,
  901. this.Column4,
  902. this.dataGridViewTextBoxColumn2,
  903. this.dataGridViewLinkColumn1});
  904. this.dgvCommissionRule.Dock = System.Windows.Forms.DockStyle.Fill;
  905. this.dgvCommissionRule.EnableHeadersVisualStyles = false;
  906. this.dgvCommissionRule.EraseCell = false;
  907. this.dgvCommissionRule.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  908. this.dgvCommissionRule.GridViewUniquelyIdentify = resources.GetString("dgvCommissionRule.GridViewUniquelyIdentify");
  909. this.dgvCommissionRule.IsCompleteBonding = false;
  910. this.dgvCommissionRule.IsCopyCellValue = true;
  911. this.dgvCommissionRule.Location = new System.Drawing.Point(3, 19);
  912. this.dgvCommissionRule.MultiSelect = false;
  913. this.dgvCommissionRule.Name = "dgvCommissionRule";
  914. this.dgvCommissionRule.RowHeadersVisible = false;
  915. this.dgvCommissionRule.RowTemplate.Height = 23;
  916. this.dgvCommissionRule.RowTemplate.ReadOnly = true;
  917. this.dgvCommissionRule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  918. this.dgvCommissionRule.Size = new System.Drawing.Size(870, 353);
  919. this.dgvCommissionRule.TabIndex = 0;
  920. //
  921. // Column5
  922. //
  923. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  924. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  925. this.Column5.DefaultCellStyle = dataGridViewCellStyle3;
  926. this.Column5.HeaderText = "方案名称";
  927. this.Column5.Name = "Column5";
  928. this.Column5.ReadOnly = true;
  929. this.Column5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  930. this.Column5.Width = 200;
  931. //
  932. // dataGridViewTextBoxColumn1
  933. //
  934. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  935. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  936. this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle4;
  937. this.dataGridViewTextBoxColumn1.HeaderText = "提成类型";
  938. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  939. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  940. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  941. this.dataGridViewTextBoxColumn1.Width = 120;
  942. //
  943. // dataGridViewTextBoxColumn3
  944. //
  945. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  946. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  947. this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle5;
  948. this.dataGridViewTextBoxColumn3.HeaderText = "是否业绩超出部分才按高阶提成";
  949. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  950. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  951. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  952. this.dataGridViewTextBoxColumn3.Width = 200;
  953. //
  954. // Column4
  955. //
  956. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  957. dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  958. this.Column4.DefaultCellStyle = dataGridViewCellStyle6;
  959. this.Column4.HeaderText = "提成业绩(元)";
  960. this.Column4.Name = "Column4";
  961. this.Column4.ReadOnly = true;
  962. this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  963. this.Column4.Width = 200;
  964. //
  965. // dataGridViewTextBoxColumn2
  966. //
  967. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  968. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  969. this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle7;
  970. this.dataGridViewTextBoxColumn2.HeaderText = "提成点(%)";
  971. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  972. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  973. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  974. //
  975. // dataGridViewLinkColumn1
  976. //
  977. this.dataGridViewLinkColumn1.HeaderText = "操作";
  978. this.dataGridViewLinkColumn1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
  979. this.dataGridViewLinkColumn1.LinkColor = System.Drawing.Color.DodgerBlue;
  980. this.dataGridViewLinkColumn1.Name = "dataGridViewLinkColumn1";
  981. this.dataGridViewLinkColumn1.ReadOnly = true;
  982. this.dataGridViewLinkColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  983. this.dataGridViewLinkColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  984. this.dataGridViewLinkColumn1.Text = "删除";
  985. this.dataGridViewLinkColumn1.VisitedLinkColor = System.Drawing.Color.DodgerBlue;
  986. //
  987. // groupBoxEx8
  988. //
  989. this.groupBoxEx8.Controls.Add(this.btnResults);
  990. this.groupBoxEx8.Controls.Add(this.labelEx2);
  991. this.groupBoxEx8.Controls.Add(this.txtResults);
  992. this.groupBoxEx8.Controls.Add(this.txtValue);
  993. this.groupBoxEx8.Controls.Add(this.labelEx1);
  994. this.groupBoxEx8.Dock = System.Windows.Forms.DockStyle.Bottom;
  995. this.groupBoxEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  996. this.groupBoxEx8.Location = new System.Drawing.Point(3, 427);
  997. this.groupBoxEx8.Name = "groupBoxEx8";
  998. this.groupBoxEx8.Size = new System.Drawing.Size(876, 51);
  999. this.groupBoxEx8.TabIndex = 3;
  1000. this.groupBoxEx8.TabStop = false;
  1001. this.groupBoxEx8.Text = "试算业绩";
  1002. //
  1003. // btnResults
  1004. //
  1005. this.btnResults.BackColor = System.Drawing.Color.Transparent;
  1006. this.btnResults.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnResults.BackImg")));
  1007. this.btnResults.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1008. this.btnResults.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1009. this.btnResults.ForeColor = System.Drawing.Color.White;
  1010. this.btnResults.IsCustomBackImg = false;
  1011. this.btnResults.IsShowText = true;
  1012. this.btnResults.Location = new System.Drawing.Point(378, 18);
  1013. this.btnResults.Name = "btnResults";
  1014. this.btnResults.Size = new System.Drawing.Size(101, 26);
  1015. this.btnResults.TabIndex = 48;
  1016. this.btnResults.Text = "计 算";
  1017. this.btnResults.UseVisualStyleBackColor = false;
  1018. //
  1019. // labelEx2
  1020. //
  1021. this.labelEx2.AutoSize = true;
  1022. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1023. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1024. this.labelEx2.Location = new System.Drawing.Point(13, 23);
  1025. this.labelEx2.Name = "labelEx2";
  1026. this.labelEx2.Size = new System.Drawing.Size(88, 17);
  1027. this.labelEx2.TabIndex = 49;
  1028. this.labelEx2.Text = "输入业绩(元):";
  1029. //
  1030. // txtResults
  1031. //
  1032. this.txtResults.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1033. this.txtResults.EmptyTextTip = null;
  1034. this.txtResults.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  1035. this.txtResults.Font = new System.Drawing.Font("微软雅黑", 9F);
  1036. this.txtResults.Location = new System.Drawing.Point(251, 20);
  1037. this.txtResults.Name = "txtResults";
  1038. this.txtResults.ReadOnly = true;
  1039. this.txtResults.Size = new System.Drawing.Size(120, 23);
  1040. this.txtResults.TabIndex = 47;
  1041. this.txtResults.Text = "0";
  1042. this.txtResults.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1043. //
  1044. // txtValue
  1045. //
  1046. this.txtValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1047. this.txtValue.EmptyTextTip = null;
  1048. this.txtValue.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  1049. this.txtValue.Font = new System.Drawing.Font("微软雅黑", 9F);
  1050. this.txtValue.Location = new System.Drawing.Point(104, 20);
  1051. this.txtValue.Name = "txtValue";
  1052. this.txtValue.Size = new System.Drawing.Size(120, 23);
  1053. this.txtValue.TabIndex = 46;
  1054. this.txtValue.Text = "0";
  1055. this.txtValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1056. //
  1057. // labelEx1
  1058. //
  1059. this.labelEx1.AutoSize = true;
  1060. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1061. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  1062. this.labelEx1.Location = new System.Drawing.Point(229, 22);
  1063. this.labelEx1.Name = "labelEx1";
  1064. this.labelEx1.Size = new System.Drawing.Size(17, 17);
  1065. this.labelEx1.TabIndex = 49;
  1066. this.labelEx1.Text = "=";
  1067. //
  1068. // panelEx2
  1069. //
  1070. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1071. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1072. this.panelEx2.BorderWidth = 1;
  1073. this.panelEx2.Controls.Add(this.cmbSc_ClassName);
  1074. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  1075. this.panelEx2.Controls.Add(this.labelEx8);
  1076. this.panelEx2.Controls.Add(this.labelEx7);
  1077. this.panelEx2.Controls.Add(this.bntfSet);
  1078. this.panelEx2.Controls.Add(this.cbxType);
  1079. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  1080. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  1081. this.panelEx2.Name = "panelEx2";
  1082. this.panelEx2.Size = new System.Drawing.Size(876, 49);
  1083. this.panelEx2.TabIndex = 4;
  1084. //
  1085. // cmbSc_ClassName
  1086. //
  1087. this.cmbSc_ClassName.AfterSelectLevelFirstNode = true;
  1088. this.cmbSc_ClassName.DropDownHeight = 220;
  1089. this.cmbSc_ClassName.DropDownShow = false;
  1090. this.cmbSc_ClassName.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1091. this.cmbSc_ClassName.FormattingEnabled = true;
  1092. this.cmbSc_ClassName.IntegralHeight = false;
  1093. this.cmbSc_ClassName.IsNodeMouseClick = true;
  1094. this.cmbSc_ClassName.IsSelectParentNode = false;
  1095. this.cmbSc_ClassName.Location = new System.Drawing.Point(44, 9);
  1096. this.cmbSc_ClassName.Name = "cmbSc_ClassName";
  1097. this.cmbSc_ClassName.ReadOnly = false;
  1098. this.cmbSc_ClassName.SelectedNode = null;
  1099. this.cmbSc_ClassName.Size = new System.Drawing.Size(158, 28);
  1100. this.cmbSc_ClassName.StrGetName = "";
  1101. this.cmbSc_ClassName.StrGetTagName = "";
  1102. this.cmbSc_ClassName.StrKey = null;
  1103. this.cmbSc_ClassName.TabIndex = 173;
  1104. //
  1105. // flowLayoutPanel1
  1106. //
  1107. this.flowLayoutPanel1.Controls.Add(this.labelEx13);
  1108. this.flowLayoutPanel1.Controls.Add(this.txtWcs_PerformanceBeginValue);
  1109. this.flowLayoutPanel1.Controls.Add(this.labelEx12);
  1110. this.flowLayoutPanel1.Controls.Add(this.txtWcs_PerformanceEndValue);
  1111. this.flowLayoutPanel1.Controls.Add(this.labelEx9);
  1112. this.flowLayoutPanel1.Controls.Add(this.txtCommissionPoint);
  1113. this.flowLayoutPanel1.Controls.Add(this.btnAdd);
  1114. this.flowLayoutPanel1.Controls.Add(this.btnDeltee);
  1115. this.flowLayoutPanel1.Location = new System.Drawing.Point(389, 7);
  1116. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  1117. this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 1, 0, 0);
  1118. this.flowLayoutPanel1.Size = new System.Drawing.Size(686, 34);
  1119. this.flowLayoutPanel1.TabIndex = 173;
  1120. //
  1121. // labelEx13
  1122. //
  1123. this.labelEx13.AutoSize = true;
  1124. this.labelEx13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1125. this.labelEx13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1126. this.labelEx13.Location = new System.Drawing.Point(3, 9);
  1127. this.labelEx13.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0);
  1128. this.labelEx13.Name = "labelEx13";
  1129. this.labelEx13.Size = new System.Drawing.Size(40, 17);
  1130. this.labelEx13.TabIndex = 58;
  1131. this.labelEx13.Text = "*业绩:";
  1132. //
  1133. // txtWcs_PerformanceBeginValue
  1134. //
  1135. this.txtWcs_PerformanceBeginValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1136. this.txtWcs_PerformanceBeginValue.EmptyTextTip = null;
  1137. this.txtWcs_PerformanceBeginValue.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  1138. this.txtWcs_PerformanceBeginValue.Font = new System.Drawing.Font("微软雅黑", 9F);
  1139. this.txtWcs_PerformanceBeginValue.Location = new System.Drawing.Point(49, 6);
  1140. this.txtWcs_PerformanceBeginValue.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
  1141. this.txtWcs_PerformanceBeginValue.MaxLength = 9;
  1142. this.txtWcs_PerformanceBeginValue.Name = "txtWcs_PerformanceBeginValue";
  1143. this.txtWcs_PerformanceBeginValue.Size = new System.Drawing.Size(70, 23);
  1144. this.txtWcs_PerformanceBeginValue.TabIndex = 55;
  1145. this.txtWcs_PerformanceBeginValue.Text = "0";
  1146. this.txtWcs_PerformanceBeginValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1147. //
  1148. // labelEx12
  1149. //
  1150. this.labelEx12.AutoSize = true;
  1151. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1152. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1153. this.labelEx12.Location = new System.Drawing.Point(125, 9);
  1154. this.labelEx12.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0);
  1155. this.labelEx12.Name = "labelEx12";
  1156. this.labelEx12.Size = new System.Drawing.Size(28, 17);
  1157. this.labelEx12.TabIndex = 59;
  1158. this.labelEx12.Text = "*至:";
  1159. //
  1160. // txtWcs_PerformanceEndValue
  1161. //
  1162. this.txtWcs_PerformanceEndValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1163. this.txtWcs_PerformanceEndValue.EmptyTextTip = null;
  1164. this.txtWcs_PerformanceEndValue.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  1165. this.txtWcs_PerformanceEndValue.Font = new System.Drawing.Font("微软雅黑", 9F);
  1166. this.txtWcs_PerformanceEndValue.Location = new System.Drawing.Point(159, 6);
  1167. this.txtWcs_PerformanceEndValue.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
  1168. this.txtWcs_PerformanceEndValue.MaxLength = 9;
  1169. this.txtWcs_PerformanceEndValue.Name = "txtWcs_PerformanceEndValue";
  1170. this.txtWcs_PerformanceEndValue.Size = new System.Drawing.Size(70, 23);
  1171. this.txtWcs_PerformanceEndValue.TabIndex = 56;
  1172. this.txtWcs_PerformanceEndValue.Text = "0";
  1173. this.txtWcs_PerformanceEndValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1174. //
  1175. // labelEx9
  1176. //
  1177. this.labelEx9.AutoSize = true;
  1178. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1179. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1180. this.labelEx9.Location = new System.Drawing.Point(235, 9);
  1181. this.labelEx9.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0);
  1182. this.labelEx9.Name = "labelEx9";
  1183. this.labelEx9.Size = new System.Drawing.Size(59, 17);
  1184. this.labelEx9.TabIndex = 60;
  1185. this.labelEx9.Text = "*提成(%):";
  1186. //
  1187. // txtCommissionPoint
  1188. //
  1189. this.txtCommissionPoint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1190. this.txtCommissionPoint.EmptyTextTip = null;
  1191. this.txtCommissionPoint.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  1192. this.txtCommissionPoint.Font = new System.Drawing.Font("微软雅黑", 9F);
  1193. this.txtCommissionPoint.Location = new System.Drawing.Point(300, 6);
  1194. this.txtCommissionPoint.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
  1195. this.txtCommissionPoint.MaxLength = 9;
  1196. this.txtCommissionPoint.Name = "txtCommissionPoint";
  1197. this.txtCommissionPoint.Size = new System.Drawing.Size(60, 23);
  1198. this.txtCommissionPoint.TabIndex = 57;
  1199. this.txtCommissionPoint.Text = "0.00";
  1200. this.txtCommissionPoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1201. //
  1202. // btnAdd
  1203. //
  1204. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  1205. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  1206. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1207. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1208. this.btnAdd.ForeColor = System.Drawing.Color.White;
  1209. this.btnAdd.IsCustomBackImg = false;
  1210. this.btnAdd.IsShowText = true;
  1211. this.btnAdd.Location = new System.Drawing.Point(366, 4);
  1212. this.btnAdd.Name = "btnAdd";
  1213. this.btnAdd.Size = new System.Drawing.Size(90, 26);
  1214. this.btnAdd.TabIndex = 61;
  1215. this.btnAdd.Text = "添加规则";
  1216. this.btnAdd.UseVisualStyleBackColor = false;
  1217. //
  1218. // btnDeltee
  1219. //
  1220. this.btnDeltee.BackColor = System.Drawing.Color.Transparent;
  1221. this.btnDeltee.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDeltee.BackImg")));
  1222. this.btnDeltee.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1223. this.btnDeltee.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1224. this.btnDeltee.ForeColor = System.Drawing.Color.White;
  1225. this.btnDeltee.IsCustomBackImg = false;
  1226. this.btnDeltee.IsShowText = true;
  1227. this.btnDeltee.Location = new System.Drawing.Point(462, 4);
  1228. this.btnDeltee.Name = "btnDeltee";
  1229. this.btnDeltee.Size = new System.Drawing.Size(90, 26);
  1230. this.btnDeltee.TabIndex = 61;
  1231. this.btnDeltee.Text = "删除规则";
  1232. this.btnDeltee.UseVisualStyleBackColor = false;
  1233. this.btnDeltee.Visible = false;
  1234. //
  1235. // labelEx8
  1236. //
  1237. this.labelEx8.AutoSize = true;
  1238. this.labelEx8.BackColor = System.Drawing.Color.Transparent;
  1239. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1240. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  1241. this.labelEx8.Location = new System.Drawing.Point(263, 15);
  1242. this.labelEx8.Name = "labelEx8";
  1243. this.labelEx8.Size = new System.Drawing.Size(35, 17);
  1244. this.labelEx8.TabIndex = 172;
  1245. this.labelEx8.Text = "类型:";
  1246. //
  1247. // labelEx7
  1248. //
  1249. this.labelEx7.AutoSize = true;
  1250. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1251. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  1252. this.labelEx7.Location = new System.Drawing.Point(3, 15);
  1253. this.labelEx7.Name = "labelEx7";
  1254. this.labelEx7.Size = new System.Drawing.Size(35, 17);
  1255. this.labelEx7.TabIndex = 171;
  1256. this.labelEx7.Text = "方案:";
  1257. //
  1258. // bntfSet
  1259. //
  1260. this.bntfSet.BackColor = System.Drawing.Color.Transparent;
  1261. this.bntfSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntfSet.BackImg")));
  1262. this.bntfSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1263. this.bntfSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1264. this.bntfSet.ForeColor = System.Drawing.Color.White;
  1265. this.bntfSet.IsCustomBackImg = false;
  1266. this.bntfSet.IsShowText = true;
  1267. this.bntfSet.Location = new System.Drawing.Point(208, 11);
  1268. this.bntfSet.Name = "bntfSet";
  1269. this.bntfSet.Size = new System.Drawing.Size(50, 25);
  1270. this.bntfSet.TabIndex = 162;
  1271. this.bntfSet.Text = "设置";
  1272. this.bntfSet.UseVisualStyleBackColor = false;
  1273. //
  1274. // cbxType
  1275. //
  1276. this.cbxType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  1277. this.cbxType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  1278. this.cbxType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  1279. this.cbxType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1280. this.cbxType.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  1281. this.cbxType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1282. this.cbxType.FormattingEnabled = true;
  1283. this.cbxType.IsCustomColor = false;
  1284. this.cbxType.Items.AddRange(new object[] {
  1285. "",
  1286. "固定提成",
  1287. "阶梯提成"});
  1288. this.cbxType.Location = new System.Drawing.Point(302, 11);
  1289. this.cbxType.Name = "cbxType";
  1290. this.cbxType.ReadOnly = true;
  1291. this.cbxType.Size = new System.Drawing.Size(81, 25);
  1292. this.cbxType.TabIndex = 161;
  1293. //
  1294. // tabPage3
  1295. //
  1296. this.tabPage3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1297. this.tabPage3.Controls.Add(this.groupBoxEx6);
  1298. this.tabPage3.Controls.Add(this.panelEx1);
  1299. this.tabPage3.Location = new System.Drawing.Point(4, 40);
  1300. this.tabPage3.Name = "tabPage3";
  1301. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  1302. this.tabPage3.Size = new System.Drawing.Size(882, 481);
  1303. this.tabPage3.TabIndex = 2;
  1304. this.tabPage3.Text = "计件式提成设置";
  1305. //
  1306. // groupBoxEx6
  1307. //
  1308. this.groupBoxEx6.Controls.Add(this.dgvPiecewiseList);
  1309. this.groupBoxEx6.Dock = System.Windows.Forms.DockStyle.Fill;
  1310. this.groupBoxEx6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1311. this.groupBoxEx6.Location = new System.Drawing.Point(3, 54);
  1312. this.groupBoxEx6.Name = "groupBoxEx6";
  1313. this.groupBoxEx6.Size = new System.Drawing.Size(876, 424);
  1314. this.groupBoxEx6.TabIndex = 0;
  1315. this.groupBoxEx6.TabStop = false;
  1316. this.groupBoxEx6.Text = "计件提成设置明细列表(元/件)";
  1317. //
  1318. // dgvPiecewiseList
  1319. //
  1320. this.dgvPiecewiseList.AllowUserToAddRows = false;
  1321. this.dgvPiecewiseList.AllowUserToDeleteRows = false;
  1322. this.dgvPiecewiseList.AllowUserToResizeRows = false;
  1323. dataGridViewCellStyle8.BackColor = System.Drawing.Color.LightCyan;
  1324. this.dgvPiecewiseList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  1325. this.dgvPiecewiseList.BackgroundColor = System.Drawing.Color.White;
  1326. this.dgvPiecewiseList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  1327. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1328. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  1329. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1330. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  1331. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  1332. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  1333. this.dgvPiecewiseList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  1334. this.dgvPiecewiseList.ColumnHeadersHeight = 28;
  1335. this.dgvPiecewiseList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  1336. this.dgvPiecewiseList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  1337. this.Column1,
  1338. this.Column2,
  1339. this.Column6,
  1340. this.Column3});
  1341. this.dgvPiecewiseList.Dock = System.Windows.Forms.DockStyle.Fill;
  1342. this.dgvPiecewiseList.EnableHeadersVisualStyles = false;
  1343. this.dgvPiecewiseList.EraseCell = false;
  1344. this.dgvPiecewiseList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  1345. this.dgvPiecewiseList.GridViewUniquelyIdentify = resources.GetString("dgvPiecewiseList.GridViewUniquelyIdentify");
  1346. this.dgvPiecewiseList.IsCompleteBonding = false;
  1347. this.dgvPiecewiseList.IsCopyCellValue = true;
  1348. this.dgvPiecewiseList.Location = new System.Drawing.Point(3, 22);
  1349. this.dgvPiecewiseList.MultiSelect = false;
  1350. this.dgvPiecewiseList.Name = "dgvPiecewiseList";
  1351. this.dgvPiecewiseList.RowHeadersVisible = false;
  1352. this.dgvPiecewiseList.RowTemplate.Height = 23;
  1353. this.dgvPiecewiseList.RowTemplate.ReadOnly = true;
  1354. this.dgvPiecewiseList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  1355. this.dgvPiecewiseList.Size = new System.Drawing.Size(870, 399);
  1356. this.dgvPiecewiseList.TabIndex = 0;
  1357. //
  1358. // Column1
  1359. //
  1360. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1361. this.Column1.DefaultCellStyle = dataGridViewCellStyle10;
  1362. this.Column1.HeaderText = "工作内容";
  1363. this.Column1.Name = "Column1";
  1364. this.Column1.ReadOnly = true;
  1365. this.Column1.Width = 300;
  1366. //
  1367. // Column2
  1368. //
  1369. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1370. this.Column2.DefaultCellStyle = dataGridViewCellStyle11;
  1371. this.Column2.HeaderText = "每件提成金额(元/件)";
  1372. this.Column2.Name = "Column2";
  1373. this.Column2.ReadOnly = true;
  1374. this.Column2.Width = 200;
  1375. //
  1376. // Column6
  1377. //
  1378. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  1379. this.Column6.DefaultCellStyle = dataGridViewCellStyle12;
  1380. this.Column6.HeaderText = "操作";
  1381. this.Column6.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
  1382. this.Column6.LinkColor = System.Drawing.Color.DodgerBlue;
  1383. this.Column6.Name = "Column6";
  1384. this.Column6.ReadOnly = true;
  1385. this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1386. this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1387. this.Column6.Text = "删除";
  1388. this.Column6.VisitedLinkColor = System.Drawing.Color.DodgerBlue;
  1389. //
  1390. // Column3
  1391. //
  1392. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  1393. this.Column3.DefaultCellStyle = dataGridViewCellStyle13;
  1394. this.Column3.HeaderText = "...";
  1395. this.Column3.Name = "Column3";
  1396. this.Column3.ReadOnly = true;
  1397. this.Column3.Width = 280;
  1398. //
  1399. // panelEx1
  1400. //
  1401. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  1402. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  1403. this.panelEx1.BorderWidth = 1;
  1404. this.panelEx1.Controls.Add(this.buttonExit);
  1405. this.panelEx1.Controls.Add(this.btnOk);
  1406. this.panelEx1.Controls.Add(this.txtWcs_Percentage);
  1407. this.panelEx1.Controls.Add(this.labelEx4);
  1408. this.panelEx1.Controls.Add(this.cmbtreevSc_ClassName);
  1409. this.panelEx1.Controls.Add(this.btnSet);
  1410. this.panelEx1.Controls.Add(this.labelEx3);
  1411. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  1412. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  1413. this.panelEx1.Name = "panelEx1";
  1414. this.panelEx1.Size = new System.Drawing.Size(876, 51);
  1415. this.panelEx1.TabIndex = 1;
  1416. //
  1417. // buttonExit
  1418. //
  1419. this.buttonExit.BackColor = System.Drawing.Color.Transparent;
  1420. this.buttonExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("buttonExit.BackImg")));
  1421. this.buttonExit.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1422. this.buttonExit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1423. this.buttonExit.ForeColor = System.Drawing.Color.White;
  1424. this.buttonExit.IsCustomBackImg = false;
  1425. this.buttonExit.IsShowText = true;
  1426. this.buttonExit.Location = new System.Drawing.Point(713, 9);
  1427. this.buttonExit.Name = "buttonExit";
  1428. this.buttonExit.Size = new System.Drawing.Size(82, 26);
  1429. this.buttonExit.TabIndex = 176;
  1430. this.buttonExit.Text = "关 闭";
  1431. this.buttonExit.UseVisualStyleBackColor = false;
  1432. //
  1433. // btnOk
  1434. //
  1435. this.btnOk.BackColor = System.Drawing.Color.Transparent;
  1436. this.btnOk.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOk.BackImg")));
  1437. this.btnOk.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1438. this.btnOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1439. this.btnOk.ForeColor = System.Drawing.Color.White;
  1440. this.btnOk.IsCustomBackImg = false;
  1441. this.btnOk.IsShowText = true;
  1442. this.btnOk.Location = new System.Drawing.Point(625, 9);
  1443. this.btnOk.Name = "btnOk";
  1444. this.btnOk.Size = new System.Drawing.Size(82, 26);
  1445. this.btnOk.TabIndex = 175;
  1446. this.btnOk.Text = "保 存";
  1447. this.btnOk.UseVisualStyleBackColor = false;
  1448. //
  1449. // txtWcs_Percentage
  1450. //
  1451. this.txtWcs_Percentage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1452. this.txtWcs_Percentage.EmptyTextTip = null;
  1453. this.txtWcs_Percentage.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  1454. this.txtWcs_Percentage.Font = new System.Drawing.Font("微软雅黑", 9F);
  1455. this.txtWcs_Percentage.Location = new System.Drawing.Point(500, 11);
  1456. this.txtWcs_Percentage.Name = "txtWcs_Percentage";
  1457. this.txtWcs_Percentage.Size = new System.Drawing.Size(120, 23);
  1458. this.txtWcs_Percentage.TabIndex = 173;
  1459. //
  1460. // labelEx4
  1461. //
  1462. this.labelEx4.AutoSize = true;
  1463. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1464. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1465. this.labelEx4.Location = new System.Drawing.Point(383, 14);
  1466. this.labelEx4.Name = "labelEx4";
  1467. this.labelEx4.Size = new System.Drawing.Size(110, 17);
  1468. this.labelEx4.TabIndex = 174;
  1469. this.labelEx4.Text = "*提成单价(元/件):";
  1470. //
  1471. // cmbtreevSc_ClassName
  1472. //
  1473. this.cmbtreevSc_ClassName.AfterSelectLevelFirstNode = true;
  1474. this.cmbtreevSc_ClassName.DropDownHeight = 220;
  1475. this.cmbtreevSc_ClassName.DropDownShow = false;
  1476. this.cmbtreevSc_ClassName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1477. this.cmbtreevSc_ClassName.FormattingEnabled = true;
  1478. this.cmbtreevSc_ClassName.IntegralHeight = false;
  1479. this.cmbtreevSc_ClassName.IsNodeMouseClick = true;
  1480. this.cmbtreevSc_ClassName.IsSelectParentNode = false;
  1481. this.cmbtreevSc_ClassName.Location = new System.Drawing.Point(88, 10);
  1482. this.cmbtreevSc_ClassName.Name = "cmbtreevSc_ClassName";
  1483. this.cmbtreevSc_ClassName.ReadOnly = false;
  1484. this.cmbtreevSc_ClassName.SelectedNode = null;
  1485. this.cmbtreevSc_ClassName.Size = new System.Drawing.Size(231, 25);
  1486. this.cmbtreevSc_ClassName.StrGetName = "";
  1487. this.cmbtreevSc_ClassName.StrGetTagName = "";
  1488. this.cmbtreevSc_ClassName.StrKey = null;
  1489. this.cmbtreevSc_ClassName.TabIndex = 172;
  1490. //
  1491. // btnSet
  1492. //
  1493. this.btnSet.BackColor = System.Drawing.Color.Transparent;
  1494. this.btnSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSet.BackImg")));
  1495. this.btnSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1496. this.btnSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1497. this.btnSet.ForeColor = System.Drawing.Color.White;
  1498. this.btnSet.IsCustomBackImg = false;
  1499. this.btnSet.IsShowText = true;
  1500. this.btnSet.Location = new System.Drawing.Point(326, 10);
  1501. this.btnSet.Name = "btnSet";
  1502. this.btnSet.Size = new System.Drawing.Size(50, 24);
  1503. this.btnSet.TabIndex = 171;
  1504. this.btnSet.Text = " 设置";
  1505. this.btnSet.UseVisualStyleBackColor = false;
  1506. //
  1507. // labelEx3
  1508. //
  1509. this.labelEx3.AutoSize = true;
  1510. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  1511. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1512. this.labelEx3.Location = new System.Drawing.Point(8, 14);
  1513. this.labelEx3.Name = "labelEx3";
  1514. this.labelEx3.Size = new System.Drawing.Size(73, 17);
  1515. this.labelEx3.TabIndex = 170;
  1516. this.labelEx3.Text = "*工作内容:";
  1517. //
  1518. // tabPage4
  1519. //
  1520. this.tabPage4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  1521. this.tabPage4.Location = new System.Drawing.Point(4, 40);
  1522. this.tabPage4.Name = "tabPage4";
  1523. this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
  1524. this.tabPage4.Size = new System.Drawing.Size(882, 481);
  1525. this.tabPage4.TabIndex = 3;
  1526. this.tabPage4.Text = "(旧版)前期/选片二销提成";
  1527. //
  1528. // FrmRatingsProportion
  1529. //
  1530. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1531. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1532. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1533. this.ClientSize = new System.Drawing.Size(1024, 768);
  1534. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1535. this.Name = "FrmRatingsProportion";
  1536. this.Text = "工资提成方案设置";
  1537. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1538. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1539. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1540. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1541. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1542. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1543. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1544. this.plExMainContainer.ResumeLayout(false);
  1545. this.plFormMainContent.ResumeLayout(false);
  1546. this.tabControlEx1.ResumeLayout(false);
  1547. this.tabPage1.ResumeLayout(false);
  1548. this.groupBoxEx10.ResumeLayout(false);
  1549. this.groupBoxEx10.PerformLayout();
  1550. this.groupBoxEx5.ResumeLayout(false);
  1551. this.groupBoxEx5.PerformLayout();
  1552. this.groupBoxEx2.ResumeLayout(false);
  1553. this.groupBoxEx2.PerformLayout();
  1554. this.groupBoxEx9.ResumeLayout(false);
  1555. this.groupBoxEx9.PerformLayout();
  1556. this.groupBoxEx3.ResumeLayout(false);
  1557. this.groupBoxEx3.PerformLayout();
  1558. this.groupBoxEx4.ResumeLayout(false);
  1559. this.groupBoxEx4.PerformLayout();
  1560. this.groupBoxEx1.ResumeLayout(false);
  1561. this.groupBoxEx1.PerformLayout();
  1562. this.tabPage2.ResumeLayout(false);
  1563. this.groupBoxEx7.ResumeLayout(false);
  1564. ((System.ComponentModel.ISupportInitialize)(this.dgvCommissionRule)).EndInit();
  1565. this.groupBoxEx8.ResumeLayout(false);
  1566. this.groupBoxEx8.PerformLayout();
  1567. this.panelEx2.ResumeLayout(false);
  1568. this.panelEx2.PerformLayout();
  1569. this.flowLayoutPanel1.ResumeLayout(false);
  1570. this.flowLayoutPanel1.PerformLayout();
  1571. this.tabPage3.ResumeLayout(false);
  1572. this.groupBoxEx6.ResumeLayout(false);
  1573. ((System.ComponentModel.ISupportInitialize)(this.dgvPiecewiseList)).EndInit();
  1574. this.panelEx1.ResumeLayout(false);
  1575. this.panelEx1.PerformLayout();
  1576. this.ResumeLayout(false);
  1577. }
  1578. #endregion
  1579. protected ComponentLibrary.LabelEx lblThreeLevel;
  1580. protected ComponentLibrary.TextBoxBasicEx txtThreeLevel;
  1581. protected ComponentLibrary.LabelEx lblTwoLevel;
  1582. protected ComponentLibrary.TextBoxBasicEx txtTwoLevel;
  1583. protected ComponentLibrary.LabelEx lblOneLevel;
  1584. protected ComponentLibrary.TextBoxBasicEx txtOneLevel;
  1585. private ComponentLibrary.LabelEx labelEx10;
  1586. protected ComponentLibrary.TextBoxBasicEx txtCp_DeputyStoreProportion;
  1587. private ComponentLibrary.LabelEx labelEx11;
  1588. protected ComponentLibrary.TextBoxBasicEx txtCp_MainStoreProportion;
  1589. private ComponentLibrary.LabelEx labelEx14;
  1590. protected ComponentLibrary.TextBoxBasicEx txtDeputyPhotography;
  1591. private ComponentLibrary.LabelEx labelEx15;
  1592. protected ComponentLibrary.TextBoxBasicEx txtMainPhotography;
  1593. private ComponentLibrary.LabelEx labelEx16;
  1594. private ComponentLibrary.LabelEx labelEx17;
  1595. protected ComponentLibrary.TextBoxBasicEx txtDeputyMake;
  1596. protected ComponentLibrary.TextBoxBasicEx txtMainMake;
  1597. protected ComponentLibrary.ButtonEx btnClose;
  1598. protected ComponentLibrary.ButtonEx btnSave;
  1599. protected ComponentLibrary.TextBoxBasicEx txtDeputyBootDivision;
  1600. protected ComponentLibrary.TextBoxBasicEx txtMainBootDivision;
  1601. private ComponentLibrary.LabelEx labelEx5;
  1602. private ComponentLibrary.LabelEx labelEx6;
  1603. private System.Windows.Forms.TabPage tabPage1;
  1604. private System.Windows.Forms.TabPage tabPage2;
  1605. private ComponentLibrary.GroupBoxEx groupBoxEx5;
  1606. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  1607. private ComponentLibrary.GroupBoxEx groupBoxEx3;
  1608. private ComponentLibrary.GroupBoxEx groupBoxEx4;
  1609. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  1610. private System.Windows.Forms.TabPage tabPage3;
  1611. public System.Windows.Forms.TabPage tabPage4;
  1612. private ComponentLibrary.GroupBoxEx groupBoxEx6;
  1613. private ComponentLibrary.PanelEx panelEx1;
  1614. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevSc_ClassName;
  1615. protected ComponentLibrary.ButtonForm btnSet;
  1616. private ComponentLibrary.LabelEx labelEx3;
  1617. protected ComponentLibrary.TextBoxBasicEx txtWcs_Percentage;
  1618. private ComponentLibrary.LabelEx labelEx4;
  1619. protected ComponentLibrary.ButtonEx btnOk;
  1620. protected ComponentLibrary.ButtonEx buttonExit;
  1621. public ComponentLibrary.DataGridViewEx dgvPiecewiseList;
  1622. public ComponentLibrary.TabControlEx tabControlEx1;
  1623. private ComponentLibrary.GroupBoxEx groupBoxEx7;
  1624. public ComponentLibrary.DataGridViewEx dgvCommissionRule;
  1625. protected ComponentLibrary.ButtonEx btnResults;
  1626. protected ComponentLibrary.TextBoxBasicEx txtResults;
  1627. private ComponentLibrary.LabelEx labelEx2;
  1628. protected ComponentLibrary.TextBoxBasicEx txtValue;
  1629. private ComponentLibrary.GroupBoxEx groupBoxEx8;
  1630. private ComponentLibrary.LabelEx labelEx1;
  1631. private ComponentLibrary.PanelEx panelEx2;
  1632. private ComponentLibrary.LabelEx labelEx7;
  1633. protected ComponentLibrary.ButtonForm bntfSet;
  1634. private ComponentLibrary.LabelEx labelEx8;
  1635. private ComponentLibrary.LabelEx labelEx13;
  1636. protected ComponentLibrary.TextBoxBasicEx txtWcs_PerformanceBeginValue;
  1637. private ComponentLibrary.LabelEx labelEx12;
  1638. protected ComponentLibrary.TextBoxBasicEx txtWcs_PerformanceEndValue;
  1639. private ComponentLibrary.LabelEx labelEx9;
  1640. protected ComponentLibrary.TextBoxBasicEx txtCommissionPoint;
  1641. protected ComponentLibrary.ComboBoxEx cbxType;
  1642. protected ComponentLibrary.ButtonEx btnAdd;
  1643. protected ComponentLibrary.ButtonEx btnDeltee;
  1644. public System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1645. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbSc_ClassName;
  1646. protected ComponentLibrary.LabelEx labelEx18;
  1647. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  1648. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1649. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1650. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  1651. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1652. private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
  1653. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  1654. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  1655. private System.Windows.Forms.DataGridViewLinkColumn Column6;
  1656. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  1657. private ComponentLibrary.GroupBoxEx groupBoxEx9;
  1658. protected ComponentLibrary.TextBoxBasicEx txtQiTaierxiaoSub;
  1659. protected ComponentLibrary.TextBoxBasicEx txtQiTaierxiaoMain;
  1660. private ComponentLibrary.LabelEx labelEx19;
  1661. private ComponentLibrary.LabelEx labelEx20;
  1662. public ComponentLibrary.CheckBoxEx chk_BootDivision;
  1663. public ComponentLibrary.CheckBoxEx chk_Make;
  1664. public ComponentLibrary.CheckBoxEx chk_Taierxiao;
  1665. public ComponentLibrary.CheckBoxEx chk_StoreProportion;
  1666. public ComponentLibrary.CheckBoxEx chk_Photography;
  1667. public ComponentLibrary.CheckBoxEx chkLevel;
  1668. private ComponentLibrary.GroupBoxEx groupBoxEx10;
  1669. public ComponentLibrary.CheckBoxEx chk_MemberToSingle;
  1670. protected ComponentLibrary.TextBoxBasicEx txtMainMemberToSingle;
  1671. protected ComponentLibrary.TextBoxBasicEx txtSubMemberToSingle;
  1672. private ComponentLibrary.LabelEx labelEx21;
  1673. private ComponentLibrary.LabelEx labelEx22;
  1674. }
  1675. }