ConditionQuerySamllForm.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. namespace LYFZ.Software.UI.Customers.SetSmallForm
  2. {
  3. partial class ConditionQuerySamllForm
  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(ConditionQuerySamllForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btnCanael = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnOK = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.chkAgesGrow = new LYFZ.ComponentLibrary.CheckBoxEx();
  33. this.chkAgesOrder = new LYFZ.ComponentLibrary.CheckBoxEx();
  34. this.txtAgesEnd = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.txtAgesStart = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.cmbtreevRegion = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  39. this.cmbtreevAge = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.panelAges = new LYFZ.ComponentLibrary.PanelEx();
  41. this.plExMainContainer.SuspendLayout();
  42. this.plFormMainContent.SuspendLayout();
  43. this.panelEx1.SuspendLayout();
  44. this.panelAges.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // plExMainContainer
  48. //
  49. this.plExMainContainer.Controls.Add(this.panelEx1);
  50. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  51. this.plExMainContainer.Size = new System.Drawing.Size(451, 278);
  52. //
  53. // plFormMainContent
  54. //
  55. this.plFormMainContent.Size = new System.Drawing.Size(451, 278);
  56. //
  57. // btnAppFormMaximize
  58. //
  59. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  60. this.btnAppFormMaximize.Location = new System.Drawing.Point(392, 0);
  61. //
  62. // btnAppFormExit
  63. //
  64. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  65. this.btnAppFormExit.Location = new System.Drawing.Point(419, 0);
  66. //
  67. // btnAppFormMinimize
  68. //
  69. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  70. this.btnAppFormMinimize.Location = new System.Drawing.Point(365, 0);
  71. //
  72. // panelEx1
  73. //
  74. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  75. this.panelEx1.BorderWidth = 1;
  76. this.panelEx1.Controls.Add(this.panelAges);
  77. this.panelEx1.Controls.Add(this.btnCanael);
  78. this.panelEx1.Controls.Add(this.btnOK);
  79. this.panelEx1.Controls.Add(this.labelEx1);
  80. this.panelEx1.Controls.Add(this.cmbtreevRegion);
  81. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  83. this.panelEx1.Name = "panelEx1";
  84. this.panelEx1.Size = new System.Drawing.Size(431, 258);
  85. this.panelEx1.TabIndex = 0;
  86. //
  87. // btnCanael
  88. //
  89. this.btnCanael.BackColor = System.Drawing.Color.Transparent;
  90. this.btnCanael.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanael.BackImg")));
  91. this.btnCanael.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  92. this.btnCanael.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  93. this.btnCanael.ForeColor = System.Drawing.Color.White;
  94. this.btnCanael.IsCustomBackImg = false;
  95. this.btnCanael.IsShowText = true;
  96. this.btnCanael.Location = new System.Drawing.Point(236, 200);
  97. this.btnCanael.Name = "btnCanael";
  98. this.btnCanael.Size = new System.Drawing.Size(85, 28);
  99. this.btnCanael.TabIndex = 2235;
  100. this.btnCanael.Text = " 取 消";
  101. this.btnCanael.UseVisualStyleBackColor = false;
  102. //
  103. // btnOK
  104. //
  105. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  106. this.btnOK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOK.BackImg")));
  107. this.btnOK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  108. this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  109. this.btnOK.ForeColor = System.Drawing.Color.White;
  110. this.btnOK.IsCustomBackImg = false;
  111. this.btnOK.IsShowText = true;
  112. this.btnOK.Location = new System.Drawing.Point(105, 200);
  113. this.btnOK.Name = "btnOK";
  114. this.btnOK.Size = new System.Drawing.Size(85, 28);
  115. this.btnOK.TabIndex = 2235;
  116. this.btnOK.Text = "确定";
  117. this.btnOK.UseVisualStyleBackColor = false;
  118. //
  119. // chkAgesGrow
  120. //
  121. this.chkAgesGrow.AutoSize = true;
  122. this.chkAgesGrow.BackColor = System.Drawing.Color.Transparent;
  123. this.chkAgesGrow.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  124. this.chkAgesGrow.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  125. this.chkAgesGrow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  126. this.chkAgesGrow.Fourstates = false;
  127. this.chkAgesGrow.IsGreenTick = false;
  128. this.chkAgesGrow.Location = new System.Drawing.Point(336, 22);
  129. this.chkAgesGrow.Name = "chkAgesGrow";
  130. this.chkAgesGrow.Size = new System.Drawing.Size(87, 21);
  131. this.chkAgesGrow.TabIndex = 2234;
  132. this.chkAgesGrow.Text = "按成长年龄";
  133. this.chkAgesGrow.UseVisualStyleBackColor = false;
  134. //
  135. // chkAgesOrder
  136. //
  137. this.chkAgesOrder.AutoSize = true;
  138. this.chkAgesOrder.BackColor = System.Drawing.Color.Transparent;
  139. this.chkAgesOrder.Checked = true;
  140. this.chkAgesOrder.CheckState = System.Windows.Forms.CheckState.Checked;
  141. this.chkAgesOrder.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  142. this.chkAgesOrder.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  143. this.chkAgesOrder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  144. this.chkAgesOrder.Fourstates = false;
  145. this.chkAgesOrder.IsGreenTick = false;
  146. this.chkAgesOrder.Location = new System.Drawing.Point(336, 3);
  147. this.chkAgesOrder.Name = "chkAgesOrder";
  148. this.chkAgesOrder.Size = new System.Drawing.Size(87, 21);
  149. this.chkAgesOrder.TabIndex = 2233;
  150. this.chkAgesOrder.Text = "按订单年龄";
  151. this.chkAgesOrder.UseVisualStyleBackColor = false;
  152. //
  153. // txtAgesEnd
  154. //
  155. this.txtAgesEnd.BackColor = System.Drawing.Color.Transparent;
  156. this.txtAgesEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  157. this.txtAgesEnd.Icon = null;
  158. this.txtAgesEnd.IconIsButton = false;
  159. this.txtAgesEnd.IsPasswordChat = '\0';
  160. this.txtAgesEnd.IsSystemPasswordChar = false;
  161. this.txtAgesEnd.Lines = new string[0];
  162. this.txtAgesEnd.Location = new System.Drawing.Point(182, 12);
  163. this.txtAgesEnd.Margin = new System.Windows.Forms.Padding(0);
  164. this.txtAgesEnd.MaxLength = 32767;
  165. this.txtAgesEnd.MinimumSize = new System.Drawing.Size(0, 24);
  166. this.txtAgesEnd.MouseBack = null;
  167. this.txtAgesEnd.Multiline = false;
  168. this.txtAgesEnd.Name = "txtAgesEnd";
  169. this.txtAgesEnd.NormlBack = null;
  170. this.txtAgesEnd.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  171. this.txtAgesEnd.ReadOnly = false;
  172. this.txtAgesEnd.ScrollBars = System.Windows.Forms.ScrollBars.None;
  173. this.txtAgesEnd.Size = new System.Drawing.Size(80, 25);
  174. this.txtAgesEnd.TabIndex = 2232;
  175. this.txtAgesEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  176. this.txtAgesEnd.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  177. this.txtAgesEnd.WaterText = "";
  178. this.txtAgesEnd.WordWrap = true;
  179. //
  180. // txtAgesStart
  181. //
  182. this.txtAgesStart.BackColor = System.Drawing.Color.Transparent;
  183. this.txtAgesStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  184. this.txtAgesStart.Icon = null;
  185. this.txtAgesStart.IconIsButton = false;
  186. this.txtAgesStart.IsPasswordChat = '\0';
  187. this.txtAgesStart.IsSystemPasswordChar = false;
  188. this.txtAgesStart.Lines = new string[0];
  189. this.txtAgesStart.Location = new System.Drawing.Point(77, 12);
  190. this.txtAgesStart.Margin = new System.Windows.Forms.Padding(0);
  191. this.txtAgesStart.MaxLength = 32767;
  192. this.txtAgesStart.MinimumSize = new System.Drawing.Size(0, 24);
  193. this.txtAgesStart.MouseBack = null;
  194. this.txtAgesStart.Multiline = false;
  195. this.txtAgesStart.Name = "txtAgesStart";
  196. this.txtAgesStart.NormlBack = null;
  197. this.txtAgesStart.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  198. this.txtAgesStart.ReadOnly = false;
  199. this.txtAgesStart.ScrollBars = System.Windows.Forms.ScrollBars.None;
  200. this.txtAgesStart.Size = new System.Drawing.Size(80, 25);
  201. this.txtAgesStart.TabIndex = 2231;
  202. this.txtAgesStart.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  203. this.txtAgesStart.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  204. this.txtAgesStart.WaterText = "";
  205. this.txtAgesStart.WordWrap = true;
  206. //
  207. // labelEx2
  208. //
  209. this.labelEx2.AutoSize = true;
  210. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  211. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  212. this.labelEx2.Location = new System.Drawing.Point(31, 16);
  213. this.labelEx2.Name = "labelEx2";
  214. this.labelEx2.Size = new System.Drawing.Size(153, 17);
  215. this.labelEx2.TabIndex = 233;
  216. this.labelEx2.Text = "年龄: — ";
  217. //
  218. // labelEx1
  219. //
  220. this.labelEx1.AutoSize = true;
  221. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  222. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  223. this.labelEx1.Location = new System.Drawing.Point(34, 52);
  224. this.labelEx1.Name = "labelEx1";
  225. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  226. this.labelEx1.TabIndex = 232;
  227. this.labelEx1.Text = "区域:";
  228. //
  229. // cmbtreevRegion
  230. //
  231. this.cmbtreevRegion.AfterSelectLevelFirstNode = true;
  232. this.cmbtreevRegion.DropDownHeight = 220;
  233. this.cmbtreevRegion.DropDownShow = false;
  234. this.cmbtreevRegion.FormattingEnabled = true;
  235. this.cmbtreevRegion.IntegralHeight = false;
  236. this.cmbtreevRegion.IsNodeMouseClick = true;
  237. this.cmbtreevRegion.IsSelectParentNode = false;
  238. this.cmbtreevRegion.Location = new System.Drawing.Point(80, 51);
  239. this.cmbtreevRegion.Name = "cmbtreevRegion";
  240. this.cmbtreevRegion.ReadOnly = true;
  241. this.cmbtreevRegion.SelectedNode = null;
  242. this.cmbtreevRegion.Size = new System.Drawing.Size(251, 20);
  243. this.cmbtreevRegion.StrGetName = "";
  244. this.cmbtreevRegion.StrKey = null;
  245. this.cmbtreevRegion.TabIndex = 231;
  246. //
  247. // cmbtreevAge
  248. //
  249. this.cmbtreevAge.AfterSelectLevelFirstNode = true;
  250. this.cmbtreevAge.DropDownHeight = 220;
  251. this.cmbtreevAge.DropDownShow = false;
  252. this.cmbtreevAge.FormattingEnabled = true;
  253. this.cmbtreevAge.IntegralHeight = false;
  254. this.cmbtreevAge.IsNodeMouseClick = true;
  255. this.cmbtreevAge.IsSelectParentNode = false;
  256. this.cmbtreevAge.Location = new System.Drawing.Point(268, 14);
  257. this.cmbtreevAge.Name = "cmbtreevAge";
  258. this.cmbtreevAge.ReadOnly = true;
  259. this.cmbtreevAge.SelectedNode = null;
  260. this.cmbtreevAge.Size = new System.Drawing.Size(60, 20);
  261. this.cmbtreevAge.StrGetName = "";
  262. this.cmbtreevAge.StrKey = null;
  263. this.cmbtreevAge.TabIndex = 2236;
  264. //
  265. // panelAges
  266. //
  267. this.panelAges.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  268. this.panelAges.BorderWidth = 1;
  269. this.panelAges.Controls.Add(this.cmbtreevAge);
  270. this.panelAges.Controls.Add(this.txtAgesStart);
  271. this.panelAges.Controls.Add(this.txtAgesEnd);
  272. this.panelAges.Controls.Add(this.chkAgesOrder);
  273. this.panelAges.Controls.Add(this.chkAgesGrow);
  274. this.panelAges.Controls.Add(this.labelEx2);
  275. this.panelAges.Location = new System.Drawing.Point(3, 80);
  276. this.panelAges.Name = "panelAges";
  277. this.panelAges.Size = new System.Drawing.Size(425, 55);
  278. this.panelAges.TabIndex = 2237;
  279. //
  280. // ConditionQuerySamllForm
  281. //
  282. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  283. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  284. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  285. this.ClientSize = new System.Drawing.Size(451, 343);
  286. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  287. this.Name = "ConditionQuerySamllForm";
  288. this.Text = "条件查询";
  289. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  290. this.plExMainContainer.ResumeLayout(false);
  291. this.plFormMainContent.ResumeLayout(false);
  292. this.panelEx1.ResumeLayout(false);
  293. this.panelEx1.PerformLayout();
  294. this.panelAges.ResumeLayout(false);
  295. this.panelAges.PerformLayout();
  296. this.ResumeLayout(false);
  297. }
  298. #endregion
  299. private ComponentLibrary.PanelEx panelEx1;
  300. private ComponentLibrary.LabelEx labelEx2;
  301. private ComponentLibrary.LabelEx labelEx1;
  302. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevRegion;
  303. protected internal ComponentLibrary.TextBoxEx txtAgesEnd;
  304. protected internal ComponentLibrary.TextBoxEx txtAgesStart;
  305. protected internal ComponentLibrary.CheckBoxEx chkAgesGrow;
  306. protected internal ComponentLibrary.CheckBoxEx chkAgesOrder;
  307. protected internal ComponentLibrary.ButtonEx btnCanael;
  308. protected internal ComponentLibrary.ButtonEx btnOK;
  309. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevAge;
  310. protected internal ComponentLibrary.PanelEx panelAges;
  311. }
  312. }