FrmSatisfactionInvestigation.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. namespace LYFZ.Software.UI.CustomerSatisfactionRecord.Satisfaction
  2. {
  3. partial class FrmSatisfactionInvestigation
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSatisfactionInvestigation));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  37. this.cmSfrs_Scores = new LYFZ.ComponentLibrary.ComboBoxEx();
  38. this.dgv2 = new LYFZ.ComponentLibrary.DataGridViewEx();
  39. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.dgv1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  42. this.Numbering = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.cmbObject = new LYFZ.ComponentLibrary.ComboBoxEx();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Sfrs_Scores = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Sfs_ReturningMattersSetID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.满意分值 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.plExMainContainer.SuspendLayout();
  54. this.plFormMainContent.SuspendLayout();
  55. this.panelEx2.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // plExMainContainer
  61. //
  62. this.plExMainContainer.Controls.Add(this.panelEx2);
  63. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  64. this.plExMainContainer.Size = new System.Drawing.Size(850, 580);
  65. //
  66. // plFormMainContent
  67. //
  68. this.plFormMainContent.Size = new System.Drawing.Size(850, 580);
  69. //
  70. // btnAppFormMaximize
  71. //
  72. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  73. this.btnAppFormMaximize.Location = new System.Drawing.Point(876, 0);
  74. //
  75. // btnAppFormExit
  76. //
  77. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  78. this.btnAppFormExit.Location = new System.Drawing.Point(818, 0);
  79. //
  80. // btnAppFormMinimize
  81. //
  82. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  83. this.btnAppFormMinimize.Location = new System.Drawing.Point(849, 0);
  84. //
  85. // panelEx2
  86. //
  87. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  88. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  89. this.panelEx2.BorderWidth = 1;
  90. this.panelEx2.Controls.Add(this.cmSfrs_Scores);
  91. this.panelEx2.Controls.Add(this.dgv2);
  92. this.panelEx2.Controls.Add(this.btnSave);
  93. this.panelEx2.Controls.Add(this.btnClose);
  94. this.panelEx2.Controls.Add(this.dgv1);
  95. this.panelEx2.Controls.Add(this.panelEx3);
  96. this.panelEx2.Controls.Add(this.label4);
  97. this.panelEx2.Controls.Add(this.cmbObject);
  98. this.panelEx2.Controls.Add(this.label1);
  99. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.panelEx2.Location = new System.Drawing.Point(10, 10);
  101. this.panelEx2.Name = "panelEx2";
  102. this.panelEx2.Size = new System.Drawing.Size(830, 560);
  103. this.panelEx2.TabIndex = 335;
  104. //
  105. // cmSfrs_Scores
  106. //
  107. this.cmSfrs_Scores.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  108. this.cmSfrs_Scores.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  109. this.cmSfrs_Scores.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  110. this.cmSfrs_Scores.Font = new System.Drawing.Font("宋体", 10.5F);
  111. this.cmSfrs_Scores.FormattingEnabled = true;
  112. this.cmSfrs_Scores.IsCustomColor = false;
  113. this.cmSfrs_Scores.Location = new System.Drawing.Point(550, 87);
  114. this.cmSfrs_Scores.Name = "cmSfrs_Scores";
  115. this.cmSfrs_Scores.ReadOnly = true;
  116. this.cmSfrs_Scores.Size = new System.Drawing.Size(63, 22);
  117. this.cmSfrs_Scores.TabIndex = 340;
  118. this.cmSfrs_Scores.Visible = false;
  119. //
  120. // dgv2
  121. //
  122. this.dgv2.AllowUserToAddRows = false;
  123. this.dgv2.AllowUserToDeleteRows = false;
  124. this.dgv2.AllowUserToOrderColumns = true;
  125. this.dgv2.AllowUserToResizeRows = false;
  126. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  127. this.dgv2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  128. this.dgv2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  129. this.dgv2.BackgroundColor = System.Drawing.Color.White;
  130. this.dgv2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  131. this.dgv2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  132. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  133. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  134. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  136. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  137. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  138. this.dgv2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  139. this.dgv2.ColumnHeadersHeight = 24;
  140. this.dgv2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  141. this.Column7,
  142. this.Sfrs_Scores,
  143. this.Remark,
  144. this.Sfs_ReturningMattersSetID,
  145. this.满意分值});
  146. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  147. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  148. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  150. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  151. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  152. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  153. this.dgv2.DefaultCellStyle = dataGridViewCellStyle3;
  154. this.dgv2.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  155. this.dgv2.EnableHeadersVisualStyles = false;
  156. this.dgv2.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  157. this.dgv2.GridViewUniquelyIdentify = resources.GetString("dgv2.GridViewUniquelyIdentify");
  158. this.dgv2.IsCompleteBonding = false;
  159. this.dgv2.Location = new System.Drawing.Point(309, 42);
  160. this.dgv2.Name = "dgv2";
  161. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  162. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  163. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  165. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  166. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  167. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  168. this.dgv2.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  169. this.dgv2.RowHeadersVisible = false;
  170. this.dgv2.RowTemplate.Height = 23;
  171. this.dgv2.RowTemplate.ReadOnly = true;
  172. this.dgv2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  173. this.dgv2.Size = new System.Drawing.Size(509, 505);
  174. this.dgv2.TabIndex = 339;
  175. //
  176. // btnSave
  177. //
  178. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  179. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  180. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  181. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  182. this.btnSave.ForeColor = System.Drawing.Color.White;
  183. this.btnSave.IsCustomBackImg = false;
  184. this.btnSave.IsShowText = true;
  185. this.btnSave.Location = new System.Drawing.Point(637, 5);
  186. this.btnSave.Name = "btnSave";
  187. this.btnSave.Size = new System.Drawing.Size(85, 26);
  188. this.btnSave.TabIndex = 330;
  189. this.btnSave.Text = " 保 存";
  190. this.btnSave.UseVisualStyleBackColor = false;
  191. //
  192. // btnClose
  193. //
  194. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  195. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  196. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  197. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  198. this.btnClose.ForeColor = System.Drawing.Color.White;
  199. this.btnClose.IsCustomBackImg = false;
  200. this.btnClose.IsShowText = true;
  201. this.btnClose.Location = new System.Drawing.Point(730, 5);
  202. this.btnClose.Name = "btnClose";
  203. this.btnClose.Size = new System.Drawing.Size(85, 26);
  204. this.btnClose.TabIndex = 331;
  205. this.btnClose.Text = " 取 消";
  206. this.btnClose.UseVisualStyleBackColor = false;
  207. //
  208. // dgv1
  209. //
  210. this.dgv1.AllowUserToAddRows = false;
  211. this.dgv1.AllowUserToDeleteRows = false;
  212. this.dgv1.AllowUserToResizeRows = false;
  213. dataGridViewCellStyle5.BackColor = System.Drawing.Color.LightCyan;
  214. this.dgv1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  215. this.dgv1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  216. | System.Windows.Forms.AnchorStyles.Left)));
  217. this.dgv1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  218. this.dgv1.BackgroundColor = System.Drawing.Color.White;
  219. this.dgv1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  220. this.dgv1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  221. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  222. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  223. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.Navy;
  225. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  226. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  227. this.dgv1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  228. this.dgv1.ColumnHeadersHeight = 24;
  229. this.dgv1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  230. this.Numbering,
  231. this.Column1});
  232. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  233. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  234. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  236. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  237. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  238. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  239. this.dgv1.DefaultCellStyle = dataGridViewCellStyle7;
  240. this.dgv1.EnableHeadersVisualStyles = false;
  241. this.dgv1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  242. this.dgv1.GridViewUniquelyIdentify = resources.GetString("dgv1.GridViewUniquelyIdentify");
  243. this.dgv1.IsCompleteBonding = false;
  244. this.dgv1.Location = new System.Drawing.Point(10, 42);
  245. this.dgv1.MultiSelect = false;
  246. this.dgv1.Name = "dgv1";
  247. this.dgv1.ReadOnly = true;
  248. this.dgv1.RowHeadersVisible = false;
  249. this.dgv1.RowTemplate.Height = 23;
  250. this.dgv1.RowTemplate.ReadOnly = true;
  251. this.dgv1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  252. this.dgv1.Size = new System.Drawing.Size(300, 505);
  253. this.dgv1.TabIndex = 334;
  254. //
  255. // Numbering
  256. //
  257. this.Numbering.HeaderText = "编号";
  258. this.Numbering.Name = "Numbering";
  259. this.Numbering.ReadOnly = true;
  260. this.Numbering.Visible = false;
  261. //
  262. // Column1
  263. //
  264. this.Column1.HeaderText = "调查对象";
  265. this.Column1.Name = "Column1";
  266. this.Column1.ReadOnly = true;
  267. //
  268. // panelEx3
  269. //
  270. this.panelEx3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  271. | System.Windows.Forms.AnchorStyles.Right)));
  272. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  273. this.panelEx3.BorderWidth = 1;
  274. this.panelEx3.Location = new System.Drawing.Point(1, 35);
  275. this.panelEx3.Name = "panelEx3";
  276. this.panelEx3.Size = new System.Drawing.Size(827, 1);
  277. this.panelEx3.TabIndex = 197;
  278. //
  279. // label4
  280. //
  281. this.label4.AutoSize = true;
  282. this.label4.Location = new System.Drawing.Point(8, 12);
  283. this.label4.Name = "label4";
  284. this.label4.Size = new System.Drawing.Size(65, 12);
  285. this.label4.TabIndex = 326;
  286. this.label4.Text = "当前客户:";
  287. //
  288. // cmbObject
  289. //
  290. this.cmbObject.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  291. this.cmbObject.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  292. this.cmbObject.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  293. this.cmbObject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  294. this.cmbObject.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  295. this.cmbObject.Font = new System.Drawing.Font("宋体", 10.5F);
  296. this.cmbObject.FormattingEnabled = true;
  297. this.cmbObject.IsCustomColor = false;
  298. this.cmbObject.Location = new System.Drawing.Point(444, 7);
  299. this.cmbObject.Name = "cmbObject";
  300. this.cmbObject.ReadOnly = false;
  301. this.cmbObject.Size = new System.Drawing.Size(169, 22);
  302. this.cmbObject.TabIndex = 332;
  303. //
  304. // label1
  305. //
  306. this.label1.AutoSize = true;
  307. this.label1.Location = new System.Drawing.Point(377, 12);
  308. this.label1.Name = "label1";
  309. this.label1.Size = new System.Drawing.Size(65, 12);
  310. this.label1.TabIndex = 329;
  311. this.label1.Text = "回访对象:";
  312. //
  313. // Column7
  314. //
  315. this.Column7.HeaderText = "回访事项";
  316. this.Column7.Name = "Column7";
  317. this.Column7.ReadOnly = true;
  318. //
  319. // Sfrs_Scores
  320. //
  321. this.Sfrs_Scores.HeaderText = "满意度";
  322. this.Sfrs_Scores.Name = "Sfrs_Scores";
  323. this.Sfrs_Scores.ReadOnly = true;
  324. //
  325. // Remark
  326. //
  327. this.Remark.HeaderText = "备注";
  328. this.Remark.Name = "Remark";
  329. //
  330. // Sfs_ReturningMattersSetID
  331. //
  332. this.Sfs_ReturningMattersSetID.HeaderText = "回访事项ID";
  333. this.Sfs_ReturningMattersSetID.Name = "Sfs_ReturningMattersSetID";
  334. this.Sfs_ReturningMattersSetID.Visible = false;
  335. //
  336. // 满意分值
  337. //
  338. this.满意分值.HeaderText = "满意分值";
  339. this.满意分值.Name = "满意分值";
  340. this.满意分值.ReadOnly = true;
  341. //
  342. // FrmSatisfactionInvestigation
  343. //
  344. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  345. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  346. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  347. this.ClientSize = new System.Drawing.Size(850, 645);
  348. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  349. this.MinimizeBox = false;
  350. this.Name = "FrmSatisfactionInvestigation";
  351. this.Text = "调查";
  352. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  353. this.plExMainContainer.ResumeLayout(false);
  354. this.plFormMainContent.ResumeLayout(false);
  355. this.panelEx2.ResumeLayout(false);
  356. this.panelEx2.PerformLayout();
  357. ((System.ComponentModel.ISupportInitialize)(this.dgv2)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.dgv1)).EndInit();
  359. this.ResumeLayout(false);
  360. }
  361. #endregion
  362. private ComponentLibrary.PanelEx panelEx2;
  363. protected ComponentLibrary.DataGridViewEx dgv1;
  364. private ComponentLibrary.PanelEx panelEx3;
  365. protected ComponentLibrary.ButtonEx btnClose;
  366. protected ComponentLibrary.ComboBoxEx cmbObject;
  367. private System.Windows.Forms.Label label1;
  368. protected ComponentLibrary.ButtonEx btnSave;
  369. protected ComponentLibrary.DataGridViewEx dgv2;
  370. protected ComponentLibrary.ComboBoxEx cmSfrs_Scores;
  371. private System.Windows.Forms.DataGridViewTextBoxColumn Numbering;
  372. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  373. protected internal System.Windows.Forms.Label label4;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn Sfrs_Scores;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn Remark;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn Sfs_ReturningMattersSetID;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn 满意分值;
  379. }
  380. }