ConditionQueryIntentClientSamllForm.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453
  1. namespace LYFZ.Software.UI.Customers.SetSmallForm
  2. {
  3. partial class ConditionQueryIntentClientSamllForm
  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(ConditionQueryIntentClientSamllForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.cmbtreevClientSource = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  31. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  32. this.cmbtreevIntentExtent = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  33. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.txtRegion = new LYFZ.ComponentLibrary.TextBoxEx();
  35. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.chkDateTime = new LYFZ.ComponentLibrary.CheckBoxEx();
  37. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.cmbtreevIntentSource = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.cmbtreevIntentType = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  41. this.cmbtreevPeopleFollow = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  42. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.dtpEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  46. this.dtpStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  47. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  48. this.cmbtreevCreatePerson = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  49. this.labelEx8 = new LYFZ.ComponentLibrary.LabelEx();
  50. this.plExMainContainer.SuspendLayout();
  51. this.plFormMainContent.SuspendLayout();
  52. this.panelEx1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // plExMainContainer
  56. //
  57. this.plExMainContainer.Controls.Add(this.panelEx1);
  58. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  59. this.plExMainContainer.Size = new System.Drawing.Size(548, 427);
  60. //
  61. // plFormMainContent
  62. //
  63. this.plFormMainContent.Size = new System.Drawing.Size(548, 427);
  64. //
  65. // btnAppFormExit
  66. //
  67. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  68. this.btnAppFormExit.Location = new System.Drawing.Point(516, 0);
  69. //
  70. // btnAppFormMinimize
  71. //
  72. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  73. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  74. //
  75. // panelEx1
  76. //
  77. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  78. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  79. this.panelEx1.BorderWidth = 1;
  80. this.panelEx1.Controls.Add(this.cmbtreevCreatePerson);
  81. this.panelEx1.Controls.Add(this.labelEx8);
  82. this.panelEx1.Controls.Add(this.cmbtreevClientSource);
  83. this.panelEx1.Controls.Add(this.labelEx7);
  84. this.panelEx1.Controls.Add(this.cmbtreevIntentExtent);
  85. this.panelEx1.Controls.Add(this.labelEx6);
  86. this.panelEx1.Controls.Add(this.txtRegion);
  87. this.panelEx1.Controls.Add(this.labelEx5);
  88. this.panelEx1.Controls.Add(this.chkDateTime);
  89. this.panelEx1.Controls.Add(this.btnCancel);
  90. this.panelEx1.Controls.Add(this.btnSaveed);
  91. this.panelEx1.Controls.Add(this.cmbtreevIntentSource);
  92. this.panelEx1.Controls.Add(this.cmbtreevIntentType);
  93. this.panelEx1.Controls.Add(this.cmbtreevPeopleFollow);
  94. this.panelEx1.Controls.Add(this.labelEx4);
  95. this.panelEx1.Controls.Add(this.labelEx3);
  96. this.panelEx1.Controls.Add(this.labelEx2);
  97. this.panelEx1.Controls.Add(this.dtpEnd);
  98. this.panelEx1.Controls.Add(this.dtpStart);
  99. this.panelEx1.Controls.Add(this.labelEx1);
  100. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  101. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  102. this.panelEx1.Name = "panelEx1";
  103. this.panelEx1.Size = new System.Drawing.Size(528, 407);
  104. this.panelEx1.TabIndex = 0;
  105. //
  106. // cmbtreevClientSource
  107. //
  108. this.cmbtreevClientSource.AfterSelectLevelFirstNode = true;
  109. this.cmbtreevClientSource.DropDownHeight = 220;
  110. this.cmbtreevClientSource.DropDownShow = false;
  111. this.cmbtreevClientSource.FormattingEnabled = true;
  112. this.cmbtreevClientSource.IntegralHeight = false;
  113. this.cmbtreevClientSource.IsNodeMouseClick = true;
  114. this.cmbtreevClientSource.IsSelectParentNode = false;
  115. this.cmbtreevClientSource.Location = new System.Drawing.Point(188, 251);
  116. this.cmbtreevClientSource.Name = "cmbtreevClientSource";
  117. this.cmbtreevClientSource.ReadOnly = true;
  118. this.cmbtreevClientSource.SelectedNode = null;
  119. this.cmbtreevClientSource.Size = new System.Drawing.Size(206, 20);
  120. this.cmbtreevClientSource.StrGetName = "";
  121. this.cmbtreevClientSource.StrGetTagName = "";
  122. this.cmbtreevClientSource.StrKey = null;
  123. this.cmbtreevClientSource.TabIndex = 2237;
  124. //
  125. // labelEx7
  126. //
  127. this.labelEx7.AutoSize = true;
  128. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  129. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  130. this.labelEx7.Location = new System.Drawing.Point(121, 252);
  131. this.labelEx7.Name = "labelEx7";
  132. this.labelEx7.Size = new System.Drawing.Size(68, 17);
  133. this.labelEx7.TabIndex = 2236;
  134. this.labelEx7.Text = "客户来源:";
  135. //
  136. // cmbtreevIntentExtent
  137. //
  138. this.cmbtreevIntentExtent.AfterSelectLevelFirstNode = true;
  139. this.cmbtreevIntentExtent.DropDownHeight = 220;
  140. this.cmbtreevIntentExtent.DropDownShow = false;
  141. this.cmbtreevIntentExtent.FormattingEnabled = true;
  142. this.cmbtreevIntentExtent.IntegralHeight = false;
  143. this.cmbtreevIntentExtent.IsNodeMouseClick = true;
  144. this.cmbtreevIntentExtent.IsSelectParentNode = false;
  145. this.cmbtreevIntentExtent.Location = new System.Drawing.Point(188, 218);
  146. this.cmbtreevIntentExtent.Name = "cmbtreevIntentExtent";
  147. this.cmbtreevIntentExtent.ReadOnly = true;
  148. this.cmbtreevIntentExtent.SelectedNode = null;
  149. this.cmbtreevIntentExtent.Size = new System.Drawing.Size(206, 20);
  150. this.cmbtreevIntentExtent.StrGetName = "";
  151. this.cmbtreevIntentExtent.StrGetTagName = "";
  152. this.cmbtreevIntentExtent.StrKey = null;
  153. this.cmbtreevIntentExtent.TabIndex = 2235;
  154. //
  155. // labelEx6
  156. //
  157. this.labelEx6.AutoSize = true;
  158. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  159. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  160. this.labelEx6.Location = new System.Drawing.Point(121, 219);
  161. this.labelEx6.Name = "labelEx6";
  162. this.labelEx6.Size = new System.Drawing.Size(68, 17);
  163. this.labelEx6.TabIndex = 2234;
  164. this.labelEx6.Text = "意向程度:";
  165. //
  166. // txtRegion
  167. //
  168. this.txtRegion.BackColor = System.Drawing.Color.Transparent;
  169. this.txtRegion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  170. this.txtRegion.Icon = null;
  171. this.txtRegion.IconIsButton = false;
  172. this.txtRegion.IsPasswordChat = '\0';
  173. this.txtRegion.IsSystemPasswordChar = false;
  174. this.txtRegion.Lines = new string[0];
  175. this.txtRegion.Location = new System.Drawing.Point(188, 285);
  176. this.txtRegion.Margin = new System.Windows.Forms.Padding(0);
  177. this.txtRegion.MaxLength = 50;
  178. this.txtRegion.MinimumSize = new System.Drawing.Size(0, 24);
  179. this.txtRegion.MouseBack = null;
  180. this.txtRegion.Multiline = false;
  181. this.txtRegion.Name = "txtRegion";
  182. this.txtRegion.NormlBack = null;
  183. this.txtRegion.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  184. this.txtRegion.ReadOnly = false;
  185. this.txtRegion.ScrollBars = System.Windows.Forms.ScrollBars.None;
  186. this.txtRegion.Size = new System.Drawing.Size(206, 25);
  187. this.txtRegion.TabIndex = 2233;
  188. this.txtRegion.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  189. this.txtRegion.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  190. this.txtRegion.WaterText = "";
  191. this.txtRegion.WordWrap = true;
  192. //
  193. // labelEx5
  194. //
  195. this.labelEx5.AutoSize = true;
  196. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  197. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  198. this.labelEx5.Location = new System.Drawing.Point(145, 289);
  199. this.labelEx5.Name = "labelEx5";
  200. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  201. this.labelEx5.TabIndex = 238;
  202. this.labelEx5.Text = "区域:";
  203. //
  204. // chkDateTime
  205. //
  206. this.chkDateTime.AutoSize = true;
  207. this.chkDateTime.BackColor = System.Drawing.Color.Transparent;
  208. this.chkDateTime.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  209. this.chkDateTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  210. this.chkDateTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  211. this.chkDateTime.Fourstates = false;
  212. this.chkDateTime.IsGreenTick = false;
  213. this.chkDateTime.Location = new System.Drawing.Point(116, 47);
  214. this.chkDateTime.Name = "chkDateTime";
  215. this.chkDateTime.Size = new System.Drawing.Size(15, 14);
  216. this.chkDateTime.TabIndex = 237;
  217. this.chkDateTime.UseVisualStyleBackColor = false;
  218. //
  219. // btnCancel
  220. //
  221. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  222. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  223. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  224. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  225. this.btnCancel.ForeColor = System.Drawing.Color.White;
  226. this.btnCancel.IsCustomBackImg = false;
  227. this.btnCancel.IsShowText = true;
  228. this.btnCancel.Location = new System.Drawing.Point(295, 347);
  229. this.btnCancel.Name = "btnCancel";
  230. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  231. this.btnCancel.TabIndex = 236;
  232. this.btnCancel.Text = " 取 消";
  233. this.btnCancel.UseVisualStyleBackColor = false;
  234. //
  235. // btnSaveed
  236. //
  237. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  238. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  239. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  240. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  241. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  242. this.btnSaveed.IsCustomBackImg = false;
  243. this.btnSaveed.IsShowText = true;
  244. this.btnSaveed.Location = new System.Drawing.Point(157, 347);
  245. this.btnSaveed.Name = "btnSaveed";
  246. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  247. this.btnSaveed.TabIndex = 235;
  248. this.btnSaveed.Text = " 确 定";
  249. this.btnSaveed.UseVisualStyleBackColor = false;
  250. //
  251. // cmbtreevIntentSource
  252. //
  253. this.cmbtreevIntentSource.AfterSelectLevelFirstNode = true;
  254. this.cmbtreevIntentSource.DropDownHeight = 220;
  255. this.cmbtreevIntentSource.DropDownShow = false;
  256. this.cmbtreevIntentSource.FormattingEnabled = true;
  257. this.cmbtreevIntentSource.IntegralHeight = false;
  258. this.cmbtreevIntentSource.IsNodeMouseClick = true;
  259. this.cmbtreevIntentSource.IsSelectParentNode = false;
  260. this.cmbtreevIntentSource.Location = new System.Drawing.Point(188, 151);
  261. this.cmbtreevIntentSource.Name = "cmbtreevIntentSource";
  262. this.cmbtreevIntentSource.ReadOnly = true;
  263. this.cmbtreevIntentSource.SelectedNode = null;
  264. this.cmbtreevIntentSource.Size = new System.Drawing.Size(206, 20);
  265. this.cmbtreevIntentSource.StrGetName = "";
  266. this.cmbtreevIntentSource.StrGetTagName = "";
  267. this.cmbtreevIntentSource.StrKey = null;
  268. this.cmbtreevIntentSource.TabIndex = 234;
  269. //
  270. // cmbtreevIntentType
  271. //
  272. this.cmbtreevIntentType.AfterSelectLevelFirstNode = true;
  273. this.cmbtreevIntentType.DropDownHeight = 220;
  274. this.cmbtreevIntentType.DropDownShow = false;
  275. this.cmbtreevIntentType.FormattingEnabled = true;
  276. this.cmbtreevIntentType.IntegralHeight = false;
  277. this.cmbtreevIntentType.IsNodeMouseClick = true;
  278. this.cmbtreevIntentType.IsSelectParentNode = false;
  279. this.cmbtreevIntentType.Location = new System.Drawing.Point(188, 184);
  280. this.cmbtreevIntentType.Name = "cmbtreevIntentType";
  281. this.cmbtreevIntentType.ReadOnly = true;
  282. this.cmbtreevIntentType.SelectedNode = null;
  283. this.cmbtreevIntentType.Size = new System.Drawing.Size(206, 20);
  284. this.cmbtreevIntentType.StrGetName = "";
  285. this.cmbtreevIntentType.StrGetTagName = "";
  286. this.cmbtreevIntentType.StrKey = null;
  287. this.cmbtreevIntentType.TabIndex = 233;
  288. //
  289. // cmbtreevPeopleFollow
  290. //
  291. this.cmbtreevPeopleFollow.AfterSelectLevelFirstNode = true;
  292. this.cmbtreevPeopleFollow.DropDownHeight = 220;
  293. this.cmbtreevPeopleFollow.DropDownShow = false;
  294. this.cmbtreevPeopleFollow.FormattingEnabled = true;
  295. this.cmbtreevPeopleFollow.IntegralHeight = false;
  296. this.cmbtreevPeopleFollow.IsNodeMouseClick = true;
  297. this.cmbtreevPeopleFollow.IsSelectParentNode = false;
  298. this.cmbtreevPeopleFollow.Location = new System.Drawing.Point(188, 86);
  299. this.cmbtreevPeopleFollow.Name = "cmbtreevPeopleFollow";
  300. this.cmbtreevPeopleFollow.ReadOnly = true;
  301. this.cmbtreevPeopleFollow.SelectedNode = null;
  302. this.cmbtreevPeopleFollow.Size = new System.Drawing.Size(206, 20);
  303. this.cmbtreevPeopleFollow.StrGetName = "";
  304. this.cmbtreevPeopleFollow.StrGetTagName = "";
  305. this.cmbtreevPeopleFollow.StrKey = null;
  306. this.cmbtreevPeopleFollow.TabIndex = 232;
  307. //
  308. // labelEx4
  309. //
  310. this.labelEx4.AutoSize = true;
  311. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  312. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  313. this.labelEx4.Location = new System.Drawing.Point(121, 152);
  314. this.labelEx4.Name = "labelEx4";
  315. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  316. this.labelEx4.TabIndex = 5;
  317. this.labelEx4.Text = "意向来源:";
  318. //
  319. // labelEx3
  320. //
  321. this.labelEx3.AutoSize = true;
  322. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  323. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  324. this.labelEx3.Location = new System.Drawing.Point(121, 185);
  325. this.labelEx3.Name = "labelEx3";
  326. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  327. this.labelEx3.TabIndex = 4;
  328. this.labelEx3.Text = "意向类型:";
  329. //
  330. // labelEx2
  331. //
  332. this.labelEx2.AutoSize = true;
  333. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  334. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  335. this.labelEx2.Location = new System.Drawing.Point(133, 86);
  336. this.labelEx2.Name = "labelEx2";
  337. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  338. this.labelEx2.TabIndex = 3;
  339. this.labelEx2.Text = "跟进人:";
  340. //
  341. // dtpEnd
  342. //
  343. this.dtpEnd.CustomFormat = " ";
  344. this.dtpEnd.DateValue = "";
  345. this.dtpEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  346. this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  347. this.dtpEnd.IsShowTime = false;
  348. this.dtpEnd.Location = new System.Drawing.Point(304, 44);
  349. this.dtpEnd.Name = "dtpEnd";
  350. this.dtpEnd.Size = new System.Drawing.Size(90, 23);
  351. this.dtpEnd.TabIndex = 2;
  352. //
  353. // dtpStart
  354. //
  355. this.dtpStart.CustomFormat = " ";
  356. this.dtpStart.DateValue = "";
  357. this.dtpStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  358. this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  359. this.dtpStart.IsShowTime = false;
  360. this.dtpStart.Location = new System.Drawing.Point(188, 44);
  361. this.dtpStart.Name = "dtpStart";
  362. this.dtpStart.Size = new System.Drawing.Size(90, 23);
  363. this.dtpStart.TabIndex = 1;
  364. //
  365. // labelEx1
  366. //
  367. this.labelEx1.AutoSize = true;
  368. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  369. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  370. this.labelEx1.Location = new System.Drawing.Point(133, 46);
  371. this.labelEx1.Name = "labelEx1";
  372. this.labelEx1.Size = new System.Drawing.Size(169, 17);
  373. this.labelEx1.TabIndex = 0;
  374. this.labelEx1.Text = "时间段: —";
  375. //
  376. // cmbtreevCreatePerson
  377. //
  378. this.cmbtreevCreatePerson.AfterSelectLevelFirstNode = true;
  379. this.cmbtreevCreatePerson.DropDownHeight = 220;
  380. this.cmbtreevCreatePerson.DropDownShow = false;
  381. this.cmbtreevCreatePerson.FormattingEnabled = true;
  382. this.cmbtreevCreatePerson.IntegralHeight = false;
  383. this.cmbtreevCreatePerson.IsNodeMouseClick = true;
  384. this.cmbtreevCreatePerson.IsSelectParentNode = false;
  385. this.cmbtreevCreatePerson.Location = new System.Drawing.Point(188, 118);
  386. this.cmbtreevCreatePerson.Name = "cmbtreevCreatePerson";
  387. this.cmbtreevCreatePerson.ReadOnly = true;
  388. this.cmbtreevCreatePerson.SelectedNode = null;
  389. this.cmbtreevCreatePerson.Size = new System.Drawing.Size(206, 20);
  390. this.cmbtreevCreatePerson.StrGetName = "";
  391. this.cmbtreevCreatePerson.StrGetTagName = "";
  392. this.cmbtreevCreatePerson.StrKey = null;
  393. this.cmbtreevCreatePerson.TabIndex = 2239;
  394. //
  395. // labelEx8
  396. //
  397. this.labelEx8.AutoSize = true;
  398. this.labelEx8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  399. this.labelEx8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  400. this.labelEx8.Location = new System.Drawing.Point(133, 118);
  401. this.labelEx8.Name = "labelEx8";
  402. this.labelEx8.Size = new System.Drawing.Size(56, 17);
  403. this.labelEx8.TabIndex = 2238;
  404. this.labelEx8.Text = "录入人:";
  405. //
  406. // ConditionQueryIntentClientSamllForm
  407. //
  408. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  409. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  410. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  411. this.ClientSize = new System.Drawing.Size(548, 492);
  412. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  413. this.MaximizeBox = false;
  414. this.MinimizeBox = false;
  415. this.Name = "ConditionQueryIntentClientSamllForm";
  416. this.Text = "条件查询";
  417. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  418. this.plExMainContainer.ResumeLayout(false);
  419. this.plFormMainContent.ResumeLayout(false);
  420. this.panelEx1.ResumeLayout(false);
  421. this.panelEx1.PerformLayout();
  422. this.ResumeLayout(false);
  423. }
  424. #endregion
  425. private ComponentLibrary.PanelEx panelEx1;
  426. private ComponentLibrary.LabelEx labelEx1;
  427. private ComponentLibrary.LabelEx labelEx2;
  428. private ComponentLibrary.LabelEx labelEx4;
  429. private ComponentLibrary.LabelEx labelEx3;
  430. protected internal ComponentLibrary.ButtonEx btnCancel;
  431. protected internal ComponentLibrary.ButtonEx btnSaveed;
  432. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevIntentSource;
  433. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevIntentType;
  434. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevPeopleFollow;
  435. protected internal ComponentLibrary.CheckBoxEx chkDateTime;
  436. protected internal ComponentLibrary.DateTimePickerEx dtpEnd;
  437. protected internal ComponentLibrary.DateTimePickerEx dtpStart;
  438. private ComponentLibrary.LabelEx labelEx5;
  439. protected internal ComponentLibrary.TextBoxEx txtRegion;
  440. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevIntentExtent;
  441. private ComponentLibrary.LabelEx labelEx6;
  442. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevClientSource;
  443. private ComponentLibrary.LabelEx labelEx7;
  444. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevCreatePerson;
  445. private ComponentLibrary.LabelEx labelEx8;
  446. }
  447. }