FrmSatisfactionSeeDetails.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. namespace LYFZ.Software.UI.StatisticalInquiry.SatisfactionReport
  2. {
  3. partial class FrmSatisfactionSeeDetails
  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(FrmSatisfactionSeeDetails));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.panelEx6 = new LYFZ.ComponentLibrary.PanelEx();
  35. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  36. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.cmbReturningItems = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  40. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.btnSelect = new LYFZ.ComponentLibrary.ButtonEx();
  42. this.cmbScores = new LYFZ.ComponentLibrary.ComboBoxEx();
  43. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  45. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  46. this.dgvData2 = new LYFZ.ComponentLibrary.DataGridViewEc();
  47. this.plExMainContainer.SuspendLayout();
  48. this.plFormMainContent.SuspendLayout();
  49. this.panelEx2.SuspendLayout();
  50. this.panelEx6.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  52. this.panelEx5.SuspendLayout();
  53. this.panelEx4.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // plExMainContainer
  58. //
  59. this.plExMainContainer.Controls.Add(this.panelEx2);
  60. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  61. //
  62. // btnAppFormMaximize
  63. //
  64. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  65. //
  66. // btnAppFormExit
  67. //
  68. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  69. //
  70. // btnAppFormMinimize
  71. //
  72. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  73. //
  74. // panelEx2
  75. //
  76. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  77. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  78. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  79. this.panelEx2.BorderWidth = 1;
  80. this.panelEx2.Controls.Add(this.panelEx6);
  81. this.panelEx2.Controls.Add(this.panelEx1);
  82. this.panelEx2.Controls.Add(this.panelEx5);
  83. this.panelEx2.Controls.Add(this.panelEx4);
  84. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  85. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  86. this.panelEx2.Name = "panelEx2";
  87. this.panelEx2.Padding = new System.Windows.Forms.Padding(5);
  88. this.panelEx2.Size = new System.Drawing.Size(890, 525);
  89. this.panelEx2.TabIndex = 197;
  90. //
  91. // panelEx6
  92. //
  93. this.panelEx6.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  94. this.panelEx6.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  95. this.panelEx6.BorderWidth = 1;
  96. this.panelEx6.Controls.Add(this.dgvData);
  97. this.panelEx6.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.panelEx6.Location = new System.Drawing.Point(5, 307);
  99. this.panelEx6.Name = "panelEx6";
  100. this.panelEx6.Padding = new System.Windows.Forms.Padding(0, 10, 0, 5);
  101. this.panelEx6.Size = new System.Drawing.Size(878, 211);
  102. this.panelEx6.TabIndex = 317;
  103. //
  104. // dgvData
  105. //
  106. this.dgvData.AllowUserToAddRows = false;
  107. this.dgvData.AllowUserToDeleteRows = false;
  108. this.dgvData.AllowUserToResizeRows = false;
  109. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  110. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  111. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  112. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  113. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  115. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  116. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  117. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  118. this.dgvData.ColumnHeadersHeight = 24;
  119. this.dgvData.dgvColumnHeadersHeight = 24;
  120. this.dgvData.dgvCurrentColumnOriginalSet = "";
  121. this.dgvData.dgvCurrentColumnWidth = "";
  122. this.dgvData.dgvCurrentHideColumn = null;
  123. this.dgvData.dgvFixedHideColumn = "";
  124. this.dgvData.dgvGuidName = null;
  125. this.dgvData.dgvUserEmployeeID = null;
  126. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.dgvData.EnableHeadersVisualStyles = false;
  128. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  129. this.dgvData.ImageHeight = 15;
  130. this.dgvData.ImageWidth = 15;
  131. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  132. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  133. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  134. this.dgvData.IsCompleteBonding = false;
  135. this.dgvData.IsCopyCellValue = true;
  136. this.dgvData.IsShowSerialNumber = true;
  137. this.dgvData.IsSortedRedraw = true;
  138. this.dgvData.IsSortMode = false;
  139. this.dgvData.Location = new System.Drawing.Point(0, 10);
  140. this.dgvData.Name = "dgvData";
  141. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  142. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  143. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  145. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  146. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  147. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  148. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  149. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  150. this.dgvData.RowHeadersWidth = 40;
  151. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  152. this.dgvData.RowTemplate.Height = 23;
  153. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  154. this.dgvData.Size = new System.Drawing.Size(878, 196);
  155. this.dgvData.StrSecondStageNull = "";
  156. this.dgvData.StrValueNullColumn = "";
  157. this.dgvData.TabIndex = 315;
  158. this.dgvData.ViceCount = 1;
  159. //
  160. // panelEx1
  161. //
  162. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  163. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  164. this.panelEx1.BorderWidth = 1;
  165. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  166. this.panelEx1.Location = new System.Drawing.Point(5, 306);
  167. this.panelEx1.Name = "panelEx1";
  168. this.panelEx1.Size = new System.Drawing.Size(878, 1);
  169. this.panelEx1.TabIndex = 198;
  170. //
  171. // panelEx5
  172. //
  173. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  174. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  175. this.panelEx5.BorderWidth = 1;
  176. this.panelEx5.Controls.Add(this.dgvData2);
  177. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Top;
  178. this.panelEx5.Location = new System.Drawing.Point(5, 48);
  179. this.panelEx5.Name = "panelEx5";
  180. this.panelEx5.Padding = new System.Windows.Forms.Padding(0, 0, 0, 10);
  181. this.panelEx5.Size = new System.Drawing.Size(878, 258);
  182. this.panelEx5.TabIndex = 316;
  183. //
  184. // panelEx4
  185. //
  186. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  187. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  188. this.panelEx4.BorderWidth = 1;
  189. this.panelEx4.Controls.Add(this.cmbReturningItems);
  190. this.panelEx4.Controls.Add(this.btnClose);
  191. this.panelEx4.Controls.Add(this.btnSelect);
  192. this.panelEx4.Controls.Add(this.cmbScores);
  193. this.panelEx4.Controls.Add(this.labelEx5);
  194. this.panelEx4.Controls.Add(this.labelEx2);
  195. this.panelEx4.Controls.Add(this.panelEx3);
  196. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Top;
  197. this.panelEx4.Location = new System.Drawing.Point(5, 5);
  198. this.panelEx4.Name = "panelEx4";
  199. this.panelEx4.Padding = new System.Windows.Forms.Padding(0, 0, 0, 1);
  200. this.panelEx4.Size = new System.Drawing.Size(878, 43);
  201. this.panelEx4.TabIndex = 315;
  202. //
  203. // cmbReturningItems
  204. //
  205. this.cmbReturningItems.AfterSelectLevelFirstNode = true;
  206. this.cmbReturningItems.DropDownHeight = 300;
  207. this.cmbReturningItems.DropDownShow = false;
  208. this.cmbReturningItems.FormattingEnabled = true;
  209. this.cmbReturningItems.IntegralHeight = false;
  210. this.cmbReturningItems.IsNodeMouseClick = true;
  211. this.cmbReturningItems.IsSelectParentNode = false;
  212. this.cmbReturningItems.Location = new System.Drawing.Point(71, 11);
  213. this.cmbReturningItems.Name = "cmbReturningItems";
  214. this.cmbReturningItems.ReadOnly = true;
  215. this.cmbReturningItems.SelectedNode = null;
  216. this.cmbReturningItems.Size = new System.Drawing.Size(336, 20);
  217. this.cmbReturningItems.StrGetName = "";
  218. this.cmbReturningItems.StrGetTagName = "";
  219. this.cmbReturningItems.StrKey = null;
  220. this.cmbReturningItems.TabIndex = 317;
  221. //
  222. // btnClose
  223. //
  224. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  225. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  226. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  227. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  228. this.btnClose.ForeColor = System.Drawing.Color.White;
  229. this.btnClose.IsCustomBackImg = false;
  230. this.btnClose.IsShowText = true;
  231. this.btnClose.Location = new System.Drawing.Point(789, 6);
  232. this.btnClose.Name = "btnClose";
  233. this.btnClose.Size = new System.Drawing.Size(85, 28);
  234. this.btnClose.TabIndex = 313;
  235. this.btnClose.Text = " 关 闭";
  236. this.btnClose.UseVisualStyleBackColor = false;
  237. //
  238. // btnSelect
  239. //
  240. this.btnSelect.BackColor = System.Drawing.Color.Transparent;
  241. this.btnSelect.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSelect.BackImg")));
  242. this.btnSelect.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  243. this.btnSelect.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  244. this.btnSelect.ForeColor = System.Drawing.Color.White;
  245. this.btnSelect.IsCustomBackImg = false;
  246. this.btnSelect.IsShowText = true;
  247. this.btnSelect.Location = new System.Drawing.Point(698, 6);
  248. this.btnSelect.Name = "btnSelect";
  249. this.btnSelect.Size = new System.Drawing.Size(85, 28);
  250. this.btnSelect.TabIndex = 314;
  251. this.btnSelect.Text = " 查 询";
  252. this.btnSelect.UseVisualStyleBackColor = false;
  253. //
  254. // cmbScores
  255. //
  256. this.cmbScores.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  257. this.cmbScores.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  258. this.cmbScores.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  259. this.cmbScores.Font = new System.Drawing.Font("宋体", 10.5F);
  260. this.cmbScores.FormattingEnabled = true;
  261. this.cmbScores.IsCustomColor = false;
  262. this.cmbScores.Location = new System.Drawing.Point(488, 10);
  263. this.cmbScores.Name = "cmbScores";
  264. this.cmbScores.ReadOnly = true;
  265. this.cmbScores.Size = new System.Drawing.Size(200, 22);
  266. this.cmbScores.TabIndex = 316;
  267. //
  268. // labelEx5
  269. //
  270. this.labelEx5.AutoSize = true;
  271. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  272. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  273. this.labelEx5.Location = new System.Drawing.Point(429, 12);
  274. this.labelEx5.Name = "labelEx5";
  275. this.labelEx5.Size = new System.Drawing.Size(56, 17);
  276. this.labelEx5.TabIndex = 315;
  277. this.labelEx5.Text = "满意度:";
  278. //
  279. // labelEx2
  280. //
  281. this.labelEx2.AutoSize = true;
  282. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  283. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  284. this.labelEx2.Location = new System.Drawing.Point(7, 12);
  285. this.labelEx2.Name = "labelEx2";
  286. this.labelEx2.Size = new System.Drawing.Size(68, 17);
  287. this.labelEx2.TabIndex = 312;
  288. this.labelEx2.Text = "回访对象:";
  289. //
  290. // panelEx3
  291. //
  292. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  293. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  294. this.panelEx3.BorderWidth = 1;
  295. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
  296. this.panelEx3.Location = new System.Drawing.Point(0, 41);
  297. this.panelEx3.Name = "panelEx3";
  298. this.panelEx3.Size = new System.Drawing.Size(878, 1);
  299. this.panelEx3.TabIndex = 197;
  300. //
  301. // dgvData2
  302. //
  303. this.dgvData2.AllowUserToAddRows = false;
  304. this.dgvData2.AllowUserToDeleteRows = false;
  305. this.dgvData2.AllowUserToResizeRows = false;
  306. this.dgvData2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  307. this.dgvData2.BackgroundColor = System.Drawing.Color.White;
  308. this.dgvData2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  309. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  310. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  311. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  313. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  314. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  315. this.dgvData2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  316. this.dgvData2.ColumnHeadersHeight = 24;
  317. this.dgvData2.dgvColumnHeadersHeight = 24;
  318. this.dgvData2.dgvCurrentColumnOriginalSet = "";
  319. this.dgvData2.dgvCurrentColumnWidth = "";
  320. this.dgvData2.dgvCurrentHideColumn = null;
  321. this.dgvData2.dgvFixedHideColumn = "";
  322. this.dgvData2.dgvGuidName = null;
  323. this.dgvData2.dgvUserEmployeeID = null;
  324. this.dgvData2.Dock = System.Windows.Forms.DockStyle.Fill;
  325. this.dgvData2.EnableHeadersVisualStyles = false;
  326. this.dgvData2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  327. this.dgvData2.ImageHeight = 15;
  328. this.dgvData2.ImageWidth = 15;
  329. this.dgvData2.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgCollapse")));
  330. this.dgvData2.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData2.ImgExpand")));
  331. this.dgvData2.IsAutomaticDrawSingleOrDoubleRow = true;
  332. this.dgvData2.IsCompleteBonding = false;
  333. this.dgvData2.IsCopyCellValue = true;
  334. this.dgvData2.IsShowSerialNumber = true;
  335. this.dgvData2.IsSortedRedraw = true;
  336. this.dgvData2.IsSortMode = false;
  337. this.dgvData2.Location = new System.Drawing.Point(0, 0);
  338. this.dgvData2.Name = "dgvData2";
  339. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  340. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  341. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  343. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  344. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  345. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  346. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  347. this.dgvData2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  348. this.dgvData2.RowHeadersWidth = 40;
  349. this.dgvData2.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  350. this.dgvData2.RowTemplate.Height = 23;
  351. this.dgvData2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  352. this.dgvData2.Size = new System.Drawing.Size(878, 248);
  353. this.dgvData2.StrSecondStageNull = "";
  354. this.dgvData2.StrValueNullColumn = "";
  355. this.dgvData2.TabIndex = 316;
  356. this.dgvData2.ViceCount = 1;
  357. //
  358. // FrmSatisfactionSeeDetails
  359. //
  360. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  361. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  362. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  363. this.ClientSize = new System.Drawing.Size(910, 610);
  364. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  365. this.Name = "FrmSatisfactionSeeDetails";
  366. this.Text = "详情";
  367. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  368. this.plExMainContainer.ResumeLayout(false);
  369. this.plFormMainContent.ResumeLayout(false);
  370. this.panelEx2.ResumeLayout(false);
  371. this.panelEx6.ResumeLayout(false);
  372. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  373. this.panelEx5.ResumeLayout(false);
  374. this.panelEx4.ResumeLayout(false);
  375. this.panelEx4.PerformLayout();
  376. ((System.ComponentModel.ISupportInitialize)(this.dgvData2)).EndInit();
  377. this.ResumeLayout(false);
  378. }
  379. #endregion
  380. private ComponentLibrary.PanelEx panelEx2;
  381. private ComponentLibrary.PanelEx panelEx3;
  382. private ComponentLibrary.PanelEx panelEx1;
  383. private ComponentLibrary.PanelEx panelEx4;
  384. protected ComponentLibrary.ComboBoxTreeViewEx cmbReturningItems;
  385. protected ComponentLibrary.ButtonEx btnClose;
  386. protected ComponentLibrary.ButtonEx btnSelect;
  387. protected ComponentLibrary.ComboBoxEx cmbScores;
  388. private ComponentLibrary.LabelEx labelEx5;
  389. private ComponentLibrary.LabelEx labelEx2;
  390. private ComponentLibrary.PanelEx panelEx6;
  391. protected internal ComponentLibrary.DataGridViewEc dgvData;
  392. private ComponentLibrary.PanelEx panelEx5;
  393. protected internal ComponentLibrary.DataGridViewEc dgvData2;
  394. }
  395. }