FrmScreening.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602
  1. namespace LYFZ.Software.UI.SMSManagement.ShortSmsMessage
  2. {
  3. partial class FrmScreening
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmScreening));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.cmbCustomerType = new LYFZ.ComponentLibrary.ComboBoxEx();
  34. this.plCurrentQuerySex = new LYFZ.ComponentLibrary.PanelEx();
  35. this.rdoAll = new LYFZ.ComponentLibrary.RadioButtonEx();
  36. this.rdoWoman = new LYFZ.ComponentLibrary.RadioButtonEx();
  37. this.rdoMan = new LYFZ.ComponentLibrary.RadioButtonEx();
  38. this.txtKeyWords = new LYFZ.ComponentLibrary.TextBoxEx();
  39. this.btnHightSelect = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnSelcet = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.btnOk = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.dgvCustomerList = new LYFZ.ComponentLibrary.DataGridViewEx();
  46. this.Ord_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.Ord_Type_CH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Cus_Sex_cs = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Cus_Region = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GregorianCalendar_Birthday = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.Age_String = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Age_Day = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GregorianCalendar_DayForMarriage = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Ord_PhotographyCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Ord_SeriesName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Ord_SeriesPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.yingFuPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Ord_OrderClass = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Ord_CustomerSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Ord_CreateDateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.contextMenuStripEx1 = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  64. this.tlsAddSelect = new System.Windows.Forms.ToolStripMenuItem();
  65. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  66. this.tlsAllSelect = new System.Windows.Forms.ToolStripMenuItem();
  67. this.tlsFangSelect = new System.Windows.Forms.ToolStripMenuItem();
  68. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  69. this.cbxStoreList = new System.Windows.Forms.ComboBox();
  70. this.plExMainContainer.SuspendLayout();
  71. this.plFormMainContent.SuspendLayout();
  72. this.panelEx2.SuspendLayout();
  73. this.plCurrentQuerySex.SuspendLayout();
  74. this.panelEx3.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.dgvCustomerList)).BeginInit();
  76. this.contextMenuStripEx1.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // plExMainContainer
  80. //
  81. this.plExMainContainer.Controls.Add(this.panelEx3);
  82. this.plExMainContainer.Controls.Add(this.panelEx2);
  83. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5);
  84. //
  85. // btnAppFormMaximize
  86. //
  87. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  88. //
  89. // btnAppFormExit
  90. //
  91. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  92. //
  93. // btnAppFormMinimize
  94. //
  95. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  96. //
  97. // panelEx2
  98. //
  99. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  100. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  101. this.panelEx2.BorderWidth = 1;
  102. this.panelEx2.Controls.Add(this.cbxStoreList);
  103. this.panelEx2.Controls.Add(this.cmbCustomerType);
  104. this.panelEx2.Controls.Add(this.plCurrentQuerySex);
  105. this.panelEx2.Controls.Add(this.txtKeyWords);
  106. this.panelEx2.Controls.Add(this.btnHightSelect);
  107. this.panelEx2.Controls.Add(this.btnSelcet);
  108. this.panelEx2.Controls.Add(this.btnExport);
  109. this.panelEx2.Controls.Add(this.btnOk);
  110. this.panelEx2.Controls.Add(this.labelEx5);
  111. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  112. this.panelEx2.Location = new System.Drawing.Point(5, 5);
  113. this.panelEx2.Name = "panelEx2";
  114. this.panelEx2.Size = new System.Drawing.Size(900, 60);
  115. this.panelEx2.TabIndex = 13;
  116. //
  117. // cmbCustomerType
  118. //
  119. this.cmbCustomerType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  120. this.cmbCustomerType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  121. this.cmbCustomerType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  122. this.cmbCustomerType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.cmbCustomerType.FormattingEnabled = true;
  124. this.cmbCustomerType.IsCustomColor = false;
  125. this.cmbCustomerType.Location = new System.Drawing.Point(159, 17);
  126. this.cmbCustomerType.Name = "cmbCustomerType";
  127. this.cmbCustomerType.ReadOnly = false;
  128. this.cmbCustomerType.Size = new System.Drawing.Size(89, 25);
  129. this.cmbCustomerType.TabIndex = 229;
  130. //
  131. // plCurrentQuerySex
  132. //
  133. this.plCurrentQuerySex.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  134. this.plCurrentQuerySex.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  135. this.plCurrentQuerySex.BorderWidth = 1;
  136. this.plCurrentQuerySex.Controls.Add(this.rdoAll);
  137. this.plCurrentQuerySex.Controls.Add(this.rdoWoman);
  138. this.plCurrentQuerySex.Controls.Add(this.rdoMan);
  139. this.plCurrentQuerySex.Location = new System.Drawing.Point(695, 16);
  140. this.plCurrentQuerySex.Name = "plCurrentQuerySex";
  141. this.plCurrentQuerySex.Size = new System.Drawing.Size(230, 29);
  142. this.plCurrentQuerySex.TabIndex = 228;
  143. this.plCurrentQuerySex.Visible = false;
  144. //
  145. // rdoAll
  146. //
  147. this.rdoAll.AutoSize = true;
  148. this.rdoAll.BackColor = System.Drawing.Color.Transparent;
  149. this.rdoAll.Checked = true;
  150. this.rdoAll.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  151. this.rdoAll.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  152. this.rdoAll.Location = new System.Drawing.Point(3, 3);
  153. this.rdoAll.Name = "rdoAll";
  154. this.rdoAll.Size = new System.Drawing.Size(79, 21);
  155. this.rdoAll.TabIndex = 215;
  156. this.rdoAll.TabStop = true;
  157. this.rdoAll.Text = "先生/女士";
  158. this.rdoAll.UseVisualStyleBackColor = false;
  159. //
  160. // rdoWoman
  161. //
  162. this.rdoWoman.AutoSize = true;
  163. this.rdoWoman.BackColor = System.Drawing.Color.Transparent;
  164. this.rdoWoman.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  165. this.rdoWoman.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  166. this.rdoWoman.Location = new System.Drawing.Point(154, 3);
  167. this.rdoWoman.Name = "rdoWoman";
  168. this.rdoWoman.Size = new System.Drawing.Size(50, 21);
  169. this.rdoWoman.TabIndex = 216;
  170. this.rdoWoman.Text = "女士";
  171. this.rdoWoman.UseVisualStyleBackColor = false;
  172. //
  173. // rdoMan
  174. //
  175. this.rdoMan.AutoSize = true;
  176. this.rdoMan.BackColor = System.Drawing.Color.Transparent;
  177. this.rdoMan.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  178. this.rdoMan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  179. this.rdoMan.Location = new System.Drawing.Point(93, 3);
  180. this.rdoMan.Name = "rdoMan";
  181. this.rdoMan.Size = new System.Drawing.Size(50, 21);
  182. this.rdoMan.TabIndex = 217;
  183. this.rdoMan.Text = "先生";
  184. this.rdoMan.UseVisualStyleBackColor = false;
  185. //
  186. // txtKeyWords
  187. //
  188. this.txtKeyWords.BackColor = System.Drawing.Color.Transparent;
  189. this.txtKeyWords.Icon = null;
  190. this.txtKeyWords.IconIsButton = false;
  191. this.txtKeyWords.IsPasswordChat = '\0';
  192. this.txtKeyWords.IsSystemPasswordChar = false;
  193. this.txtKeyWords.Lines = new string[0];
  194. this.txtKeyWords.Location = new System.Drawing.Point(49, 16);
  195. this.txtKeyWords.Margin = new System.Windows.Forms.Padding(0);
  196. this.txtKeyWords.MaxLength = 32767;
  197. this.txtKeyWords.MinimumSize = new System.Drawing.Size(0, 26);
  198. this.txtKeyWords.MouseBack = null;
  199. this.txtKeyWords.Multiline = false;
  200. this.txtKeyWords.Name = "txtKeyWords";
  201. this.txtKeyWords.NormlBack = null;
  202. this.txtKeyWords.Padding = new System.Windows.Forms.Padding(5);
  203. this.txtKeyWords.ReadOnly = false;
  204. this.txtKeyWords.ScrollBars = System.Windows.Forms.ScrollBars.None;
  205. this.txtKeyWords.Size = new System.Drawing.Size(107, 26);
  206. this.txtKeyWords.TabIndex = 59;
  207. this.txtKeyWords.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  208. this.txtKeyWords.WaterColor = System.Drawing.Color.DarkGray;
  209. this.txtKeyWords.WaterText = "订单号、客户姓名、手机号、区域";
  210. this.txtKeyWords.WordWrap = true;
  211. //
  212. // btnHightSelect
  213. //
  214. this.btnHightSelect.BackColor = System.Drawing.Color.Transparent;
  215. this.btnHightSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnHightSelect.BackImg")));
  216. this.btnHightSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  217. this.btnHightSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  218. this.btnHightSelect.ForeColor = System.Drawing.Color.White;
  219. this.btnHightSelect.IsCustomBackImg = false;
  220. this.btnHightSelect.IsShowText = true;
  221. this.btnHightSelect.Location = new System.Drawing.Point(319, 17);
  222. this.btnHightSelect.Name = "btnHightSelect";
  223. this.btnHightSelect.Size = new System.Drawing.Size(70, 26);
  224. this.btnHightSelect.TabIndex = 58;
  225. this.btnHightSelect.Text = "高级查询";
  226. this.btnHightSelect.UseVisualStyleBackColor = false;
  227. //
  228. // btnSelcet
  229. //
  230. this.btnSelcet.BackColor = System.Drawing.Color.Transparent;
  231. this.btnSelcet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelcet.BackImg")));
  232. this.btnSelcet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  233. this.btnSelcet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  234. this.btnSelcet.ForeColor = System.Drawing.Color.White;
  235. this.btnSelcet.IsCustomBackImg = false;
  236. this.btnSelcet.IsShowText = true;
  237. this.btnSelcet.Location = new System.Drawing.Point(254, 17);
  238. this.btnSelcet.Name = "btnSelcet";
  239. this.btnSelcet.Size = new System.Drawing.Size(60, 26);
  240. this.btnSelcet.TabIndex = 57;
  241. this.btnSelcet.Text = "查询";
  242. this.btnSelcet.UseVisualStyleBackColor = false;
  243. //
  244. // btnExport
  245. //
  246. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  247. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  248. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  249. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  250. this.btnExport.ForeColor = System.Drawing.Color.White;
  251. this.btnExport.IsCustomBackImg = false;
  252. this.btnExport.IsShowText = true;
  253. this.btnExport.Location = new System.Drawing.Point(466, 17);
  254. this.btnExport.Name = "btnExport";
  255. this.btnExport.Size = new System.Drawing.Size(68, 26);
  256. this.btnExport.TabIndex = 55;
  257. this.btnExport.Text = "导 出";
  258. this.btnExport.UseVisualStyleBackColor = false;
  259. //
  260. // btnOk
  261. //
  262. this.btnOk.BackColor = System.Drawing.Color.Transparent;
  263. this.btnOk.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnOk.BackImg")));
  264. this.btnOk.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  265. this.btnOk.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  266. this.btnOk.ForeColor = System.Drawing.Color.White;
  267. this.btnOk.IsCustomBackImg = false;
  268. this.btnOk.IsShowText = true;
  269. this.btnOk.Location = new System.Drawing.Point(394, 17);
  270. this.btnOk.Name = "btnOk";
  271. this.btnOk.Size = new System.Drawing.Size(68, 26);
  272. this.btnOk.TabIndex = 55;
  273. this.btnOk.Text = "确 定";
  274. this.btnOk.UseVisualStyleBackColor = false;
  275. //
  276. // labelEx5
  277. //
  278. this.labelEx5.AutoSize = true;
  279. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  280. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  281. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  282. this.labelEx5.Location = new System.Drawing.Point(4, 21);
  283. this.labelEx5.Name = "labelEx5";
  284. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  285. this.labelEx5.TabIndex = 53;
  286. this.labelEx5.Text = "关键字";
  287. //
  288. // panelEx3
  289. //
  290. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  291. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  292. this.panelEx3.BorderWidth = 1;
  293. this.panelEx3.Controls.Add(this.dgvCustomerList);
  294. this.panelEx3.Controls.Add(this.ucPagerEx1);
  295. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
  296. this.panelEx3.Location = new System.Drawing.Point(5, 65);
  297. this.panelEx3.Name = "panelEx3";
  298. this.panelEx3.Size = new System.Drawing.Size(900, 475);
  299. this.panelEx3.TabIndex = 58;
  300. //
  301. // dgvCustomerList
  302. //
  303. this.dgvCustomerList.AllowUserToAddRows = false;
  304. this.dgvCustomerList.AllowUserToDeleteRows = false;
  305. this.dgvCustomerList.AllowUserToResizeRows = false;
  306. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  307. this.dgvCustomerList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  308. this.dgvCustomerList.BackgroundColor = System.Drawing.Color.White;
  309. this.dgvCustomerList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  310. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  311. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  312. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  314. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  315. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  316. this.dgvCustomerList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  317. this.dgvCustomerList.ColumnHeadersHeight = 24;
  318. this.dgvCustomerList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  319. this.dgvCustomerList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  320. this.Ord_Number,
  321. this.Ord_Type_CH,
  322. this.Cus_Name,
  323. this.Cus_Telephone,
  324. this.Cus_Sex_cs,
  325. this.Cus_Region,
  326. this.GregorianCalendar_Birthday,
  327. this.Age_String,
  328. this.Age_Day,
  329. this.GregorianCalendar_DayForMarriage,
  330. this.Ord_PhotographyCategory,
  331. this.Ord_SeriesName,
  332. this.Ord_SeriesPrice,
  333. this.yingFuPrice,
  334. this.Ord_OrderClass,
  335. this.Ord_CustomerSource,
  336. this.Ord_CreateDateTime});
  337. this.dgvCustomerList.ContextMenuStrip = this.contextMenuStripEx1;
  338. this.dgvCustomerList.Dock = System.Windows.Forms.DockStyle.Fill;
  339. this.dgvCustomerList.EnableHeadersVisualStyles = false;
  340. this.dgvCustomerList.EraseCell = false;
  341. this.dgvCustomerList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  342. this.dgvCustomerList.GridViewUniquelyIdentify = "_dgvCustomerList_dgvCustomerList_dgvCustomerList_dgvCustomerList_dgvCustomerList_" +
  343. "dgvCustomerList_dgvCustomerList";
  344. this.dgvCustomerList.IsCompleteBonding = false;
  345. this.dgvCustomerList.IsCopyCellValue = true;
  346. this.dgvCustomerList.Location = new System.Drawing.Point(0, 0);
  347. this.dgvCustomerList.Name = "dgvCustomerList";
  348. this.dgvCustomerList.RowHeadersVisible = false;
  349. this.dgvCustomerList.RowTemplate.Height = 23;
  350. this.dgvCustomerList.RowTemplate.ReadOnly = true;
  351. this.dgvCustomerList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  352. this.dgvCustomerList.Size = new System.Drawing.Size(900, 445);
  353. this.dgvCustomerList.TabIndex = 227;
  354. //
  355. // Ord_Number
  356. //
  357. this.Ord_Number.HeaderText = "订单号";
  358. this.Ord_Number.Name = "Ord_Number";
  359. this.Ord_Number.ReadOnly = true;
  360. this.Ord_Number.Width = 120;
  361. //
  362. // Ord_Type_CH
  363. //
  364. this.Ord_Type_CH.HeaderText = "客户类型";
  365. this.Ord_Type_CH.Name = "Ord_Type_CH";
  366. this.Ord_Type_CH.ReadOnly = true;
  367. this.Ord_Type_CH.Width = 120;
  368. //
  369. // Cus_Name
  370. //
  371. this.Cus_Name.HeaderText = "客户名称";
  372. this.Cus_Name.Name = "Cus_Name";
  373. this.Cus_Name.ReadOnly = true;
  374. this.Cus_Name.Width = 120;
  375. //
  376. // Cus_Telephone
  377. //
  378. this.Cus_Telephone.HeaderText = "客户电话";
  379. this.Cus_Telephone.Name = "Cus_Telephone";
  380. this.Cus_Telephone.ReadOnly = true;
  381. this.Cus_Telephone.Width = 120;
  382. //
  383. // Cus_Sex_cs
  384. //
  385. this.Cus_Sex_cs.HeaderText = "性别";
  386. this.Cus_Sex_cs.Name = "Cus_Sex_cs";
  387. this.Cus_Sex_cs.ReadOnly = true;
  388. //
  389. // Cus_Region
  390. //
  391. this.Cus_Region.HeaderText = "地区";
  392. this.Cus_Region.Name = "Cus_Region";
  393. this.Cus_Region.ReadOnly = true;
  394. //
  395. // GregorianCalendar_Birthday
  396. //
  397. this.GregorianCalendar_Birthday.HeaderText = "生日(公历)";
  398. this.GregorianCalendar_Birthday.Name = "GregorianCalendar_Birthday";
  399. this.GregorianCalendar_Birthday.ReadOnly = true;
  400. this.GregorianCalendar_Birthday.Width = 120;
  401. //
  402. // Age_String
  403. //
  404. this.Age_String.HeaderText = "年龄";
  405. this.Age_String.Name = "Age_String";
  406. this.Age_String.ReadOnly = true;
  407. //
  408. // Age_Day
  409. //
  410. this.Age_Day.HeaderText = "成长天数";
  411. this.Age_Day.Name = "Age_Day";
  412. this.Age_Day.ReadOnly = true;
  413. //
  414. // GregorianCalendar_DayForMarriage
  415. //
  416. this.GregorianCalendar_DayForMarriage.HeaderText = "婚期(公历)";
  417. this.GregorianCalendar_DayForMarriage.Name = "GregorianCalendar_DayForMarriage";
  418. this.GregorianCalendar_DayForMarriage.ReadOnly = true;
  419. this.GregorianCalendar_DayForMarriage.Width = 120;
  420. //
  421. // Ord_PhotographyCategory
  422. //
  423. this.Ord_PhotographyCategory.HeaderText = "套系类别";
  424. this.Ord_PhotographyCategory.Name = "Ord_PhotographyCategory";
  425. this.Ord_PhotographyCategory.ReadOnly = true;
  426. this.Ord_PhotographyCategory.Width = 120;
  427. //
  428. // Ord_SeriesName
  429. //
  430. this.Ord_SeriesName.HeaderText = "套系名称";
  431. this.Ord_SeriesName.Name = "Ord_SeriesName";
  432. this.Ord_SeriesName.ReadOnly = true;
  433. this.Ord_SeriesName.Width = 120;
  434. //
  435. // Ord_SeriesPrice
  436. //
  437. this.Ord_SeriesPrice.HeaderText = "套系价格";
  438. this.Ord_SeriesPrice.Name = "Ord_SeriesPrice";
  439. this.Ord_SeriesPrice.ReadOnly = true;
  440. //
  441. // yingFuPrice
  442. //
  443. this.yingFuPrice.HeaderText = "消费总额";
  444. this.yingFuPrice.Name = "yingFuPrice";
  445. this.yingFuPrice.ReadOnly = true;
  446. this.yingFuPrice.Width = 120;
  447. //
  448. // Ord_OrderClass
  449. //
  450. this.Ord_OrderClass.HeaderText = "订单类型";
  451. this.Ord_OrderClass.Name = "Ord_OrderClass";
  452. this.Ord_OrderClass.ReadOnly = true;
  453. this.Ord_OrderClass.Width = 120;
  454. //
  455. // Ord_CustomerSource
  456. //
  457. this.Ord_CustomerSource.HeaderText = "客户来源";
  458. this.Ord_CustomerSource.Name = "Ord_CustomerSource";
  459. //
  460. // Ord_CreateDateTime
  461. //
  462. this.Ord_CreateDateTime.HeaderText = "订单时间";
  463. this.Ord_CreateDateTime.Name = "Ord_CreateDateTime";
  464. this.Ord_CreateDateTime.ReadOnly = true;
  465. this.Ord_CreateDateTime.Width = 120;
  466. //
  467. // contextMenuStripEx1
  468. //
  469. this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  470. this.tlsAddSelect,
  471. this.toolStripSeparator1,
  472. this.tlsAllSelect,
  473. this.tlsFangSelect});
  474. this.contextMenuStripEx1.Name = "contextMenuStripEx1";
  475. this.contextMenuStripEx1.Size = new System.Drawing.Size(185, 76);
  476. //
  477. // tlsAddSelect
  478. //
  479. this.tlsAddSelect.Name = "tlsAddSelect";
  480. this.tlsAddSelect.Size = new System.Drawing.Size(184, 22);
  481. this.tlsAddSelect.Text = "添加当前选择的客户";
  482. //
  483. // toolStripSeparator1
  484. //
  485. this.toolStripSeparator1.Name = "toolStripSeparator1";
  486. this.toolStripSeparator1.Size = new System.Drawing.Size(181, 6);
  487. //
  488. // tlsAllSelect
  489. //
  490. this.tlsAllSelect.Name = "tlsAllSelect";
  491. this.tlsAllSelect.Size = new System.Drawing.Size(184, 22);
  492. this.tlsAllSelect.Text = "全选";
  493. //
  494. // tlsFangSelect
  495. //
  496. this.tlsFangSelect.Name = "tlsFangSelect";
  497. this.tlsFangSelect.Size = new System.Drawing.Size(184, 22);
  498. this.tlsFangSelect.Text = "反选";
  499. //
  500. // ucPagerEx1
  501. //
  502. this.ucPagerEx1.CurrentPageCount = 0;
  503. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  504. this.ucPagerEx1.Location = new System.Drawing.Point(0, 445);
  505. this.ucPagerEx1.Name = "ucPagerEx1";
  506. this.ucPagerEx1.NMax = 0;
  507. this.ucPagerEx1.PageCount = 0;
  508. this.ucPagerEx1.PageCurrent = 1;
  509. this.ucPagerEx1.PageSize = 20;
  510. this.ucPagerEx1.Size = new System.Drawing.Size(900, 30);
  511. this.ucPagerEx1.TabIndex = 226;
  512. this.ucPagerEx1.TbDataSource = null;
  513. //
  514. // cbxStoreList
  515. //
  516. this.cbxStoreList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  517. this.cbxStoreList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.cbxStoreList.FormattingEnabled = true;
  519. this.cbxStoreList.Location = new System.Drawing.Point(540, 17);
  520. this.cbxStoreList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
  521. this.cbxStoreList.Name = "cbxStoreList";
  522. this.cbxStoreList.Size = new System.Drawing.Size(149, 25);
  523. this.cbxStoreList.TabIndex = 230;
  524. this.cbxStoreList.Visible = false;
  525. //
  526. // FrmScreening
  527. //
  528. this.AcceptButton = this.btnSelcet;
  529. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  530. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  531. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  532. this.ClientSize = new System.Drawing.Size(910, 610);
  533. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  534. this.MinimumSize = new System.Drawing.Size(910, 610);
  535. this.Name = "FrmScreening";
  536. this.Text = "筛选客户";
  537. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  538. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  539. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  540. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  541. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  542. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  543. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  544. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  545. this.plExMainContainer.ResumeLayout(false);
  546. this.plFormMainContent.ResumeLayout(false);
  547. this.panelEx2.ResumeLayout(false);
  548. this.panelEx2.PerformLayout();
  549. this.plCurrentQuerySex.ResumeLayout(false);
  550. this.plCurrentQuerySex.PerformLayout();
  551. this.panelEx3.ResumeLayout(false);
  552. ((System.ComponentModel.ISupportInitialize)(this.dgvCustomerList)).EndInit();
  553. this.contextMenuStripEx1.ResumeLayout(false);
  554. this.ResumeLayout(false);
  555. }
  556. #endregion
  557. private ComponentLibrary.PanelEx panelEx2;
  558. private ComponentLibrary.LabelEx labelEx5;
  559. protected ComponentLibrary.ButtonEx btnSelcet;
  560. protected ComponentLibrary.ButtonEx btnOk;
  561. private ComponentLibrary.PanelEx panelEx3;
  562. protected ComponentLibrary.ButtonEx btnHightSelect;
  563. protected UCPager.ucPagerEx ucPagerEx1;
  564. protected internal ComponentLibrary.DataGridViewEx dgvCustomerList;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Number;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_Type_CH;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Sex_cs;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Region;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn GregorianCalendar_Birthday;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn Age_String;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn Age_Day;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn GregorianCalendar_DayForMarriage;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_PhotographyCategory;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesName;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_SeriesPrice;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn yingFuPrice;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_OrderClass;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CustomerSource;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn Ord_CreateDateTime;
  582. protected internal ComponentLibrary.TextBoxEx txtKeyWords;
  583. protected internal ComponentLibrary.RadioButtonEx rdoAll;
  584. protected internal ComponentLibrary.RadioButtonEx rdoWoman;
  585. protected internal ComponentLibrary.RadioButtonEx rdoMan;
  586. protected internal ComponentLibrary.ComboBoxEx cmbCustomerType;
  587. protected internal ComponentLibrary.PanelEx plCurrentQuerySex;
  588. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  589. protected internal ComponentLibrary.ContextMenuStripEx contextMenuStripEx1;
  590. protected internal System.Windows.Forms.ToolStripMenuItem tlsAddSelect;
  591. protected internal System.Windows.Forms.ToolStripMenuItem tlsAllSelect;
  592. protected internal System.Windows.Forms.ToolStripMenuItem tlsFangSelect;
  593. protected ComponentLibrary.ButtonEx btnExport;
  594. protected System.Windows.Forms.ComboBox cbxStoreList;
  595. }
  596. }