frmCloudSelectionFilm.Designer.cs 59 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074
  1. namespace LYFZ.Software.UI.DoorCityProcess
  2. {
  3. partial class frmCloudSelectionFilm
  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(frmCloudSelectionFilm));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.tbList = new LYFZ.ComponentLibrary.TabControlEx();
  33. this.tbUpload = new System.Windows.Forms.TabPage();
  34. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  35. this.listPhotoView = new LYFZ.ComponentLibrary.ListViewEx();
  36. this.contextMenuStripEx1 = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  37. this.选择ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.全选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.取消选择ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.取消全选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.panelPhotoList = new System.Windows.Forms.Panel();
  43. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.lbphotoType = new LYFZ.ComponentLibrary.LabelEx();
  45. this.btnSheJiP = new LYFZ.ComponentLibrary.ButtonEx();
  46. this.btnXiuP = new LYFZ.ComponentLibrary.ButtonEx();
  47. this.btnYuanP = new LYFZ.ComponentLibrary.ButtonEx();
  48. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  49. this.grpSP = new LYFZ.ComponentLibrary.GroupBoxEx();
  50. this.lkbtnAllselectNo = new System.Windows.Forms.LinkLabel();
  51. this.lkbtnAllselect = new System.Windows.Forms.LinkLabel();
  52. this.chkSPList = new System.Windows.Forms.CheckedListBox();
  53. this.panel1 = new System.Windows.Forms.Panel();
  54. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  55. this.lbOrderNum = new LYFZ.ComponentLibrary.LabelEx();
  56. this.lbName = new LYFZ.ComponentLibrary.LabelEx();
  57. this.lbCName = new LYFZ.ComponentLibrary.LabelEx();
  58. this.lbTXName = new LYFZ.ComponentLibrary.LabelEx();
  59. this.lbState = new LYFZ.ComponentLibrary.LabelEx();
  60. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  61. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  62. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  63. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  64. this.panel2 = new System.Windows.Forms.Panel();
  65. this.chkdelcommodity = new LYFZ.ComponentLibrary.CheckBoxEx();
  66. this.chkPhotoRandomShuffle = new LYFZ.ComponentLibrary.CheckBoxEx();
  67. this.chkdelPhoto = new LYFZ.ComponentLibrary.CheckBoxEx();
  68. this.btnSelectionChoice = new LYFZ.ComponentLibrary.ButtonEx();
  69. this.btnUpLoad = new LYFZ.ComponentLibrary.ButtonEx();
  70. this.btnSendSms = new LYFZ.ComponentLibrary.ButtonEx();
  71. this.groupBoxEx3 = new LYFZ.ComponentLibrary.GroupBoxEx();
  72. this.pictureBoxImage = new System.Windows.Forms.PictureBox();
  73. this.tbDown = new System.Windows.Forms.TabPage();
  74. this.groupBoxEx5 = new LYFZ.ComponentLibrary.GroupBoxEx();
  75. this.dgvList = new LYFZ.ComponentLibrary.DataGridViewEx();
  76. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  77. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  78. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  79. this.dtpTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  80. this.dtpTimeStar = new LYFZ.ComponentLibrary.DateTimePickerEx();
  81. this.chkTime = new LYFZ.ComponentLibrary.CheckBoxEx();
  82. this.cbxStatus = new LYFZ.ComponentLibrary.ComboBoxEx();
  83. this.btnDaochu = new LYFZ.ComponentLibrary.ButtonEx();
  84. this.btnTongBu = new LYFZ.ComponentLibrary.ButtonEx();
  85. this.btnDown = new LYFZ.ComponentLibrary.ButtonEx();
  86. this.btnQ = new LYFZ.ComponentLibrary.ButtonEx();
  87. this.txtKeyword = new LYFZ.ComponentLibrary.TextBoxEx();
  88. this.Ordv_Number = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.Ordpg_Sights = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.Cus_Name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.Cus_Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.selectTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.CustomerRequest = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.CloudsSelectInfo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.plExMainContainer.SuspendLayout();
  97. this.plFormMainContent.SuspendLayout();
  98. this.tbList.SuspendLayout();
  99. this.tbUpload.SuspendLayout();
  100. this.groupBoxEx2.SuspendLayout();
  101. this.contextMenuStripEx1.SuspendLayout();
  102. this.panelPhotoList.SuspendLayout();
  103. this.groupBoxEx1.SuspendLayout();
  104. this.grpSP.SuspendLayout();
  105. this.panel1.SuspendLayout();
  106. this.panel2.SuspendLayout();
  107. this.groupBoxEx3.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxImage)).BeginInit();
  109. this.tbDown.SuspendLayout();
  110. this.groupBoxEx5.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.dgvList)).BeginInit();
  112. this.panelEx1.SuspendLayout();
  113. this.SuspendLayout();
  114. //
  115. // plExMainContainer
  116. //
  117. this.plExMainContainer.Controls.Add(this.tbList);
  118. this.plExMainContainer.Size = new System.Drawing.Size(1024, 703);
  119. //
  120. // plFormMainContent
  121. //
  122. this.plFormMainContent.Size = new System.Drawing.Size(1024, 703);
  123. //
  124. // btnAppFormMaximize
  125. //
  126. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  127. this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
  128. //
  129. // btnAppFormExit
  130. //
  131. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  132. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  133. //
  134. // btnAppFormMinimize
  135. //
  136. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  137. this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
  138. //
  139. // tbList
  140. //
  141. this.tbList.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  142. this.tbList.Controls.Add(this.tbUpload);
  143. this.tbList.Controls.Add(this.tbDown);
  144. this.tbList.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.tbList.ItemSize = new System.Drawing.Size(120, 36);
  146. this.tbList.Location = new System.Drawing.Point(0, 0);
  147. this.tbList.Name = "tbList";
  148. this.tbList.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  149. this.tbList.SelectedIndex = 0;
  150. this.tbList.Size = new System.Drawing.Size(1024, 703);
  151. this.tbList.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  152. this.tbList.TabIndex = 0;
  153. //
  154. // tbUpload
  155. //
  156. this.tbUpload.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  157. this.tbUpload.Controls.Add(this.groupBoxEx2);
  158. this.tbUpload.Controls.Add(this.groupBoxEx1);
  159. this.tbUpload.Location = new System.Drawing.Point(4, 40);
  160. this.tbUpload.Name = "tbUpload";
  161. this.tbUpload.Padding = new System.Windows.Forms.Padding(3);
  162. this.tbUpload.Size = new System.Drawing.Size(1016, 659);
  163. this.tbUpload.TabIndex = 0;
  164. this.tbUpload.Text = "上传数据";
  165. //
  166. // groupBoxEx2
  167. //
  168. this.groupBoxEx2.Controls.Add(this.listPhotoView);
  169. this.groupBoxEx2.Controls.Add(this.panelPhotoList);
  170. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.groupBoxEx2.Location = new System.Drawing.Point(303, 3);
  172. this.groupBoxEx2.Name = "groupBoxEx2";
  173. this.groupBoxEx2.Size = new System.Drawing.Size(710, 653);
  174. this.groupBoxEx2.TabIndex = 1;
  175. this.groupBoxEx2.TabStop = false;
  176. this.groupBoxEx2.Text = "选择相片";
  177. //
  178. // listPhotoView
  179. //
  180. this.listPhotoView.CheckBoxes = true;
  181. this.listPhotoView.ContextMenuStrip = this.contextMenuStripEx1;
  182. this.listPhotoView.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.listPhotoView.IsDefaultShowGroups = false;
  184. this.listPhotoView.Location = new System.Drawing.Point(3, 63);
  185. this.listPhotoView.Name = "listPhotoView";
  186. this.listPhotoView.Size = new System.Drawing.Size(704, 587);
  187. this.listPhotoView.TabIndex = 0;
  188. this.listPhotoView.UseCompatibleStateImageBehavior = false;
  189. //
  190. // contextMenuStripEx1
  191. //
  192. this.contextMenuStripEx1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  193. this.选择ToolStripMenuItem,
  194. this.全选ToolStripMenuItem,
  195. this.toolStripSeparator1,
  196. this.取消选择ToolStripMenuItem,
  197. this.取消全选ToolStripMenuItem});
  198. this.contextMenuStripEx1.Name = "contextMenuStripEx1";
  199. this.contextMenuStripEx1.Size = new System.Drawing.Size(125, 98);
  200. //
  201. // 选择ToolStripMenuItem
  202. //
  203. this.选择ToolStripMenuItem.Name = "选择ToolStripMenuItem";
  204. this.选择ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  205. this.选择ToolStripMenuItem.Tag = "select";
  206. this.选择ToolStripMenuItem.Text = "选择";
  207. //
  208. // 全选ToolStripMenuItem
  209. //
  210. this.全选ToolStripMenuItem.Name = "全选ToolStripMenuItem";
  211. this.全选ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  212. this.全选ToolStripMenuItem.Tag = "allselect";
  213. this.全选ToolStripMenuItem.Text = "全选";
  214. //
  215. // toolStripSeparator1
  216. //
  217. this.toolStripSeparator1.Name = "toolStripSeparator1";
  218. this.toolStripSeparator1.Size = new System.Drawing.Size(121, 6);
  219. //
  220. // 取消选择ToolStripMenuItem
  221. //
  222. this.取消选择ToolStripMenuItem.Name = "取消选择ToolStripMenuItem";
  223. this.取消选择ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  224. this.取消选择ToolStripMenuItem.Tag = "no";
  225. this.取消选择ToolStripMenuItem.Text = "取消选择";
  226. //
  227. // 取消全选ToolStripMenuItem
  228. //
  229. this.取消全选ToolStripMenuItem.Name = "取消全选ToolStripMenuItem";
  230. this.取消全选ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  231. this.取消全选ToolStripMenuItem.Tag = "allno";
  232. this.取消全选ToolStripMenuItem.Text = "取消全选";
  233. //
  234. // panelPhotoList
  235. //
  236. this.panelPhotoList.Controls.Add(this.labelEx7);
  237. this.panelPhotoList.Controls.Add(this.lbphotoType);
  238. this.panelPhotoList.Controls.Add(this.btnSheJiP);
  239. this.panelPhotoList.Controls.Add(this.btnXiuP);
  240. this.panelPhotoList.Controls.Add(this.btnYuanP);
  241. this.panelPhotoList.Dock = System.Windows.Forms.DockStyle.Top;
  242. this.panelPhotoList.Location = new System.Drawing.Point(3, 17);
  243. this.panelPhotoList.Name = "panelPhotoList";
  244. this.panelPhotoList.Size = new System.Drawing.Size(704, 46);
  245. this.panelPhotoList.TabIndex = 1;
  246. //
  247. // labelEx7
  248. //
  249. this.labelEx7.AutoSize = true;
  250. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  251. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  252. this.labelEx7.Location = new System.Drawing.Point(3, 15);
  253. this.labelEx7.Name = "labelEx7";
  254. this.labelEx7.Size = new System.Drawing.Size(83, 17);
  255. this.labelEx7.TabIndex = 0;
  256. this.labelEx7.Text = "当前选择相片:";
  257. //
  258. // lbphotoType
  259. //
  260. this.lbphotoType.AutoSize = true;
  261. this.lbphotoType.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  262. this.lbphotoType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  263. this.lbphotoType.Location = new System.Drawing.Point(92, 15);
  264. this.lbphotoType.Name = "lbphotoType";
  265. this.lbphotoType.Size = new System.Drawing.Size(13, 17);
  266. this.lbphotoType.TabIndex = 0;
  267. this.lbphotoType.Text = "-";
  268. //
  269. // btnSheJiP
  270. //
  271. this.btnSheJiP.BackColor = System.Drawing.Color.Transparent;
  272. this.btnSheJiP.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSheJiP.BackImg")));
  273. this.btnSheJiP.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  274. this.btnSheJiP.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  275. this.btnSheJiP.ForeColor = System.Drawing.Color.White;
  276. this.btnSheJiP.IsCustomBackImg = false;
  277. this.btnSheJiP.IsShowText = true;
  278. this.btnSheJiP.Location = new System.Drawing.Point(355, 9);
  279. this.btnSheJiP.Name = "btnSheJiP";
  280. this.btnSheJiP.Size = new System.Drawing.Size(66, 28);
  281. this.btnSheJiP.TabIndex = 1;
  282. this.btnSheJiP.Text = "设计片";
  283. this.btnSheJiP.UseVisualStyleBackColor = false;
  284. //
  285. // btnXiuP
  286. //
  287. this.btnXiuP.BackColor = System.Drawing.Color.Transparent;
  288. this.btnXiuP.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnXiuP.BackImg")));
  289. this.btnXiuP.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  290. this.btnXiuP.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  291. this.btnXiuP.ForeColor = System.Drawing.Color.White;
  292. this.btnXiuP.IsCustomBackImg = false;
  293. this.btnXiuP.IsShowText = true;
  294. this.btnXiuP.Location = new System.Drawing.Point(283, 9);
  295. this.btnXiuP.Name = "btnXiuP";
  296. this.btnXiuP.Size = new System.Drawing.Size(66, 28);
  297. this.btnXiuP.TabIndex = 1;
  298. this.btnXiuP.Text = "修 片";
  299. this.btnXiuP.UseVisualStyleBackColor = false;
  300. //
  301. // btnYuanP
  302. //
  303. this.btnYuanP.BackColor = System.Drawing.Color.Transparent;
  304. this.btnYuanP.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnYuanP.BackImg")));
  305. this.btnYuanP.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  306. this.btnYuanP.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  307. this.btnYuanP.ForeColor = System.Drawing.Color.White;
  308. this.btnYuanP.IsCustomBackImg = false;
  309. this.btnYuanP.IsShowText = true;
  310. this.btnYuanP.Location = new System.Drawing.Point(211, 9);
  311. this.btnYuanP.Name = "btnYuanP";
  312. this.btnYuanP.Size = new System.Drawing.Size(66, 28);
  313. this.btnYuanP.TabIndex = 1;
  314. this.btnYuanP.Text = "原 片";
  315. this.btnYuanP.UseVisualStyleBackColor = false;
  316. //
  317. // groupBoxEx1
  318. //
  319. this.groupBoxEx1.Controls.Add(this.grpSP);
  320. this.groupBoxEx1.Controls.Add(this.panel1);
  321. this.groupBoxEx1.Controls.Add(this.panel2);
  322. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Left;
  323. this.groupBoxEx1.Location = new System.Drawing.Point(3, 3);
  324. this.groupBoxEx1.Name = "groupBoxEx1";
  325. this.groupBoxEx1.Size = new System.Drawing.Size(300, 653);
  326. this.groupBoxEx1.TabIndex = 0;
  327. this.groupBoxEx1.TabStop = false;
  328. this.groupBoxEx1.Text = "订单信息/上传";
  329. //
  330. // grpSP
  331. //
  332. this.grpSP.Controls.Add(this.lkbtnAllselectNo);
  333. this.grpSP.Controls.Add(this.lkbtnAllselect);
  334. this.grpSP.Controls.Add(this.chkSPList);
  335. this.grpSP.Dock = System.Windows.Forms.DockStyle.Fill;
  336. this.grpSP.Location = new System.Drawing.Point(3, 325);
  337. this.grpSP.Name = "grpSP";
  338. this.grpSP.Size = new System.Drawing.Size(294, 325);
  339. this.grpSP.TabIndex = 2;
  340. this.grpSP.TabStop = false;
  341. this.grpSP.Text = "选择商品";
  342. //
  343. // lkbtnAllselectNo
  344. //
  345. this.lkbtnAllselectNo.AutoSize = true;
  346. this.lkbtnAllselectNo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.lkbtnAllselectNo.LinkColor = System.Drawing.Color.DodgerBlue;
  348. this.lkbtnAllselectNo.Location = new System.Drawing.Point(124, 0);
  349. this.lkbtnAllselectNo.Name = "lkbtnAllselectNo";
  350. this.lkbtnAllselectNo.Size = new System.Drawing.Size(56, 17);
  351. this.lkbtnAllselectNo.TabIndex = 4;
  352. this.lkbtnAllselectNo.TabStop = true;
  353. this.lkbtnAllselectNo.Text = "取消全选";
  354. //
  355. // lkbtnAllselect
  356. //
  357. this.lkbtnAllselect.AutoSize = true;
  358. this.lkbtnAllselect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.lkbtnAllselect.LinkColor = System.Drawing.Color.DodgerBlue;
  360. this.lkbtnAllselect.Location = new System.Drawing.Point(86, 0);
  361. this.lkbtnAllselect.Name = "lkbtnAllselect";
  362. this.lkbtnAllselect.Size = new System.Drawing.Size(32, 17);
  363. this.lkbtnAllselect.TabIndex = 4;
  364. this.lkbtnAllselect.TabStop = true;
  365. this.lkbtnAllselect.Text = "全选";
  366. //
  367. // chkSPList
  368. //
  369. this.chkSPList.CheckOnClick = true;
  370. this.chkSPList.Dock = System.Windows.Forms.DockStyle.Fill;
  371. this.chkSPList.FormattingEnabled = true;
  372. this.chkSPList.Location = new System.Drawing.Point(3, 17);
  373. this.chkSPList.Name = "chkSPList";
  374. this.chkSPList.Size = new System.Drawing.Size(288, 305);
  375. this.chkSPList.TabIndex = 3;
  376. //
  377. // panel1
  378. //
  379. this.panel1.Controls.Add(this.labelEx1);
  380. this.panel1.Controls.Add(this.lbOrderNum);
  381. this.panel1.Controls.Add(this.lbName);
  382. this.panel1.Controls.Add(this.lbCName);
  383. this.panel1.Controls.Add(this.lbTXName);
  384. this.panel1.Controls.Add(this.lbState);
  385. this.panel1.Controls.Add(this.labelEx5);
  386. this.panel1.Controls.Add(this.labelEx4);
  387. this.panel1.Controls.Add(this.labelEx2);
  388. this.panel1.Controls.Add(this.labelEx3);
  389. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  390. this.panel1.Location = new System.Drawing.Point(3, 202);
  391. this.panel1.Name = "panel1";
  392. this.panel1.Size = new System.Drawing.Size(294, 123);
  393. this.panel1.TabIndex = 4;
  394. //
  395. // labelEx1
  396. //
  397. this.labelEx1.AutoSize = true;
  398. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  399. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  400. this.labelEx1.Location = new System.Drawing.Point(18, 7);
  401. this.labelEx1.Name = "labelEx1";
  402. this.labelEx1.Size = new System.Drawing.Size(47, 17);
  403. this.labelEx1.TabIndex = 0;
  404. this.labelEx1.Text = "订单号:";
  405. //
  406. // lbOrderNum
  407. //
  408. this.lbOrderNum.AutoSize = true;
  409. this.lbOrderNum.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  410. this.lbOrderNum.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  411. this.lbOrderNum.Location = new System.Drawing.Point(71, 7);
  412. this.lbOrderNum.Name = "lbOrderNum";
  413. this.lbOrderNum.Size = new System.Drawing.Size(13, 17);
  414. this.lbOrderNum.TabIndex = 0;
  415. this.lbOrderNum.Text = "-";
  416. //
  417. // lbName
  418. //
  419. this.lbName.AutoSize = true;
  420. this.lbName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  421. this.lbName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  422. this.lbName.Location = new System.Drawing.Point(71, 29);
  423. this.lbName.Name = "lbName";
  424. this.lbName.Size = new System.Drawing.Size(13, 17);
  425. this.lbName.TabIndex = 0;
  426. this.lbName.Text = "-";
  427. //
  428. // lbCName
  429. //
  430. this.lbCName.AutoSize = true;
  431. this.lbCName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  432. this.lbCName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  433. this.lbCName.Location = new System.Drawing.Point(71, 51);
  434. this.lbCName.Name = "lbCName";
  435. this.lbCName.Size = new System.Drawing.Size(13, 17);
  436. this.lbCName.TabIndex = 0;
  437. this.lbCName.Text = "-";
  438. //
  439. // lbTXName
  440. //
  441. this.lbTXName.AutoSize = true;
  442. this.lbTXName.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  443. this.lbTXName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  444. this.lbTXName.Location = new System.Drawing.Point(71, 73);
  445. this.lbTXName.Name = "lbTXName";
  446. this.lbTXName.Size = new System.Drawing.Size(13, 17);
  447. this.lbTXName.TabIndex = 0;
  448. this.lbTXName.Text = "-";
  449. //
  450. // lbState
  451. //
  452. this.lbState.AutoSize = true;
  453. this.lbState.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  454. this.lbState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  455. this.lbState.Location = new System.Drawing.Point(71, 95);
  456. this.lbState.Name = "lbState";
  457. this.lbState.Size = new System.Drawing.Size(13, 17);
  458. this.lbState.TabIndex = 0;
  459. this.lbState.Text = "-";
  460. //
  461. // labelEx5
  462. //
  463. this.labelEx5.AutoSize = true;
  464. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  465. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  466. this.labelEx5.Location = new System.Drawing.Point(6, 95);
  467. this.labelEx5.Name = "labelEx5";
  468. this.labelEx5.Size = new System.Drawing.Size(59, 17);
  469. this.labelEx5.TabIndex = 0;
  470. this.labelEx5.Text = "云选状态:";
  471. //
  472. // labelEx4
  473. //
  474. this.labelEx4.AutoSize = true;
  475. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  476. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  477. this.labelEx4.Location = new System.Drawing.Point(6, 29);
  478. this.labelEx4.Name = "labelEx4";
  479. this.labelEx4.Size = new System.Drawing.Size(59, 17);
  480. this.labelEx4.TabIndex = 0;
  481. this.labelEx4.Text = "拍摄阶段:";
  482. //
  483. // labelEx2
  484. //
  485. this.labelEx2.AutoSize = true;
  486. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  487. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  488. this.labelEx2.Location = new System.Drawing.Point(6, 51);
  489. this.labelEx2.Name = "labelEx2";
  490. this.labelEx2.Size = new System.Drawing.Size(59, 17);
  491. this.labelEx2.TabIndex = 0;
  492. this.labelEx2.Text = "客户姓名:";
  493. //
  494. // labelEx3
  495. //
  496. this.labelEx3.AutoSize = true;
  497. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  498. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  499. this.labelEx3.Location = new System.Drawing.Point(6, 73);
  500. this.labelEx3.Name = "labelEx3";
  501. this.labelEx3.Size = new System.Drawing.Size(59, 17);
  502. this.labelEx3.TabIndex = 0;
  503. this.labelEx3.Text = "套系名称:";
  504. //
  505. // panel2
  506. //
  507. this.panel2.Controls.Add(this.chkdelcommodity);
  508. this.panel2.Controls.Add(this.chkPhotoRandomShuffle);
  509. this.panel2.Controls.Add(this.chkdelPhoto);
  510. this.panel2.Controls.Add(this.btnSelectionChoice);
  511. this.panel2.Controls.Add(this.btnUpLoad);
  512. this.panel2.Controls.Add(this.btnSendSms);
  513. this.panel2.Controls.Add(this.groupBoxEx3);
  514. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  515. this.panel2.Location = new System.Drawing.Point(3, 17);
  516. this.panel2.Name = "panel2";
  517. this.panel2.Size = new System.Drawing.Size(294, 185);
  518. this.panel2.TabIndex = 5;
  519. //
  520. // chkdelcommodity
  521. //
  522. this.chkdelcommodity.AutoSize = true;
  523. this.chkdelcommodity.BackColor = System.Drawing.Color.Transparent;
  524. this.chkdelcommodity.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  525. this.chkdelcommodity.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  526. this.chkdelcommodity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  527. this.chkdelcommodity.Fourstates = false;
  528. this.chkdelcommodity.IsGreenTick = false;
  529. this.chkdelcommodity.Location = new System.Drawing.Point(186, 156);
  530. this.chkdelcommodity.Name = "chkdelcommodity";
  531. this.chkdelcommodity.Size = new System.Drawing.Size(99, 21);
  532. this.chkdelcommodity.TabIndex = 1;
  533. this.chkdelcommodity.Text = "删除已传商品";
  534. this.chkdelcommodity.UseVisualStyleBackColor = false;
  535. this.chkdelcommodity.Visible = false;
  536. //
  537. // chkPhotoRandomShuffle
  538. //
  539. this.chkPhotoRandomShuffle.AutoSize = true;
  540. this.chkPhotoRandomShuffle.BackColor = System.Drawing.Color.Transparent;
  541. this.chkPhotoRandomShuffle.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  542. this.chkPhotoRandomShuffle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  543. this.chkPhotoRandomShuffle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  544. this.chkPhotoRandomShuffle.Fourstates = false;
  545. this.chkPhotoRandomShuffle.IsGreenTick = false;
  546. this.chkPhotoRandomShuffle.Location = new System.Drawing.Point(186, 104);
  547. this.chkPhotoRandomShuffle.Name = "chkPhotoRandomShuffle";
  548. this.chkPhotoRandomShuffle.Size = new System.Drawing.Size(99, 21);
  549. this.chkPhotoRandomShuffle.TabIndex = 1;
  550. this.chkPhotoRandomShuffle.Text = "相片随机乱序";
  551. this.chkPhotoRandomShuffle.UseVisualStyleBackColor = false;
  552. //
  553. // chkdelPhoto
  554. //
  555. this.chkdelPhoto.AutoSize = true;
  556. this.chkdelPhoto.BackColor = System.Drawing.Color.Transparent;
  557. this.chkdelPhoto.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  558. this.chkdelPhoto.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  559. this.chkdelPhoto.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  560. this.chkdelPhoto.Fourstates = false;
  561. this.chkdelPhoto.IsGreenTick = false;
  562. this.chkdelPhoto.Location = new System.Drawing.Point(186, 130);
  563. this.chkdelPhoto.Name = "chkdelPhoto";
  564. this.chkdelPhoto.Size = new System.Drawing.Size(99, 21);
  565. this.chkdelPhoto.TabIndex = 1;
  566. this.chkdelPhoto.Text = "删除已传相片";
  567. this.chkdelPhoto.UseVisualStyleBackColor = false;
  568. this.chkdelPhoto.Visible = false;
  569. //
  570. // btnSelectionChoice
  571. //
  572. this.btnSelectionChoice.BackColor = System.Drawing.Color.Transparent;
  573. this.btnSelectionChoice.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelectionChoice.BackImg")));
  574. this.btnSelectionChoice.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  575. this.btnSelectionChoice.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  576. this.btnSelectionChoice.ForeColor = System.Drawing.Color.White;
  577. this.btnSelectionChoice.IsCustomBackImg = false;
  578. this.btnSelectionChoice.IsShowText = true;
  579. this.btnSelectionChoice.Location = new System.Drawing.Point(181, 41);
  580. this.btnSelectionChoice.Name = "btnSelectionChoice";
  581. this.btnSelectionChoice.Size = new System.Drawing.Size(108, 28);
  582. this.btnSelectionChoice.TabIndex = 1;
  583. this.btnSelectionChoice.Text = "重置云选状态";
  584. this.btnSelectionChoice.UseVisualStyleBackColor = false;
  585. //
  586. // btnUpLoad
  587. //
  588. this.btnUpLoad.BackColor = System.Drawing.Color.Transparent;
  589. this.btnUpLoad.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpLoad.BackImg")));
  590. this.btnUpLoad.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  591. this.btnUpLoad.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  592. this.btnUpLoad.ForeColor = System.Drawing.Color.White;
  593. this.btnUpLoad.IsCustomBackImg = false;
  594. this.btnUpLoad.IsShowText = true;
  595. this.btnUpLoad.Location = new System.Drawing.Point(181, 9);
  596. this.btnUpLoad.Name = "btnUpLoad";
  597. this.btnUpLoad.Size = new System.Drawing.Size(108, 28);
  598. this.btnUpLoad.TabIndex = 1;
  599. this.btnUpLoad.Text = "上传到云服务器";
  600. this.btnUpLoad.UseVisualStyleBackColor = false;
  601. //
  602. // btnSendSms
  603. //
  604. this.btnSendSms.BackColor = System.Drawing.Color.Transparent;
  605. this.btnSendSms.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSendSms.BackImg")));
  606. this.btnSendSms.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  607. this.btnSendSms.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  608. this.btnSendSms.ForeColor = System.Drawing.Color.White;
  609. this.btnSendSms.IsCustomBackImg = false;
  610. this.btnSendSms.IsShowText = true;
  611. this.btnSendSms.Location = new System.Drawing.Point(181, 73);
  612. this.btnSendSms.Name = "btnSendSms";
  613. this.btnSendSms.Size = new System.Drawing.Size(108, 28);
  614. this.btnSendSms.TabIndex = 1;
  615. this.btnSendSms.Text = "发送云链接短信";
  616. this.btnSendSms.UseVisualStyleBackColor = false;
  617. //
  618. // groupBoxEx3
  619. //
  620. this.groupBoxEx3.Controls.Add(this.pictureBoxImage);
  621. this.groupBoxEx3.Location = new System.Drawing.Point(7, 3);
  622. this.groupBoxEx3.Name = "groupBoxEx3";
  623. this.groupBoxEx3.Padding = new System.Windows.Forms.Padding(6);
  624. this.groupBoxEx3.Size = new System.Drawing.Size(170, 170);
  625. this.groupBoxEx3.TabIndex = 2;
  626. this.groupBoxEx3.TabStop = false;
  627. this.groupBoxEx3.Text = "云链接二维码";
  628. //
  629. // pictureBoxImage
  630. //
  631. this.pictureBoxImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  632. this.pictureBoxImage.Dock = System.Windows.Forms.DockStyle.Fill;
  633. this.pictureBoxImage.Location = new System.Drawing.Point(6, 20);
  634. this.pictureBoxImage.Name = "pictureBoxImage";
  635. this.pictureBoxImage.Size = new System.Drawing.Size(158, 144);
  636. this.pictureBoxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  637. this.pictureBoxImage.TabIndex = 0;
  638. this.pictureBoxImage.TabStop = false;
  639. //
  640. // tbDown
  641. //
  642. this.tbDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  643. this.tbDown.Controls.Add(this.groupBoxEx5);
  644. this.tbDown.Controls.Add(this.panelEx1);
  645. this.tbDown.Location = new System.Drawing.Point(4, 40);
  646. this.tbDown.Name = "tbDown";
  647. this.tbDown.Padding = new System.Windows.Forms.Padding(3);
  648. this.tbDown.Size = new System.Drawing.Size(1016, 659);
  649. this.tbDown.TabIndex = 1;
  650. this.tbDown.Text = "下载结果";
  651. //
  652. // groupBoxEx5
  653. //
  654. this.groupBoxEx5.Controls.Add(this.dgvList);
  655. this.groupBoxEx5.Controls.Add(this.ucPagerEx1);
  656. this.groupBoxEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  657. this.groupBoxEx5.Location = new System.Drawing.Point(3, 52);
  658. this.groupBoxEx5.Name = "groupBoxEx5";
  659. this.groupBoxEx5.Size = new System.Drawing.Size(1010, 604);
  660. this.groupBoxEx5.TabIndex = 0;
  661. this.groupBoxEx5.TabStop = false;
  662. this.groupBoxEx5.Text = "下载信息列表";
  663. //
  664. // dgvList
  665. //
  666. this.dgvList.AllowUserToAddRows = false;
  667. this.dgvList.AllowUserToDeleteRows = false;
  668. this.dgvList.AllowUserToResizeRows = false;
  669. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  670. this.dgvList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  671. this.dgvList.BackgroundColor = System.Drawing.Color.White;
  672. this.dgvList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  673. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  674. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  675. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  676. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  677. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  678. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  679. this.dgvList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  680. this.dgvList.ColumnHeadersHeight = 32;
  681. this.dgvList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  682. this.dgvList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  683. this.Ordv_Number,
  684. this.Ordpg_Sights,
  685. this.Cus_Name,
  686. this.Cus_Telephone,
  687. this.Status,
  688. this.selectTime,
  689. this.CustomerRequest,
  690. this.CloudsSelectInfo});
  691. this.dgvList.Dock = System.Windows.Forms.DockStyle.Fill;
  692. this.dgvList.EnableHeadersVisualStyles = false;
  693. this.dgvList.EraseCell = false;
  694. this.dgvList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  695. this.dgvList.GridViewUniquelyIdentify = "_dgvList_dgvList_dgvList_dgvList_dgvList_dgvList_dgvList_dgvList_dgvList_dgvList_" +
  696. "dgvList_dgvList_dgvList_dgvList_dgvList_dgvList_dgvList_dgvList";
  697. this.dgvList.IsCompleteBonding = false;
  698. this.dgvList.IsCopyCellValue = true;
  699. this.dgvList.Location = new System.Drawing.Point(3, 17);
  700. this.dgvList.Name = "dgvList";
  701. this.dgvList.RowHeadersVisible = false;
  702. this.dgvList.RowTemplate.Height = 23;
  703. this.dgvList.RowTemplate.ReadOnly = true;
  704. this.dgvList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  705. this.dgvList.Size = new System.Drawing.Size(1004, 554);
  706. this.dgvList.TabIndex = 0;
  707. //
  708. // ucPagerEx1
  709. //
  710. this.ucPagerEx1.CurrentPageCount = 0;
  711. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  712. this.ucPagerEx1.Location = new System.Drawing.Point(3, 571);
  713. this.ucPagerEx1.Name = "ucPagerEx1";
  714. this.ucPagerEx1.NMax = 0;
  715. this.ucPagerEx1.PageCount = 0;
  716. this.ucPagerEx1.PageCurrent = 1;
  717. this.ucPagerEx1.PageSize = 20;
  718. this.ucPagerEx1.Size = new System.Drawing.Size(1004, 30);
  719. this.ucPagerEx1.TabIndex = 1;
  720. this.ucPagerEx1.TbDataSource = null;
  721. //
  722. // panelEx1
  723. //
  724. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  725. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  726. this.panelEx1.BorderWidth = 1;
  727. this.panelEx1.Controls.Add(this.labelEx6);
  728. this.panelEx1.Controls.Add(this.dtpTimeEnd);
  729. this.panelEx1.Controls.Add(this.dtpTimeStar);
  730. this.panelEx1.Controls.Add(this.chkTime);
  731. this.panelEx1.Controls.Add(this.cbxStatus);
  732. this.panelEx1.Controls.Add(this.btnDaochu);
  733. this.panelEx1.Controls.Add(this.btnTongBu);
  734. this.panelEx1.Controls.Add(this.btnDown);
  735. this.panelEx1.Controls.Add(this.btnQ);
  736. this.panelEx1.Controls.Add(this.txtKeyword);
  737. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  738. this.panelEx1.Location = new System.Drawing.Point(3, 3);
  739. this.panelEx1.Name = "panelEx1";
  740. this.panelEx1.Size = new System.Drawing.Size(1010, 49);
  741. this.panelEx1.TabIndex = 1;
  742. //
  743. // labelEx6
  744. //
  745. this.labelEx6.AutoSize = true;
  746. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  747. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  748. this.labelEx6.Location = new System.Drawing.Point(174, 15);
  749. this.labelEx6.Name = "labelEx6";
  750. this.labelEx6.Size = new System.Drawing.Size(21, 17);
  751. this.labelEx6.TabIndex = 6;
  752. this.labelEx6.Text = "—";
  753. //
  754. // dtpTimeEnd
  755. //
  756. this.dtpTimeEnd.CustomFormat = " ";
  757. this.dtpTimeEnd.DateValue = "";
  758. this.dtpTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  759. this.dtpTimeEnd.IsShowTime = false;
  760. this.dtpTimeEnd.Location = new System.Drawing.Point(197, 13);
  761. this.dtpTimeEnd.Name = "dtpTimeEnd";
  762. this.dtpTimeEnd.Size = new System.Drawing.Size(115, 21);
  763. this.dtpTimeEnd.TabIndex = 5;
  764. //
  765. // dtpTimeStar
  766. //
  767. this.dtpTimeStar.CustomFormat = " ";
  768. this.dtpTimeStar.DateValue = "";
  769. this.dtpTimeStar.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  770. this.dtpTimeStar.IsShowTime = false;
  771. this.dtpTimeStar.Location = new System.Drawing.Point(56, 13);
  772. this.dtpTimeStar.Name = "dtpTimeStar";
  773. this.dtpTimeStar.Size = new System.Drawing.Size(115, 21);
  774. this.dtpTimeStar.TabIndex = 5;
  775. //
  776. // chkTime
  777. //
  778. this.chkTime.AutoSize = true;
  779. this.chkTime.BackColor = System.Drawing.Color.Transparent;
  780. this.chkTime.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  781. this.chkTime.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  782. this.chkTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  783. this.chkTime.Fourstates = false;
  784. this.chkTime.IsGreenTick = false;
  785. this.chkTime.Location = new System.Drawing.Point(4, 13);
  786. this.chkTime.Name = "chkTime";
  787. this.chkTime.Size = new System.Drawing.Size(51, 21);
  788. this.chkTime.TabIndex = 4;
  789. this.chkTime.Text = "时间";
  790. this.chkTime.UseVisualStyleBackColor = false;
  791. //
  792. // cbxStatus
  793. //
  794. this.cbxStatus.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  795. this.cbxStatus.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  796. this.cbxStatus.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  797. this.cbxStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  798. this.cbxStatus.Font = new System.Drawing.Font("宋体", 10.5F);
  799. this.cbxStatus.FormattingEnabled = true;
  800. this.cbxStatus.IsCustomColor = false;
  801. this.cbxStatus.Items.AddRange(new object[] {
  802. "全部云选订单",
  803. "已上传待选订单",
  804. "已完成云选订单"});
  805. this.cbxStatus.Location = new System.Drawing.Point(327, 12);
  806. this.cbxStatus.Name = "cbxStatus";
  807. this.cbxStatus.ReadOnly = false;
  808. this.cbxStatus.Size = new System.Drawing.Size(121, 22);
  809. this.cbxStatus.TabIndex = 3;
  810. //
  811. // btnDaochu
  812. //
  813. this.btnDaochu.BackColor = System.Drawing.Color.Transparent;
  814. this.btnDaochu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDaochu.BackImg")));
  815. this.btnDaochu.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  816. this.btnDaochu.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  817. this.btnDaochu.ForeColor = System.Drawing.Color.White;
  818. this.btnDaochu.IsCustomBackImg = false;
  819. this.btnDaochu.IsShowText = true;
  820. this.btnDaochu.Location = new System.Drawing.Point(914, 9);
  821. this.btnDaochu.Name = "btnDaochu";
  822. this.btnDaochu.Size = new System.Drawing.Size(90, 28);
  823. this.btnDaochu.TabIndex = 1;
  824. this.btnDaochu.Text = "导出到Excel";
  825. this.btnDaochu.UseVisualStyleBackColor = false;
  826. //
  827. // btnTongBu
  828. //
  829. this.btnTongBu.BackColor = System.Drawing.Color.Transparent;
  830. this.btnTongBu.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnTongBu.BackImg")));
  831. this.btnTongBu.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  832. this.btnTongBu.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  833. this.btnTongBu.ForeColor = System.Drawing.Color.White;
  834. this.btnTongBu.IsCustomBackImg = false;
  835. this.btnTongBu.IsShowText = true;
  836. this.btnTongBu.Location = new System.Drawing.Point(803, 9);
  837. this.btnTongBu.Name = "btnTongBu";
  838. this.btnTongBu.Size = new System.Drawing.Size(105, 28);
  839. this.btnTongBu.TabIndex = 1;
  840. this.btnTongBu.Text = "同步云选结果";
  841. this.btnTongBu.UseVisualStyleBackColor = false;
  842. //
  843. // btnDown
  844. //
  845. this.btnDown.BackColor = System.Drawing.Color.Transparent;
  846. this.btnDown.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDown.BackImg")));
  847. this.btnDown.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  848. this.btnDown.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  849. this.btnDown.ForeColor = System.Drawing.Color.White;
  850. this.btnDown.IsCustomBackImg = false;
  851. this.btnDown.IsShowText = true;
  852. this.btnDown.Location = new System.Drawing.Point(691, 9);
  853. this.btnDown.Name = "btnDown";
  854. this.btnDown.Size = new System.Drawing.Size(105, 28);
  855. this.btnDown.TabIndex = 1;
  856. this.btnDown.Text = "下载云选结果";
  857. this.btnDown.UseVisualStyleBackColor = false;
  858. //
  859. // btnQ
  860. //
  861. this.btnQ.BackColor = System.Drawing.Color.Transparent;
  862. this.btnQ.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQ.BackImg")));
  863. this.btnQ.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  864. this.btnQ.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  865. this.btnQ.ForeColor = System.Drawing.Color.White;
  866. this.btnQ.IsCustomBackImg = false;
  867. this.btnQ.IsShowText = true;
  868. this.btnQ.Location = new System.Drawing.Point(621, 9);
  869. this.btnQ.Name = "btnQ";
  870. this.btnQ.Size = new System.Drawing.Size(65, 28);
  871. this.btnQ.TabIndex = 1;
  872. this.btnQ.Text = "查 询";
  873. this.btnQ.UseVisualStyleBackColor = false;
  874. //
  875. // txtKeyword
  876. //
  877. this.txtKeyword.BackColor = System.Drawing.Color.Transparent;
  878. this.txtKeyword.Icon = null;
  879. this.txtKeyword.IconIsButton = false;
  880. this.txtKeyword.IsPasswordChat = '\0';
  881. this.txtKeyword.IsSystemPasswordChar = false;
  882. this.txtKeyword.Lines = new string[0];
  883. this.txtKeyword.Location = new System.Drawing.Point(451, 10);
  884. this.txtKeyword.Margin = new System.Windows.Forms.Padding(0);
  885. this.txtKeyword.MaxLength = 32767;
  886. this.txtKeyword.MinimumSize = new System.Drawing.Size(0, 26);
  887. this.txtKeyword.MouseBack = null;
  888. this.txtKeyword.Multiline = false;
  889. this.txtKeyword.Name = "txtKeyword";
  890. this.txtKeyword.NormlBack = null;
  891. this.txtKeyword.Padding = new System.Windows.Forms.Padding(5);
  892. this.txtKeyword.ReadOnly = false;
  893. this.txtKeyword.ScrollBars = System.Windows.Forms.ScrollBars.None;
  894. this.txtKeyword.Size = new System.Drawing.Size(170, 26);
  895. this.txtKeyword.TabIndex = 0;
  896. this.txtKeyword.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  897. this.txtKeyword.WaterColor = System.Drawing.Color.DarkGray;
  898. this.txtKeyword.WaterText = "";
  899. this.txtKeyword.WordWrap = true;
  900. //
  901. // Ordv_Number
  902. //
  903. this.Ordv_Number.HeaderText = "订单号";
  904. this.Ordv_Number.Name = "Ordv_Number";
  905. this.Ordv_Number.ReadOnly = true;
  906. this.Ordv_Number.Width = 120;
  907. //
  908. // Ordpg_Sights
  909. //
  910. this.Ordpg_Sights.HeaderText = "拍摄阶段(景点)";
  911. this.Ordpg_Sights.Name = "Ordpg_Sights";
  912. this.Ordpg_Sights.ReadOnly = true;
  913. this.Ordpg_Sights.Width = 120;
  914. //
  915. // Cus_Name
  916. //
  917. this.Cus_Name.HeaderText = "客户姓名";
  918. this.Cus_Name.Name = "Cus_Name";
  919. this.Cus_Name.ReadOnly = true;
  920. this.Cus_Name.Width = 180;
  921. //
  922. // Cus_Telephone
  923. //
  924. this.Cus_Telephone.HeaderText = "手机号";
  925. this.Cus_Telephone.Name = "Cus_Telephone";
  926. this.Cus_Telephone.ReadOnly = true;
  927. this.Cus_Telephone.Width = 160;
  928. //
  929. // Status
  930. //
  931. this.Status.HeaderText = "云选状态";
  932. this.Status.Name = "Status";
  933. this.Status.ReadOnly = true;
  934. this.Status.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  935. this.Status.Width = 160;
  936. //
  937. // selectTime
  938. //
  939. this.selectTime.HeaderText = "云选时间";
  940. this.selectTime.Name = "selectTime";
  941. this.selectTime.ReadOnly = true;
  942. this.selectTime.Width = 120;
  943. //
  944. // CustomerRequest
  945. //
  946. this.CustomerRequest.HeaderText = "客户要求";
  947. this.CustomerRequest.Name = "CustomerRequest";
  948. this.CustomerRequest.ReadOnly = true;
  949. this.CustomerRequest.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  950. this.CustomerRequest.Width = 200;
  951. //
  952. // CloudsSelectInfo
  953. //
  954. this.CloudsSelectInfo.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
  955. this.CloudsSelectInfo.HeaderText = "云选信息";
  956. this.CloudsSelectInfo.MinimumWidth = 200;
  957. this.CloudsSelectInfo.Name = "CloudsSelectInfo";
  958. this.CloudsSelectInfo.ReadOnly = true;
  959. this.CloudsSelectInfo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  960. this.CloudsSelectInfo.Width = 200;
  961. //
  962. // frmCloudSelectionFilm
  963. //
  964. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  965. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  966. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  967. this.ClientSize = new System.Drawing.Size(1024, 768);
  968. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  969. this.Name = "frmCloudSelectionFilm";
  970. this.Text = "云选片";
  971. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  972. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  973. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  974. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  975. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  976. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  977. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  978. this.plExMainContainer.ResumeLayout(false);
  979. this.plFormMainContent.ResumeLayout(false);
  980. this.tbList.ResumeLayout(false);
  981. this.tbUpload.ResumeLayout(false);
  982. this.groupBoxEx2.ResumeLayout(false);
  983. this.contextMenuStripEx1.ResumeLayout(false);
  984. this.panelPhotoList.ResumeLayout(false);
  985. this.panelPhotoList.PerformLayout();
  986. this.groupBoxEx1.ResumeLayout(false);
  987. this.grpSP.ResumeLayout(false);
  988. this.grpSP.PerformLayout();
  989. this.panel1.ResumeLayout(false);
  990. this.panel1.PerformLayout();
  991. this.panel2.ResumeLayout(false);
  992. this.panel2.PerformLayout();
  993. this.groupBoxEx3.ResumeLayout(false);
  994. ((System.ComponentModel.ISupportInitialize)(this.pictureBoxImage)).EndInit();
  995. this.tbDown.ResumeLayout(false);
  996. this.groupBoxEx5.ResumeLayout(false);
  997. ((System.ComponentModel.ISupportInitialize)(this.dgvList)).EndInit();
  998. this.panelEx1.ResumeLayout(false);
  999. this.panelEx1.PerformLayout();
  1000. this.ResumeLayout(false);
  1001. }
  1002. #endregion
  1003. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  1004. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  1005. private ComponentLibrary.LabelEx labelEx1;
  1006. private ComponentLibrary.GroupBoxEx groupBoxEx3;
  1007. private ComponentLibrary.LabelEx labelEx5;
  1008. private ComponentLibrary.LabelEx labelEx3;
  1009. private ComponentLibrary.LabelEx labelEx2;
  1010. private System.Windows.Forms.Panel panel2;
  1011. private System.Windows.Forms.Panel panel1;
  1012. private ComponentLibrary.GroupBoxEx groupBoxEx5;
  1013. private ComponentLibrary.PanelEx panelEx1;
  1014. public ComponentLibrary.GroupBoxEx grpSP;
  1015. public System.Windows.Forms.CheckedListBox chkSPList;
  1016. public System.Windows.Forms.PictureBox pictureBoxImage;
  1017. public ComponentLibrary.ButtonEx btnUpLoad;
  1018. private ComponentLibrary.LabelEx labelEx4;
  1019. public ComponentLibrary.ButtonEx btnSendSms;
  1020. public ComponentLibrary.ListViewEx listPhotoView;
  1021. public ComponentLibrary.LabelEx lbOrderNum;
  1022. public ComponentLibrary.LabelEx lbName;
  1023. public ComponentLibrary.LabelEx lbState;
  1024. public ComponentLibrary.LabelEx lbTXName;
  1025. public ComponentLibrary.LabelEx lbCName;
  1026. public ComponentLibrary.TextBoxEx txtKeyword;
  1027. public ComponentLibrary.ButtonEx btnQ;
  1028. public ComponentLibrary.DataGridViewEx dgvList;
  1029. public ComponentLibrary.ButtonEx btnDaochu;
  1030. public ComponentLibrary.ButtonEx btnTongBu;
  1031. public ComponentLibrary.ButtonEx btnDown;
  1032. public ComponentLibrary.TabControlEx tbList;
  1033. public System.Windows.Forms.TabPage tbUpload;
  1034. public System.Windows.Forms.TabPage tbDown;
  1035. public ComponentLibrary.ButtonEx btnSheJiP;
  1036. public ComponentLibrary.ButtonEx btnXiuP;
  1037. public ComponentLibrary.ButtonEx btnYuanP;
  1038. public System.Windows.Forms.Panel panelPhotoList;
  1039. private ComponentLibrary.LabelEx labelEx7;
  1040. public ComponentLibrary.LabelEx lbphotoType;
  1041. private System.Windows.Forms.ToolStripMenuItem 选择ToolStripMenuItem;
  1042. private System.Windows.Forms.ToolStripMenuItem 全选ToolStripMenuItem;
  1043. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1044. private System.Windows.Forms.ToolStripMenuItem 取消选择ToolStripMenuItem;
  1045. private System.Windows.Forms.ToolStripMenuItem 取消全选ToolStripMenuItem;
  1046. public ComponentLibrary.ContextMenuStripEx contextMenuStripEx1;
  1047. public UCPager.ucPagerEx ucPagerEx1;
  1048. public System.Windows.Forms.LinkLabel lkbtnAllselectNo;
  1049. public System.Windows.Forms.LinkLabel lkbtnAllselect;
  1050. public ComponentLibrary.CheckBoxEx chkdelPhoto;
  1051. public ComponentLibrary.CheckBoxEx chkdelcommodity;
  1052. public ComponentLibrary.CheckBoxEx chkPhotoRandomShuffle;
  1053. public ComponentLibrary.ButtonEx btnSelectionChoice;
  1054. private ComponentLibrary.LabelEx labelEx6;
  1055. public ComponentLibrary.DateTimePickerEx dtpTimeEnd;
  1056. public ComponentLibrary.DateTimePickerEx dtpTimeStar;
  1057. public ComponentLibrary.CheckBoxEx chkTime;
  1058. public ComponentLibrary.ComboBoxEx cbxStatus;
  1059. private System.Windows.Forms.DataGridViewTextBoxColumn Ordv_Number;
  1060. private System.Windows.Forms.DataGridViewTextBoxColumn Ordpg_Sights;
  1061. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Name;
  1062. private System.Windows.Forms.DataGridViewTextBoxColumn Cus_Telephone;
  1063. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  1064. private System.Windows.Forms.DataGridViewTextBoxColumn selectTime;
  1065. private System.Windows.Forms.DataGridViewTextBoxColumn CustomerRequest;
  1066. private System.Windows.Forms.DataGridViewTextBoxColumn CloudsSelectInfo;
  1067. }
  1068. }