Othercustomers.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  1. namespace LYFZ.Software.UI.Customers
  2. {
  3. partial class Othercustomers
  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. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Othercustomers));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.btnSlect = new LYFZ.ComponentLibrary.ButtonEx();
  38. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnTexting = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnAddExcel = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  45. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.chkBaby = new LYFZ.ComponentLibrary.CheckBoxEx();
  47. this.panelONkh = new LYFZ.ComponentLibrary.PanelEx();
  48. this.chkONkh = new LYFZ.ComponentLibrary.CheckBoxEx();
  49. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  50. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  51. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  52. this.lbStatistics = new LYFZ.ComponentLibrary.LabelEx();
  53. this.plExMainContainer.SuspendLayout();
  54. this.plFormMainContent.SuspendLayout();
  55. this.panelEx2.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  57. this.flowLayoutPanel1.SuspendLayout();
  58. this.panelEx1.SuspendLayout();
  59. this.panelEx4.SuspendLayout();
  60. this.panelONkh.SuspendLayout();
  61. this.panelEx5.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // plExMainContainer
  65. //
  66. this.plExMainContainer.Controls.Add(this.panelEx2);
  67. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  68. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  69. this.plExMainContainer.Size = new System.Drawing.Size(950, 505);
  70. //
  71. // plFormMainContent
  72. //
  73. this.plFormMainContent.Size = new System.Drawing.Size(950, 545);
  74. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  75. //
  76. // btnAppFormMaximize
  77. //
  78. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  79. this.btnAppFormMaximize.Location = new System.Drawing.Point(891, 0);
  80. //
  81. // btnAppFormExit
  82. //
  83. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  84. this.btnAppFormExit.Location = new System.Drawing.Point(918, 0);
  85. //
  86. // btnAppFormMinimize
  87. //
  88. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  89. this.btnAppFormMinimize.Location = new System.Drawing.Point(864, 0);
  90. //
  91. // panelEx2
  92. //
  93. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  94. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  95. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  96. this.panelEx2.BorderWidth = 1;
  97. this.panelEx2.Controls.Add(this.dgvData);
  98. this.panelEx2.Controls.Add(this.panelEx5);
  99. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  100. this.panelEx2.Controls.Add(this.panelEx3);
  101. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.panelEx2.Location = new System.Drawing.Point(5, 10);
  103. this.panelEx2.Name = "panelEx2";
  104. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  105. this.panelEx2.Size = new System.Drawing.Size(940, 485);
  106. this.panelEx2.TabIndex = 195;
  107. //
  108. // dgvData
  109. //
  110. this.dgvData.AllowUserToAddRows = false;
  111. this.dgvData.AllowUserToDeleteRows = false;
  112. this.dgvData.AllowUserToResizeRows = false;
  113. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  114. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  115. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  116. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  117. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  119. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  120. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  121. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  122. this.dgvData.ColumnHeadersHeight = 24;
  123. this.dgvData.dgvColumnHeadersHeight = 24;
  124. this.dgvData.dgvCurrentColumnOriginalSet = "";
  125. this.dgvData.dgvCurrentColumnWidth = "";
  126. this.dgvData.dgvCurrentHideColumn = null;
  127. this.dgvData.dgvFixedHideColumn = "";
  128. this.dgvData.dgvGuidName = null;
  129. this.dgvData.dgvUserEmployeeID = null;
  130. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.dgvData.EnableHeadersVisualStyles = false;
  132. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  133. this.dgvData.ImageHeight = 15;
  134. this.dgvData.ImageWidth = 15;
  135. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  136. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  137. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  138. this.dgvData.IsCompleteBonding = false;
  139. this.dgvData.IsCopyCellValue = true;
  140. this.dgvData.IsShowSerialNumber = true;
  141. this.dgvData.IsSortedRedraw = true;
  142. this.dgvData.IsSortMode = true;
  143. this.dgvData.Location = new System.Drawing.Point(3, 39);
  144. this.dgvData.Name = "dgvData";
  145. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  146. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  147. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  149. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  150. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  151. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  152. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  153. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  154. this.dgvData.RowHeadersWidth = 40;
  155. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  156. this.dgvData.RowTemplate.Height = 23;
  157. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  158. this.dgvData.Size = new System.Drawing.Size(932, 416);
  159. this.dgvData.StrSecondStageNull = "";
  160. this.dgvData.StrValueNullColumn = "";
  161. this.dgvData.TabIndex = 219;
  162. this.dgvData.ViceCount = 1;
  163. //
  164. // flowLayoutPanel1
  165. //
  166. this.flowLayoutPanel1.Controls.Add(this.panelEx1);
  167. this.flowLayoutPanel1.Controls.Add(this.btnSlect);
  168. this.flowLayoutPanel1.Controls.Add(this.btnAdd);
  169. this.flowLayoutPanel1.Controls.Add(this.btnUpdate);
  170. this.flowLayoutPanel1.Controls.Add(this.btnDelete);
  171. this.flowLayoutPanel1.Controls.Add(this.btnTexting);
  172. this.flowLayoutPanel1.Controls.Add(this.btnExport);
  173. this.flowLayoutPanel1.Controls.Add(this.btnAddExcel);
  174. this.flowLayoutPanel1.Controls.Add(this.btnClose);
  175. this.flowLayoutPanel1.Controls.Add(this.panelEx4);
  176. this.flowLayoutPanel1.Controls.Add(this.panelONkh);
  177. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  178. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  179. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  180. this.flowLayoutPanel1.Size = new System.Drawing.Size(932, 36);
  181. this.flowLayoutPanel1.TabIndex = 218;
  182. //
  183. // panelEx1
  184. //
  185. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  186. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  187. this.panelEx1.BorderWidth = 1;
  188. this.panelEx1.Controls.Add(this.cmbQueryText);
  189. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  190. this.panelEx1.Name = "panelEx1";
  191. this.panelEx1.Size = new System.Drawing.Size(185, 28);
  192. this.panelEx1.TabIndex = 217;
  193. //
  194. // cmbQueryText
  195. //
  196. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  197. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  198. this.cmbQueryText.Icon = null;
  199. this.cmbQueryText.IconIsButton = false;
  200. this.cmbQueryText.IsPasswordChat = '\0';
  201. this.cmbQueryText.IsSystemPasswordChar = false;
  202. this.cmbQueryText.Lines = new string[0];
  203. this.cmbQueryText.Location = new System.Drawing.Point(1, 1);
  204. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  205. this.cmbQueryText.MaxLength = 32767;
  206. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  207. this.cmbQueryText.MouseBack = null;
  208. this.cmbQueryText.Multiline = false;
  209. this.cmbQueryText.Name = "cmbQueryText";
  210. this.cmbQueryText.NormlBack = null;
  211. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(4, 5, 4, 4);
  212. this.cmbQueryText.ReadOnly = false;
  213. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  214. this.cmbQueryText.Size = new System.Drawing.Size(180, 26);
  215. this.cmbQueryText.TabIndex = 2232;
  216. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  217. this.cmbQueryText.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  218. this.cmbQueryText.WaterText = "订单号、客户姓名、电话";
  219. this.cmbQueryText.WordWrap = true;
  220. //
  221. // btnSlect
  222. //
  223. this.btnSlect.BackColor = System.Drawing.Color.Transparent;
  224. this.btnSlect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSlect.BackImg")));
  225. this.btnSlect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  226. this.btnSlect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  227. this.btnSlect.ForeColor = System.Drawing.Color.White;
  228. this.btnSlect.IsCustomBackImg = false;
  229. this.btnSlect.IsShowText = true;
  230. this.btnSlect.Location = new System.Drawing.Point(194, 3);
  231. this.btnSlect.Name = "btnSlect";
  232. this.btnSlect.Size = new System.Drawing.Size(85, 28);
  233. this.btnSlect.TabIndex = 198;
  234. this.btnSlect.Text = " 查 询";
  235. this.btnSlect.UseVisualStyleBackColor = false;
  236. //
  237. // btnAdd
  238. //
  239. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  240. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  241. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  242. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  243. this.btnAdd.ForeColor = System.Drawing.Color.White;
  244. this.btnAdd.IsCustomBackImg = false;
  245. this.btnAdd.IsShowText = true;
  246. this.btnAdd.Location = new System.Drawing.Point(285, 3);
  247. this.btnAdd.Name = "btnAdd";
  248. this.btnAdd.Size = new System.Drawing.Size(85, 28);
  249. this.btnAdd.TabIndex = 200;
  250. this.btnAdd.Text = " 添 加";
  251. this.btnAdd.UseVisualStyleBackColor = false;
  252. //
  253. // btnUpdate
  254. //
  255. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  256. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  257. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  258. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  259. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  260. this.btnUpdate.IsCustomBackImg = false;
  261. this.btnUpdate.IsShowText = true;
  262. this.btnUpdate.Location = new System.Drawing.Point(376, 3);
  263. this.btnUpdate.Name = "btnUpdate";
  264. this.btnUpdate.Size = new System.Drawing.Size(85, 28);
  265. this.btnUpdate.TabIndex = 201;
  266. this.btnUpdate.Text = " 修 改";
  267. this.btnUpdate.UseVisualStyleBackColor = false;
  268. //
  269. // btnDelete
  270. //
  271. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  272. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  273. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  274. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  275. this.btnDelete.ForeColor = System.Drawing.Color.White;
  276. this.btnDelete.IsCustomBackImg = false;
  277. this.btnDelete.IsShowText = true;
  278. this.btnDelete.Location = new System.Drawing.Point(467, 3);
  279. this.btnDelete.Name = "btnDelete";
  280. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  281. this.btnDelete.TabIndex = 202;
  282. this.btnDelete.Text = " 删 除";
  283. this.btnDelete.UseVisualStyleBackColor = false;
  284. //
  285. // btnTexting
  286. //
  287. this.btnTexting.BackColor = System.Drawing.Color.Transparent;
  288. this.btnTexting.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTexting.BackImg")));
  289. this.btnTexting.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  290. this.btnTexting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  291. this.btnTexting.ForeColor = System.Drawing.Color.White;
  292. this.btnTexting.IsCustomBackImg = false;
  293. this.btnTexting.IsShowText = true;
  294. this.btnTexting.Location = new System.Drawing.Point(558, 3);
  295. this.btnTexting.Name = "btnTexting";
  296. this.btnTexting.Size = new System.Drawing.Size(85, 28);
  297. this.btnTexting.TabIndex = 206;
  298. this.btnTexting.Text = " 发送短信";
  299. this.btnTexting.UseVisualStyleBackColor = false;
  300. //
  301. // btnExport
  302. //
  303. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  304. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  305. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  306. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  307. this.btnExport.ForeColor = System.Drawing.Color.White;
  308. this.btnExport.IsCustomBackImg = false;
  309. this.btnExport.IsShowText = true;
  310. this.btnExport.Location = new System.Drawing.Point(649, 3);
  311. this.btnExport.Name = "btnExport";
  312. this.btnExport.Size = new System.Drawing.Size(85, 28);
  313. this.btnExport.TabIndex = 205;
  314. this.btnExport.Text = " 导 出";
  315. this.btnExport.UseVisualStyleBackColor = false;
  316. //
  317. // btnAddExcel
  318. //
  319. this.btnAddExcel.BackColor = System.Drawing.Color.Transparent;
  320. this.btnAddExcel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddExcel.BackImg")));
  321. this.btnAddExcel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  322. this.btnAddExcel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  323. this.btnAddExcel.ForeColor = System.Drawing.Color.White;
  324. this.btnAddExcel.IsCustomBackImg = false;
  325. this.btnAddExcel.IsShowText = true;
  326. this.btnAddExcel.Location = new System.Drawing.Point(740, 3);
  327. this.btnAddExcel.Name = "btnAddExcel";
  328. this.btnAddExcel.Size = new System.Drawing.Size(85, 28);
  329. this.btnAddExcel.TabIndex = 205;
  330. this.btnAddExcel.Text = " 导入Excel";
  331. this.btnAddExcel.UseVisualStyleBackColor = false;
  332. //
  333. // btnClose
  334. //
  335. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  336. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  337. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  338. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  339. this.btnClose.ForeColor = System.Drawing.Color.White;
  340. this.btnClose.IsCustomBackImg = false;
  341. this.btnClose.IsShowText = true;
  342. this.btnClose.Location = new System.Drawing.Point(831, 3);
  343. this.btnClose.Name = "btnClose";
  344. this.btnClose.Size = new System.Drawing.Size(85, 28);
  345. this.btnClose.TabIndex = 205;
  346. this.btnClose.Text = " 关 闭";
  347. this.btnClose.UseVisualStyleBackColor = false;
  348. //
  349. // panelEx4
  350. //
  351. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  352. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  353. this.panelEx4.BorderWidth = 1;
  354. this.panelEx4.Controls.Add(this.chkBaby);
  355. this.panelEx4.Location = new System.Drawing.Point(3, 37);
  356. this.panelEx4.Name = "panelEx4";
  357. this.panelEx4.Size = new System.Drawing.Size(83, 28);
  358. this.panelEx4.TabIndex = 219;
  359. //
  360. // chkBaby
  361. //
  362. this.chkBaby.AutoSize = true;
  363. this.chkBaby.BackColor = System.Drawing.Color.Transparent;
  364. this.chkBaby.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  365. this.chkBaby.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  366. this.chkBaby.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  367. this.chkBaby.Fourstates = false;
  368. this.chkBaby.IsGreenTick = false;
  369. this.chkBaby.Location = new System.Drawing.Point(4, 4);
  370. this.chkBaby.Name = "chkBaby";
  371. this.chkBaby.Size = new System.Drawing.Size(75, 21);
  372. this.chkBaby.TabIndex = 216;
  373. this.chkBaby.Text = "儿童资料";
  374. this.chkBaby.UseVisualStyleBackColor = false;
  375. //
  376. // panelONkh
  377. //
  378. this.panelONkh.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  379. this.panelONkh.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  380. this.panelONkh.BorderWidth = 1;
  381. this.panelONkh.Controls.Add(this.chkONkh);
  382. this.panelONkh.Location = new System.Drawing.Point(92, 37);
  383. this.panelONkh.Name = "panelONkh";
  384. this.panelONkh.Size = new System.Drawing.Size(116, 28);
  385. this.panelONkh.TabIndex = 220;
  386. //
  387. // chkONkh
  388. //
  389. this.chkONkh.AutoSize = true;
  390. this.chkONkh.BackColor = System.Drawing.Color.Transparent;
  391. this.chkONkh.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  392. this.chkONkh.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  393. this.chkONkh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  394. this.chkONkh.Fourstates = false;
  395. this.chkONkh.IsGreenTick = false;
  396. this.chkONkh.Location = new System.Drawing.Point(4, 4);
  397. this.chkONkh.Name = "chkONkh";
  398. this.chkONkh.Size = new System.Drawing.Size(111, 21);
  399. this.chkONkh.TabIndex = 217;
  400. this.chkONkh.Text = "未使用过的客户";
  401. this.chkONkh.UseVisualStyleBackColor = false;
  402. //
  403. // panelEx3
  404. //
  405. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  406. | System.Windows.Forms.AnchorStyles.Right)));
  407. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  408. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  409. this.panelEx3.BorderWidth = 1;
  410. this.panelEx3.Location = new System.Drawing.Point(6, 49);
  411. this.panelEx3.Name = "panelEx3";
  412. this.panelEx3.Size = new System.Drawing.Size(926, 1);
  413. this.panelEx3.TabIndex = 215;
  414. //
  415. // panelEx5
  416. //
  417. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  418. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  419. this.panelEx5.BorderWidth = 1;
  420. this.panelEx5.Controls.Add(this.lbStatistics);
  421. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Bottom;
  422. this.panelEx5.Location = new System.Drawing.Point(3, 455);
  423. this.panelEx5.Name = "panelEx5";
  424. this.panelEx5.Size = new System.Drawing.Size(932, 25);
  425. this.panelEx5.TabIndex = 220;
  426. //
  427. // lbStatistics
  428. //
  429. this.lbStatistics.AutoSize = true;
  430. this.lbStatistics.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  431. this.lbStatistics.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  432. this.lbStatistics.Location = new System.Drawing.Point(8, 3);
  433. this.lbStatistics.Name = "lbStatistics";
  434. this.lbStatistics.Size = new System.Drawing.Size(13, 17);
  435. this.lbStatistics.TabIndex = 0;
  436. this.lbStatistics.Text = "-";
  437. //
  438. // Othercustomers
  439. //
  440. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  442. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  443. this.ClientSize = new System.Drawing.Size(950, 610);
  444. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  445. this.IsShowUcNavigationTool = true;
  446. this.Name = "Othercustomers";
  447. this.Text = "其他客户";
  448. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  449. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  450. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  451. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  452. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  453. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  454. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  455. this.plExMainContainer.ResumeLayout(false);
  456. this.plFormMainContent.ResumeLayout(false);
  457. this.panelEx2.ResumeLayout(false);
  458. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  459. this.flowLayoutPanel1.ResumeLayout(false);
  460. this.panelEx1.ResumeLayout(false);
  461. this.panelEx4.ResumeLayout(false);
  462. this.panelEx4.PerformLayout();
  463. this.panelONkh.ResumeLayout(false);
  464. this.panelONkh.PerformLayout();
  465. this.panelEx5.ResumeLayout(false);
  466. this.panelEx5.PerformLayout();
  467. this.ResumeLayout(false);
  468. }
  469. #endregion
  470. private ComponentLibrary.PanelEx panelEx2;
  471. protected ComponentLibrary.ButtonEx btnSlect;
  472. protected ComponentLibrary.ButtonEx btnAdd;
  473. protected ComponentLibrary.ButtonEx btnClose;
  474. protected ComponentLibrary.ButtonEx btnUpdate;
  475. protected ComponentLibrary.ButtonEx btnDelete;
  476. protected ComponentLibrary.ButtonEx btnAddExcel;
  477. private ComponentLibrary.PanelEx panelEx3;
  478. protected internal ComponentLibrary.CheckBoxEx chkBaby;
  479. private ComponentLibrary.PanelEx panelEx1;
  480. protected ComponentLibrary.ButtonEx btnExport;
  481. protected ComponentLibrary.ButtonEx btnTexting;
  482. private System.Windows.Forms.ToolTip toolTip1;
  483. protected internal ComponentLibrary.CheckBoxEx chkONkh;
  484. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  485. protected internal ComponentLibrary.TextBoxEx cmbQueryText;
  486. private ComponentLibrary.PanelEx panelEx4;
  487. protected internal ComponentLibrary.PanelEx panelONkh;
  488. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  489. protected internal ComponentLibrary.DataGridViewEc dgvData;
  490. private ComponentLibrary.PanelEx panelEx5;
  491. public ComponentLibrary.LabelEx lbStatistics;
  492. }
  493. }