ConditionQueryPieceCommissionSetSmallForm.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. namespace LYFZ.Software.UI.FinancialManagement.SetSmallForm
  2. {
  3. partial class ConditionQueryPieceCommissionSetSmallForm
  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(ConditionQueryPieceCommissionSetSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  31. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  33. this.cmbtreevCommissionName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  34. this.cmbtreevSeriesName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  35. this.cmbtreevWorkContent = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  36. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.plExMainContainer.SuspendLayout();
  39. this.plFormMainContent.SuspendLayout();
  40. this.panelEx1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // plExMainContainer
  44. //
  45. this.plExMainContainer.Controls.Add(this.panelEx1);
  46. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  47. this.plExMainContainer.Size = new System.Drawing.Size(516, 307);
  48. //
  49. // plFormMainContent
  50. //
  51. this.plFormMainContent.Size = new System.Drawing.Size(516, 307);
  52. //
  53. // btnAppFormMaximize
  54. //
  55. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  56. this.btnAppFormMaximize.Location = new System.Drawing.Point(457, 0);
  57. //
  58. // btnAppFormExit
  59. //
  60. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  61. this.btnAppFormExit.Location = new System.Drawing.Point(484, 0);
  62. //
  63. // btnAppFormMinimize
  64. //
  65. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  66. this.btnAppFormMinimize.Location = new System.Drawing.Point(430, 0);
  67. //
  68. // panelEx1
  69. //
  70. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  71. this.panelEx1.BorderWidth = 1;
  72. this.panelEx1.Controls.Add(this.btnCancel);
  73. this.panelEx1.Controls.Add(this.btnOK);
  74. this.panelEx1.Controls.Add(this.cmbtreevWorkContent);
  75. this.panelEx1.Controls.Add(this.cmbtreevSeriesName);
  76. this.panelEx1.Controls.Add(this.cmbtreevCommissionName);
  77. this.panelEx1.Controls.Add(this.labelEx3);
  78. this.panelEx1.Controls.Add(this.labelEx2);
  79. this.panelEx1.Controls.Add(this.labelEx1);
  80. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  82. this.panelEx1.Name = "panelEx1";
  83. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  84. this.panelEx1.Size = new System.Drawing.Size(496, 287);
  85. this.panelEx1.TabIndex = 0;
  86. //
  87. // labelEx1
  88. //
  89. this.labelEx1.AutoSize = true;
  90. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  91. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  92. this.labelEx1.Location = new System.Drawing.Point(93, 66);
  93. this.labelEx1.Name = "labelEx1";
  94. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  95. this.labelEx1.TabIndex = 0;
  96. this.labelEx1.Text = "提成人:";
  97. //
  98. // labelEx2
  99. //
  100. this.labelEx2.AutoSize = true;
  101. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  102. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  103. this.labelEx2.Location = new System.Drawing.Point(81, 107);
  104. this.labelEx2.Name = "labelEx2";
  105. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  106. this.labelEx2.TabIndex = 1;
  107. this.labelEx2.Text = "套系名称:";
  108. //
  109. // labelEx3
  110. //
  111. this.labelEx3.AutoSize = true;
  112. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  113. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  114. this.labelEx3.Location = new System.Drawing.Point(81, 147);
  115. this.labelEx3.Name = "labelEx3";
  116. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  117. this.labelEx3.TabIndex = 2;
  118. this.labelEx3.Text = "工作内容:";
  119. //
  120. // cmbtreevCommissionName
  121. //
  122. this.cmbtreevCommissionName.AfterSelectLevelFirstNode = true;
  123. this.cmbtreevCommissionName.DropDownHeight = 220;
  124. this.cmbtreevCommissionName.DropDownShow = false;
  125. this.cmbtreevCommissionName.FormattingEnabled = true;
  126. this.cmbtreevCommissionName.IntegralHeight = false;
  127. this.cmbtreevCommissionName.IsNodeMouseClick = true;
  128. this.cmbtreevCommissionName.IsSelectParentNode = false;
  129. this.cmbtreevCommissionName.Location = new System.Drawing.Point(152, 65);
  130. this.cmbtreevCommissionName.Name = "cmbtreevCommissionName";
  131. this.cmbtreevCommissionName.ReadOnly = true;
  132. this.cmbtreevCommissionName.SelectedNode = null;
  133. this.cmbtreevCommissionName.Size = new System.Drawing.Size(241, 20);
  134. this.cmbtreevCommissionName.StrGetName = "";
  135. this.cmbtreevCommissionName.StrKey = null;
  136. this.cmbtreevCommissionName.TabIndex = 3;
  137. //
  138. // cmbtreevSeriesName
  139. //
  140. this.cmbtreevSeriesName.AfterSelectLevelFirstNode = true;
  141. this.cmbtreevSeriesName.DropDownHeight = 220;
  142. this.cmbtreevSeriesName.DropDownShow = false;
  143. this.cmbtreevSeriesName.FormattingEnabled = true;
  144. this.cmbtreevSeriesName.IntegralHeight = false;
  145. this.cmbtreevSeriesName.IsNodeMouseClick = true;
  146. this.cmbtreevSeriesName.IsSelectParentNode = false;
  147. this.cmbtreevSeriesName.Location = new System.Drawing.Point(152, 106);
  148. this.cmbtreevSeriesName.Name = "cmbtreevSeriesName";
  149. this.cmbtreevSeriesName.ReadOnly = true;
  150. this.cmbtreevSeriesName.SelectedNode = null;
  151. this.cmbtreevSeriesName.Size = new System.Drawing.Size(241, 20);
  152. this.cmbtreevSeriesName.StrGetName = "";
  153. this.cmbtreevSeriesName.StrKey = null;
  154. this.cmbtreevSeriesName.TabIndex = 4;
  155. //
  156. // cmbtreevWorkContent
  157. //
  158. this.cmbtreevWorkContent.AfterSelectLevelFirstNode = true;
  159. this.cmbtreevWorkContent.DropDownHeight = 220;
  160. this.cmbtreevWorkContent.DropDownShow = false;
  161. this.cmbtreevWorkContent.FormattingEnabled = true;
  162. this.cmbtreevWorkContent.IntegralHeight = false;
  163. this.cmbtreevWorkContent.IsNodeMouseClick = true;
  164. this.cmbtreevWorkContent.IsSelectParentNode = false;
  165. this.cmbtreevWorkContent.Location = new System.Drawing.Point(152, 146);
  166. this.cmbtreevWorkContent.Name = "cmbtreevWorkContent";
  167. this.cmbtreevWorkContent.ReadOnly = true;
  168. this.cmbtreevWorkContent.SelectedNode = null;
  169. this.cmbtreevWorkContent.Size = new System.Drawing.Size(241, 20);
  170. this.cmbtreevWorkContent.StrGetName = "";
  171. this.cmbtreevWorkContent.StrKey = null;
  172. this.cmbtreevWorkContent.TabIndex = 5;
  173. //
  174. // btnOK
  175. //
  176. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  177. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  178. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  179. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  180. this.btnOK.ForeColor = System.Drawing.Color.White;
  181. this.btnOK.IsCustomBackImg = false;
  182. this.btnOK.IsShowText = true;
  183. this.btnOK.Location = new System.Drawing.Point(129, 218);
  184. this.btnOK.Name = "btnOK";
  185. this.btnOK.Size = new System.Drawing.Size(85, 28);
  186. this.btnOK.TabIndex = 6;
  187. this.btnOK.Text = " 确 定";
  188. this.btnOK.UseVisualStyleBackColor = false;
  189. //
  190. // btnCancel
  191. //
  192. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  193. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  194. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  195. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  196. this.btnCancel.ForeColor = System.Drawing.Color.White;
  197. this.btnCancel.IsCustomBackImg = false;
  198. this.btnCancel.IsShowText = true;
  199. this.btnCancel.Location = new System.Drawing.Point(276, 218);
  200. this.btnCancel.Name = "btnCancel";
  201. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  202. this.btnCancel.TabIndex = 7;
  203. this.btnCancel.Text = " 取 消";
  204. this.btnCancel.UseVisualStyleBackColor = false;
  205. //
  206. // ConditionQueryPieceCommissionSetSmallForm
  207. //
  208. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  209. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  210. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  211. this.ClientSize = new System.Drawing.Size(516, 372);
  212. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  213. this.IsUserControlsSize = false;
  214. this.MaximizeBox = false;
  215. this.MinimizeBox = false;
  216. this.Name = "ConditionQueryPieceCommissionSetSmallForm";
  217. this.Text = "条件查询";
  218. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  219. this.plExMainContainer.ResumeLayout(false);
  220. this.plFormMainContent.ResumeLayout(false);
  221. this.panelEx1.ResumeLayout(false);
  222. this.panelEx1.PerformLayout();
  223. this.ResumeLayout(false);
  224. }
  225. #endregion
  226. private ComponentLibrary.PanelEx panelEx1;
  227. private ComponentLibrary.LabelEx labelEx3;
  228. private ComponentLibrary.LabelEx labelEx2;
  229. private ComponentLibrary.LabelEx labelEx1;
  230. protected internal ComponentLibrary.ButtonEx btnCancel;
  231. protected internal ComponentLibrary.ButtonEx btnOK;
  232. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevWorkContent;
  233. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevSeriesName;
  234. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevCommissionName;
  235. }
  236. }