Confirm.designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. namespace Gyee_Control.View
  2. {
  3. partial class Confirm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Confirm));
  37. this.groupBox1 = new System.Windows.Forms.GroupBox();
  38. this.gvAllow = new System.Windows.Forms.DataGridView();
  39. this.btnConfirm = new System.Windows.Forms.Button();
  40. this.btnCancel = new System.Windows.Forms.Button();
  41. this.groupBox2 = new System.Windows.Forms.GroupBox();
  42. this.gvForbidden = new System.Windows.Forms.DataGridView();
  43. this.groupBox1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.gvAllow)).BeginInit();
  45. this.groupBox2.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.gvForbidden)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // groupBox1
  50. //
  51. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  52. this.groupBox1.Controls.Add(this.gvAllow);
  53. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.groupBox1.ForeColor = System.Drawing.Color.White;
  55. this.groupBox1.Location = new System.Drawing.Point(3, 2);
  56. this.groupBox1.Name = "groupBox1";
  57. this.groupBox1.Size = new System.Drawing.Size(984, 218);
  58. this.groupBox1.TabIndex = 0;
  59. this.groupBox1.TabStop = false;
  60. this.groupBox1.Text = "允许操作的风机";
  61. //
  62. // gvAllow
  63. //
  64. this.gvAllow.AllowUserToAddRows = false;
  65. this.gvAllow.AllowUserToDeleteRows = false;
  66. this.gvAllow.AllowUserToResizeColumns = false;
  67. this.gvAllow.AllowUserToResizeRows = false;
  68. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  69. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  70. dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  72. this.gvAllow.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  73. this.gvAllow.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  74. this.gvAllow.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  75. this.gvAllow.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  76. this.gvAllow.BorderStyle = System.Windows.Forms.BorderStyle.None;
  77. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  78. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  79. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  81. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  82. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  83. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  84. this.gvAllow.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  85. this.gvAllow.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  86. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  87. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  88. dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  90. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  91. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  92. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  93. this.gvAllow.DefaultCellStyle = dataGridViewCellStyle3;
  94. this.gvAllow.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.gvAllow.EnableHeadersVisualStyles = false;
  96. this.gvAllow.Location = new System.Drawing.Point(3, 25);
  97. this.gvAllow.Name = "gvAllow";
  98. this.gvAllow.ReadOnly = true;
  99. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  100. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  101. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  103. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  104. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  105. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  106. this.gvAllow.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  107. this.gvAllow.RowHeadersVisible = false;
  108. this.gvAllow.RowTemplate.Height = 23;
  109. this.gvAllow.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  110. this.gvAllow.Size = new System.Drawing.Size(978, 190);
  111. this.gvAllow.TabIndex = 0;
  112. this.gvAllow.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.gvAllow_DataError);
  113. //
  114. // btnConfirm
  115. //
  116. this.btnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  117. this.btnConfirm.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.btnConfirm.ForeColor = System.Drawing.Color.White;
  119. this.btnConfirm.Location = new System.Drawing.Point(235, 467);
  120. this.btnConfirm.Name = "btnConfirm";
  121. this.btnConfirm.Size = new System.Drawing.Size(85, 28);
  122. this.btnConfirm.TabIndex = 1;
  123. this.btnConfirm.Text = "确定";
  124. this.btnConfirm.UseVisualStyleBackColor = true;
  125. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  126. //
  127. // btnCancel
  128. //
  129. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  130. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btnCancel.ForeColor = System.Drawing.Color.White;
  132. this.btnCancel.Location = new System.Drawing.Point(570, 467);
  133. this.btnCancel.Name = "btnCancel";
  134. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  135. this.btnCancel.TabIndex = 2;
  136. this.btnCancel.Text = "取消";
  137. this.btnCancel.UseVisualStyleBackColor = true;
  138. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  139. //
  140. // groupBox2
  141. //
  142. this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  143. this.groupBox2.Controls.Add(this.gvForbidden);
  144. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.groupBox2.ForeColor = System.Drawing.Color.White;
  146. this.groupBox2.Location = new System.Drawing.Point(3, 226);
  147. this.groupBox2.Name = "groupBox2";
  148. this.groupBox2.Size = new System.Drawing.Size(981, 218);
  149. this.groupBox2.TabIndex = 3;
  150. this.groupBox2.TabStop = false;
  151. this.groupBox2.Text = "不允许操作的风机";
  152. //
  153. // gvForbidden
  154. //
  155. this.gvForbidden.AllowUserToAddRows = false;
  156. this.gvForbidden.AllowUserToDeleteRows = false;
  157. this.gvForbidden.AllowUserToResizeColumns = false;
  158. this.gvForbidden.AllowUserToResizeRows = false;
  159. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  160. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  161. dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  163. this.gvForbidden.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  164. this.gvForbidden.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  165. this.gvForbidden.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
  166. this.gvForbidden.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  167. this.gvForbidden.BorderStyle = System.Windows.Forms.BorderStyle.None;
  168. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  169. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(79)))), ((int)(((byte)(122)))));
  170. dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  172. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  173. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  174. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  175. this.gvForbidden.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  176. this.gvForbidden.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  177. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  178. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(71)))), ((int)(((byte)(94)))));
  179. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  181. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  182. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  183. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  184. this.gvForbidden.DefaultCellStyle = dataGridViewCellStyle7;
  185. this.gvForbidden.Dock = System.Windows.Forms.DockStyle.Fill;
  186. this.gvForbidden.EnableHeadersVisualStyles = false;
  187. this.gvForbidden.Location = new System.Drawing.Point(3, 25);
  188. this.gvForbidden.Name = "gvForbidden";
  189. this.gvForbidden.ReadOnly = true;
  190. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  191. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(52)))), ((int)(((byte)(73)))));
  192. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  194. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  195. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  196. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  197. this.gvForbidden.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  198. this.gvForbidden.RowHeadersVisible = false;
  199. this.gvForbidden.RowTemplate.Height = 23;
  200. this.gvForbidden.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  201. this.gvForbidden.Size = new System.Drawing.Size(975, 190);
  202. this.gvForbidden.TabIndex = 1;
  203. //
  204. // Confirm
  205. //
  206. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  207. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  208. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(67)))), ((int)(((byte)(127)))));
  209. this.ClientSize = new System.Drawing.Size(990, 500);
  210. this.Controls.Add(this.groupBox2);
  211. this.Controls.Add(this.btnCancel);
  212. this.Controls.Add(this.btnConfirm);
  213. this.Controls.Add(this.groupBox1);
  214. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  215. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  216. this.MaximizeBox = false;
  217. this.Name = "Confirm";
  218. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  219. this.Text = "被控风机确认列表";
  220. this.groupBox1.ResumeLayout(false);
  221. ((System.ComponentModel.ISupportInitialize)(this.gvAllow)).EndInit();
  222. this.groupBox2.ResumeLayout(false);
  223. ((System.ComponentModel.ISupportInitialize)(this.gvForbidden)).EndInit();
  224. this.ResumeLayout(false);
  225. }
  226. #endregion
  227. private System.Windows.Forms.GroupBox groupBox1;
  228. private System.Windows.Forms.DataGridView gvAllow;
  229. private System.Windows.Forms.Button btnConfirm;
  230. private System.Windows.Forms.Button btnCancel;
  231. private string type;
  232. private System.Windows.Forms.GroupBox groupBox2;
  233. private System.Windows.Forms.DataGridView gvForbidden;
  234. }
  235. }