FrmRatingSet.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. namespace LYFZ.Software.UI.CustomerSatisfactionRecord.Satisfaction
  2. {
  3. partial class FrmRatingSet
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmRatingSet));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.txtSfrs_Scores = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  35. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  36. this.dgv = new LYFZ.ComponentLibrary.DataGridViewEx();
  37. this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  43. this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.txtSfrs_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  45. this.plExMainContainer.SuspendLayout();
  46. this.plFormMainContent.SuspendLayout();
  47. this.panelEx1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // plExMainContainer
  52. //
  53. this.plExMainContainer.Controls.Add(this.panelEx1);
  54. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  55. this.plExMainContainer.Size = new System.Drawing.Size(450, 545);
  56. //
  57. // plFormMainContent
  58. //
  59. this.plFormMainContent.Size = new System.Drawing.Size(450, 545);
  60. //
  61. // btnAppFormExit
  62. //
  63. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  64. this.btnAppFormExit.Location = new System.Drawing.Point(418, 0);
  65. //
  66. // btnAppFormMinimize
  67. //
  68. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  69. this.btnAppFormMinimize.Location = new System.Drawing.Point(851, 0);
  70. //
  71. // panelEx1
  72. //
  73. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  74. this.panelEx1.BorderWidth = 1;
  75. this.panelEx1.Controls.Add(this.labelEx4);
  76. this.panelEx1.Controls.Add(this.txtSfrs_Scores);
  77. this.panelEx1.Controls.Add(this.btnDelete);
  78. this.panelEx1.Controls.Add(this.dgv);
  79. this.panelEx1.Controls.Add(this.labelEx3);
  80. this.panelEx1.Controls.Add(this.btnSave);
  81. this.panelEx1.Controls.Add(this.btnCanle);
  82. this.panelEx1.Controls.Add(this.txtSfrs_Name);
  83. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  85. this.panelEx1.Name = "panelEx1";
  86. this.panelEx1.Size = new System.Drawing.Size(430, 525);
  87. this.panelEx1.TabIndex = 3;
  88. //
  89. // labelEx4
  90. //
  91. this.labelEx4.AutoSize = true;
  92. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  93. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  94. this.labelEx4.Location = new System.Drawing.Point(11, 48);
  95. this.labelEx4.Name = "labelEx4";
  96. this.labelEx4.Size = new System.Drawing.Size(77, 17);
  97. this.labelEx4.TabIndex = 341;
  98. this.labelEx4.Text = "* 满意分值:";
  99. //
  100. // txtSfrs_Scores
  101. //
  102. this.txtSfrs_Scores.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  103. this.txtSfrs_Scores.EmptyTextTip = null;
  104. this.txtSfrs_Scores.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  105. this.txtSfrs_Scores.Font = new System.Drawing.Font("微软雅黑", 9F);
  106. this.txtSfrs_Scores.Location = new System.Drawing.Point(88, 45);
  107. this.txtSfrs_Scores.Name = "txtSfrs_Scores";
  108. this.txtSfrs_Scores.Size = new System.Drawing.Size(334, 23);
  109. this.txtSfrs_Scores.TabIndex = 340;
  110. //
  111. // btnDelete
  112. //
  113. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  114. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  115. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  116. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  117. this.btnDelete.ForeColor = System.Drawing.Color.White;
  118. this.btnDelete.IsCustomBackImg = false;
  119. this.btnDelete.IsShowText = true;
  120. this.btnDelete.Location = new System.Drawing.Point(335, 75);
  121. this.btnDelete.Name = "btnDelete";
  122. this.btnDelete.Size = new System.Drawing.Size(87, 26);
  123. this.btnDelete.TabIndex = 337;
  124. this.btnDelete.Text = "删除";
  125. this.btnDelete.UseVisualStyleBackColor = false;
  126. this.btnDelete.Visible = false;
  127. //
  128. // dgv
  129. //
  130. this.dgv.AllowUserToAddRows = false;
  131. this.dgv.AllowUserToDeleteRows = false;
  132. this.dgv.AllowUserToResizeRows = false;
  133. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  134. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  135. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  136. | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  139. this.dgv.BackgroundColor = System.Drawing.Color.White;
  140. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  141. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  142. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  143. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  144. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  146. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  147. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  148. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  149. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  150. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  151. this.Id,
  152. this.Column1,
  153. this.Column4,
  154. this.Column2});
  155. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  156. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  157. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  159. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  160. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  161. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  162. this.dgv.DefaultCellStyle = dataGridViewCellStyle3;
  163. this.dgv.EnableHeadersVisualStyles = false;
  164. this.dgv.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  165. this.dgv.GridViewUniquelyIdentify = resources.GetString("dgv.GridViewUniquelyIdentify");
  166. this.dgv.IsCompleteBonding = false;
  167. this.dgv.Location = new System.Drawing.Point(5, 110);
  168. this.dgv.MultiSelect = false;
  169. this.dgv.Name = "dgv";
  170. this.dgv.ReadOnly = true;
  171. this.dgv.RowHeadersVisible = false;
  172. this.dgv.RowTemplate.Height = 23;
  173. this.dgv.RowTemplate.ReadOnly = true;
  174. this.dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  175. this.dgv.Size = new System.Drawing.Size(420, 410);
  176. this.dgv.TabIndex = 335;
  177. //
  178. // Id
  179. //
  180. this.Id.HeaderText = "ID";
  181. this.Id.Name = "Id";
  182. this.Id.ReadOnly = true;
  183. this.Id.Visible = false;
  184. //
  185. // Column1
  186. //
  187. this.Column1.HeaderText = "满意项目";
  188. this.Column1.Name = "Column1";
  189. this.Column1.ReadOnly = true;
  190. //
  191. // Column4
  192. //
  193. this.Column4.HeaderText = "满意分值";
  194. this.Column4.Name = "Column4";
  195. this.Column4.ReadOnly = true;
  196. //
  197. // Column2
  198. //
  199. this.Column2.HeaderText = "满意总分值";
  200. this.Column2.Name = "Column2";
  201. this.Column2.ReadOnly = true;
  202. this.Column2.Visible = false;
  203. //
  204. // labelEx3
  205. //
  206. this.labelEx3.AutoSize = true;
  207. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  208. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  209. this.labelEx3.Location = new System.Drawing.Point(11, 18);
  210. this.labelEx3.Name = "labelEx3";
  211. this.labelEx3.Size = new System.Drawing.Size(77, 17);
  212. this.labelEx3.TabIndex = 161;
  213. this.labelEx3.Text = "* 满意项目:";
  214. //
  215. // btnSave
  216. //
  217. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  218. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  219. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  220. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  221. this.btnSave.ForeColor = System.Drawing.Color.White;
  222. this.btnSave.IsCustomBackImg = false;
  223. this.btnSave.IsShowText = true;
  224. this.btnSave.Location = new System.Drawing.Point(149, 75);
  225. this.btnSave.Name = "btnSave";
  226. this.btnSave.Size = new System.Drawing.Size(87, 26);
  227. this.btnSave.TabIndex = 163;
  228. this.btnSave.Text = "保存";
  229. this.btnSave.UseVisualStyleBackColor = false;
  230. //
  231. // btnCanle
  232. //
  233. this.btnCanle.BackColor = System.Drawing.Color.Transparent;
  234. this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg")));
  235. this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  236. this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  237. this.btnCanle.ForeColor = System.Drawing.Color.White;
  238. this.btnCanle.IsCustomBackImg = false;
  239. this.btnCanle.IsShowText = true;
  240. this.btnCanle.Location = new System.Drawing.Point(242, 75);
  241. this.btnCanle.Name = "btnCanle";
  242. this.btnCanle.Size = new System.Drawing.Size(87, 26);
  243. this.btnCanle.TabIndex = 164;
  244. this.btnCanle.Text = "取消";
  245. this.btnCanle.UseVisualStyleBackColor = false;
  246. //
  247. // txtSfrs_Name
  248. //
  249. this.txtSfrs_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  250. this.txtSfrs_Name.EmptyTextTip = null;
  251. this.txtSfrs_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  252. this.txtSfrs_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  253. this.txtSfrs_Name.Location = new System.Drawing.Point(88, 15);
  254. this.txtSfrs_Name.Name = "txtSfrs_Name";
  255. this.txtSfrs_Name.Size = new System.Drawing.Size(334, 23);
  256. this.txtSfrs_Name.TabIndex = 2;
  257. //
  258. // FrmRatingSet
  259. //
  260. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  261. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  262. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  263. this.ClientSize = new System.Drawing.Size(450, 610);
  264. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  265. this.MaximizeBox = false;
  266. this.MinimizeBox = false;
  267. this.Name = "FrmRatingSet";
  268. this.Text = "满意程度设置";
  269. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  270. this.plExMainContainer.ResumeLayout(false);
  271. this.plFormMainContent.ResumeLayout(false);
  272. this.panelEx1.ResumeLayout(false);
  273. this.panelEx1.PerformLayout();
  274. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  275. this.ResumeLayout(false);
  276. }
  277. #endregion
  278. private ComponentLibrary.PanelEx panelEx1;
  279. protected ComponentLibrary.ButtonEx btnDelete;
  280. protected ComponentLibrary.DataGridViewEx dgv;
  281. private ComponentLibrary.LabelEx labelEx3;
  282. protected ComponentLibrary.ButtonEx btnSave;
  283. protected ComponentLibrary.ButtonEx btnCanle;
  284. protected ComponentLibrary.TextBoxBasicEx txtSfrs_Name;
  285. private ComponentLibrary.LabelEx labelEx4;
  286. protected ComponentLibrary.TextBoxBasicEx txtSfrs_Scores;
  287. private System.Windows.Forms.DataGridViewTextBoxColumn Id;
  288. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  289. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  290. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  291. }
  292. }