A_ProcessMonitorFormMain.Designer.cs 87 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510
  1. namespace LYFZ.Software.UI.CameraControlBook
  2. {
  3. partial class A_ProcessMonitorFormMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(A_ProcessMonitorFormMain));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelMain = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.tabPanel = new LYFZ.ComponentLibrary.TabControlEx();
  34. this.tb_NoShot = new System.Windows.Forms.TabPage();
  35. this.tb_NoShotIn = new System.Windows.Forms.TabPage();
  36. this.tb_NoRepair = new System.Windows.Forms.TabPage();
  37. this.tb_NoSelected = new System.Windows.Forms.TabPage();
  38. this.tb_NoSelected2 = new System.Windows.Forms.TabPage();
  39. this.tb_SelectNotRefinement = new System.Windows.Forms.TabPage();
  40. this.tb_RefinementNotDesign = new System.Windows.Forms.TabPage();
  41. this.tb_NoDesign = new System.Windows.Forms.TabPage();
  42. this.tb_NoSend2 = new System.Windows.Forms.TabPage();
  43. this.tb_NoLook = new System.Windows.Forms.TabPage();
  44. this.tb_NoSend = new System.Windows.Forms.TabPage();
  45. this.tb_NoBack = new System.Windows.Forms.TabPage();
  46. this.tb_NoPickup = new System.Windows.Forms.TabPage();
  47. this.tb_NoPickup2 = new System.Windows.Forms.TabPage();
  48. this.dataGridViewStatisticsCount1 = new LYFZ.ComponentLibrary.DataGridViewStatisticsCount();
  49. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  50. this.panelStoreName = new LYFZ.ComponentLibrary.PanelEx();
  51. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  52. this.panel1 = new System.Windows.Forms.Panel();
  53. this.txtQuery = new LYFZ.ComponentLibrary.TextBoxEx();
  54. this.label11 = new System.Windows.Forms.Label();
  55. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  56. this.panelNoShot = new System.Windows.Forms.Panel();
  57. this.txtNoShot = new LYFZ.ComponentLibrary.TextBoxEx();
  58. this.label1 = new System.Windows.Forms.Label();
  59. this.panelNoShotIn = new System.Windows.Forms.Panel();
  60. this.txtNoShotIn = new LYFZ.ComponentLibrary.TextBoxEx();
  61. this.label12 = new System.Windows.Forms.Label();
  62. this.panelNoRepair = new System.Windows.Forms.Panel();
  63. this.txtNoRepair = new LYFZ.ComponentLibrary.TextBoxEx();
  64. this.label2 = new System.Windows.Forms.Label();
  65. this.panelNoSelected = new System.Windows.Forms.Panel();
  66. this.txtNoSelected = new LYFZ.ComponentLibrary.TextBoxEx();
  67. this.label3 = new System.Windows.Forms.Label();
  68. this.panelNoSelected2 = new System.Windows.Forms.Panel();
  69. this.txtNoSelected2 = new LYFZ.ComponentLibrary.TextBoxEx();
  70. this.label9 = new System.Windows.Forms.Label();
  71. this.panelNoDesign = new System.Windows.Forms.Panel();
  72. this.txtNoDesign = new LYFZ.ComponentLibrary.TextBoxEx();
  73. this.label4 = new System.Windows.Forms.Label();
  74. this.panelNoSend2 = new System.Windows.Forms.Panel();
  75. this.txtNoSend2 = new LYFZ.ComponentLibrary.TextBoxEx();
  76. this.label10 = new System.Windows.Forms.Label();
  77. this.panelNoLook = new System.Windows.Forms.Panel();
  78. this.txtNoLook = new LYFZ.ComponentLibrary.TextBoxEx();
  79. this.label5 = new System.Windows.Forms.Label();
  80. this.panelNoSend = new System.Windows.Forms.Panel();
  81. this.txtNoSend = new LYFZ.ComponentLibrary.TextBoxEx();
  82. this.label6 = new System.Windows.Forms.Label();
  83. this.panelNoBack = new System.Windows.Forms.Panel();
  84. this.txtNoBack = new LYFZ.ComponentLibrary.TextBoxEx();
  85. this.label7 = new System.Windows.Forms.Label();
  86. this.panelNoPickup = new System.Windows.Forms.Panel();
  87. this.txtNoPickup = new LYFZ.ComponentLibrary.TextBoxEx();
  88. this.label8 = new System.Windows.Forms.Label();
  89. this.panelNoPickup2 = new System.Windows.Forms.Panel();
  90. this.txtNoPickup2 = new LYFZ.ComponentLibrary.TextBoxEx();
  91. this.label13 = new System.Windows.Forms.Label();
  92. this.panelSelectNotRefinement = new System.Windows.Forms.Panel();
  93. this.txtSelectNotRefinement = new LYFZ.ComponentLibrary.TextBoxEx();
  94. this.label14 = new System.Windows.Forms.Label();
  95. this.panelRefinementNotDesign = new System.Windows.Forms.Panel();
  96. this.txtRefinementNotDesign = new LYFZ.ComponentLibrary.TextBoxEx();
  97. this.label15 = new System.Windows.Forms.Label();
  98. this.butnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  99. this.butnAlarmSet = new LYFZ.ComponentLibrary.ButtonEx();
  100. this.butnEmployeeSchedule = new LYFZ.ComponentLibrary.ButtonEx();
  101. this.butnTimeArrange = new LYFZ.ComponentLibrary.ButtonEx();
  102. this.btnClientServiceAnPai = new LYFZ.ComponentLibrary.ButtonEx();
  103. this.butnAddRecord = new LYFZ.ComponentLibrary.ButtonEx();
  104. this.btnCommunicateDetails = new LYFZ.ComponentLibrary.ButtonEx();
  105. this.butnRecordingsPlay = new LYFZ.ComponentLibrary.ButtonEx();
  106. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  107. this.butnColse = new LYFZ.ComponentLibrary.ButtonEx();
  108. this.plExMainContainer.SuspendLayout();
  109. this.plFormMainContent.SuspendLayout();
  110. this.panelMain.SuspendLayout();
  111. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  112. this.tabPanel.SuspendLayout();
  113. this.flowLayoutPanel1.SuspendLayout();
  114. this.panelStoreName.SuspendLayout();
  115. this.panel1.SuspendLayout();
  116. this.flowLayoutPanel2.SuspendLayout();
  117. this.panelNoShot.SuspendLayout();
  118. this.panelNoShotIn.SuspendLayout();
  119. this.panelNoRepair.SuspendLayout();
  120. this.panelNoSelected.SuspendLayout();
  121. this.panelNoSelected2.SuspendLayout();
  122. this.panelNoDesign.SuspendLayout();
  123. this.panelNoSend2.SuspendLayout();
  124. this.panelNoLook.SuspendLayout();
  125. this.panelNoSend.SuspendLayout();
  126. this.panelNoBack.SuspendLayout();
  127. this.panelNoPickup.SuspendLayout();
  128. this.panelNoPickup2.SuspendLayout();
  129. this.panelSelectNotRefinement.SuspendLayout();
  130. this.panelRefinementNotDesign.SuspendLayout();
  131. this.SuspendLayout();
  132. //
  133. // plExMainContainer
  134. //
  135. this.plExMainContainer.Controls.Add(this.panelMain);
  136. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  137. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(3);
  138. this.plExMainContainer.Size = new System.Drawing.Size(1020, 687);
  139. //
  140. // plFormMainContent
  141. //
  142. this.plFormMainContent.Size = new System.Drawing.Size(1020, 727);
  143. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  144. //
  145. // btnAppFormMaximize
  146. //
  147. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  148. this.btnAppFormMaximize.Location = new System.Drawing.Point(961, 0);
  149. //
  150. // btnAppFormExit
  151. //
  152. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  153. this.btnAppFormExit.Location = new System.Drawing.Point(988, 0);
  154. //
  155. // btnAppFormMinimize
  156. //
  157. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  158. this.btnAppFormMinimize.Location = new System.Drawing.Point(934, 0);
  159. //
  160. // panelMain
  161. //
  162. this.panelMain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  163. this.panelMain.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  164. this.panelMain.BorderWidth = 1;
  165. this.panelMain.Controls.Add(this.dgvData);
  166. this.panelMain.Controls.Add(this.tabPanel);
  167. this.panelMain.Controls.Add(this.dataGridViewStatisticsCount1);
  168. this.panelMain.Controls.Add(this.flowLayoutPanel1);
  169. this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
  170. this.panelMain.Location = new System.Drawing.Point(3, 3);
  171. this.panelMain.Name = "panelMain";
  172. this.panelMain.Padding = new System.Windows.Forms.Padding(3);
  173. this.panelMain.Size = new System.Drawing.Size(1014, 681);
  174. this.panelMain.TabIndex = 2;
  175. //
  176. // dgvData
  177. //
  178. this.dgvData.AllowUserToAddRows = false;
  179. this.dgvData.AllowUserToDeleteRows = false;
  180. this.dgvData.AllowUserToOrderColumns = true;
  181. this.dgvData.AllowUserToResizeRows = false;
  182. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  183. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  184. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  185. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  186. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  188. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  189. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  190. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  191. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  192. this.dgvData.dgvColumnHeadersHeight = 24;
  193. this.dgvData.dgvCurrentColumnOriginalSet = "";
  194. this.dgvData.dgvCurrentColumnWidth = "";
  195. this.dgvData.dgvCurrentHideColumn = null;
  196. this.dgvData.dgvFixedHideColumn = null;
  197. this.dgvData.dgvGuidName = null;
  198. this.dgvData.dgvUserEmployeeID = null;
  199. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  200. this.dgvData.EnableHeadersVisualStyles = false;
  201. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  202. this.dgvData.ImageHeight = 15;
  203. this.dgvData.ImageWidth = 15;
  204. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  205. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  206. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  207. this.dgvData.IsCompleteBonding = false;
  208. this.dgvData.IsCopyCellValue = true;
  209. this.dgvData.IsShowSerialNumber = false;
  210. this.dgvData.IsSortedRedraw = true;
  211. this.dgvData.IsSortMode = false;
  212. this.dgvData.Location = new System.Drawing.Point(3, 73);
  213. this.dgvData.Name = "dgvData";
  214. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  215. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  216. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  218. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  219. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  220. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  221. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  222. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  223. this.dgvData.RowHeadersWidth = 25;
  224. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  225. this.dgvData.RowTemplate.Height = 23;
  226. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  227. this.dgvData.Size = new System.Drawing.Size(1008, 579);
  228. this.dgvData.StrSecondStageNull = "";
  229. this.dgvData.StrValueNullColumn = "";
  230. this.dgvData.TabIndex = 29;
  231. this.dgvData.ViceCount = 1;
  232. //
  233. // tabPanel
  234. //
  235. this.tabPanel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  236. this.tabPanel.Controls.Add(this.tb_NoShot);
  237. this.tabPanel.Controls.Add(this.tb_NoShotIn);
  238. this.tabPanel.Controls.Add(this.tb_NoRepair);
  239. this.tabPanel.Controls.Add(this.tb_NoSelected);
  240. this.tabPanel.Controls.Add(this.tb_NoSelected2);
  241. this.tabPanel.Controls.Add(this.tb_SelectNotRefinement);
  242. this.tabPanel.Controls.Add(this.tb_RefinementNotDesign);
  243. this.tabPanel.Controls.Add(this.tb_NoDesign);
  244. this.tabPanel.Controls.Add(this.tb_NoSend2);
  245. this.tabPanel.Controls.Add(this.tb_NoLook);
  246. this.tabPanel.Controls.Add(this.tb_NoSend);
  247. this.tabPanel.Controls.Add(this.tb_NoBack);
  248. this.tabPanel.Controls.Add(this.tb_NoPickup);
  249. this.tabPanel.Controls.Add(this.tb_NoPickup2);
  250. this.tabPanel.Dock = System.Windows.Forms.DockStyle.Top;
  251. this.tabPanel.ItemSize = new System.Drawing.Size(83, 30);
  252. this.tabPanel.Location = new System.Drawing.Point(3, 39);
  253. this.tabPanel.Name = "tabPanel";
  254. this.tabPanel.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  255. this.tabPanel.SelectedIndex = 0;
  256. this.tabPanel.Size = new System.Drawing.Size(1008, 34);
  257. this.tabPanel.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  258. this.tabPanel.TabIndex = 0;
  259. //
  260. // tb_NoShot
  261. //
  262. this.tb_NoShot.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  263. this.tb_NoShot.Location = new System.Drawing.Point(4, 34);
  264. this.tb_NoShot.Name = "tb_NoShot";
  265. this.tb_NoShot.Padding = new System.Windows.Forms.Padding(3);
  266. this.tb_NoShot.Size = new System.Drawing.Size(1000, 0);
  267. this.tb_NoShot.TabIndex = 0;
  268. this.tb_NoShot.Text = "已定未拍";
  269. //
  270. // tb_NoShotIn
  271. //
  272. this.tb_NoShotIn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  273. this.tb_NoShotIn.Location = new System.Drawing.Point(4, 34);
  274. this.tb_NoShotIn.Name = "tb_NoShotIn";
  275. this.tb_NoShotIn.Padding = new System.Windows.Forms.Padding(3);
  276. this.tb_NoShotIn.Size = new System.Drawing.Size(890, 0);
  277. this.tb_NoShotIn.TabIndex = 10;
  278. this.tb_NoShotIn.Text = "已拍未拍完";
  279. //
  280. // tb_NoRepair
  281. //
  282. this.tb_NoRepair.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  283. this.tb_NoRepair.Location = new System.Drawing.Point(4, 34);
  284. this.tb_NoRepair.Name = "tb_NoRepair";
  285. this.tb_NoRepair.Padding = new System.Windows.Forms.Padding(3);
  286. this.tb_NoRepair.Size = new System.Drawing.Size(890, 0);
  287. this.tb_NoRepair.TabIndex = 1;
  288. this.tb_NoRepair.Text = "已拍未修";
  289. //
  290. // tb_NoSelected
  291. //
  292. this.tb_NoSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  293. this.tb_NoSelected.Location = new System.Drawing.Point(4, 34);
  294. this.tb_NoSelected.Name = "tb_NoSelected";
  295. this.tb_NoSelected.Padding = new System.Windows.Forms.Padding(3);
  296. this.tb_NoSelected.Size = new System.Drawing.Size(890, 0);
  297. this.tb_NoSelected.TabIndex = 2;
  298. this.tb_NoSelected.Text = "已拍未选";
  299. //
  300. // tb_NoSelected2
  301. //
  302. this.tb_NoSelected2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  303. this.tb_NoSelected2.Location = new System.Drawing.Point(4, 34);
  304. this.tb_NoSelected2.Name = "tb_NoSelected2";
  305. this.tb_NoSelected2.Padding = new System.Windows.Forms.Padding(3);
  306. this.tb_NoSelected2.Size = new System.Drawing.Size(890, 0);
  307. this.tb_NoSelected2.TabIndex = 8;
  308. this.tb_NoSelected2.Text = "已修未选";
  309. //
  310. // tb_SelectNotRefinement
  311. //
  312. this.tb_SelectNotRefinement.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  313. this.tb_SelectNotRefinement.Location = new System.Drawing.Point(4, 34);
  314. this.tb_SelectNotRefinement.Name = "tb_SelectNotRefinement";
  315. this.tb_SelectNotRefinement.Padding = new System.Windows.Forms.Padding(3);
  316. this.tb_SelectNotRefinement.Size = new System.Drawing.Size(890, 0);
  317. this.tb_SelectNotRefinement.TabIndex = 12;
  318. this.tb_SelectNotRefinement.Text = "已选未精修";
  319. //
  320. // tb_RefinementNotDesign
  321. //
  322. this.tb_RefinementNotDesign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  323. this.tb_RefinementNotDesign.Location = new System.Drawing.Point(4, 34);
  324. this.tb_RefinementNotDesign.Name = "tb_RefinementNotDesign";
  325. this.tb_RefinementNotDesign.Size = new System.Drawing.Size(890, 0);
  326. this.tb_RefinementNotDesign.TabIndex = 13;
  327. this.tb_RefinementNotDesign.Text = "已精修未设计";
  328. //
  329. // tb_NoDesign
  330. //
  331. this.tb_NoDesign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  332. this.tb_NoDesign.Location = new System.Drawing.Point(4, 34);
  333. this.tb_NoDesign.Name = "tb_NoDesign";
  334. this.tb_NoDesign.Padding = new System.Windows.Forms.Padding(3);
  335. this.tb_NoDesign.Size = new System.Drawing.Size(890, 0);
  336. this.tb_NoDesign.TabIndex = 3;
  337. this.tb_NoDesign.Text = " 已选未设计 ";
  338. //
  339. // tb_NoSend2
  340. //
  341. this.tb_NoSend2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  342. this.tb_NoSend2.Location = new System.Drawing.Point(4, 34);
  343. this.tb_NoSend2.Name = "tb_NoSend2";
  344. this.tb_NoSend2.Padding = new System.Windows.Forms.Padding(3);
  345. this.tb_NoSend2.Size = new System.Drawing.Size(890, 0);
  346. this.tb_NoSend2.TabIndex = 9;
  347. this.tb_NoSend2.Text = "已选未发片";
  348. //
  349. // tb_NoLook
  350. //
  351. this.tb_NoLook.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  352. this.tb_NoLook.Location = new System.Drawing.Point(4, 34);
  353. this.tb_NoLook.Name = "tb_NoLook";
  354. this.tb_NoLook.Padding = new System.Windows.Forms.Padding(3);
  355. this.tb_NoLook.Size = new System.Drawing.Size(890, 0);
  356. this.tb_NoLook.TabIndex = 4;
  357. this.tb_NoLook.Text = " 已设计未看 ";
  358. //
  359. // tb_NoSend
  360. //
  361. this.tb_NoSend.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  362. this.tb_NoSend.Location = new System.Drawing.Point(4, 34);
  363. this.tb_NoSend.Name = "tb_NoSend";
  364. this.tb_NoSend.Padding = new System.Windows.Forms.Padding(3);
  365. this.tb_NoSend.Size = new System.Drawing.Size(890, 0);
  366. this.tb_NoSend.TabIndex = 5;
  367. this.tb_NoSend.Text = " 已看未发片 ";
  368. //
  369. // tb_NoBack
  370. //
  371. this.tb_NoBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  372. this.tb_NoBack.Location = new System.Drawing.Point(4, 34);
  373. this.tb_NoBack.Name = "tb_NoBack";
  374. this.tb_NoBack.Padding = new System.Windows.Forms.Padding(3);
  375. this.tb_NoBack.Size = new System.Drawing.Size(890, 0);
  376. this.tb_NoBack.TabIndex = 6;
  377. this.tb_NoBack.Text = " 已发未回件 ";
  378. //
  379. // tb_NoPickup
  380. //
  381. this.tb_NoPickup.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  382. this.tb_NoPickup.Location = new System.Drawing.Point(4, 34);
  383. this.tb_NoPickup.Name = "tb_NoPickup";
  384. this.tb_NoPickup.Padding = new System.Windows.Forms.Padding(3);
  385. this.tb_NoPickup.Size = new System.Drawing.Size(890, 0);
  386. this.tb_NoPickup.TabIndex = 7;
  387. this.tb_NoPickup.Text = " 部分回件未取 ";
  388. //
  389. // tb_NoPickup2
  390. //
  391. this.tb_NoPickup2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  392. this.tb_NoPickup2.Location = new System.Drawing.Point(4, 34);
  393. this.tb_NoPickup2.Name = "tb_NoPickup2";
  394. this.tb_NoPickup2.Padding = new System.Windows.Forms.Padding(3);
  395. this.tb_NoPickup2.Size = new System.Drawing.Size(890, 0);
  396. this.tb_NoPickup2.TabIndex = 11;
  397. this.tb_NoPickup2.Text = "全部回件未取";
  398. //
  399. // dataGridViewStatisticsCount1
  400. //
  401. this.dataGridViewStatisticsCount1.CurrenQuantity = 0;
  402. this.dataGridViewStatisticsCount1.Dock = System.Windows.Forms.DockStyle.Bottom;
  403. this.dataGridViewStatisticsCount1.Location = new System.Drawing.Point(3, 652);
  404. this.dataGridViewStatisticsCount1.LocationX = 1;
  405. this.dataGridViewStatisticsCount1.Name = "dataGridViewStatisticsCount1";
  406. this.dataGridViewStatisticsCount1.Size = new System.Drawing.Size(1008, 26);
  407. this.dataGridViewStatisticsCount1.StrUnit = "单";
  408. this.dataGridViewStatisticsCount1.TabIndex = 28;
  409. this.dataGridViewStatisticsCount1.TotalQuantity = 0;
  410. //
  411. // flowLayoutPanel1
  412. //
  413. this.flowLayoutPanel1.Controls.Add(this.panelStoreName);
  414. this.flowLayoutPanel1.Controls.Add(this.panel1);
  415. this.flowLayoutPanel1.Controls.Add(this.flowLayoutPanel2);
  416. this.flowLayoutPanel1.Controls.Add(this.butnQuery);
  417. this.flowLayoutPanel1.Controls.Add(this.butnAlarmSet);
  418. this.flowLayoutPanel1.Controls.Add(this.butnEmployeeSchedule);
  419. this.flowLayoutPanel1.Controls.Add(this.butnTimeArrange);
  420. this.flowLayoutPanel1.Controls.Add(this.btnClientServiceAnPai);
  421. this.flowLayoutPanel1.Controls.Add(this.butnAddRecord);
  422. this.flowLayoutPanel1.Controls.Add(this.btnCommunicateDetails);
  423. this.flowLayoutPanel1.Controls.Add(this.butnRecordingsPlay);
  424. this.flowLayoutPanel1.Controls.Add(this.btnExport);
  425. this.flowLayoutPanel1.Controls.Add(this.butnColse);
  426. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  427. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  428. this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(1);
  429. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  430. this.flowLayoutPanel1.Size = new System.Drawing.Size(1008, 36);
  431. this.flowLayoutPanel1.TabIndex = 1;
  432. //
  433. // panelStoreName
  434. //
  435. this.panelStoreName.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  436. this.panelStoreName.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  437. this.panelStoreName.BorderWidth = 1;
  438. this.panelStoreName.Controls.Add(this.cmbtreevStoreName);
  439. this.panelStoreName.Location = new System.Drawing.Point(1, 1);
  440. this.panelStoreName.Margin = new System.Windows.Forms.Padding(1, 1, 1, 3);
  441. this.panelStoreName.Name = "panelStoreName";
  442. this.panelStoreName.Size = new System.Drawing.Size(210, 30);
  443. this.panelStoreName.TabIndex = 210;
  444. //
  445. // cmbtreevStoreName
  446. //
  447. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  448. this.cmbtreevStoreName.DropDownHeight = 220;
  449. this.cmbtreevStoreName.DropDownShow = false;
  450. this.cmbtreevStoreName.FormattingEnabled = true;
  451. this.cmbtreevStoreName.IntegralHeight = false;
  452. this.cmbtreevStoreName.IsNodeMouseClick = true;
  453. this.cmbtreevStoreName.IsSelectParentNode = false;
  454. this.cmbtreevStoreName.Location = new System.Drawing.Point(4, 5);
  455. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  456. this.cmbtreevStoreName.ReadOnly = true;
  457. this.cmbtreevStoreName.SelectedNode = null;
  458. this.cmbtreevStoreName.Size = new System.Drawing.Size(200, 20);
  459. this.cmbtreevStoreName.StrGetName = "";
  460. this.cmbtreevStoreName.StrGetTagName = "";
  461. this.cmbtreevStoreName.StrKey = null;
  462. this.cmbtreevStoreName.TabIndex = 274;
  463. //
  464. // panel1
  465. //
  466. this.panel1.Controls.Add(this.txtQuery);
  467. this.panel1.Controls.Add(this.label11);
  468. this.panel1.Location = new System.Drawing.Point(215, 3);
  469. this.panel1.Name = "panel1";
  470. this.panel1.Size = new System.Drawing.Size(220, 28);
  471. this.panel1.TabIndex = 24;
  472. //
  473. // txtQuery
  474. //
  475. this.txtQuery.BackColor = System.Drawing.Color.Transparent;
  476. this.txtQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  477. this.txtQuery.Icon = null;
  478. this.txtQuery.IconIsButton = false;
  479. this.txtQuery.IsPasswordChat = '\0';
  480. this.txtQuery.IsSystemPasswordChar = false;
  481. this.txtQuery.Lines = new string[0];
  482. this.txtQuery.Location = new System.Drawing.Point(54, 2);
  483. this.txtQuery.Margin = new System.Windows.Forms.Padding(0);
  484. this.txtQuery.MaxLength = 32767;
  485. this.txtQuery.MinimumSize = new System.Drawing.Size(0, 24);
  486. this.txtQuery.MouseBack = null;
  487. this.txtQuery.Multiline = false;
  488. this.txtQuery.Name = "txtQuery";
  489. this.txtQuery.NormlBack = null;
  490. this.txtQuery.Padding = new System.Windows.Forms.Padding(5);
  491. this.txtQuery.ReadOnly = false;
  492. this.txtQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  493. this.txtQuery.Size = new System.Drawing.Size(160, 25);
  494. this.txtQuery.TabIndex = 1;
  495. this.txtQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  496. this.txtQuery.WaterColor = System.Drawing.Color.DarkGray;
  497. this.txtQuery.WaterText = "订单号、客户姓名、电话";
  498. this.txtQuery.WordWrap = true;
  499. //
  500. // label11
  501. //
  502. this.label11.AutoSize = true;
  503. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  504. this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  505. this.label11.Location = new System.Drawing.Point(3, 6);
  506. this.label11.Name = "label11";
  507. this.label11.Size = new System.Drawing.Size(56, 17);
  508. this.label11.TabIndex = 3;
  509. this.label11.Text = "关键字:";
  510. //
  511. // flowLayoutPanel2
  512. //
  513. this.flowLayoutPanel2.Controls.Add(this.panelNoShot);
  514. this.flowLayoutPanel2.Controls.Add(this.panelNoShotIn);
  515. this.flowLayoutPanel2.Controls.Add(this.panelNoRepair);
  516. this.flowLayoutPanel2.Controls.Add(this.panelNoSelected);
  517. this.flowLayoutPanel2.Controls.Add(this.panelNoSelected2);
  518. this.flowLayoutPanel2.Controls.Add(this.panelNoDesign);
  519. this.flowLayoutPanel2.Controls.Add(this.panelNoSend2);
  520. this.flowLayoutPanel2.Controls.Add(this.panelNoLook);
  521. this.flowLayoutPanel2.Controls.Add(this.panelNoSend);
  522. this.flowLayoutPanel2.Controls.Add(this.panelNoBack);
  523. this.flowLayoutPanel2.Controls.Add(this.panelNoPickup);
  524. this.flowLayoutPanel2.Controls.Add(this.panelNoPickup2);
  525. this.flowLayoutPanel2.Controls.Add(this.panelSelectNotRefinement);
  526. this.flowLayoutPanel2.Controls.Add(this.panelRefinementNotDesign);
  527. this.flowLayoutPanel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  528. this.flowLayoutPanel2.Location = new System.Drawing.Point(439, 1);
  529. this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(1);
  530. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  531. this.flowLayoutPanel2.Size = new System.Drawing.Size(160, 30);
  532. this.flowLayoutPanel2.TabIndex = 24;
  533. //
  534. // panelNoShot
  535. //
  536. this.panelNoShot.Controls.Add(this.txtNoShot);
  537. this.panelNoShot.Controls.Add(this.label1);
  538. this.panelNoShot.Location = new System.Drawing.Point(3, 3);
  539. this.panelNoShot.Name = "panelNoShot";
  540. this.panelNoShot.Size = new System.Drawing.Size(155, 27);
  541. this.panelNoShot.TabIndex = 0;
  542. this.panelNoShot.Visible = false;
  543. //
  544. // txtNoShot
  545. //
  546. this.txtNoShot.BackColor = System.Drawing.Color.Transparent;
  547. this.txtNoShot.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  548. this.txtNoShot.Icon = null;
  549. this.txtNoShot.IconIsButton = false;
  550. this.txtNoShot.IsPasswordChat = '\0';
  551. this.txtNoShot.IsSystemPasswordChar = false;
  552. this.txtNoShot.Lines = new string[0];
  553. this.txtNoShot.Location = new System.Drawing.Point(36, 1);
  554. this.txtNoShot.Margin = new System.Windows.Forms.Padding(0);
  555. this.txtNoShot.MaxLength = 32767;
  556. this.txtNoShot.MinimumSize = new System.Drawing.Size(0, 24);
  557. this.txtNoShot.MouseBack = null;
  558. this.txtNoShot.Multiline = false;
  559. this.txtNoShot.Name = "txtNoShot";
  560. this.txtNoShot.NormlBack = null;
  561. this.txtNoShot.Padding = new System.Windows.Forms.Padding(5);
  562. this.txtNoShot.ReadOnly = false;
  563. this.txtNoShot.ScrollBars = System.Windows.Forms.ScrollBars.None;
  564. this.txtNoShot.Size = new System.Drawing.Size(52, 25);
  565. this.txtNoShot.TabIndex = 1;
  566. this.txtNoShot.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  567. this.txtNoShot.WaterColor = System.Drawing.Color.DarkGray;
  568. this.txtNoShot.WaterText = "";
  569. this.txtNoShot.WordWrap = true;
  570. //
  571. // label1
  572. //
  573. this.label1.AutoSize = true;
  574. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  575. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  576. this.label1.Location = new System.Drawing.Point(4, 5);
  577. this.label1.Name = "label1";
  578. this.label1.Size = new System.Drawing.Size(128, 17);
  579. this.label1.TabIndex = 0;
  580. this.label1.Text = "已定 天未拍";
  581. //
  582. // panelNoShotIn
  583. //
  584. this.panelNoShotIn.Controls.Add(this.txtNoShotIn);
  585. this.panelNoShotIn.Controls.Add(this.label12);
  586. this.panelNoShotIn.Location = new System.Drawing.Point(3, 36);
  587. this.panelNoShotIn.Name = "panelNoShotIn";
  588. this.panelNoShotIn.Size = new System.Drawing.Size(155, 27);
  589. this.panelNoShotIn.TabIndex = 10;
  590. this.panelNoShotIn.Visible = false;
  591. //
  592. // txtNoShotIn
  593. //
  594. this.txtNoShotIn.BackColor = System.Drawing.Color.Transparent;
  595. this.txtNoShotIn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  596. this.txtNoShotIn.Icon = null;
  597. this.txtNoShotIn.IconIsButton = false;
  598. this.txtNoShotIn.IsPasswordChat = '\0';
  599. this.txtNoShotIn.IsSystemPasswordChar = false;
  600. this.txtNoShotIn.Lines = new string[0];
  601. this.txtNoShotIn.Location = new System.Drawing.Point(36, 1);
  602. this.txtNoShotIn.Margin = new System.Windows.Forms.Padding(0);
  603. this.txtNoShotIn.MaxLength = 32767;
  604. this.txtNoShotIn.MinimumSize = new System.Drawing.Size(0, 24);
  605. this.txtNoShotIn.MouseBack = null;
  606. this.txtNoShotIn.Multiline = false;
  607. this.txtNoShotIn.Name = "txtNoShotIn";
  608. this.txtNoShotIn.NormlBack = null;
  609. this.txtNoShotIn.Padding = new System.Windows.Forms.Padding(5);
  610. this.txtNoShotIn.ReadOnly = false;
  611. this.txtNoShotIn.ScrollBars = System.Windows.Forms.ScrollBars.None;
  612. this.txtNoShotIn.Size = new System.Drawing.Size(52, 25);
  613. this.txtNoShotIn.TabIndex = 1;
  614. this.txtNoShotIn.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  615. this.txtNoShotIn.WaterColor = System.Drawing.Color.DarkGray;
  616. this.txtNoShotIn.WaterText = "";
  617. this.txtNoShotIn.WordWrap = true;
  618. //
  619. // label12
  620. //
  621. this.label12.AutoSize = true;
  622. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  623. this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  624. this.label12.Location = new System.Drawing.Point(4, 5);
  625. this.label12.Name = "label12";
  626. this.label12.Size = new System.Drawing.Size(140, 17);
  627. this.label12.TabIndex = 0;
  628. this.label12.Text = "已拍 天未拍完";
  629. //
  630. // panelNoRepair
  631. //
  632. this.panelNoRepair.Controls.Add(this.txtNoRepair);
  633. this.panelNoRepair.Controls.Add(this.label2);
  634. this.panelNoRepair.Location = new System.Drawing.Point(3, 69);
  635. this.panelNoRepair.Name = "panelNoRepair";
  636. this.panelNoRepair.Size = new System.Drawing.Size(155, 27);
  637. this.panelNoRepair.TabIndex = 2;
  638. this.panelNoRepair.Visible = false;
  639. //
  640. // txtNoRepair
  641. //
  642. this.txtNoRepair.BackColor = System.Drawing.Color.Transparent;
  643. this.txtNoRepair.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  644. this.txtNoRepair.Icon = null;
  645. this.txtNoRepair.IconIsButton = false;
  646. this.txtNoRepair.IsPasswordChat = '\0';
  647. this.txtNoRepair.IsSystemPasswordChar = false;
  648. this.txtNoRepair.Lines = new string[0];
  649. this.txtNoRepair.Location = new System.Drawing.Point(36, 1);
  650. this.txtNoRepair.Margin = new System.Windows.Forms.Padding(0);
  651. this.txtNoRepair.MaxLength = 32767;
  652. this.txtNoRepair.MinimumSize = new System.Drawing.Size(0, 24);
  653. this.txtNoRepair.MouseBack = null;
  654. this.txtNoRepair.Multiline = false;
  655. this.txtNoRepair.Name = "txtNoRepair";
  656. this.txtNoRepair.NormlBack = null;
  657. this.txtNoRepair.Padding = new System.Windows.Forms.Padding(5);
  658. this.txtNoRepair.ReadOnly = false;
  659. this.txtNoRepair.ScrollBars = System.Windows.Forms.ScrollBars.None;
  660. this.txtNoRepair.Size = new System.Drawing.Size(52, 25);
  661. this.txtNoRepair.TabIndex = 1;
  662. this.txtNoRepair.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  663. this.txtNoRepair.WaterColor = System.Drawing.Color.DarkGray;
  664. this.txtNoRepair.WaterText = "";
  665. this.txtNoRepair.WordWrap = true;
  666. //
  667. // label2
  668. //
  669. this.label2.AutoSize = true;
  670. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  671. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  672. this.label2.Location = new System.Drawing.Point(4, 5);
  673. this.label2.Name = "label2";
  674. this.label2.Size = new System.Drawing.Size(128, 17);
  675. this.label2.TabIndex = 0;
  676. this.label2.Text = "已拍 天未修";
  677. //
  678. // panelNoSelected
  679. //
  680. this.panelNoSelected.Controls.Add(this.txtNoSelected);
  681. this.panelNoSelected.Controls.Add(this.label3);
  682. this.panelNoSelected.Location = new System.Drawing.Point(3, 102);
  683. this.panelNoSelected.Name = "panelNoSelected";
  684. this.panelNoSelected.Size = new System.Drawing.Size(155, 27);
  685. this.panelNoSelected.TabIndex = 3;
  686. this.panelNoSelected.Visible = false;
  687. //
  688. // txtNoSelected
  689. //
  690. this.txtNoSelected.BackColor = System.Drawing.Color.Transparent;
  691. this.txtNoSelected.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  692. this.txtNoSelected.Icon = null;
  693. this.txtNoSelected.IconIsButton = false;
  694. this.txtNoSelected.IsPasswordChat = '\0';
  695. this.txtNoSelected.IsSystemPasswordChar = false;
  696. this.txtNoSelected.Lines = new string[0];
  697. this.txtNoSelected.Location = new System.Drawing.Point(36, 1);
  698. this.txtNoSelected.Margin = new System.Windows.Forms.Padding(0);
  699. this.txtNoSelected.MaxLength = 32767;
  700. this.txtNoSelected.MinimumSize = new System.Drawing.Size(0, 24);
  701. this.txtNoSelected.MouseBack = null;
  702. this.txtNoSelected.Multiline = false;
  703. this.txtNoSelected.Name = "txtNoSelected";
  704. this.txtNoSelected.NormlBack = null;
  705. this.txtNoSelected.Padding = new System.Windows.Forms.Padding(5);
  706. this.txtNoSelected.ReadOnly = false;
  707. this.txtNoSelected.ScrollBars = System.Windows.Forms.ScrollBars.None;
  708. this.txtNoSelected.Size = new System.Drawing.Size(52, 25);
  709. this.txtNoSelected.TabIndex = 1;
  710. this.txtNoSelected.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  711. this.txtNoSelected.WaterColor = System.Drawing.Color.DarkGray;
  712. this.txtNoSelected.WaterText = "";
  713. this.txtNoSelected.WordWrap = true;
  714. //
  715. // label3
  716. //
  717. this.label3.AutoSize = true;
  718. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  719. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  720. this.label3.Location = new System.Drawing.Point(4, 5);
  721. this.label3.Name = "label3";
  722. this.label3.Size = new System.Drawing.Size(128, 17);
  723. this.label3.TabIndex = 0;
  724. this.label3.Text = "已拍 天未选";
  725. //
  726. // panelNoSelected2
  727. //
  728. this.panelNoSelected2.Controls.Add(this.txtNoSelected2);
  729. this.panelNoSelected2.Controls.Add(this.label9);
  730. this.panelNoSelected2.Location = new System.Drawing.Point(3, 135);
  731. this.panelNoSelected2.Name = "panelNoSelected2";
  732. this.panelNoSelected2.Size = new System.Drawing.Size(155, 27);
  733. this.panelNoSelected2.TabIndex = 4;
  734. this.panelNoSelected2.Visible = false;
  735. //
  736. // txtNoSelected2
  737. //
  738. this.txtNoSelected2.BackColor = System.Drawing.Color.Transparent;
  739. this.txtNoSelected2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  740. this.txtNoSelected2.Icon = null;
  741. this.txtNoSelected2.IconIsButton = false;
  742. this.txtNoSelected2.IsPasswordChat = '\0';
  743. this.txtNoSelected2.IsSystemPasswordChar = false;
  744. this.txtNoSelected2.Lines = new string[0];
  745. this.txtNoSelected2.Location = new System.Drawing.Point(36, 1);
  746. this.txtNoSelected2.Margin = new System.Windows.Forms.Padding(0);
  747. this.txtNoSelected2.MaxLength = 32767;
  748. this.txtNoSelected2.MinimumSize = new System.Drawing.Size(0, 24);
  749. this.txtNoSelected2.MouseBack = null;
  750. this.txtNoSelected2.Multiline = false;
  751. this.txtNoSelected2.Name = "txtNoSelected2";
  752. this.txtNoSelected2.NormlBack = null;
  753. this.txtNoSelected2.Padding = new System.Windows.Forms.Padding(5);
  754. this.txtNoSelected2.ReadOnly = false;
  755. this.txtNoSelected2.ScrollBars = System.Windows.Forms.ScrollBars.None;
  756. this.txtNoSelected2.Size = new System.Drawing.Size(52, 25);
  757. this.txtNoSelected2.TabIndex = 1;
  758. this.txtNoSelected2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  759. this.txtNoSelected2.WaterColor = System.Drawing.Color.DarkGray;
  760. this.txtNoSelected2.WaterText = "";
  761. this.txtNoSelected2.WordWrap = true;
  762. //
  763. // label9
  764. //
  765. this.label9.AutoSize = true;
  766. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  767. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  768. this.label9.Location = new System.Drawing.Point(4, 5);
  769. this.label9.Name = "label9";
  770. this.label9.Size = new System.Drawing.Size(128, 17);
  771. this.label9.TabIndex = 0;
  772. this.label9.Text = "已修 天未选";
  773. //
  774. // panelNoDesign
  775. //
  776. this.panelNoDesign.Controls.Add(this.txtNoDesign);
  777. this.panelNoDesign.Controls.Add(this.label4);
  778. this.panelNoDesign.Location = new System.Drawing.Point(3, 168);
  779. this.panelNoDesign.Name = "panelNoDesign";
  780. this.panelNoDesign.Size = new System.Drawing.Size(155, 27);
  781. this.panelNoDesign.TabIndex = 4;
  782. this.panelNoDesign.Visible = false;
  783. //
  784. // txtNoDesign
  785. //
  786. this.txtNoDesign.BackColor = System.Drawing.Color.Transparent;
  787. this.txtNoDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  788. this.txtNoDesign.Icon = null;
  789. this.txtNoDesign.IconIsButton = false;
  790. this.txtNoDesign.IsPasswordChat = '\0';
  791. this.txtNoDesign.IsSystemPasswordChar = false;
  792. this.txtNoDesign.Lines = new string[0];
  793. this.txtNoDesign.Location = new System.Drawing.Point(36, 1);
  794. this.txtNoDesign.Margin = new System.Windows.Forms.Padding(0);
  795. this.txtNoDesign.MaxLength = 32767;
  796. this.txtNoDesign.MinimumSize = new System.Drawing.Size(0, 24);
  797. this.txtNoDesign.MouseBack = null;
  798. this.txtNoDesign.Multiline = false;
  799. this.txtNoDesign.Name = "txtNoDesign";
  800. this.txtNoDesign.NormlBack = null;
  801. this.txtNoDesign.Padding = new System.Windows.Forms.Padding(5);
  802. this.txtNoDesign.ReadOnly = false;
  803. this.txtNoDesign.ScrollBars = System.Windows.Forms.ScrollBars.None;
  804. this.txtNoDesign.Size = new System.Drawing.Size(52, 25);
  805. this.txtNoDesign.TabIndex = 1;
  806. this.txtNoDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  807. this.txtNoDesign.WaterColor = System.Drawing.Color.DarkGray;
  808. this.txtNoDesign.WaterText = "";
  809. this.txtNoDesign.WordWrap = true;
  810. //
  811. // label4
  812. //
  813. this.label4.AutoSize = true;
  814. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  815. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  816. this.label4.Location = new System.Drawing.Point(4, 5);
  817. this.label4.Name = "label4";
  818. this.label4.Size = new System.Drawing.Size(140, 17);
  819. this.label4.TabIndex = 0;
  820. this.label4.Text = "已选 天未设计";
  821. //
  822. // panelNoSend2
  823. //
  824. this.panelNoSend2.Controls.Add(this.txtNoSend2);
  825. this.panelNoSend2.Controls.Add(this.label10);
  826. this.panelNoSend2.Location = new System.Drawing.Point(3, 201);
  827. this.panelNoSend2.Name = "panelNoSend2";
  828. this.panelNoSend2.Size = new System.Drawing.Size(155, 27);
  829. this.panelNoSend2.TabIndex = 9;
  830. this.panelNoSend2.Visible = false;
  831. //
  832. // txtNoSend2
  833. //
  834. this.txtNoSend2.BackColor = System.Drawing.Color.Transparent;
  835. this.txtNoSend2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  836. this.txtNoSend2.Icon = null;
  837. this.txtNoSend2.IconIsButton = false;
  838. this.txtNoSend2.IsPasswordChat = '\0';
  839. this.txtNoSend2.IsSystemPasswordChar = false;
  840. this.txtNoSend2.Lines = new string[0];
  841. this.txtNoSend2.Location = new System.Drawing.Point(36, 1);
  842. this.txtNoSend2.Margin = new System.Windows.Forms.Padding(0);
  843. this.txtNoSend2.MaxLength = 32767;
  844. this.txtNoSend2.MinimumSize = new System.Drawing.Size(0, 24);
  845. this.txtNoSend2.MouseBack = null;
  846. this.txtNoSend2.Multiline = false;
  847. this.txtNoSend2.Name = "txtNoSend2";
  848. this.txtNoSend2.NormlBack = null;
  849. this.txtNoSend2.Padding = new System.Windows.Forms.Padding(5);
  850. this.txtNoSend2.ReadOnly = false;
  851. this.txtNoSend2.ScrollBars = System.Windows.Forms.ScrollBars.None;
  852. this.txtNoSend2.Size = new System.Drawing.Size(52, 25);
  853. this.txtNoSend2.TabIndex = 1;
  854. this.txtNoSend2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  855. this.txtNoSend2.WaterColor = System.Drawing.Color.DarkGray;
  856. this.txtNoSend2.WaterText = "";
  857. this.txtNoSend2.WordWrap = true;
  858. //
  859. // label10
  860. //
  861. this.label10.AutoSize = true;
  862. this.label10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  863. this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  864. this.label10.Location = new System.Drawing.Point(4, 5);
  865. this.label10.Name = "label10";
  866. this.label10.Size = new System.Drawing.Size(140, 17);
  867. this.label10.TabIndex = 0;
  868. this.label10.Text = "已选 天未发片";
  869. //
  870. // panelNoLook
  871. //
  872. this.panelNoLook.Controls.Add(this.txtNoLook);
  873. this.panelNoLook.Controls.Add(this.label5);
  874. this.panelNoLook.Location = new System.Drawing.Point(3, 234);
  875. this.panelNoLook.Name = "panelNoLook";
  876. this.panelNoLook.Size = new System.Drawing.Size(155, 27);
  877. this.panelNoLook.TabIndex = 5;
  878. this.panelNoLook.Visible = false;
  879. //
  880. // txtNoLook
  881. //
  882. this.txtNoLook.BackColor = System.Drawing.Color.Transparent;
  883. this.txtNoLook.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  884. this.txtNoLook.Icon = null;
  885. this.txtNoLook.IconIsButton = false;
  886. this.txtNoLook.IsPasswordChat = '\0';
  887. this.txtNoLook.IsSystemPasswordChar = false;
  888. this.txtNoLook.Lines = new string[0];
  889. this.txtNoLook.Location = new System.Drawing.Point(48, 1);
  890. this.txtNoLook.Margin = new System.Windows.Forms.Padding(0);
  891. this.txtNoLook.MaxLength = 32767;
  892. this.txtNoLook.MinimumSize = new System.Drawing.Size(0, 24);
  893. this.txtNoLook.MouseBack = null;
  894. this.txtNoLook.Multiline = false;
  895. this.txtNoLook.Name = "txtNoLook";
  896. this.txtNoLook.NormlBack = null;
  897. this.txtNoLook.Padding = new System.Windows.Forms.Padding(5);
  898. this.txtNoLook.ReadOnly = false;
  899. this.txtNoLook.ScrollBars = System.Windows.Forms.ScrollBars.None;
  900. this.txtNoLook.Size = new System.Drawing.Size(52, 25);
  901. this.txtNoLook.TabIndex = 1;
  902. this.txtNoLook.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  903. this.txtNoLook.WaterColor = System.Drawing.Color.DarkGray;
  904. this.txtNoLook.WaterText = "";
  905. this.txtNoLook.WordWrap = true;
  906. //
  907. // label5
  908. //
  909. this.label5.AutoSize = true;
  910. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  911. this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  912. this.label5.Location = new System.Drawing.Point(4, 5);
  913. this.label5.Name = "label5";
  914. this.label5.Size = new System.Drawing.Size(140, 17);
  915. this.label5.TabIndex = 0;
  916. this.label5.Text = "已设计 天未看";
  917. //
  918. // panelNoSend
  919. //
  920. this.panelNoSend.Controls.Add(this.txtNoSend);
  921. this.panelNoSend.Controls.Add(this.label6);
  922. this.panelNoSend.Location = new System.Drawing.Point(3, 267);
  923. this.panelNoSend.Name = "panelNoSend";
  924. this.panelNoSend.Size = new System.Drawing.Size(155, 27);
  925. this.panelNoSend.TabIndex = 6;
  926. this.panelNoSend.Visible = false;
  927. //
  928. // txtNoSend
  929. //
  930. this.txtNoSend.BackColor = System.Drawing.Color.Transparent;
  931. this.txtNoSend.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  932. this.txtNoSend.Icon = null;
  933. this.txtNoSend.IconIsButton = false;
  934. this.txtNoSend.IsPasswordChat = '\0';
  935. this.txtNoSend.IsSystemPasswordChar = false;
  936. this.txtNoSend.Lines = new string[0];
  937. this.txtNoSend.Location = new System.Drawing.Point(47, 1);
  938. this.txtNoSend.Margin = new System.Windows.Forms.Padding(0);
  939. this.txtNoSend.MaxLength = 32767;
  940. this.txtNoSend.MinimumSize = new System.Drawing.Size(0, 24);
  941. this.txtNoSend.MouseBack = null;
  942. this.txtNoSend.Multiline = false;
  943. this.txtNoSend.Name = "txtNoSend";
  944. this.txtNoSend.NormlBack = null;
  945. this.txtNoSend.Padding = new System.Windows.Forms.Padding(5);
  946. this.txtNoSend.ReadOnly = false;
  947. this.txtNoSend.ScrollBars = System.Windows.Forms.ScrollBars.None;
  948. this.txtNoSend.Size = new System.Drawing.Size(52, 25);
  949. this.txtNoSend.TabIndex = 1;
  950. this.txtNoSend.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  951. this.txtNoSend.WaterColor = System.Drawing.Color.DarkGray;
  952. this.txtNoSend.WaterText = "";
  953. this.txtNoSend.WordWrap = true;
  954. //
  955. // label6
  956. //
  957. this.label6.AutoSize = true;
  958. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  959. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  960. this.label6.Location = new System.Drawing.Point(4, 5);
  961. this.label6.Name = "label6";
  962. this.label6.Size = new System.Drawing.Size(152, 17);
  963. this.label6.TabIndex = 0;
  964. this.label6.Text = "已看版 天未发片";
  965. //
  966. // panelNoBack
  967. //
  968. this.panelNoBack.Controls.Add(this.txtNoBack);
  969. this.panelNoBack.Controls.Add(this.label7);
  970. this.panelNoBack.Location = new System.Drawing.Point(3, 300);
  971. this.panelNoBack.Name = "panelNoBack";
  972. this.panelNoBack.Size = new System.Drawing.Size(155, 27);
  973. this.panelNoBack.TabIndex = 7;
  974. this.panelNoBack.Visible = false;
  975. //
  976. // txtNoBack
  977. //
  978. this.txtNoBack.BackColor = System.Drawing.Color.Transparent;
  979. this.txtNoBack.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  980. this.txtNoBack.Icon = null;
  981. this.txtNoBack.IconIsButton = false;
  982. this.txtNoBack.IsPasswordChat = '\0';
  983. this.txtNoBack.IsSystemPasswordChar = false;
  984. this.txtNoBack.Lines = new string[0];
  985. this.txtNoBack.Location = new System.Drawing.Point(47, 1);
  986. this.txtNoBack.Margin = new System.Windows.Forms.Padding(0);
  987. this.txtNoBack.MaxLength = 32767;
  988. this.txtNoBack.MinimumSize = new System.Drawing.Size(0, 24);
  989. this.txtNoBack.MouseBack = null;
  990. this.txtNoBack.Multiline = false;
  991. this.txtNoBack.Name = "txtNoBack";
  992. this.txtNoBack.NormlBack = null;
  993. this.txtNoBack.Padding = new System.Windows.Forms.Padding(5);
  994. this.txtNoBack.ReadOnly = false;
  995. this.txtNoBack.ScrollBars = System.Windows.Forms.ScrollBars.None;
  996. this.txtNoBack.Size = new System.Drawing.Size(52, 25);
  997. this.txtNoBack.TabIndex = 1;
  998. this.txtNoBack.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  999. this.txtNoBack.WaterColor = System.Drawing.Color.DarkGray;
  1000. this.txtNoBack.WaterText = "";
  1001. this.txtNoBack.WordWrap = true;
  1002. //
  1003. // label7
  1004. //
  1005. this.label7.AutoSize = true;
  1006. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1007. this.label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1008. this.label7.Location = new System.Drawing.Point(4, 5);
  1009. this.label7.Name = "label7";
  1010. this.label7.Size = new System.Drawing.Size(152, 17);
  1011. this.label7.TabIndex = 0;
  1012. this.label7.Text = "已发片 天未回件";
  1013. //
  1014. // panelNoPickup
  1015. //
  1016. this.panelNoPickup.Controls.Add(this.txtNoPickup);
  1017. this.panelNoPickup.Controls.Add(this.label8);
  1018. this.panelNoPickup.Location = new System.Drawing.Point(3, 333);
  1019. this.panelNoPickup.Name = "panelNoPickup";
  1020. this.panelNoPickup.Size = new System.Drawing.Size(155, 27);
  1021. this.panelNoPickup.TabIndex = 8;
  1022. this.panelNoPickup.Visible = false;
  1023. //
  1024. // txtNoPickup
  1025. //
  1026. this.txtNoPickup.BackColor = System.Drawing.Color.Transparent;
  1027. this.txtNoPickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1028. this.txtNoPickup.Icon = null;
  1029. this.txtNoPickup.IconIsButton = false;
  1030. this.txtNoPickup.IsPasswordChat = '\0';
  1031. this.txtNoPickup.IsSystemPasswordChar = false;
  1032. this.txtNoPickup.Lines = new string[0];
  1033. this.txtNoPickup.Location = new System.Drawing.Point(47, 1);
  1034. this.txtNoPickup.Margin = new System.Windows.Forms.Padding(0);
  1035. this.txtNoPickup.MaxLength = 32767;
  1036. this.txtNoPickup.MinimumSize = new System.Drawing.Size(0, 24);
  1037. this.txtNoPickup.MouseBack = null;
  1038. this.txtNoPickup.Multiline = false;
  1039. this.txtNoPickup.Name = "txtNoPickup";
  1040. this.txtNoPickup.NormlBack = null;
  1041. this.txtNoPickup.Padding = new System.Windows.Forms.Padding(5);
  1042. this.txtNoPickup.ReadOnly = false;
  1043. this.txtNoPickup.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1044. this.txtNoPickup.Size = new System.Drawing.Size(52, 25);
  1045. this.txtNoPickup.TabIndex = 1;
  1046. this.txtNoPickup.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1047. this.txtNoPickup.WaterColor = System.Drawing.Color.DarkGray;
  1048. this.txtNoPickup.WaterText = "";
  1049. this.txtNoPickup.WordWrap = true;
  1050. //
  1051. // label8
  1052. //
  1053. this.label8.AutoSize = true;
  1054. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1055. this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1056. this.label8.Location = new System.Drawing.Point(4, 5);
  1057. this.label8.Name = "label8";
  1058. this.label8.Size = new System.Drawing.Size(152, 17);
  1059. this.label8.TabIndex = 0;
  1060. this.label8.Text = "已回件 天未取件";
  1061. //
  1062. // panelNoPickup2
  1063. //
  1064. this.panelNoPickup2.Controls.Add(this.txtNoPickup2);
  1065. this.panelNoPickup2.Controls.Add(this.label13);
  1066. this.panelNoPickup2.Location = new System.Drawing.Point(3, 366);
  1067. this.panelNoPickup2.Name = "panelNoPickup2";
  1068. this.panelNoPickup2.Size = new System.Drawing.Size(155, 27);
  1069. this.panelNoPickup2.TabIndex = 11;
  1070. this.panelNoPickup2.Visible = false;
  1071. //
  1072. // txtNoPickup2
  1073. //
  1074. this.txtNoPickup2.BackColor = System.Drawing.Color.Transparent;
  1075. this.txtNoPickup2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1076. this.txtNoPickup2.Icon = null;
  1077. this.txtNoPickup2.IconIsButton = false;
  1078. this.txtNoPickup2.IsPasswordChat = '\0';
  1079. this.txtNoPickup2.IsSystemPasswordChar = false;
  1080. this.txtNoPickup2.Lines = new string[0];
  1081. this.txtNoPickup2.Location = new System.Drawing.Point(47, 1);
  1082. this.txtNoPickup2.Margin = new System.Windows.Forms.Padding(0);
  1083. this.txtNoPickup2.MaxLength = 32767;
  1084. this.txtNoPickup2.MinimumSize = new System.Drawing.Size(0, 24);
  1085. this.txtNoPickup2.MouseBack = null;
  1086. this.txtNoPickup2.Multiline = false;
  1087. this.txtNoPickup2.Name = "txtNoPickup2";
  1088. this.txtNoPickup2.NormlBack = null;
  1089. this.txtNoPickup2.Padding = new System.Windows.Forms.Padding(5);
  1090. this.txtNoPickup2.ReadOnly = false;
  1091. this.txtNoPickup2.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1092. this.txtNoPickup2.Size = new System.Drawing.Size(52, 25);
  1093. this.txtNoPickup2.TabIndex = 1;
  1094. this.txtNoPickup2.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1095. this.txtNoPickup2.WaterColor = System.Drawing.Color.DarkGray;
  1096. this.txtNoPickup2.WaterText = "";
  1097. this.txtNoPickup2.WordWrap = true;
  1098. //
  1099. // label13
  1100. //
  1101. this.label13.AutoSize = true;
  1102. this.label13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1103. this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1104. this.label13.Location = new System.Drawing.Point(4, 5);
  1105. this.label13.Name = "label13";
  1106. this.label13.Size = new System.Drawing.Size(152, 17);
  1107. this.label13.TabIndex = 0;
  1108. this.label13.Text = "已回件 天未取件";
  1109. //
  1110. // panelSelectNotRefinement
  1111. //
  1112. this.panelSelectNotRefinement.Controls.Add(this.txtSelectNotRefinement);
  1113. this.panelSelectNotRefinement.Controls.Add(this.label14);
  1114. this.panelSelectNotRefinement.Location = new System.Drawing.Point(3, 399);
  1115. this.panelSelectNotRefinement.Name = "panelSelectNotRefinement";
  1116. this.panelSelectNotRefinement.Size = new System.Drawing.Size(155, 27);
  1117. this.panelSelectNotRefinement.TabIndex = 12;
  1118. this.panelSelectNotRefinement.Visible = false;
  1119. //
  1120. // txtSelectNotRefinement
  1121. //
  1122. this.txtSelectNotRefinement.BackColor = System.Drawing.Color.Transparent;
  1123. this.txtSelectNotRefinement.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1124. this.txtSelectNotRefinement.Icon = null;
  1125. this.txtSelectNotRefinement.IconIsButton = false;
  1126. this.txtSelectNotRefinement.IsPasswordChat = '\0';
  1127. this.txtSelectNotRefinement.IsSystemPasswordChar = false;
  1128. this.txtSelectNotRefinement.Lines = new string[0];
  1129. this.txtSelectNotRefinement.Location = new System.Drawing.Point(36, 1);
  1130. this.txtSelectNotRefinement.Margin = new System.Windows.Forms.Padding(0);
  1131. this.txtSelectNotRefinement.MaxLength = 32767;
  1132. this.txtSelectNotRefinement.MinimumSize = new System.Drawing.Size(0, 24);
  1133. this.txtSelectNotRefinement.MouseBack = null;
  1134. this.txtSelectNotRefinement.Multiline = false;
  1135. this.txtSelectNotRefinement.Name = "txtSelectNotRefinement";
  1136. this.txtSelectNotRefinement.NormlBack = null;
  1137. this.txtSelectNotRefinement.Padding = new System.Windows.Forms.Padding(5);
  1138. this.txtSelectNotRefinement.ReadOnly = false;
  1139. this.txtSelectNotRefinement.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1140. this.txtSelectNotRefinement.Size = new System.Drawing.Size(52, 25);
  1141. this.txtSelectNotRefinement.TabIndex = 1;
  1142. this.txtSelectNotRefinement.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1143. this.txtSelectNotRefinement.WaterColor = System.Drawing.Color.DarkGray;
  1144. this.txtSelectNotRefinement.WaterText = "";
  1145. this.txtSelectNotRefinement.WordWrap = true;
  1146. //
  1147. // label14
  1148. //
  1149. this.label14.AutoSize = true;
  1150. this.label14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1151. this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1152. this.label14.Location = new System.Drawing.Point(4, 5);
  1153. this.label14.Name = "label14";
  1154. this.label14.Size = new System.Drawing.Size(140, 17);
  1155. this.label14.TabIndex = 0;
  1156. this.label14.Text = "已选 天未精修";
  1157. //
  1158. // panelRefinementNotDesign
  1159. //
  1160. this.panelRefinementNotDesign.Controls.Add(this.txtRefinementNotDesign);
  1161. this.panelRefinementNotDesign.Controls.Add(this.label15);
  1162. this.panelRefinementNotDesign.Location = new System.Drawing.Point(3, 432);
  1163. this.panelRefinementNotDesign.Name = "panelRefinementNotDesign";
  1164. this.panelRefinementNotDesign.Size = new System.Drawing.Size(155, 27);
  1165. this.panelRefinementNotDesign.TabIndex = 13;
  1166. this.panelRefinementNotDesign.Visible = false;
  1167. //
  1168. // txtRefinementNotDesign
  1169. //
  1170. this.txtRefinementNotDesign.BackColor = System.Drawing.Color.Transparent;
  1171. this.txtRefinementNotDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  1172. this.txtRefinementNotDesign.Icon = null;
  1173. this.txtRefinementNotDesign.IconIsButton = false;
  1174. this.txtRefinementNotDesign.IsPasswordChat = '\0';
  1175. this.txtRefinementNotDesign.IsSystemPasswordChar = false;
  1176. this.txtRefinementNotDesign.Lines = new string[0];
  1177. this.txtRefinementNotDesign.Location = new System.Drawing.Point(48, 1);
  1178. this.txtRefinementNotDesign.Margin = new System.Windows.Forms.Padding(0);
  1179. this.txtRefinementNotDesign.MaxLength = 32767;
  1180. this.txtRefinementNotDesign.MinimumSize = new System.Drawing.Size(0, 24);
  1181. this.txtRefinementNotDesign.MouseBack = null;
  1182. this.txtRefinementNotDesign.Multiline = false;
  1183. this.txtRefinementNotDesign.Name = "txtRefinementNotDesign";
  1184. this.txtRefinementNotDesign.NormlBack = null;
  1185. this.txtRefinementNotDesign.Padding = new System.Windows.Forms.Padding(5);
  1186. this.txtRefinementNotDesign.ReadOnly = false;
  1187. this.txtRefinementNotDesign.ScrollBars = System.Windows.Forms.ScrollBars.None;
  1188. this.txtRefinementNotDesign.Size = new System.Drawing.Size(52, 25);
  1189. this.txtRefinementNotDesign.TabIndex = 1;
  1190. this.txtRefinementNotDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  1191. this.txtRefinementNotDesign.WaterColor = System.Drawing.Color.DarkGray;
  1192. this.txtRefinementNotDesign.WaterText = "";
  1193. this.txtRefinementNotDesign.WordWrap = true;
  1194. //
  1195. // label15
  1196. //
  1197. this.label15.AutoSize = true;
  1198. this.label15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  1199. this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  1200. this.label15.Location = new System.Drawing.Point(4, 5);
  1201. this.label15.Name = "label15";
  1202. this.label15.Size = new System.Drawing.Size(152, 17);
  1203. this.label15.TabIndex = 0;
  1204. this.label15.Text = "已精修 天未设计";
  1205. //
  1206. // butnQuery
  1207. //
  1208. this.butnQuery.BackColor = System.Drawing.Color.Transparent;
  1209. this.butnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnQuery.BackImg")));
  1210. this.butnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1211. this.butnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1212. this.butnQuery.ForeColor = System.Drawing.Color.White;
  1213. this.butnQuery.IsCustomBackImg = false;
  1214. this.butnQuery.IsShowText = true;
  1215. this.butnQuery.Location = new System.Drawing.Point(603, 3);
  1216. this.butnQuery.Name = "butnQuery";
  1217. this.butnQuery.Size = new System.Drawing.Size(80, 28);
  1218. this.butnQuery.TabIndex = 3;
  1219. this.butnQuery.Text = " 查 询";
  1220. this.butnQuery.UseVisualStyleBackColor = false;
  1221. //
  1222. // butnAlarmSet
  1223. //
  1224. this.butnAlarmSet.BackColor = System.Drawing.Color.Transparent;
  1225. this.butnAlarmSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnAlarmSet.BackImg")));
  1226. this.butnAlarmSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1227. this.butnAlarmSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1228. this.butnAlarmSet.ForeColor = System.Drawing.Color.White;
  1229. this.butnAlarmSet.IsCustomBackImg = false;
  1230. this.butnAlarmSet.IsShowText = true;
  1231. this.butnAlarmSet.Location = new System.Drawing.Point(689, 3);
  1232. this.butnAlarmSet.Name = "butnAlarmSet";
  1233. this.butnAlarmSet.Size = new System.Drawing.Size(80, 28);
  1234. this.butnAlarmSet.TabIndex = 11;
  1235. this.butnAlarmSet.Text = " 预警设置";
  1236. this.butnAlarmSet.UseVisualStyleBackColor = false;
  1237. //
  1238. // butnEmployeeSchedule
  1239. //
  1240. this.butnEmployeeSchedule.BackColor = System.Drawing.Color.Transparent;
  1241. this.butnEmployeeSchedule.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnEmployeeSchedule.BackImg")));
  1242. this.butnEmployeeSchedule.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1243. this.butnEmployeeSchedule.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1244. this.butnEmployeeSchedule.ForeColor = System.Drawing.Color.White;
  1245. this.butnEmployeeSchedule.IsCustomBackImg = false;
  1246. this.butnEmployeeSchedule.IsShowText = true;
  1247. this.butnEmployeeSchedule.Location = new System.Drawing.Point(775, 3);
  1248. this.butnEmployeeSchedule.Name = "butnEmployeeSchedule";
  1249. this.butnEmployeeSchedule.Size = new System.Drawing.Size(80, 28);
  1250. this.butnEmployeeSchedule.TabIndex = 6;
  1251. this.butnEmployeeSchedule.Text = " 员工档期";
  1252. this.butnEmployeeSchedule.UseVisualStyleBackColor = false;
  1253. this.butnEmployeeSchedule.Visible = false;
  1254. //
  1255. // butnTimeArrange
  1256. //
  1257. this.butnTimeArrange.BackColor = System.Drawing.Color.Transparent;
  1258. this.butnTimeArrange.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnTimeArrange.BackImg")));
  1259. this.butnTimeArrange.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1260. this.butnTimeArrange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1261. this.butnTimeArrange.ForeColor = System.Drawing.Color.White;
  1262. this.butnTimeArrange.IsCustomBackImg = false;
  1263. this.butnTimeArrange.IsShowText = true;
  1264. this.butnTimeArrange.Location = new System.Drawing.Point(861, 3);
  1265. this.butnTimeArrange.Name = "butnTimeArrange";
  1266. this.butnTimeArrange.Size = new System.Drawing.Size(80, 28);
  1267. this.butnTimeArrange.TabIndex = 7;
  1268. this.butnTimeArrange.Text = " 工作安排";
  1269. this.butnTimeArrange.UseVisualStyleBackColor = false;
  1270. //
  1271. // btnClientServiceAnPai
  1272. //
  1273. this.btnClientServiceAnPai.BackColor = System.Drawing.Color.Transparent;
  1274. this.btnClientServiceAnPai.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClientServiceAnPai.BackImg")));
  1275. this.btnClientServiceAnPai.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1276. this.btnClientServiceAnPai.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1277. this.btnClientServiceAnPai.ForeColor = System.Drawing.Color.White;
  1278. this.btnClientServiceAnPai.IsCustomBackImg = false;
  1279. this.btnClientServiceAnPai.IsShowText = true;
  1280. this.btnClientServiceAnPai.Location = new System.Drawing.Point(3, 37);
  1281. this.btnClientServiceAnPai.Name = "btnClientServiceAnPai";
  1282. this.btnClientServiceAnPai.Size = new System.Drawing.Size(80, 28);
  1283. this.btnClientServiceAnPai.TabIndex = 211;
  1284. this.btnClientServiceAnPai.Text = " 安排客服";
  1285. this.btnClientServiceAnPai.UseVisualStyleBackColor = false;
  1286. //
  1287. // butnAddRecord
  1288. //
  1289. this.butnAddRecord.BackColor = System.Drawing.Color.Transparent;
  1290. this.butnAddRecord.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnAddRecord.BackImg")));
  1291. this.butnAddRecord.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1292. this.butnAddRecord.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1293. this.butnAddRecord.ForeColor = System.Drawing.Color.White;
  1294. this.butnAddRecord.IsCustomBackImg = false;
  1295. this.butnAddRecord.IsShowText = true;
  1296. this.butnAddRecord.Location = new System.Drawing.Point(89, 37);
  1297. this.butnAddRecord.Name = "butnAddRecord";
  1298. this.butnAddRecord.Size = new System.Drawing.Size(80, 28);
  1299. this.butnAddRecord.TabIndex = 9;
  1300. this.butnAddRecord.Text = " 添加记录";
  1301. this.butnAddRecord.UseVisualStyleBackColor = false;
  1302. //
  1303. // btnCommunicateDetails
  1304. //
  1305. this.btnCommunicateDetails.BackColor = System.Drawing.Color.Transparent;
  1306. this.btnCommunicateDetails.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCommunicateDetails.BackImg")));
  1307. this.btnCommunicateDetails.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1308. this.btnCommunicateDetails.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1309. this.btnCommunicateDetails.ForeColor = System.Drawing.Color.White;
  1310. this.btnCommunicateDetails.IsCustomBackImg = false;
  1311. this.btnCommunicateDetails.IsShowText = true;
  1312. this.btnCommunicateDetails.Location = new System.Drawing.Point(175, 37);
  1313. this.btnCommunicateDetails.Name = "btnCommunicateDetails";
  1314. this.btnCommunicateDetails.Size = new System.Drawing.Size(80, 28);
  1315. this.btnCommunicateDetails.TabIndex = 24;
  1316. this.btnCommunicateDetails.Text = " 沟通详情";
  1317. this.btnCommunicateDetails.UseVisualStyleBackColor = false;
  1318. //
  1319. // butnRecordingsPlay
  1320. //
  1321. this.butnRecordingsPlay.BackColor = System.Drawing.Color.Transparent;
  1322. this.butnRecordingsPlay.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnRecordingsPlay.BackImg")));
  1323. this.butnRecordingsPlay.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1324. this.butnRecordingsPlay.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1325. this.butnRecordingsPlay.ForeColor = System.Drawing.Color.White;
  1326. this.butnRecordingsPlay.IsCustomBackImg = false;
  1327. this.butnRecordingsPlay.IsShowText = true;
  1328. this.butnRecordingsPlay.Location = new System.Drawing.Point(261, 37);
  1329. this.butnRecordingsPlay.Name = "butnRecordingsPlay";
  1330. this.butnRecordingsPlay.Size = new System.Drawing.Size(80, 28);
  1331. this.butnRecordingsPlay.TabIndex = 10;
  1332. this.butnRecordingsPlay.Text = " 录音回放";
  1333. this.butnRecordingsPlay.UseVisualStyleBackColor = false;
  1334. this.butnRecordingsPlay.Visible = false;
  1335. //
  1336. // btnExport
  1337. //
  1338. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  1339. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  1340. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1341. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1342. this.btnExport.ForeColor = System.Drawing.Color.White;
  1343. this.btnExport.IsCustomBackImg = false;
  1344. this.btnExport.IsShowText = true;
  1345. this.btnExport.Location = new System.Drawing.Point(347, 37);
  1346. this.btnExport.Name = "btnExport";
  1347. this.btnExport.Size = new System.Drawing.Size(80, 28);
  1348. this.btnExport.TabIndex = 25;
  1349. this.btnExport.Text = " 导 出";
  1350. this.btnExport.UseVisualStyleBackColor = false;
  1351. //
  1352. // butnColse
  1353. //
  1354. this.butnColse.BackColor = System.Drawing.Color.Transparent;
  1355. this.butnColse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("butnColse.BackImg")));
  1356. this.butnColse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  1357. this.butnColse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  1358. this.butnColse.ForeColor = System.Drawing.Color.White;
  1359. this.butnColse.IsCustomBackImg = false;
  1360. this.butnColse.IsShowText = true;
  1361. this.butnColse.Location = new System.Drawing.Point(433, 37);
  1362. this.butnColse.Name = "butnColse";
  1363. this.butnColse.Size = new System.Drawing.Size(80, 28);
  1364. this.butnColse.TabIndex = 4;
  1365. this.butnColse.Text = " 关 闭";
  1366. this.butnColse.UseVisualStyleBackColor = false;
  1367. //
  1368. // A_ProcessMonitorFormMain
  1369. //
  1370. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1371. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1372. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  1373. this.ClientSize = new System.Drawing.Size(1020, 792);
  1374. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  1375. this.IsShowUcNavigationTool = true;
  1376. this.Name = "A_ProcessMonitorFormMain";
  1377. this.Text = "流程把控";
  1378. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  1379. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  1380. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  1381. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  1382. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  1383. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  1384. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  1385. this.plExMainContainer.ResumeLayout(false);
  1386. this.plFormMainContent.ResumeLayout(false);
  1387. this.panelMain.ResumeLayout(false);
  1388. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  1389. this.tabPanel.ResumeLayout(false);
  1390. this.flowLayoutPanel1.ResumeLayout(false);
  1391. this.panelStoreName.ResumeLayout(false);
  1392. this.panel1.ResumeLayout(false);
  1393. this.panel1.PerformLayout();
  1394. this.flowLayoutPanel2.ResumeLayout(false);
  1395. this.panelNoShot.ResumeLayout(false);
  1396. this.panelNoShot.PerformLayout();
  1397. this.panelNoShotIn.ResumeLayout(false);
  1398. this.panelNoShotIn.PerformLayout();
  1399. this.panelNoRepair.ResumeLayout(false);
  1400. this.panelNoRepair.PerformLayout();
  1401. this.panelNoSelected.ResumeLayout(false);
  1402. this.panelNoSelected.PerformLayout();
  1403. this.panelNoSelected2.ResumeLayout(false);
  1404. this.panelNoSelected2.PerformLayout();
  1405. this.panelNoDesign.ResumeLayout(false);
  1406. this.panelNoDesign.PerformLayout();
  1407. this.panelNoSend2.ResumeLayout(false);
  1408. this.panelNoSend2.PerformLayout();
  1409. this.panelNoLook.ResumeLayout(false);
  1410. this.panelNoLook.PerformLayout();
  1411. this.panelNoSend.ResumeLayout(false);
  1412. this.panelNoSend.PerformLayout();
  1413. this.panelNoBack.ResumeLayout(false);
  1414. this.panelNoBack.PerformLayout();
  1415. this.panelNoPickup.ResumeLayout(false);
  1416. this.panelNoPickup.PerformLayout();
  1417. this.panelNoPickup2.ResumeLayout(false);
  1418. this.panelNoPickup2.PerformLayout();
  1419. this.panelSelectNotRefinement.ResumeLayout(false);
  1420. this.panelSelectNotRefinement.PerformLayout();
  1421. this.panelRefinementNotDesign.ResumeLayout(false);
  1422. this.panelRefinementNotDesign.PerformLayout();
  1423. this.ResumeLayout(false);
  1424. }
  1425. #endregion
  1426. private ComponentLibrary.PanelEx panelMain;
  1427. protected ComponentLibrary.ButtonEx butnRecordingsPlay;
  1428. protected ComponentLibrary.TabControlEx tabPanel;
  1429. protected internal ComponentLibrary.ButtonEx btnCommunicateDetails;
  1430. protected internal System.Windows.Forms.TabPage tb_NoShot;
  1431. protected internal System.Windows.Forms.TabPage tb_NoRepair;
  1432. protected internal System.Windows.Forms.TabPage tb_NoSelected;
  1433. protected internal System.Windows.Forms.TabPage tb_NoDesign;
  1434. protected internal System.Windows.Forms.TabPage tb_NoLook;
  1435. protected internal System.Windows.Forms.TabPage tb_NoSend;
  1436. protected internal System.Windows.Forms.TabPage tb_NoBack;
  1437. protected internal System.Windows.Forms.TabPage tb_NoPickup;
  1438. protected internal System.Windows.Forms.TabPage tb_NoSelected2;
  1439. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  1440. private System.Windows.Forms.Label label1;
  1441. private System.Windows.Forms.Label label2;
  1442. private System.Windows.Forms.Label label3;
  1443. private System.Windows.Forms.Label label9;
  1444. private System.Windows.Forms.Label label4;
  1445. private System.Windows.Forms.Label label10;
  1446. private System.Windows.Forms.Label label5;
  1447. private System.Windows.Forms.Label label6;
  1448. protected System.Windows.Forms.Label label7;
  1449. protected System.Windows.Forms.Label label8;
  1450. protected internal System.Windows.Forms.TabPage tb_NoSend2;
  1451. protected System.Windows.Forms.Panel panel1;
  1452. private System.Windows.Forms.Label label11;
  1453. protected internal ComponentLibrary.TextBoxEx txtQuery;
  1454. protected internal ComponentLibrary.ButtonEx btnExport;
  1455. protected internal System.Windows.Forms.TabPage tb_NoShotIn;
  1456. protected internal ComponentLibrary.ButtonEx butnQuery;
  1457. protected internal ComponentLibrary.ButtonEx butnEmployeeSchedule;
  1458. protected internal ComponentLibrary.ButtonEx butnTimeArrange;
  1459. protected internal ComponentLibrary.ButtonEx butnAddRecord;
  1460. protected internal ComponentLibrary.ButtonEx butnAlarmSet;
  1461. private System.Windows.Forms.Label label12;
  1462. protected internal System.Windows.Forms.Panel panelNoShotIn;
  1463. protected internal ComponentLibrary.TextBoxEx txtNoShotIn;
  1464. protected internal System.Windows.Forms.Panel panelNoShot;
  1465. protected internal ComponentLibrary.TextBoxEx txtNoShot;
  1466. protected internal System.Windows.Forms.Panel panelNoRepair;
  1467. protected internal ComponentLibrary.TextBoxEx txtNoRepair;
  1468. protected internal System.Windows.Forms.Panel panelNoSelected;
  1469. protected internal ComponentLibrary.TextBoxEx txtNoSelected;
  1470. protected internal System.Windows.Forms.Panel panelNoSelected2;
  1471. protected internal ComponentLibrary.TextBoxEx txtNoSelected2;
  1472. protected internal System.Windows.Forms.Panel panelNoDesign;
  1473. protected internal ComponentLibrary.TextBoxEx txtNoDesign;
  1474. protected internal System.Windows.Forms.Panel panelNoSend2;
  1475. protected internal ComponentLibrary.TextBoxEx txtNoSend2;
  1476. protected internal System.Windows.Forms.Panel panelNoLook;
  1477. protected internal ComponentLibrary.TextBoxEx txtNoLook;
  1478. protected internal System.Windows.Forms.Panel panelNoSend;
  1479. protected internal ComponentLibrary.TextBoxEx txtNoSend;
  1480. protected internal System.Windows.Forms.Panel panelNoBack;
  1481. protected internal ComponentLibrary.TextBoxEx txtNoBack;
  1482. protected internal System.Windows.Forms.Panel panelNoPickup;
  1483. protected internal ComponentLibrary.TextBoxEx txtNoPickup;
  1484. protected internal ComponentLibrary.PanelEx panelStoreName;
  1485. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  1486. protected internal ComponentLibrary.ButtonEx butnColse;
  1487. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1488. protected internal ComponentLibrary.ButtonEx btnClientServiceAnPai;
  1489. protected internal ComponentLibrary.DataGridViewStatisticsCount dataGridViewStatisticsCount1;
  1490. protected internal System.Windows.Forms.TabPage tb_NoPickup2;
  1491. protected internal System.Windows.Forms.Panel panelNoPickup2;
  1492. protected internal ComponentLibrary.TextBoxEx txtNoPickup2;
  1493. protected System.Windows.Forms.Label label13;
  1494. protected internal ComponentLibrary.DataGridViewEc dgvData;
  1495. protected internal System.Windows.Forms.TabPage tb_SelectNotRefinement;
  1496. protected internal System.Windows.Forms.TabPage tb_RefinementNotDesign;
  1497. protected internal System.Windows.Forms.Panel panelSelectNotRefinement;
  1498. protected internal ComponentLibrary.TextBoxEx txtSelectNotRefinement;
  1499. private System.Windows.Forms.Label label14;
  1500. protected internal System.Windows.Forms.Panel panelRefinementNotDesign;
  1501. protected internal ComponentLibrary.TextBoxEx txtRefinementNotDesign;
  1502. private System.Windows.Forms.Label label15;
  1503. }
  1504. }