FrmObjectSet.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. namespace LYFZ.Software.UI.CustomerSatisfactionRecord.Satisfaction
  2. {
  3. partial class FrmObjectSet
  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(FrmObjectSet));
  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.txtSfss_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  34. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  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.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  44. this.btnCanle = new LYFZ.ComponentLibrary.ButtonEx();
  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(440, 550);
  56. //
  57. // plFormMainContent
  58. //
  59. this.plFormMainContent.Size = new System.Drawing.Size(440, 550);
  60. //
  61. // btnAppFormExit
  62. //
  63. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  64. this.btnAppFormExit.Location = new System.Drawing.Point(408, 0);
  65. //
  66. // btnAppFormMinimize
  67. //
  68. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  69. //
  70. // panelEx1
  71. //
  72. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  73. this.panelEx1.BorderWidth = 1;
  74. this.panelEx1.Controls.Add(this.txtSfss_Name);
  75. this.panelEx1.Controls.Add(this.btnDelete);
  76. this.panelEx1.Controls.Add(this.labelEx2);
  77. this.panelEx1.Controls.Add(this.dgv);
  78. this.panelEx1.Controls.Add(this.labelEx3);
  79. this.panelEx1.Controls.Add(this.btnSave);
  80. this.panelEx1.Controls.Add(this.btnCanle);
  81. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  83. this.panelEx1.Name = "panelEx1";
  84. this.panelEx1.Size = new System.Drawing.Size(420, 530);
  85. this.panelEx1.TabIndex = 2;
  86. //
  87. // txtSfss_Name
  88. //
  89. this.txtSfss_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  90. this.txtSfss_Name.EmptyTextTip = null;
  91. this.txtSfss_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  92. this.txtSfss_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  93. this.txtSfss_Name.Location = new System.Drawing.Point(83, 15);
  94. this.txtSfss_Name.Name = "txtSfss_Name";
  95. this.txtSfss_Name.Size = new System.Drawing.Size(328, 23);
  96. this.txtSfss_Name.TabIndex = 2;
  97. //
  98. // btnDelete
  99. //
  100. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  101. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  102. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  103. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  104. this.btnDelete.ForeColor = System.Drawing.Color.White;
  105. this.btnDelete.IsCustomBackImg = false;
  106. this.btnDelete.IsShowText = true;
  107. this.btnDelete.Location = new System.Drawing.Point(231, 70);
  108. this.btnDelete.Name = "btnDelete";
  109. this.btnDelete.Size = new System.Drawing.Size(87, 26);
  110. this.btnDelete.TabIndex = 337;
  111. this.btnDelete.Text = "删除";
  112. this.btnDelete.UseVisualStyleBackColor = false;
  113. //
  114. // labelEx2
  115. //
  116. this.labelEx2.AutoSize = true;
  117. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  118. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  119. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(75)))), ((int)(((byte)(103)))));
  120. this.labelEx2.Location = new System.Drawing.Point(9, 41);
  121. this.labelEx2.Name = "labelEx2";
  122. this.labelEx2.Size = new System.Drawing.Size(228, 16);
  123. this.labelEx2.TabIndex = 336;
  124. this.labelEx2.Text = "注释:增加的对象显示在【其它调查】类型中";
  125. //
  126. // dgv
  127. //
  128. this.dgv.AllowUserToAddRows = false;
  129. this.dgv.AllowUserToDeleteRows = false;
  130. this.dgv.AllowUserToResizeRows = false;
  131. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  132. this.dgv.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  133. this.dgv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  134. | System.Windows.Forms.AnchorStyles.Left)
  135. | System.Windows.Forms.AnchorStyles.Right)));
  136. this.dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  137. this.dgv.BackgroundColor = System.Drawing.Color.White;
  138. this.dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  139. this.dgv.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  140. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  141. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  142. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  144. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  145. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  146. this.dgv.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  147. this.dgv.ColumnHeadersHeight = 24;
  148. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  149. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  150. this.Id,
  151. this.Column1,
  152. this.Column4,
  153. this.Column2,
  154. this.Column3});
  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, 102);
  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(409, 423);
  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. // Column3
  205. //
  206. this.Column3.HeaderText = "删除状态";
  207. this.Column3.Name = "Column3";
  208. this.Column3.ReadOnly = true;
  209. this.Column3.Visible = false;
  210. //
  211. // labelEx3
  212. //
  213. this.labelEx3.AutoSize = true;
  214. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  215. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  216. this.labelEx3.Location = new System.Drawing.Point(9, 18);
  217. this.labelEx3.Name = "labelEx3";
  218. this.labelEx3.Size = new System.Drawing.Size(77, 17);
  219. this.labelEx3.TabIndex = 161;
  220. this.labelEx3.Text = "* 对象名称:";
  221. //
  222. // btnSave
  223. //
  224. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  225. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  226. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  227. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  228. this.btnSave.ForeColor = System.Drawing.Color.White;
  229. this.btnSave.IsCustomBackImg = false;
  230. this.btnSave.IsShowText = true;
  231. this.btnSave.Location = new System.Drawing.Point(138, 70);
  232. this.btnSave.Name = "btnSave";
  233. this.btnSave.Size = new System.Drawing.Size(87, 26);
  234. this.btnSave.TabIndex = 163;
  235. this.btnSave.Text = "保存";
  236. this.btnSave.UseVisualStyleBackColor = false;
  237. //
  238. // btnCanle
  239. //
  240. this.btnCanle.BackColor = System.Drawing.Color.Transparent;
  241. this.btnCanle.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCanle.BackImg")));
  242. this.btnCanle.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  243. this.btnCanle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  244. this.btnCanle.ForeColor = System.Drawing.Color.White;
  245. this.btnCanle.IsCustomBackImg = false;
  246. this.btnCanle.IsShowText = true;
  247. this.btnCanle.Location = new System.Drawing.Point(324, 70);
  248. this.btnCanle.Name = "btnCanle";
  249. this.btnCanle.Size = new System.Drawing.Size(87, 26);
  250. this.btnCanle.TabIndex = 164;
  251. this.btnCanle.Text = "取消";
  252. this.btnCanle.UseVisualStyleBackColor = false;
  253. //
  254. // FrmObjectSet
  255. //
  256. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  257. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  258. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  259. this.ClientSize = new System.Drawing.Size(440, 615);
  260. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  261. this.MinimizeBox = false;
  262. this.Name = "FrmObjectSet";
  263. this.Text = "回访对象设置";
  264. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  265. this.plExMainContainer.ResumeLayout(false);
  266. this.plFormMainContent.ResumeLayout(false);
  267. this.panelEx1.ResumeLayout(false);
  268. this.panelEx1.PerformLayout();
  269. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  270. this.ResumeLayout(false);
  271. }
  272. #endregion
  273. private ComponentLibrary.PanelEx panelEx1;
  274. private ComponentLibrary.LabelEx labelEx3;
  275. protected ComponentLibrary.ButtonEx btnSave;
  276. protected ComponentLibrary.ButtonEx btnCanle;
  277. protected ComponentLibrary.TextBoxBasicEx txtSfss_Name;
  278. protected ComponentLibrary.DataGridViewEx dgv;
  279. private ComponentLibrary.LabelEx labelEx2;
  280. protected ComponentLibrary.ButtonEx btnDelete;
  281. private System.Windows.Forms.DataGridViewTextBoxColumn Id;
  282. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  283. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  284. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  286. }
  287. }