IntentionsSelect.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. namespace LYFZ.Software.UI.HospitalTrackingSystem
  2. {
  3. partial class IntentionsSelect
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IntentionsSelect));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  34. this.tabPage_NotComplete = new System.Windows.Forms.TabPage();
  35. this.tabPage_OrderOK = new System.Windows.Forms.TabPage();
  36. this.tabPage_LostOK = new System.Windows.Forms.TabPage();
  37. this.tabPage_All = new System.Windows.Forms.TabPage();
  38. this.tabPage_ExpiredExpected = new System.Windows.Forms.TabPage();
  39. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  40. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.cbxCompanyList = new LYFZ.ComponentLibrary.ComboBoxEx();
  42. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  43. this.textBoxEx1 = new LYFZ.ComponentLibrary.TextBoxEx();
  44. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.cbxusert = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  47. this.panelEx15 = new LYFZ.ComponentLibrary.PanelEx();
  48. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  49. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.btnWhole = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.bntConditions = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  53. this.btnTexting = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.btnImport = new LYFZ.ComponentLibrary.ButtonEx();
  56. this.btnClientServiceAnPai = new LYFZ.ComponentLibrary.ButtonEx();
  57. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  58. this.panelEx13 = new LYFZ.ComponentLibrary.PanelEx();
  59. this.checkBoxEx1 = new LYFZ.ComponentLibrary.CheckBoxEx();
  60. this.panelEx14 = new LYFZ.ComponentLibrary.PanelEx();
  61. this.checkBoxEx2 = new LYFZ.ComponentLibrary.CheckBoxEx();
  62. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  63. this.txtStatistic = new LYFZ.ComponentLibrary.TextBoxEx();
  64. this.plExMainContainer.SuspendLayout();
  65. this.plFormMainContent.SuspendLayout();
  66. this.panelEx1.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  68. this.tabControlEx1.SuspendLayout();
  69. this.flowLayoutPanel1.SuspendLayout();
  70. this.panelEx2.SuspendLayout();
  71. this.panelEx4.SuspendLayout();
  72. this.panelEx15.SuspendLayout();
  73. this.panelEx13.SuspendLayout();
  74. this.panelEx14.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // plExMainContainer
  78. //
  79. this.plExMainContainer.Controls.Add(this.panelEx1);
  80. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  81. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  82. this.plExMainContainer.Size = new System.Drawing.Size(1027, 527);
  83. //
  84. // plFormMainContent
  85. //
  86. this.plFormMainContent.Size = new System.Drawing.Size(1027, 567);
  87. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  88. //
  89. // btnAppFormMaximize
  90. //
  91. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  92. this.btnAppFormMaximize.Location = new System.Drawing.Point(968, 0);
  93. //
  94. // btnAppFormExit
  95. //
  96. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  97. this.btnAppFormExit.Location = new System.Drawing.Point(995, 0);
  98. //
  99. // btnAppFormMinimize
  100. //
  101. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  102. this.btnAppFormMinimize.Location = new System.Drawing.Point(941, 0);
  103. //
  104. // panelEx1
  105. //
  106. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  107. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  108. this.panelEx1.BorderWidth = 1;
  109. this.panelEx1.Controls.Add(this.dgvData);
  110. this.panelEx1.Controls.Add(this.tabControlEx1);
  111. this.panelEx1.Controls.Add(this.flowLayoutPanel1);
  112. this.panelEx1.Controls.Add(this.ucPagerEx1);
  113. this.panelEx1.Controls.Add(this.txtStatistic);
  114. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  115. this.panelEx1.Location = new System.Drawing.Point(5, 5);
  116. this.panelEx1.Name = "panelEx1";
  117. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  118. this.panelEx1.Size = new System.Drawing.Size(1017, 517);
  119. this.panelEx1.TabIndex = 44;
  120. //
  121. // dgvData
  122. //
  123. this.dgvData.AllowUserToAddRows = false;
  124. this.dgvData.AllowUserToDeleteRows = false;
  125. this.dgvData.AllowUserToResizeRows = false;
  126. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  127. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  128. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  129. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  130. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  132. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  133. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  134. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  135. this.dgvData.ColumnHeadersHeight = 24;
  136. this.dgvData.dgvColumnHeadersHeight = 24;
  137. this.dgvData.dgvCurrentColumnOriginalSet = "";
  138. this.dgvData.dgvCurrentColumnWidth = "";
  139. this.dgvData.dgvCurrentHideColumn = null;
  140. this.dgvData.dgvFixedHideColumn = null;
  141. this.dgvData.dgvGuidName = null;
  142. this.dgvData.dgvUserEmployeeID = null;
  143. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  144. this.dgvData.EnableHeadersVisualStyles = false;
  145. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  146. this.dgvData.ImageHeight = 15;
  147. this.dgvData.ImageWidth = 15;
  148. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  149. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  150. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  151. this.dgvData.IsCompleteBonding = false;
  152. this.dgvData.IsCopyCellValue = true;
  153. this.dgvData.IsShowSerialNumber = false;
  154. this.dgvData.IsSortedRedraw = true;
  155. this.dgvData.IsSortMode = false;
  156. this.dgvData.Location = new System.Drawing.Point(2, 71);
  157. this.dgvData.Name = "dgvData";
  158. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  159. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  160. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  162. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  163. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  164. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  165. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  166. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  167. this.dgvData.RowHeadersWidth = 25;
  168. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  169. this.dgvData.RowTemplate.Height = 23;
  170. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  171. this.dgvData.Size = new System.Drawing.Size(1013, 395);
  172. this.dgvData.StrSecondStageNull = "";
  173. this.dgvData.StrValueNullColumn = "";
  174. this.dgvData.TabIndex = 2236;
  175. this.dgvData.ViceCount = 1;
  176. //
  177. // tabControlEx1
  178. //
  179. this.tabControlEx1.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  180. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  181. this.tabControlEx1.Controls.Add(this.tabPage_NotComplete);
  182. this.tabControlEx1.Controls.Add(this.tabPage_OrderOK);
  183. this.tabControlEx1.Controls.Add(this.tabPage_LostOK);
  184. this.tabControlEx1.Controls.Add(this.tabPage_All);
  185. this.tabControlEx1.Controls.Add(this.tabPage_ExpiredExpected);
  186. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Top;
  187. this.tabControlEx1.ItemSize = new System.Drawing.Size(90, 30);
  188. this.tabControlEx1.Location = new System.Drawing.Point(2, 38);
  189. this.tabControlEx1.Name = "tabControlEx1";
  190. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  191. this.tabControlEx1.SelectedIndex = 0;
  192. this.tabControlEx1.Size = new System.Drawing.Size(1013, 33);
  193. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  194. this.tabControlEx1.TabIndex = 2233;
  195. //
  196. // tabPage_NotComplete
  197. //
  198. this.tabPage_NotComplete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  199. this.tabPage_NotComplete.Location = new System.Drawing.Point(4, 34);
  200. this.tabPage_NotComplete.Name = "tabPage_NotComplete";
  201. this.tabPage_NotComplete.Padding = new System.Windows.Forms.Padding(3);
  202. this.tabPage_NotComplete.Size = new System.Drawing.Size(1005, 0);
  203. this.tabPage_NotComplete.TabIndex = 3;
  204. this.tabPage_NotComplete.Text = "未完成";
  205. //
  206. // tabPage_OrderOK
  207. //
  208. this.tabPage_OrderOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  209. this.tabPage_OrderOK.Location = new System.Drawing.Point(4, 34);
  210. this.tabPage_OrderOK.Name = "tabPage_OrderOK";
  211. this.tabPage_OrderOK.Padding = new System.Windows.Forms.Padding(3);
  212. this.tabPage_OrderOK.Size = new System.Drawing.Size(888, 0);
  213. this.tabPage_OrderOK.TabIndex = 1;
  214. this.tabPage_OrderOK.Text = "已成交";
  215. //
  216. // tabPage_LostOK
  217. //
  218. this.tabPage_LostOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  219. this.tabPage_LostOK.Location = new System.Drawing.Point(4, 34);
  220. this.tabPage_LostOK.Name = "tabPage_LostOK";
  221. this.tabPage_LostOK.Size = new System.Drawing.Size(888, 0);
  222. this.tabPage_LostOK.TabIndex = 4;
  223. this.tabPage_LostOK.Text = "已流失";
  224. //
  225. // tabPage_All
  226. //
  227. this.tabPage_All.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  228. this.tabPage_All.Location = new System.Drawing.Point(4, 34);
  229. this.tabPage_All.Name = "tabPage_All";
  230. this.tabPage_All.Padding = new System.Windows.Forms.Padding(3);
  231. this.tabPage_All.Size = new System.Drawing.Size(888, 0);
  232. this.tabPage_All.TabIndex = 2;
  233. this.tabPage_All.Text = "全部";
  234. //
  235. // tabPage_ExpiredExpected
  236. //
  237. this.tabPage_ExpiredExpected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  238. this.tabPage_ExpiredExpected.Location = new System.Drawing.Point(4, 34);
  239. this.tabPage_ExpiredExpected.Name = "tabPage_ExpiredExpected";
  240. this.tabPage_ExpiredExpected.Size = new System.Drawing.Size(888, 0);
  241. this.tabPage_ExpiredExpected.TabIndex = 5;
  242. this.tabPage_ExpiredExpected.Text = "已过预产期";
  243. //
  244. // flowLayoutPanel1
  245. //
  246. this.flowLayoutPanel1.Controls.Add(this.labelEx2);
  247. this.flowLayoutPanel1.Controls.Add(this.cbxCompanyList);
  248. this.flowLayoutPanel1.Controls.Add(this.panelEx2);
  249. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  250. this.flowLayoutPanel1.Controls.Add(this.panelEx15);
  251. this.flowLayoutPanel1.Controls.Add(this.btnSelect);
  252. this.flowLayoutPanel1.Controls.Add(this.btnWhole);
  253. this.flowLayoutPanel1.Controls.Add(this.bntConditions);
  254. this.flowLayoutPanel1.Controls.Add(this.btnDelete);
  255. this.flowLayoutPanel1.Controls.Add(this.btnTexting);
  256. this.flowLayoutPanel1.Controls.Add(this.btnExport);
  257. this.flowLayoutPanel1.Controls.Add(this.btnImport);
  258. this.flowLayoutPanel1.Controls.Add(this.btnClientServiceAnPai);
  259. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  260. this.flowLayoutPanel1.Controls.Add(this.panelEx13);
  261. this.flowLayoutPanel1.Controls.Add(this.panelEx14);
  262. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  263. this.flowLayoutPanel1.Location = new System.Drawing.Point(2, 2);
  264. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  265. this.flowLayoutPanel1.Size = new System.Drawing.Size(1013, 36);
  266. this.flowLayoutPanel1.TabIndex = 2238;
  267. //
  268. // labelEx2
  269. //
  270. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  271. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  272. this.labelEx2.Location = new System.Drawing.Point(3, 0);
  273. this.labelEx2.Name = "labelEx2";
  274. this.labelEx2.Size = new System.Drawing.Size(44, 29);
  275. this.labelEx2.TabIndex = 2242;
  276. this.labelEx2.Text = "门店:";
  277. this.labelEx2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  278. //
  279. // cbxCompanyList
  280. //
  281. this.cbxCompanyList.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  282. this.cbxCompanyList.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  283. this.cbxCompanyList.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  284. this.cbxCompanyList.Font = new System.Drawing.Font("宋体", 10.5F);
  285. this.cbxCompanyList.FormattingEnabled = true;
  286. this.cbxCompanyList.IsCustomColor = false;
  287. this.cbxCompanyList.Location = new System.Drawing.Point(53, 5);
  288. this.cbxCompanyList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
  289. this.cbxCompanyList.Name = "cbxCompanyList";
  290. this.cbxCompanyList.ReadOnly = false;
  291. this.cbxCompanyList.Size = new System.Drawing.Size(121, 22);
  292. this.cbxCompanyList.TabIndex = 2243;
  293. //
  294. // panelEx2
  295. //
  296. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  297. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  298. this.panelEx2.BorderWidth = 1;
  299. this.panelEx2.Controls.Add(this.textBoxEx1);
  300. this.panelEx2.Controls.Add(this.labelEx1);
  301. this.panelEx2.Location = new System.Drawing.Point(178, 1);
  302. this.panelEx2.Margin = new System.Windows.Forms.Padding(1);
  303. this.panelEx2.Name = "panelEx2";
  304. this.panelEx2.Size = new System.Drawing.Size(100, 30);
  305. this.panelEx2.TabIndex = 2239;
  306. //
  307. // textBoxEx1
  308. //
  309. this.textBoxEx1.BackColor = System.Drawing.Color.Transparent;
  310. this.textBoxEx1.Icon = null;
  311. this.textBoxEx1.IconIsButton = false;
  312. this.textBoxEx1.IsPasswordChat = '\0';
  313. this.textBoxEx1.IsSystemPasswordChar = false;
  314. this.textBoxEx1.Lines = new string[] {
  315. "10"};
  316. this.textBoxEx1.Location = new System.Drawing.Point(35, 1);
  317. this.textBoxEx1.Margin = new System.Windows.Forms.Padding(0);
  318. this.textBoxEx1.MaxLength = 32767;
  319. this.textBoxEx1.MinimumSize = new System.Drawing.Size(0, 26);
  320. this.textBoxEx1.MouseBack = null;
  321. this.textBoxEx1.Multiline = false;
  322. this.textBoxEx1.Name = "textBoxEx1";
  323. this.textBoxEx1.NormlBack = null;
  324. this.textBoxEx1.Padding = new System.Windows.Forms.Padding(5);
  325. this.textBoxEx1.ReadOnly = false;
  326. this.textBoxEx1.ScrollBars = System.Windows.Forms.ScrollBars.None;
  327. this.textBoxEx1.Size = new System.Drawing.Size(40, 26);
  328. this.textBoxEx1.TabIndex = 0;
  329. this.textBoxEx1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  330. this.textBoxEx1.WaterColor = System.Drawing.Color.DarkGray;
  331. this.textBoxEx1.WaterText = "";
  332. this.textBoxEx1.WordWrap = true;
  333. //
  334. // labelEx1
  335. //
  336. this.labelEx1.AutoSize = true;
  337. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  338. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  339. this.labelEx1.Location = new System.Drawing.Point(3, 5);
  340. this.labelEx1.Name = "labelEx1";
  341. this.labelEx1.Size = new System.Drawing.Size(92, 17);
  342. this.labelEx1.TabIndex = 421;
  343. this.labelEx1.Text = "近期 天";
  344. //
  345. // panelEx4
  346. //
  347. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  348. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  349. this.panelEx4.BorderWidth = 1;
  350. this.panelEx4.Controls.Add(this.cbxusert);
  351. this.panelEx4.Location = new System.Drawing.Point(280, 1);
  352. this.panelEx4.Margin = new System.Windows.Forms.Padding(1);
  353. this.panelEx4.Name = "panelEx4";
  354. this.panelEx4.Size = new System.Drawing.Size(120, 30);
  355. this.panelEx4.TabIndex = 2240;
  356. //
  357. // cbxusert
  358. //
  359. this.cbxusert.AfterSelectLevelFirstNode = true;
  360. this.cbxusert.DropDownHeight = 220;
  361. this.cbxusert.DropDownShow = false;
  362. this.cbxusert.FormattingEnabled = true;
  363. this.cbxusert.IntegralHeight = false;
  364. this.cbxusert.IsNodeMouseClick = true;
  365. this.cbxusert.IsSelectParentNode = false;
  366. this.cbxusert.Location = new System.Drawing.Point(3, 5);
  367. this.cbxusert.Name = "cbxusert";
  368. this.cbxusert.ReadOnly = true;
  369. this.cbxusert.SelectedNode = null;
  370. this.cbxusert.Size = new System.Drawing.Size(110, 20);
  371. this.cbxusert.StrGetName = "";
  372. this.cbxusert.StrGetTagName = "";
  373. this.cbxusert.StrKey = null;
  374. this.cbxusert.TabIndex = 424;
  375. //
  376. // panelEx15
  377. //
  378. this.panelEx15.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  379. this.panelEx15.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  380. this.panelEx15.BorderWidth = 1;
  381. this.panelEx15.Controls.Add(this.txtQuery);
  382. this.panelEx15.Location = new System.Drawing.Point(402, 1);
  383. this.panelEx15.Margin = new System.Windows.Forms.Padding(1);
  384. this.panelEx15.Name = "panelEx15";
  385. this.panelEx15.Size = new System.Drawing.Size(155, 30);
  386. this.panelEx15.TabIndex = 2240;
  387. //
  388. // txtQuery
  389. //
  390. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  391. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 9F);
  392. this.txtQuery.Icon = null;
  393. this.txtQuery.IconIsButton = false;
  394. this.txtQuery.IsPasswordChat = '\0';
  395. this.txtQuery.IsSystemPasswordChar = false;
  396. this.txtQuery.Lines = new string[0];
  397. this.txtQuery.Location = new System.Drawing.Point(0, 2);
  398. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  399. this.txtQuery.MaxLength = 32767;
  400. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 26);
  401. this.txtQuery.MouseBack = null;
  402. this.txtQuery.Multiline = false;
  403. this.txtQuery.Name = "txtQuery";
  404. this.txtQuery.NormlBack = null;
  405. this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
  406. this.txtQuery.ReadOnly = false;
  407. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  408. this.txtQuery.Size = new System.Drawing.Size(150, 26);
  409. this.txtQuery.TabIndex = 523;
  410. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  411. this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
  412. this.txtQuery.WaterText = "客户姓名、客户电话";
  413. this.txtQuery.WordWrap = true;
  414. //
  415. // btnSelect
  416. //
  417. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  418. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  419. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  420. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  421. this.btnSelect.ForeColor = System.Drawing.Color.White;
  422. this.btnSelect.IsCustomBackImg = false;
  423. this.btnSelect.IsShowText = true;
  424. this.btnSelect.Location = new System.Drawing.Point(561, 3);
  425. this.btnSelect.Name = "btnSelect";
  426. this.btnSelect.Size = new System.Drawing.Size(85, 28);
  427. this.btnSelect.TabIndex = 72;
  428. this.btnSelect.Text = " 查 询";
  429. this.btnSelect.UseVisualStyleBackColor = false;
  430. //
  431. // btnWhole
  432. //
  433. this.btnWhole.BackColor = System.Drawing.Color.Transparent;
  434. this.btnWhole.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnWhole.BackImg")));
  435. this.btnWhole.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  436. this.btnWhole.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  437. this.btnWhole.ForeColor = System.Drawing.Color.White;
  438. this.btnWhole.IsCustomBackImg = false;
  439. this.btnWhole.IsShowText = true;
  440. this.btnWhole.Location = new System.Drawing.Point(652, 3);
  441. this.btnWhole.Name = "btnWhole";
  442. this.btnWhole.Size = new System.Drawing.Size(85, 28);
  443. this.btnWhole.TabIndex = 420;
  444. this.btnWhole.Text = " 提醒设置";
  445. this.btnWhole.UseVisualStyleBackColor = false;
  446. //
  447. // bntConditions
  448. //
  449. this.bntConditions.BackColor = System.Drawing.Color.Transparent;
  450. this.bntConditions.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntConditions.BackImg")));
  451. this.bntConditions.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  452. this.bntConditions.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  453. this.bntConditions.ForeColor = System.Drawing.Color.White;
  454. this.bntConditions.IsCustomBackImg = false;
  455. this.bntConditions.IsShowText = true;
  456. this.bntConditions.Location = new System.Drawing.Point(743, 3);
  457. this.bntConditions.Name = "bntConditions";
  458. this.bntConditions.Size = new System.Drawing.Size(85, 28);
  459. this.bntConditions.TabIndex = 425;
  460. this.bntConditions.Text = " 多条件查询";
  461. this.bntConditions.UseVisualStyleBackColor = false;
  462. //
  463. // btnDelete
  464. //
  465. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  466. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  467. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  468. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  469. this.btnDelete.ForeColor = System.Drawing.Color.White;
  470. this.btnDelete.IsCustomBackImg = false;
  471. this.btnDelete.IsShowText = true;
  472. this.btnDelete.Location = new System.Drawing.Point(834, 3);
  473. this.btnDelete.Name = "btnDelete";
  474. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  475. this.btnDelete.TabIndex = 429;
  476. this.btnDelete.Text = " 删 除";
  477. this.btnDelete.UseVisualStyleBackColor = false;
  478. //
  479. // btnTexting
  480. //
  481. this.btnTexting.BackColor = System.Drawing.Color.Transparent;
  482. this.btnTexting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTexting.BackImg")));
  483. this.btnTexting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  484. this.btnTexting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  485. this.btnTexting.ForeColor = System.Drawing.Color.White;
  486. this.btnTexting.IsCustomBackImg = false;
  487. this.btnTexting.IsShowText = true;
  488. this.btnTexting.Location = new System.Drawing.Point(925, 3);
  489. this.btnTexting.Name = "btnTexting";
  490. this.btnTexting.Size = new System.Drawing.Size(85, 28);
  491. this.btnTexting.TabIndex = 428;
  492. this.btnTexting.Text = " 发短信";
  493. this.btnTexting.UseVisualStyleBackColor = false;
  494. //
  495. // btnExport
  496. //
  497. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  498. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  499. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  500. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  501. this.btnExport.ForeColor = System.Drawing.Color.White;
  502. this.btnExport.IsCustomBackImg = false;
  503. this.btnExport.IsShowText = true;
  504. this.btnExport.Location = new System.Drawing.Point(3, 37);
  505. this.btnExport.Name = "btnExport";
  506. this.btnExport.Size = new System.Drawing.Size(85, 28);
  507. this.btnExport.TabIndex = 427;
  508. this.btnExport.Text = " 导 出";
  509. this.btnExport.UseVisualStyleBackColor = false;
  510. //
  511. // btnImport
  512. //
  513. this.btnImport.BackColor = System.Drawing.Color.Transparent;
  514. this.btnImport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImport.BackImg")));
  515. this.btnImport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  516. this.btnImport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  517. this.btnImport.ForeColor = System.Drawing.Color.White;
  518. this.btnImport.IsCustomBackImg = false;
  519. this.btnImport.IsShowText = true;
  520. this.btnImport.Location = new System.Drawing.Point(94, 37);
  521. this.btnImport.Name = "btnImport";
  522. this.btnImport.Size = new System.Drawing.Size(85, 28);
  523. this.btnImport.TabIndex = 428;
  524. this.btnImport.Text = " 导 入";
  525. this.btnImport.UseVisualStyleBackColor = false;
  526. //
  527. // btnClientServiceAnPai
  528. //
  529. this.btnClientServiceAnPai.BackColor = System.Drawing.Color.Transparent;
  530. this.btnClientServiceAnPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClientServiceAnPai.BackImg")));
  531. this.btnClientServiceAnPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  532. this.btnClientServiceAnPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  533. this.btnClientServiceAnPai.ForeColor = System.Drawing.Color.White;
  534. this.btnClientServiceAnPai.IsCustomBackImg = false;
  535. this.btnClientServiceAnPai.IsShowText = true;
  536. this.btnClientServiceAnPai.Location = new System.Drawing.Point(185, 37);
  537. this.btnClientServiceAnPai.Name = "btnClientServiceAnPai";
  538. this.btnClientServiceAnPai.Size = new System.Drawing.Size(85, 28);
  539. this.btnClientServiceAnPai.TabIndex = 2241;
  540. this.btnClientServiceAnPai.Text = " 安排客服";
  541. this.btnClientServiceAnPai.UseVisualStyleBackColor = false;
  542. //
  543. // btnClose
  544. //
  545. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  546. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  547. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  548. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  549. this.btnClose.ForeColor = System.Drawing.Color.White;
  550. this.btnClose.IsCustomBackImg = false;
  551. this.btnClose.IsShowText = true;
  552. this.btnClose.Location = new System.Drawing.Point(276, 37);
  553. this.btnClose.Name = "btnClose";
  554. this.btnClose.Size = new System.Drawing.Size(85, 28);
  555. this.btnClose.TabIndex = 426;
  556. this.btnClose.Text = " 关 闭";
  557. this.btnClose.UseVisualStyleBackColor = false;
  558. //
  559. // panelEx13
  560. //
  561. this.panelEx13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  562. this.panelEx13.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  563. this.panelEx13.BorderWidth = 1;
  564. this.panelEx13.Controls.Add(this.checkBoxEx1);
  565. this.panelEx13.Location = new System.Drawing.Point(367, 37);
  566. this.panelEx13.Name = "panelEx13";
  567. this.panelEx13.Size = new System.Drawing.Size(80, 28);
  568. this.panelEx13.TabIndex = 2240;
  569. //
  570. // checkBoxEx1
  571. //
  572. this.checkBoxEx1.AutoSize = true;
  573. this.checkBoxEx1.BackColor = System.Drawing.Color.Transparent;
  574. this.checkBoxEx1.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  575. this.checkBoxEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  576. this.checkBoxEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  577. this.checkBoxEx1.Fourstates = false;
  578. this.checkBoxEx1.IsGreenTick = false;
  579. this.checkBoxEx1.Location = new System.Drawing.Point(3, 4);
  580. this.checkBoxEx1.Name = "checkBoxEx1";
  581. this.checkBoxEx1.Size = new System.Drawing.Size(75, 21);
  582. this.checkBoxEx1.TabIndex = 430;
  583. this.checkBoxEx1.Text = "宝宝生日";
  584. this.checkBoxEx1.UseVisualStyleBackColor = false;
  585. //
  586. // panelEx14
  587. //
  588. this.panelEx14.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  589. this.panelEx14.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  590. this.panelEx14.BorderWidth = 1;
  591. this.panelEx14.Controls.Add(this.checkBoxEx2);
  592. this.panelEx14.Location = new System.Drawing.Point(453, 37);
  593. this.panelEx14.Name = "panelEx14";
  594. this.panelEx14.Size = new System.Drawing.Size(70, 28);
  595. this.panelEx14.TabIndex = 2240;
  596. //
  597. // checkBoxEx2
  598. //
  599. this.checkBoxEx2.AutoSize = true;
  600. this.checkBoxEx2.BackColor = System.Drawing.Color.Transparent;
  601. this.checkBoxEx2.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  602. this.checkBoxEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  603. this.checkBoxEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  604. this.checkBoxEx2.Fourstates = false;
  605. this.checkBoxEx2.IsGreenTick = false;
  606. this.checkBoxEx2.Location = new System.Drawing.Point(4, 4);
  607. this.checkBoxEx2.Name = "checkBoxEx2";
  608. this.checkBoxEx2.Size = new System.Drawing.Size(63, 21);
  609. this.checkBoxEx2.TabIndex = 431;
  610. this.checkBoxEx2.Text = "预产期";
  611. this.checkBoxEx2.UseVisualStyleBackColor = false;
  612. //
  613. // ucPagerEx1
  614. //
  615. this.ucPagerEx1.CurrentPageCount = 0;
  616. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  617. this.ucPagerEx1.Location = new System.Drawing.Point(2, 466);
  618. this.ucPagerEx1.Name = "ucPagerEx1";
  619. this.ucPagerEx1.NMax = 0;
  620. this.ucPagerEx1.PageCount = 0;
  621. this.ucPagerEx1.PageCurrent = 1;
  622. this.ucPagerEx1.PageSize = 20;
  623. this.ucPagerEx1.Size = new System.Drawing.Size(1013, 24);
  624. this.ucPagerEx1.TabIndex = 2235;
  625. this.ucPagerEx1.TbDataSource = null;
  626. //
  627. // txtStatistic
  628. //
  629. this.txtStatistic.BackColor = System.Drawing.Color.Transparent;
  630. this.txtStatistic.Dock = System.Windows.Forms.DockStyle.Bottom;
  631. this.txtStatistic.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  632. this.txtStatistic.Icon = null;
  633. this.txtStatistic.IconIsButton = false;
  634. this.txtStatistic.IsPasswordChat = '\0';
  635. this.txtStatistic.IsSystemPasswordChar = false;
  636. this.txtStatistic.Lines = new string[0];
  637. this.txtStatistic.Location = new System.Drawing.Point(2, 490);
  638. this.txtStatistic.Margin = new System.Windows.Forms.Padding(0);
  639. this.txtStatistic.MaxLength = 32767;
  640. this.txtStatistic.MinimumSize = new System.Drawing.Size(0, 24);
  641. this.txtStatistic.MouseBack = null;
  642. this.txtStatistic.Multiline = false;
  643. this.txtStatistic.Name = "txtStatistic";
  644. this.txtStatistic.NormlBack = null;
  645. this.txtStatistic.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  646. this.txtStatistic.ReadOnly = true;
  647. this.txtStatistic.ScrollBars = System.Windows.Forms.ScrollBars.None;
  648. this.txtStatistic.Size = new System.Drawing.Size(1013, 25);
  649. this.txtStatistic.TabIndex = 2237;
  650. this.txtStatistic.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  651. this.txtStatistic.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  652. this.txtStatistic.WaterText = "";
  653. this.txtStatistic.WordWrap = true;
  654. //
  655. // IntentionsSelect
  656. //
  657. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  658. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  659. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  660. this.ClientSize = new System.Drawing.Size(1027, 632);
  661. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  662. this.IsShowUcNavigationTool = true;
  663. this.Name = "IntentionsSelect";
  664. this.Text = "意向单查询";
  665. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  666. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  667. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  668. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  669. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  670. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  671. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  672. this.plExMainContainer.ResumeLayout(false);
  673. this.plFormMainContent.ResumeLayout(false);
  674. this.panelEx1.ResumeLayout(false);
  675. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  676. this.tabControlEx1.ResumeLayout(false);
  677. this.flowLayoutPanel1.ResumeLayout(false);
  678. this.panelEx2.ResumeLayout(false);
  679. this.panelEx2.PerformLayout();
  680. this.panelEx4.ResumeLayout(false);
  681. this.panelEx15.ResumeLayout(false);
  682. this.panelEx13.ResumeLayout(false);
  683. this.panelEx13.PerformLayout();
  684. this.panelEx14.ResumeLayout(false);
  685. this.panelEx14.PerformLayout();
  686. this.ResumeLayout(false);
  687. }
  688. #endregion
  689. private ComponentLibrary.PanelEx panelEx1;
  690. protected internal ComponentLibrary.DataGridViewEc dgvData;
  691. protected internal ComponentLibrary.TextBoxEx txtStatistic;
  692. protected internal UCPager.ucPagerEx ucPagerEx1;
  693. protected internal ComponentLibrary.TabControlEx tabControlEx1;
  694. protected internal System.Windows.Forms.TabPage tabPage_NotComplete;
  695. public System.Windows.Forms.TabPage tabPage_OrderOK;
  696. private System.Windows.Forms.TabPage tabPage_LostOK;
  697. public System.Windows.Forms.TabPage tabPage_All;
  698. protected internal ComponentLibrary.ButtonEx btnImport;
  699. protected internal ComponentLibrary.TextBoxEx textBoxEx1;
  700. protected internal ComponentLibrary.ComboBoxTreeViewEx cbxusert;
  701. protected internal ComponentLibrary.CheckBoxEx checkBoxEx2;
  702. protected internal ComponentLibrary.ButtonEx btnSelect;
  703. protected internal ComponentLibrary.ButtonEx bntConditions;
  704. protected internal ComponentLibrary.ButtonEx btnExport;
  705. protected internal ComponentLibrary.ButtonEx btnWhole;
  706. protected internal ComponentLibrary.CheckBoxEx checkBoxEx1;
  707. protected internal ComponentLibrary.ButtonEx btnDelete;
  708. private ComponentLibrary.LabelEx labelEx1;
  709. protected internal ComponentLibrary.ButtonEx btnTexting;
  710. protected internal ComponentLibrary.ButtonEx btnClose;
  711. protected internal System.Windows.Forms.TabPage tabPage_ExpiredExpected;
  712. private ComponentLibrary.PanelEx panelEx2;
  713. private ComponentLibrary.PanelEx panelEx4;
  714. private ComponentLibrary.PanelEx panelEx13;
  715. private ComponentLibrary.PanelEx panelEx15;
  716. protected internal ComponentLibrary.PanelEx panelEx14;
  717. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  718. protected internal ComponentLibrary.TextBoxEx txtQuery;
  719. protected internal ComponentLibrary.ButtonEx btnClientServiceAnPai;
  720. private ComponentLibrary.LabelEx labelEx2;
  721. protected internal ComponentLibrary.ComboBoxEx cbxCompanyList;
  722. }
  723. }