Form_EquLockQuery.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. namespace WCS_Client.From
  2. {
  3. partial class Form_EquLockQuery
  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. this.components = new System.ComponentModel.Container();
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_EquLockQuery));
  34. this.dgvTask = new CCWin.SkinControl.SkinDataGridView();
  35. this.sknBinNuLock = new CCWin.SkinControl.SkinButton();
  36. this.skinButton1 = new CCWin.SkinControl.SkinButton();
  37. this.EQUIPMENTNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.ISLOCK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.EQUTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.ISENABLEI_IN = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ISENABLE_OUT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.UPDATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // dgvTask
  48. //
  49. this.dgvTask.AllowUserToAddRows = false;
  50. this.dgvTask.AllowUserToDeleteRows = false;
  51. this.dgvTask.AllowUserToOrderColumns = true;
  52. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
  53. this.dgvTask.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  54. this.dgvTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  55. | System.Windows.Forms.AnchorStyles.Left)
  56. | System.Windows.Forms.AnchorStyles.Right)));
  57. this.dgvTask.BackgroundColor = System.Drawing.SystemColors.Window;
  58. this.dgvTask.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  59. this.dgvTask.ColumnFont = null;
  60. this.dgvTask.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  61. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  62. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
  63. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  65. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  66. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  67. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  68. this.dgvTask.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  69. this.dgvTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  70. this.dgvTask.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  71. this.EQUIPMENTNO,
  72. this.ISLOCK,
  73. this.EQUTYPE,
  74. this.ISENABLEI_IN,
  75. this.ISENABLE_OUT,
  76. this.UPDATETIME,
  77. this.rn});
  78. this.dgvTask.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
  79. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  80. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  81. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  83. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
  84. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
  85. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  86. this.dgvTask.DefaultCellStyle = dataGridViewCellStyle3;
  87. this.dgvTask.EnableHeadersVisualStyles = false;
  88. this.dgvTask.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  89. this.dgvTask.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.dgvTask.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
  91. this.dgvTask.Location = new System.Drawing.Point(5, 62);
  92. this.dgvTask.MultiSelect = false;
  93. this.dgvTask.Name = "dgvTask";
  94. this.dgvTask.ReadOnly = true;
  95. this.dgvTask.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  96. this.dgvTask.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  97. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  98. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  99. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  100. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  101. this.dgvTask.RowsDefaultCellStyle = dataGridViewCellStyle4;
  102. this.dgvTask.RowTemplate.Height = 23;
  103. this.dgvTask.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  104. this.dgvTask.Size = new System.Drawing.Size(900, 402);
  105. this.dgvTask.TabIndex = 19;
  106. this.dgvTask.TitleBack = null;
  107. this.dgvTask.TitleBackColorBegin = System.Drawing.Color.White;
  108. this.dgvTask.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
  109. this.dgvTask.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvTask_CellMouseClick);
  110. //
  111. // sknBinNuLock
  112. //
  113. this.sknBinNuLock.BackColor = System.Drawing.Color.Transparent;
  114. this.sknBinNuLock.ControlState = CCWin.SkinClass.ControlState.Normal;
  115. this.sknBinNuLock.DownBack = null;
  116. this.sknBinNuLock.Location = new System.Drawing.Point(133, 31);
  117. this.sknBinNuLock.MouseBack = null;
  118. this.sknBinNuLock.Name = "sknBinNuLock";
  119. this.sknBinNuLock.NormlBack = null;
  120. this.sknBinNuLock.Size = new System.Drawing.Size(88, 23);
  121. this.sknBinNuLock.TabIndex = 21;
  122. this.sknBinNuLock.Text = "解锁";
  123. this.sknBinNuLock.UseVisualStyleBackColor = false;
  124. this.sknBinNuLock.Click += new System.EventHandler(this.sknBinNuLock_Click);
  125. //
  126. // skinButton1
  127. //
  128. this.skinButton1.BackColor = System.Drawing.Color.Transparent;
  129. this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
  130. this.skinButton1.DownBack = null;
  131. this.skinButton1.Location = new System.Drawing.Point(21, 31);
  132. this.skinButton1.MouseBack = null;
  133. this.skinButton1.Name = "skinButton1";
  134. this.skinButton1.NormlBack = null;
  135. this.skinButton1.Size = new System.Drawing.Size(88, 23);
  136. this.skinButton1.TabIndex = 22;
  137. this.skinButton1.Text = "刷新";
  138. this.skinButton1.UseVisualStyleBackColor = false;
  139. this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
  140. //
  141. // EQUIPMENTNO
  142. //
  143. this.EQUIPMENTNO.DataPropertyName = "EQUIPMENTNO";
  144. this.EQUIPMENTNO.HeaderText = "设备编号";
  145. this.EQUIPMENTNO.Name = "EQUIPMENTNO";
  146. this.EQUIPMENTNO.ReadOnly = true;
  147. this.EQUIPMENTNO.Width = 80;
  148. //
  149. // ISLOCK
  150. //
  151. this.ISLOCK.DataPropertyName = "ISLOCK";
  152. this.ISLOCK.HeaderText = "锁状态";
  153. this.ISLOCK.Name = "ISLOCK";
  154. this.ISLOCK.ReadOnly = true;
  155. this.ISLOCK.Width = 80;
  156. //
  157. // EQUTYPE
  158. //
  159. this.EQUTYPE.DataPropertyName = "EQUTYPE";
  160. this.EQUTYPE.HeaderText = "设备类型";
  161. this.EQUTYPE.Name = "EQUTYPE";
  162. this.EQUTYPE.ReadOnly = true;
  163. //
  164. // ISENABLEI_IN
  165. //
  166. this.ISENABLEI_IN.DataPropertyName = "ISENABLEI_IN";
  167. this.ISENABLEI_IN.HeaderText = "启用入库";
  168. this.ISENABLEI_IN.Name = "ISENABLEI_IN";
  169. this.ISENABLEI_IN.ReadOnly = true;
  170. this.ISENABLEI_IN.Visible = false;
  171. this.ISENABLEI_IN.Width = 140;
  172. //
  173. // ISENABLE_OUT
  174. //
  175. this.ISENABLE_OUT.DataPropertyName = "ISENABLE_OUT";
  176. this.ISENABLE_OUT.HeaderText = "启用出库";
  177. this.ISENABLE_OUT.Name = "ISENABLE_OUT";
  178. this.ISENABLE_OUT.ReadOnly = true;
  179. this.ISENABLE_OUT.Visible = false;
  180. //
  181. // UPDATETIME
  182. //
  183. this.UPDATETIME.DataPropertyName = "UPDATETIME";
  184. this.UPDATETIME.HeaderText = "更新时间";
  185. this.UPDATETIME.Name = "UPDATETIME";
  186. this.UPDATETIME.ReadOnly = true;
  187. this.UPDATETIME.Width = 180;
  188. //
  189. // rn
  190. //
  191. this.rn.DataPropertyName = "rn";
  192. this.rn.HeaderText = "rn";
  193. this.rn.Name = "rn";
  194. this.rn.ReadOnly = true;
  195. this.rn.Visible = false;
  196. //
  197. // Form_EquLockQuery
  198. //
  199. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  200. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  201. this.ClientSize = new System.Drawing.Size(912, 476);
  202. this.Controls.Add(this.skinButton1);
  203. this.Controls.Add(this.sknBinNuLock);
  204. this.Controls.Add(this.dgvTask);
  205. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  206. this.Name = "Form_EquLockQuery";
  207. this.Text = "设备锁管理";
  208. ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).EndInit();
  209. this.ResumeLayout(false);
  210. }
  211. #endregion
  212. private CCWin.SkinControl.SkinDataGridView dgvTask;
  213. private CCWin.SkinControl.SkinButton sknBinNuLock;
  214. private CCWin.SkinControl.SkinButton skinButton1;
  215. private System.Windows.Forms.DataGridViewTextBoxColumn EQUIPMENTNO;
  216. private System.Windows.Forms.DataGridViewTextBoxColumn ISLOCK;
  217. private System.Windows.Forms.DataGridViewTextBoxColumn EQUTYPE;
  218. private System.Windows.Forms.DataGridViewTextBoxColumn ISENABLEI_IN;
  219. private System.Windows.Forms.DataGridViewTextBoxColumn ISENABLE_OUT;
  220. private System.Windows.Forms.DataGridViewTextBoxColumn UPDATETIME;
  221. private System.Windows.Forms.DataGridViewTextBoxColumn rn;
  222. }
  223. }