FrmSMSProcess.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  1. namespace LYFZ.Software.UI.SMSManagement
  2. {
  3. partial class FrmSMSProcess
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSMSProcess));
  31. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvOrderProcessCustomer = new LYFZ.ComponentLibrary.DataGridViewEx();
  33. this.订单号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.摄影名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.订单类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.客户姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.客户性别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.客户电话 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.拍照状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.初修状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.选片状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.设计状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.看设计状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.齐件状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.取件状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.预约日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.拍照时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.初修时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.选片时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.设计时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.看设计时间 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.取件日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.齐件日期 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.接单人 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.套系名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.套系价格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  59. this.cbxBindOK = new LYFZ.ComponentLibrary.CheckBoxEx();
  60. this.cbxHideOK = new LYFZ.ComponentLibrary.CheckBoxEx();
  61. this.txtKeyWords = new LYFZ.ComponentLibrary.TextBoxEx();
  62. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.cmbCustomerType = new LYFZ.ComponentLibrary.ComboBoxEx();
  64. this.btnNotPickup = new LYFZ.ComponentLibrary.ButtonEx();
  65. this.btnNotShoot = new LYFZ.ComponentLibrary.ButtonEx();
  66. this.btnNotDesign = new LYFZ.ComponentLibrary.ButtonEx();
  67. this.btnNotSelectionFilms = new LYFZ.ComponentLibrary.ButtonEx();
  68. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  69. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  70. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  71. this.btnSmsSend = new LYFZ.ComponentLibrary.ButtonEx();
  72. this.btnSendMicroMessage = new LYFZ.ComponentLibrary.ButtonEx();
  73. this.cbxStoreList = new System.Windows.Forms.ComboBox();
  74. this.plExMainContainer.SuspendLayout();
  75. this.plFormMainContent.SuspendLayout();
  76. this.panelEx2.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderProcessCustomer)).BeginInit();
  78. this.panelEx1.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // plExMainContainer
  82. //
  83. this.plExMainContainer.Controls.Add(this.panelEx2);
  84. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  85. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  86. this.plExMainContainer.Size = new System.Drawing.Size(1024, 505);
  87. //
  88. // plFormMainContent
  89. //
  90. this.plFormMainContent.Controls.Add(this.btnSmsSend);
  91. this.plFormMainContent.Controls.Add(this.btnSendMicroMessage);
  92. this.plFormMainContent.Controls.Add(this.btnClose);
  93. this.plFormMainContent.Size = new System.Drawing.Size(1024, 545);
  94. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  95. this.plFormMainContent.Controls.SetChildIndex(this.btnClose, 0);
  96. this.plFormMainContent.Controls.SetChildIndex(this.btnSendMicroMessage, 0);
  97. this.plFormMainContent.Controls.SetChildIndex(this.btnSmsSend, 0);
  98. //
  99. // btnAppFormMaximize
  100. //
  101. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  102. this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
  103. //
  104. // btnAppFormExit
  105. //
  106. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  107. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  108. //
  109. // btnAppFormMinimize
  110. //
  111. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  112. this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
  113. //
  114. // panelEx2
  115. //
  116. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  117. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  118. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  119. this.panelEx2.BorderWidth = 1;
  120. this.panelEx2.Controls.Add(this.dgvOrderProcessCustomer);
  121. this.panelEx2.Controls.Add(this.panelEx1);
  122. this.panelEx2.Controls.Add(this.ucPagerEx1);
  123. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  125. this.panelEx2.Name = "panelEx2";
  126. this.panelEx2.Size = new System.Drawing.Size(1018, 499);
  127. this.panelEx2.TabIndex = 194;
  128. //
  129. // dgvOrderProcessCustomer
  130. //
  131. this.dgvOrderProcessCustomer.AllowUserToAddRows = false;
  132. this.dgvOrderProcessCustomer.AllowUserToDeleteRows = false;
  133. this.dgvOrderProcessCustomer.AllowUserToResizeRows = false;
  134. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  135. this.dgvOrderProcessCustomer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  136. this.dgvOrderProcessCustomer.BackgroundColor = System.Drawing.Color.White;
  137. this.dgvOrderProcessCustomer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  138. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  139. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  140. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  142. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  143. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  144. this.dgvOrderProcessCustomer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  145. this.dgvOrderProcessCustomer.ColumnHeadersHeight = 32;
  146. this.dgvOrderProcessCustomer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  147. this.dgvOrderProcessCustomer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  148. this.订单号,
  149. this.摄影名称,
  150. this.订单类型,
  151. this.客户姓名,
  152. this.客户性别,
  153. this.客户电话,
  154. this.Column1,
  155. this.拍照状态,
  156. this.初修状态,
  157. this.选片状态,
  158. this.设计状态,
  159. this.看设计状态,
  160. this.齐件状态,
  161. this.取件状态,
  162. this.预约日期,
  163. this.拍照时间,
  164. this.初修时间,
  165. this.选片时间,
  166. this.设计时间,
  167. this.看设计时间,
  168. this.取件日期,
  169. this.齐件日期,
  170. this.接单人,
  171. this.套系名称,
  172. this.套系价格});
  173. this.dgvOrderProcessCustomer.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.dgvOrderProcessCustomer.EnableHeadersVisualStyles = false;
  175. this.dgvOrderProcessCustomer.EraseCell = false;
  176. this.dgvOrderProcessCustomer.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  177. this.dgvOrderProcessCustomer.GridViewUniquelyIdentify = resources.GetString("dgvOrderProcessCustomer.GridViewUniquelyIdentify");
  178. this.dgvOrderProcessCustomer.IsCompleteBonding = false;
  179. this.dgvOrderProcessCustomer.IsCopyCellValue = true;
  180. this.dgvOrderProcessCustomer.Location = new System.Drawing.Point(0, 47);
  181. this.dgvOrderProcessCustomer.Name = "dgvOrderProcessCustomer";
  182. this.dgvOrderProcessCustomer.RowHeadersVisible = false;
  183. this.dgvOrderProcessCustomer.RowTemplate.Height = 23;
  184. this.dgvOrderProcessCustomer.RowTemplate.ReadOnly = true;
  185. this.dgvOrderProcessCustomer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  186. this.dgvOrderProcessCustomer.Size = new System.Drawing.Size(1016, 420);
  187. this.dgvOrderProcessCustomer.TabIndex = 210;
  188. //
  189. // 订单号
  190. //
  191. this.订单号.HeaderText = "订单号";
  192. this.订单号.Name = "订单号";
  193. this.订单号.ReadOnly = true;
  194. this.订单号.Width = 120;
  195. //
  196. // 摄影名称
  197. //
  198. this.摄影名称.HeaderText = "摄影名称";
  199. this.摄影名称.Name = "摄影名称";
  200. this.摄影名称.ReadOnly = true;
  201. this.摄影名称.Width = 160;
  202. //
  203. // 订单类型
  204. //
  205. this.订单类型.HeaderText = "客户类型";
  206. this.订单类型.Name = "订单类型";
  207. this.订单类型.ReadOnly = true;
  208. this.订单类型.Width = 120;
  209. //
  210. // 客户姓名
  211. //
  212. this.客户姓名.HeaderText = "客户姓名";
  213. this.客户姓名.Name = "客户姓名";
  214. this.客户姓名.ReadOnly = true;
  215. this.客户姓名.Width = 120;
  216. //
  217. // 客户性别
  218. //
  219. this.客户性别.HeaderText = "客户性别";
  220. this.客户性别.Name = "客户性别";
  221. this.客户性别.ReadOnly = true;
  222. this.客户性别.Width = 120;
  223. //
  224. // 客户电话
  225. //
  226. this.客户电话.HeaderText = "客户电话";
  227. this.客户电话.Name = "客户电话";
  228. this.客户电话.ReadOnly = true;
  229. this.客户电话.Width = 160;
  230. //
  231. // Column1
  232. //
  233. this.Column1.HeaderText = "是否绑定微信";
  234. this.Column1.Name = "Column1";
  235. this.Column1.ReadOnly = true;
  236. //
  237. // 拍照状态
  238. //
  239. this.拍照状态.HeaderText = "拍照状态";
  240. this.拍照状态.Name = "拍照状态";
  241. this.拍照状态.ReadOnly = true;
  242. //
  243. // 初修状态
  244. //
  245. this.初修状态.HeaderText = "初修状态";
  246. this.初修状态.Name = "初修状态";
  247. this.初修状态.ReadOnly = true;
  248. //
  249. // 选片状态
  250. //
  251. this.选片状态.HeaderText = "选片状态";
  252. this.选片状态.Name = "选片状态";
  253. this.选片状态.ReadOnly = true;
  254. //
  255. // 设计状态
  256. //
  257. this.设计状态.HeaderText = "设计状态";
  258. this.设计状态.Name = "设计状态";
  259. this.设计状态.ReadOnly = true;
  260. //
  261. // 看设计状态
  262. //
  263. this.看设计状态.HeaderText = "看设计状态";
  264. this.看设计状态.Name = "看设计状态";
  265. this.看设计状态.ReadOnly = true;
  266. //
  267. // 齐件状态
  268. //
  269. this.齐件状态.HeaderText = "是否完件";
  270. this.齐件状态.Name = "齐件状态";
  271. this.齐件状态.ReadOnly = true;
  272. //
  273. // 取件状态
  274. //
  275. this.取件状态.HeaderText = "取件状态";
  276. this.取件状态.Name = "取件状态";
  277. this.取件状态.ReadOnly = true;
  278. //
  279. // 预约日期
  280. //
  281. this.预约日期.HeaderText = "预约日期";
  282. this.预约日期.Name = "预约日期";
  283. this.预约日期.ReadOnly = true;
  284. this.预约日期.Width = 120;
  285. //
  286. // 拍照时间
  287. //
  288. this.拍照时间.HeaderText = "拍照时间";
  289. this.拍照时间.Name = "拍照时间";
  290. this.拍照时间.ReadOnly = true;
  291. this.拍照时间.Width = 120;
  292. //
  293. // 初修时间
  294. //
  295. this.初修时间.HeaderText = "初修时间";
  296. this.初修时间.Name = "初修时间";
  297. this.初修时间.ReadOnly = true;
  298. this.初修时间.Width = 120;
  299. //
  300. // 选片时间
  301. //
  302. this.选片时间.HeaderText = "选片时间";
  303. this.选片时间.Name = "选片时间";
  304. this.选片时间.ReadOnly = true;
  305. this.选片时间.Width = 120;
  306. //
  307. // 设计时间
  308. //
  309. this.设计时间.HeaderText = "设计时间";
  310. this.设计时间.Name = "设计时间";
  311. this.设计时间.ReadOnly = true;
  312. this.设计时间.Width = 120;
  313. //
  314. // 看设计时间
  315. //
  316. this.看设计时间.HeaderText = "看设计时间";
  317. this.看设计时间.Name = "看设计时间";
  318. this.看设计时间.ReadOnly = true;
  319. this.看设计时间.Width = 120;
  320. //
  321. // 取件日期
  322. //
  323. this.取件日期.HeaderText = "取件日期";
  324. this.取件日期.Name = "取件日期";
  325. this.取件日期.ReadOnly = true;
  326. this.取件日期.Width = 120;
  327. //
  328. // 齐件日期
  329. //
  330. this.齐件日期.HeaderText = "完件日期";
  331. this.齐件日期.Name = "齐件日期";
  332. this.齐件日期.ReadOnly = true;
  333. this.齐件日期.Width = 120;
  334. //
  335. // 接单人
  336. //
  337. this.接单人.HeaderText = "接单人";
  338. this.接单人.Name = "接单人";
  339. this.接单人.ReadOnly = true;
  340. //
  341. // 套系名称
  342. //
  343. this.套系名称.HeaderText = "套系名称";
  344. this.套系名称.Name = "套系名称";
  345. this.套系名称.ReadOnly = true;
  346. this.套系名称.Width = 120;
  347. //
  348. // 套系价格
  349. //
  350. this.套系价格.HeaderText = "套系价格";
  351. this.套系价格.Name = "套系价格";
  352. this.套系价格.ReadOnly = true;
  353. this.套系价格.Width = 120;
  354. //
  355. // panelEx1
  356. //
  357. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  358. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  359. this.panelEx1.BorderWidth = 0;
  360. this.panelEx1.Controls.Add(this.cbxStoreList);
  361. this.panelEx1.Controls.Add(this.cbxBindOK);
  362. this.panelEx1.Controls.Add(this.cbxHideOK);
  363. this.panelEx1.Controls.Add(this.txtKeyWords);
  364. this.panelEx1.Controls.Add(this.labelEx5);
  365. this.panelEx1.Controls.Add(this.cmbCustomerType);
  366. this.panelEx1.Controls.Add(this.btnNotPickup);
  367. this.panelEx1.Controls.Add(this.btnNotShoot);
  368. this.panelEx1.Controls.Add(this.btnNotDesign);
  369. this.panelEx1.Controls.Add(this.btnNotSelectionFilms);
  370. this.panelEx1.Controls.Add(this.btnSelect);
  371. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  372. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  373. this.panelEx1.Margin = new System.Windows.Forms.Padding(0, 0, 0, 5);
  374. this.panelEx1.Name = "panelEx1";
  375. this.panelEx1.Size = new System.Drawing.Size(1016, 47);
  376. this.panelEx1.TabIndex = 209;
  377. //
  378. // cbxBindOK
  379. //
  380. this.cbxBindOK.AutoSize = true;
  381. this.cbxBindOK.BackColor = System.Drawing.Color.Transparent;
  382. this.cbxBindOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  383. this.cbxBindOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  384. this.cbxBindOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  385. this.cbxBindOK.Fourstates = false;
  386. this.cbxBindOK.IsGreenTick = false;
  387. this.cbxBindOK.Location = new System.Drawing.Point(855, 11);
  388. this.cbxBindOK.Name = "cbxBindOK";
  389. this.cbxBindOK.Size = new System.Drawing.Size(123, 21);
  390. this.cbxBindOK.TabIndex = 233;
  391. this.cbxBindOK.Text = "仅已绑定微信客户";
  392. this.cbxBindOK.UseVisualStyleBackColor = false;
  393. //
  394. // cbxHideOK
  395. //
  396. this.cbxHideOK.AutoSize = true;
  397. this.cbxHideOK.BackColor = System.Drawing.Color.Transparent;
  398. this.cbxHideOK.Checked = true;
  399. this.cbxHideOK.CheckState = System.Windows.Forms.CheckState.Checked;
  400. this.cbxHideOK.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  401. this.cbxHideOK.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  402. this.cbxHideOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  403. this.cbxHideOK.Fourstates = false;
  404. this.cbxHideOK.IsGreenTick = false;
  405. this.cbxHideOK.Location = new System.Drawing.Point(981, 11);
  406. this.cbxHideOK.Name = "cbxHideOK";
  407. this.cbxHideOK.Size = new System.Drawing.Size(87, 21);
  408. this.cbxHideOK.TabIndex = 233;
  409. this.cbxHideOK.Text = "隐藏已取件";
  410. this.cbxHideOK.UseVisualStyleBackColor = false;
  411. //
  412. // txtKeyWords
  413. //
  414. this.txtKeyWords.BackColor = System.Drawing.Color.Transparent;
  415. this.txtKeyWords.Icon = null;
  416. this.txtKeyWords.IconIsButton = false;
  417. this.txtKeyWords.IsPasswordChat = '\0';
  418. this.txtKeyWords.IsSystemPasswordChar = false;
  419. this.txtKeyWords.Lines = new string[0];
  420. this.txtKeyWords.Location = new System.Drawing.Point(50, 8);
  421. this.txtKeyWords.Margin = new System.Windows.Forms.Padding(0);
  422. this.txtKeyWords.MaxLength = 32767;
  423. this.txtKeyWords.MinimumSize = new System.Drawing.Size(0, 26);
  424. this.txtKeyWords.MouseBack = null;
  425. this.txtKeyWords.Multiline = false;
  426. this.txtKeyWords.Name = "txtKeyWords";
  427. this.txtKeyWords.NormlBack = null;
  428. this.txtKeyWords.Padding = new System.Windows.Forms.Padding(5);
  429. this.txtKeyWords.ReadOnly = false;
  430. this.txtKeyWords.ScrollBars = System.Windows.Forms.ScrollBars.None;
  431. this.txtKeyWords.Size = new System.Drawing.Size(124, 26);
  432. this.txtKeyWords.TabIndex = 232;
  433. this.txtKeyWords.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  434. this.txtKeyWords.WaterColor = System.Drawing.Color.DarkGray;
  435. this.txtKeyWords.WaterText = "单号、姓名、手机号";
  436. this.txtKeyWords.WordWrap = true;
  437. //
  438. // labelEx5
  439. //
  440. this.labelEx5.AutoSize = true;
  441. this.labelEx5.BackColor = System.Drawing.Color.Transparent;
  442. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  443. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  444. this.labelEx5.Location = new System.Drawing.Point(3, 13);
  445. this.labelEx5.Name = "labelEx5";
  446. this.labelEx5.Size = new System.Drawing.Size(44, 17);
  447. this.labelEx5.TabIndex = 231;
  448. this.labelEx5.Text = "关键字";
  449. //
  450. // cmbCustomerType
  451. //
  452. this.cmbCustomerType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  453. this.cmbCustomerType.BackColor = System.Drawing.Color.White;
  454. this.cmbCustomerType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  455. this.cmbCustomerType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  456. this.cmbCustomerType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.cmbCustomerType.FormattingEnabled = true;
  458. this.cmbCustomerType.IsCustomColor = false;
  459. this.cmbCustomerType.Location = new System.Drawing.Point(177, 9);
  460. this.cmbCustomerType.Name = "cmbCustomerType";
  461. this.cmbCustomerType.ReadOnly = true;
  462. this.cmbCustomerType.Size = new System.Drawing.Size(105, 25);
  463. this.cmbCustomerType.TabIndex = 230;
  464. //
  465. // btnNotPickup
  466. //
  467. this.btnNotPickup.BackColor = System.Drawing.Color.Transparent;
  468. this.btnNotPickup.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotPickup.BackImg")));
  469. this.btnNotPickup.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  470. this.btnNotPickup.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  471. this.btnNotPickup.ForeColor = System.Drawing.Color.White;
  472. this.btnNotPickup.IsCustomBackImg = false;
  473. this.btnNotPickup.IsShowText = true;
  474. this.btnNotPickup.Location = new System.Drawing.Point(612, 8);
  475. this.btnNotPickup.Name = "btnNotPickup";
  476. this.btnNotPickup.Size = new System.Drawing.Size(75, 26);
  477. this.btnNotPickup.TabIndex = 202;
  478. this.btnNotPickup.Text = "已完成未取";
  479. this.btnNotPickup.UseVisualStyleBackColor = false;
  480. //
  481. // btnNotShoot
  482. //
  483. this.btnNotShoot.BackColor = System.Drawing.Color.Transparent;
  484. this.btnNotShoot.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotShoot.BackImg")));
  485. this.btnNotShoot.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  486. this.btnNotShoot.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  487. this.btnNotShoot.ForeColor = System.Drawing.Color.White;
  488. this.btnNotShoot.IsCustomBackImg = false;
  489. this.btnNotShoot.IsShowText = true;
  490. this.btnNotShoot.Location = new System.Drawing.Point(355, 8);
  491. this.btnNotShoot.Name = "btnNotShoot";
  492. this.btnNotShoot.Size = new System.Drawing.Size(77, 26);
  493. this.btnNotShoot.TabIndex = 198;
  494. this.btnNotShoot.Text = "已订未拍";
  495. this.btnNotShoot.UseVisualStyleBackColor = false;
  496. //
  497. // btnNotDesign
  498. //
  499. this.btnNotDesign.BackColor = System.Drawing.Color.Transparent;
  500. this.btnNotDesign.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotDesign.BackImg")));
  501. this.btnNotDesign.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  502. this.btnNotDesign.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  503. this.btnNotDesign.ForeColor = System.Drawing.Color.White;
  504. this.btnNotDesign.IsCustomBackImg = false;
  505. this.btnNotDesign.IsShowText = true;
  506. this.btnNotDesign.Location = new System.Drawing.Point(517, 8);
  507. this.btnNotDesign.Name = "btnNotDesign";
  508. this.btnNotDesign.Size = new System.Drawing.Size(91, 26);
  509. this.btnNotDesign.TabIndex = 200;
  510. this.btnNotDesign.Text = "已设计未看";
  511. this.btnNotDesign.UseVisualStyleBackColor = false;
  512. //
  513. // btnNotSelectionFilms
  514. //
  515. this.btnNotSelectionFilms.BackColor = System.Drawing.Color.Transparent;
  516. this.btnNotSelectionFilms.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnNotSelectionFilms.BackImg")));
  517. this.btnNotSelectionFilms.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  518. this.btnNotSelectionFilms.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  519. this.btnNotSelectionFilms.ForeColor = System.Drawing.Color.White;
  520. this.btnNotSelectionFilms.IsCustomBackImg = false;
  521. this.btnNotSelectionFilms.IsShowText = true;
  522. this.btnNotSelectionFilms.Location = new System.Drawing.Point(436, 8);
  523. this.btnNotSelectionFilms.Name = "btnNotSelectionFilms";
  524. this.btnNotSelectionFilms.Size = new System.Drawing.Size(77, 26);
  525. this.btnNotSelectionFilms.TabIndex = 201;
  526. this.btnNotSelectionFilms.Text = "已拍未选";
  527. this.btnNotSelectionFilms.UseVisualStyleBackColor = false;
  528. //
  529. // btnSelect
  530. //
  531. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  532. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  533. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  534. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  535. this.btnSelect.ForeColor = System.Drawing.Color.White;
  536. this.btnSelect.IsCustomBackImg = false;
  537. this.btnSelect.IsShowText = true;
  538. this.btnSelect.Location = new System.Drawing.Point(289, 8);
  539. this.btnSelect.Name = "btnSelect";
  540. this.btnSelect.Size = new System.Drawing.Size(62, 26);
  541. this.btnSelect.TabIndex = 203;
  542. this.btnSelect.Text = "查询";
  543. this.btnSelect.UseVisualStyleBackColor = false;
  544. //
  545. // ucPagerEx1
  546. //
  547. this.ucPagerEx1.CurrentPageCount = 0;
  548. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  549. this.ucPagerEx1.Location = new System.Drawing.Point(0, 467);
  550. this.ucPagerEx1.Name = "ucPagerEx1";
  551. this.ucPagerEx1.NMax = 0;
  552. this.ucPagerEx1.PageCount = 0;
  553. this.ucPagerEx1.PageCurrent = 1;
  554. this.ucPagerEx1.PageSize = 20;
  555. this.ucPagerEx1.Size = new System.Drawing.Size(1016, 30);
  556. this.ucPagerEx1.TabIndex = 208;
  557. this.ucPagerEx1.TbDataSource = null;
  558. //
  559. // btnClose
  560. //
  561. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  562. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  563. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  564. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  565. this.btnClose.ForeColor = System.Drawing.Color.White;
  566. this.btnClose.IsCustomBackImg = false;
  567. this.btnClose.IsShowText = true;
  568. this.btnClose.Location = new System.Drawing.Point(529, 11);
  569. this.btnClose.Name = "btnClose";
  570. this.btnClose.Size = new System.Drawing.Size(74, 26);
  571. this.btnClose.TabIndex = 206;
  572. this.btnClose.Text = "关闭";
  573. this.btnClose.UseVisualStyleBackColor = false;
  574. //
  575. // btnSmsSend
  576. //
  577. this.btnSmsSend.BackColor = System.Drawing.Color.Transparent;
  578. this.btnSmsSend.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSmsSend.BackImg")));
  579. this.btnSmsSend.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  580. this.btnSmsSend.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  581. this.btnSmsSend.ForeColor = System.Drawing.Color.White;
  582. this.btnSmsSend.IsCustomBackImg = false;
  583. this.btnSmsSend.IsShowText = true;
  584. this.btnSmsSend.Location = new System.Drawing.Point(434, 11);
  585. this.btnSmsSend.Name = "btnSmsSend";
  586. this.btnSmsSend.Size = new System.Drawing.Size(78, 26);
  587. this.btnSmsSend.TabIndex = 205;
  588. this.btnSmsSend.Text = "发送短信";
  589. this.btnSmsSend.UseVisualStyleBackColor = false;
  590. //
  591. // btnSendMicroMessage
  592. //
  593. this.btnSendMicroMessage.BackColor = System.Drawing.Color.Transparent;
  594. this.btnSendMicroMessage.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendMicroMessage.BackImg")));
  595. this.btnSendMicroMessage.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  596. this.btnSendMicroMessage.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  597. this.btnSendMicroMessage.ForeColor = System.Drawing.Color.White;
  598. this.btnSendMicroMessage.IsCustomBackImg = false;
  599. this.btnSendMicroMessage.IsShowText = true;
  600. this.btnSendMicroMessage.Location = new System.Drawing.Point(330, 11);
  601. this.btnSendMicroMessage.Name = "btnSendMicroMessage";
  602. this.btnSendMicroMessage.Size = new System.Drawing.Size(91, 26);
  603. this.btnSendMicroMessage.TabIndex = 205;
  604. this.btnSendMicroMessage.Text = "发送微信消息";
  605. this.btnSendMicroMessage.UseVisualStyleBackColor = false;
  606. //
  607. // cbxStoreList
  608. //
  609. this.cbxStoreList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  610. this.cbxStoreList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.cbxStoreList.FormattingEnabled = true;
  612. this.cbxStoreList.Location = new System.Drawing.Point(693, 9);
  613. this.cbxStoreList.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
  614. this.cbxStoreList.Name = "cbxStoreList";
  615. this.cbxStoreList.Size = new System.Drawing.Size(149, 25);
  616. this.cbxStoreList.TabIndex = 234;
  617. this.cbxStoreList.Visible = false;
  618. //
  619. // FrmSMSProcess
  620. //
  621. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  622. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  623. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  624. this.ClientSize = new System.Drawing.Size(1024, 610);
  625. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  626. this.IsShowUcNavigationTool = true;
  627. this.Name = "FrmSMSProcess";
  628. this.Text = "流程短信";
  629. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  630. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  631. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  632. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  633. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  634. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  635. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  636. this.plExMainContainer.ResumeLayout(false);
  637. this.plFormMainContent.ResumeLayout(false);
  638. this.panelEx2.ResumeLayout(false);
  639. ((System.ComponentModel.ISupportInitialize)(this.dgvOrderProcessCustomer)).EndInit();
  640. this.panelEx1.ResumeLayout(false);
  641. this.panelEx1.PerformLayout();
  642. this.ResumeLayout(false);
  643. }
  644. #endregion
  645. private ComponentLibrary.PanelEx panelEx2;
  646. protected ComponentLibrary.ButtonEx btnNotPickup;
  647. protected ComponentLibrary.ButtonEx btnNotSelectionFilms;
  648. protected ComponentLibrary.ButtonEx btnNotDesign;
  649. protected ComponentLibrary.ButtonEx btnNotShoot;
  650. protected ComponentLibrary.ButtonEx btnSmsSend;
  651. protected ComponentLibrary.ButtonEx btnClose;
  652. protected internal ComponentLibrary.DataGridViewEx dgvOrderProcessCustomer;
  653. private ComponentLibrary.PanelEx panelEx1;
  654. protected internal UCPager.ucPagerEx ucPagerEx1;
  655. protected internal ComponentLibrary.ComboBoxEx cmbCustomerType;
  656. private ComponentLibrary.LabelEx labelEx5;
  657. protected ComponentLibrary.ButtonEx btnSelect;
  658. protected internal ComponentLibrary.TextBoxEx txtKeyWords;
  659. protected internal ComponentLibrary.CheckBoxEx cbxHideOK;
  660. public ComponentLibrary.ButtonEx btnSendMicroMessage;
  661. private System.Windows.Forms.DataGridViewTextBoxColumn 订单号;
  662. private System.Windows.Forms.DataGridViewTextBoxColumn 摄影名称;
  663. private System.Windows.Forms.DataGridViewTextBoxColumn 订单类型;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn 客户姓名;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn 客户性别;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn 客户电话;
  667. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn 拍照状态;
  669. private System.Windows.Forms.DataGridViewTextBoxColumn 初修状态;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn 选片状态;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn 设计状态;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn 看设计状态;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn 齐件状态;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn 取件状态;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn 预约日期;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn 拍照时间;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn 初修时间;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn 选片时间;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn 设计时间;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn 看设计时间;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn 取件日期;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn 齐件日期;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn 接单人;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn 套系名称;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn 套系价格;
  686. protected internal ComponentLibrary.CheckBoxEx cbxBindOK;
  687. protected System.Windows.Forms.ComboBox cbxStoreList;
  688. }
  689. }