FrmSatisfactionReport.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. namespace LYFZ.Software.UI.StatisticalInquiry
  2. {
  3. partial class FrmSatisfactionReport
  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(FrmSatisfactionReport));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.txtTimeStart = new LYFZ.ComponentLibrary.DateTimePickerEx();
  32. this.txtTimeEnd = new LYFZ.ComponentLibrary.DateTimePickerEx();
  33. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.btnSeeDetails = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.cmbServicePersonnel = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  42. this.plExMainContainer.SuspendLayout();
  43. this.plFormMainContent.SuspendLayout();
  44. this.panelEx2.SuspendLayout();
  45. this.panelEx3.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // plExMainContainer
  50. //
  51. this.plExMainContainer.Controls.Add(this.panelEx2);
  52. this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
  53. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  54. this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
  55. this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
  56. //
  57. // btnAppFormMaximize
  58. //
  59. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  60. //
  61. // btnAppFormExit
  62. //
  63. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  64. //
  65. // btnAppFormMinimize
  66. //
  67. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  68. //
  69. // txtTimeStart
  70. //
  71. this.txtTimeStart.CustomFormat = " ";
  72. this.txtTimeStart.DateValue = "";
  73. this.txtTimeStart.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  74. this.txtTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  75. this.txtTimeStart.IsShowTime = false;
  76. this.txtTimeStart.Location = new System.Drawing.Point(7, 9);
  77. this.txtTimeStart.Name = "txtTimeStart";
  78. this.txtTimeStart.Size = new System.Drawing.Size(95, 23);
  79. this.txtTimeStart.TabIndex = 301;
  80. //
  81. // txtTimeEnd
  82. //
  83. this.txtTimeEnd.CustomFormat = " ";
  84. this.txtTimeEnd.DateValue = "";
  85. this.txtTimeEnd.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  86. this.txtTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  87. this.txtTimeEnd.IsShowTime = false;
  88. this.txtTimeEnd.Location = new System.Drawing.Point(128, 9);
  89. this.txtTimeEnd.Name = "txtTimeEnd";
  90. this.txtTimeEnd.Size = new System.Drawing.Size(95, 23);
  91. this.txtTimeEnd.TabIndex = 300;
  92. //
  93. // btnSelect
  94. //
  95. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  96. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  97. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  98. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  99. this.btnSelect.ForeColor = System.Drawing.Color.White;
  100. this.btnSelect.IsCustomBackImg = false;
  101. this.btnSelect.IsShowText = true;
  102. this.btnSelect.Location = new System.Drawing.Point(464, 7);
  103. this.btnSelect.Name = "btnSelect";
  104. this.btnSelect.Size = new System.Drawing.Size(85, 26);
  105. this.btnSelect.TabIndex = 306;
  106. this.btnSelect.Text = " 查 询";
  107. this.btnSelect.UseVisualStyleBackColor = false;
  108. //
  109. // btnClose
  110. //
  111. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  112. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  113. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  114. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  115. this.btnClose.ForeColor = System.Drawing.Color.White;
  116. this.btnClose.IsCustomBackImg = false;
  117. this.btnClose.IsShowText = true;
  118. this.btnClose.Location = new System.Drawing.Point(646, 7);
  119. this.btnClose.Name = "btnClose";
  120. this.btnClose.Size = new System.Drawing.Size(85, 26);
  121. this.btnClose.TabIndex = 305;
  122. this.btnClose.Text = " 关闭";
  123. this.btnClose.UseVisualStyleBackColor = false;
  124. //
  125. // panelEx2
  126. //
  127. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  128. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  129. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  130. this.panelEx2.BorderWidth = 1;
  131. this.panelEx2.Controls.Add(this.dgvData);
  132. this.panelEx2.Controls.Add(this.panelEx3);
  133. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  134. this.panelEx2.Location = new System.Drawing.Point(5, 10);
  135. this.panelEx2.Name = "panelEx2";
  136. this.panelEx2.Padding = new System.Windows.Forms.Padding(3);
  137. this.panelEx2.Size = new System.Drawing.Size(900, 485);
  138. this.panelEx2.TabIndex = 196;
  139. //
  140. // panelEx3
  141. //
  142. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  143. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  144. this.panelEx3.BorderWidth = 1;
  145. this.panelEx3.Controls.Add(this.labelEx7);
  146. this.panelEx3.Controls.Add(this.btnClose);
  147. this.panelEx3.Controls.Add(this.btnSeeDetails);
  148. this.panelEx3.Controls.Add(this.cmbServicePersonnel);
  149. this.panelEx3.Controls.Add(this.btnSelect);
  150. this.panelEx3.Controls.Add(this.labelEx3);
  151. this.panelEx3.Controls.Add(this.txtTimeEnd);
  152. this.panelEx3.Controls.Add(this.txtTimeStart);
  153. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  154. this.panelEx3.Location = new System.Drawing.Point(3, 3);
  155. this.panelEx3.Name = "panelEx3";
  156. this.panelEx3.Size = new System.Drawing.Size(892, 40);
  157. this.panelEx3.TabIndex = 197;
  158. //
  159. // labelEx7
  160. //
  161. this.labelEx7.AutoSize = true;
  162. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  163. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  164. this.labelEx7.Location = new System.Drawing.Point(105, 12);
  165. this.labelEx7.Name = "labelEx7";
  166. this.labelEx7.Size = new System.Drawing.Size(21, 17);
  167. this.labelEx7.TabIndex = 313;
  168. this.labelEx7.Text = "—";
  169. //
  170. // btnSeeDetails
  171. //
  172. this.btnSeeDetails.BackColor = System.Drawing.Color.Transparent;
  173. this.btnSeeDetails.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSeeDetails.BackImg")));
  174. this.btnSeeDetails.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  175. this.btnSeeDetails.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  176. this.btnSeeDetails.ForeColor = System.Drawing.Color.White;
  177. this.btnSeeDetails.IsCustomBackImg = false;
  178. this.btnSeeDetails.IsShowText = true;
  179. this.btnSeeDetails.Location = new System.Drawing.Point(555, 7);
  180. this.btnSeeDetails.Name = "btnSeeDetails";
  181. this.btnSeeDetails.Size = new System.Drawing.Size(85, 26);
  182. this.btnSeeDetails.TabIndex = 312;
  183. this.btnSeeDetails.Text = " 查看详情";
  184. this.btnSeeDetails.UseVisualStyleBackColor = false;
  185. //
  186. // cmbServicePersonnel
  187. //
  188. this.cmbServicePersonnel.AfterSelectLevelFirstNode = true;
  189. this.cmbServicePersonnel.DropDownHeight = 220;
  190. this.cmbServicePersonnel.DropDownShow = false;
  191. this.cmbServicePersonnel.FormattingEnabled = true;
  192. this.cmbServicePersonnel.IntegralHeight = false;
  193. this.cmbServicePersonnel.IsNodeMouseClick = true;
  194. this.cmbServicePersonnel.IsSelectParentNode = false;
  195. this.cmbServicePersonnel.Location = new System.Drawing.Point(312, 11);
  196. this.cmbServicePersonnel.Name = "cmbServicePersonnel";
  197. this.cmbServicePersonnel.ReadOnly = true;
  198. this.cmbServicePersonnel.SelectedNode = null;
  199. this.cmbServicePersonnel.Size = new System.Drawing.Size(127, 20);
  200. this.cmbServicePersonnel.StrGetName = "";
  201. this.cmbServicePersonnel.StrGetTagName = "";
  202. this.cmbServicePersonnel.StrKey = null;
  203. this.cmbServicePersonnel.TabIndex = 301;
  204. //
  205. // labelEx3
  206. //
  207. this.labelEx3.AutoSize = true;
  208. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  209. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  210. this.labelEx3.Location = new System.Drawing.Point(241, 12);
  211. this.labelEx3.Name = "labelEx3";
  212. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  213. this.labelEx3.TabIndex = 304;
  214. this.labelEx3.Text = "服务人员:";
  215. //
  216. // dgvData
  217. //
  218. this.dgvData.AllowUserToAddRows = false;
  219. this.dgvData.AllowUserToDeleteRows = false;
  220. this.dgvData.AllowUserToResizeRows = false;
  221. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  222. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  223. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  224. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  225. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  226. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  228. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  229. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  230. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  231. this.dgvData.ColumnHeadersHeight = 24;
  232. this.dgvData.dgvColumnHeadersHeight = 24;
  233. this.dgvData.dgvCurrentColumnOriginalSet = "";
  234. this.dgvData.dgvCurrentColumnWidth = "";
  235. this.dgvData.dgvCurrentHideColumn = null;
  236. this.dgvData.dgvFixedHideColumn = "";
  237. this.dgvData.dgvGuidName = null;
  238. this.dgvData.dgvUserEmployeeID = null;
  239. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  240. this.dgvData.EnableHeadersVisualStyles = false;
  241. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  242. this.dgvData.ImageHeight = 15;
  243. this.dgvData.ImageWidth = 15;
  244. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  245. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  246. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  247. this.dgvData.IsCompleteBonding = false;
  248. this.dgvData.IsCopyCellValue = true;
  249. this.dgvData.IsShowSerialNumber = true;
  250. this.dgvData.IsSortedRedraw = true;
  251. this.dgvData.IsSortMode = false;
  252. this.dgvData.Location = new System.Drawing.Point(3, 43);
  253. this.dgvData.Name = "dgvData";
  254. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  255. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  256. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  258. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  259. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  260. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  261. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  262. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  263. this.dgvData.RowHeadersWidth = 40;
  264. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  265. this.dgvData.RowTemplate.Height = 23;
  266. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  267. this.dgvData.Size = new System.Drawing.Size(892, 437);
  268. this.dgvData.StrSecondStageNull = "";
  269. this.dgvData.StrValueNullColumn = "";
  270. this.dgvData.TabIndex = 234;
  271. this.dgvData.ViceCount = 1;
  272. //
  273. // FrmSatisfactionReport
  274. //
  275. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  276. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  277. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  278. this.ClientSize = new System.Drawing.Size(910, 610);
  279. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  280. this.IsShowUcNavigationTool = true;
  281. this.Name = "FrmSatisfactionReport";
  282. this.Text = "满意度统计";
  283. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  284. this.plExMainContainer.ResumeLayout(false);
  285. this.plFormMainContent.ResumeLayout(false);
  286. this.panelEx2.ResumeLayout(false);
  287. this.panelEx3.ResumeLayout(false);
  288. this.panelEx3.PerformLayout();
  289. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  290. this.ResumeLayout(false);
  291. }
  292. #endregion
  293. protected ComponentLibrary.DateTimePickerEx txtTimeStart;
  294. protected ComponentLibrary.DateTimePickerEx txtTimeEnd;
  295. protected ComponentLibrary.ButtonEx btnSelect;
  296. protected ComponentLibrary.ButtonEx btnClose;
  297. private ComponentLibrary.PanelEx panelEx2;
  298. private ComponentLibrary.PanelEx panelEx3;
  299. protected ComponentLibrary.ComboBoxTreeViewEx cmbServicePersonnel;
  300. private ComponentLibrary.LabelEx labelEx3;
  301. protected ComponentLibrary.ButtonEx btnSeeDetails;
  302. private ComponentLibrary.LabelEx labelEx7;
  303. protected internal ComponentLibrary.DataGridViewEc dgvData;
  304. }
  305. }