FrmALARAMRECORD.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. namespace WCS_Client.From
  2. {
  3. partial class FrmALARAMRECORD
  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 dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.btnResert = new CCWin.SkinControl.SkinButton();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.sknEndDate = new CCWin.SkinControl.SkinDateTimePicker();
  36. this.sknStartDate = new CCWin.SkinControl.SkinDateTimePicker();
  37. this.label5 = new System.Windows.Forms.Label();
  38. this.txtEquType = new CCWin.SkinControl.SkinTextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.txtEquNo = new CCWin.SkinControl.SkinTextBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.btn_QueryTask = new CCWin.SkinControl.SkinButton();
  43. this.pagerControl1 = new WCS_Client.UC.PagerControl();
  44. this.dgvTask = new CCWin.SkinControl.SkinDataGridView();
  45. this.ALARAMR_EQUNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.ALARAMR_EQUTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.ALARAMR_ALARAMNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.ALARAMR_ALARAMMSG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.ALARAMR_ALARAMSTARTTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ALARAMR_ALARAMENDTIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.ALARAMR_WCSTASKID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.txtALARAMRMsg = new CCWin.SkinControl.SkinTextBox();
  53. this.label1 = new System.Windows.Forms.Label();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // btnResert
  58. //
  59. this.btnResert.BackColor = System.Drawing.Color.Transparent;
  60. this.btnResert.ControlState = CCWin.SkinClass.ControlState.Normal;
  61. this.btnResert.DownBack = null;
  62. this.btnResert.Location = new System.Drawing.Point(898, 33);
  63. this.btnResert.MouseBack = null;
  64. this.btnResert.Name = "btnResert";
  65. this.btnResert.NormlBack = null;
  66. this.btnResert.Size = new System.Drawing.Size(75, 23);
  67. this.btnResert.TabIndex = 52;
  68. this.btnResert.Text = "重置";
  69. this.btnResert.UseVisualStyleBackColor = false;
  70. this.btnResert.Click += new System.EventHandler(this.btnResert_Click);
  71. //
  72. // label6
  73. //
  74. this.label6.AutoSize = true;
  75. this.label6.Location = new System.Drawing.Point(328, 79);
  76. this.label6.Name = "label6";
  77. this.label6.Size = new System.Drawing.Size(11, 12);
  78. this.label6.TabIndex = 50;
  79. this.label6.Text = "~";
  80. //
  81. // sknEndDate
  82. //
  83. this.sknEndDate.BackColor = System.Drawing.Color.Transparent;
  84. this.sknEndDate.DropDownHeight = 180;
  85. this.sknEndDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
  86. this.sknEndDate.DropDownWidth = 120;
  87. this.sknEndDate.font = new System.Drawing.Font("微软雅黑", 9F);
  88. this.sknEndDate.Items = null;
  89. this.sknEndDate.Location = new System.Drawing.Point(381, 71);
  90. this.sknEndDate.Margin = new System.Windows.Forms.Padding(4);
  91. this.sknEndDate.Name = "sknEndDate";
  92. this.sknEndDate.Size = new System.Drawing.Size(152, 28);
  93. this.sknEndDate.TabIndex = 49;
  94. this.sknEndDate.text = "";
  95. //
  96. // sknStartDate
  97. //
  98. this.sknStartDate.BackColor = System.Drawing.Color.Transparent;
  99. this.sknStartDate.DropDownHeight = 180;
  100. this.sknStartDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
  101. this.sknStartDate.DropDownWidth = 120;
  102. this.sknStartDate.font = new System.Drawing.Font("微软雅黑", 9F);
  103. this.sknStartDate.Items = null;
  104. this.sknStartDate.Location = new System.Drawing.Point(137, 71);
  105. this.sknStartDate.Margin = new System.Windows.Forms.Padding(4);
  106. this.sknStartDate.Name = "sknStartDate";
  107. this.sknStartDate.Size = new System.Drawing.Size(152, 28);
  108. this.sknStartDate.TabIndex = 48;
  109. this.sknStartDate.text = "";
  110. //
  111. // label5
  112. //
  113. this.label5.AutoSize = true;
  114. this.label5.Location = new System.Drawing.Point(58, 79);
  115. this.label5.Name = "label5";
  116. this.label5.Size = new System.Drawing.Size(77, 12);
  117. this.label5.TabIndex = 47;
  118. this.label5.Text = "报警开始时间";
  119. //
  120. // txtEquType
  121. //
  122. this.txtEquType.BackColor = System.Drawing.Color.Transparent;
  123. this.txtEquType.DownBack = null;
  124. this.txtEquType.Icon = null;
  125. this.txtEquType.IconIsButton = false;
  126. this.txtEquType.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  127. this.txtEquType.IsPasswordChat = '\0';
  128. this.txtEquType.IsSystemPasswordChar = false;
  129. this.txtEquType.Lines = new string[0];
  130. this.txtEquType.Location = new System.Drawing.Point(381, 30);
  131. this.txtEquType.Margin = new System.Windows.Forms.Padding(0);
  132. this.txtEquType.MaxLength = 32767;
  133. this.txtEquType.MinimumSize = new System.Drawing.Size(28, 28);
  134. this.txtEquType.MouseBack = null;
  135. this.txtEquType.MouseState = CCWin.SkinClass.ControlState.Normal;
  136. this.txtEquType.Multiline = false;
  137. this.txtEquType.Name = "txtEquType";
  138. this.txtEquType.NormlBack = null;
  139. this.txtEquType.Padding = new System.Windows.Forms.Padding(5);
  140. this.txtEquType.ReadOnly = false;
  141. this.txtEquType.ScrollBars = System.Windows.Forms.ScrollBars.None;
  142. this.txtEquType.Size = new System.Drawing.Size(152, 28);
  143. //
  144. //
  145. //
  146. this.txtEquType.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  147. this.txtEquType.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.txtEquType.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  149. this.txtEquType.SkinTxt.Location = new System.Drawing.Point(5, 5);
  150. this.txtEquType.SkinTxt.Name = "BaseText";
  151. this.txtEquType.SkinTxt.Size = new System.Drawing.Size(142, 18);
  152. this.txtEquType.SkinTxt.TabIndex = 0;
  153. this.txtEquType.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  154. this.txtEquType.SkinTxt.WaterText = "";
  155. this.txtEquType.TabIndex = 46;
  156. this.txtEquType.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  157. this.txtEquType.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  158. this.txtEquType.WaterText = "";
  159. this.txtEquType.WordWrap = true;
  160. //
  161. // label4
  162. //
  163. this.label4.AutoSize = true;
  164. this.label4.Location = new System.Drawing.Point(306, 38);
  165. this.label4.Name = "label4";
  166. this.label4.Size = new System.Drawing.Size(53, 12);
  167. this.label4.TabIndex = 45;
  168. this.label4.Text = "设备类型";
  169. //
  170. // txtEquNo
  171. //
  172. this.txtEquNo.BackColor = System.Drawing.Color.Transparent;
  173. this.txtEquNo.DownBack = null;
  174. this.txtEquNo.Icon = null;
  175. this.txtEquNo.IconIsButton = false;
  176. this.txtEquNo.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  177. this.txtEquNo.IsPasswordChat = '\0';
  178. this.txtEquNo.IsSystemPasswordChar = false;
  179. this.txtEquNo.Lines = new string[0];
  180. this.txtEquNo.Location = new System.Drawing.Point(137, 30);
  181. this.txtEquNo.Margin = new System.Windows.Forms.Padding(0);
  182. this.txtEquNo.MaxLength = 32767;
  183. this.txtEquNo.MinimumSize = new System.Drawing.Size(28, 28);
  184. this.txtEquNo.MouseBack = null;
  185. this.txtEquNo.MouseState = CCWin.SkinClass.ControlState.Normal;
  186. this.txtEquNo.Multiline = false;
  187. this.txtEquNo.Name = "txtEquNo";
  188. this.txtEquNo.NormlBack = null;
  189. this.txtEquNo.Padding = new System.Windows.Forms.Padding(5);
  190. this.txtEquNo.ReadOnly = false;
  191. this.txtEquNo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  192. this.txtEquNo.Size = new System.Drawing.Size(152, 28);
  193. //
  194. //
  195. //
  196. this.txtEquNo.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  197. this.txtEquNo.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  198. this.txtEquNo.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  199. this.txtEquNo.SkinTxt.Location = new System.Drawing.Point(5, 5);
  200. this.txtEquNo.SkinTxt.Name = "BaseText";
  201. this.txtEquNo.SkinTxt.Size = new System.Drawing.Size(142, 18);
  202. this.txtEquNo.SkinTxt.TabIndex = 0;
  203. this.txtEquNo.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  204. this.txtEquNo.SkinTxt.WaterText = "";
  205. this.txtEquNo.TabIndex = 42;
  206. this.txtEquNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  207. this.txtEquNo.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  208. this.txtEquNo.WaterText = "";
  209. this.txtEquNo.WordWrap = true;
  210. //
  211. // label2
  212. //
  213. this.label2.AutoSize = true;
  214. this.label2.Location = new System.Drawing.Point(58, 38);
  215. this.label2.Name = "label2";
  216. this.label2.Size = new System.Drawing.Size(53, 12);
  217. this.label2.TabIndex = 41;
  218. this.label2.Text = "设备编号";
  219. //
  220. // btn_QueryTask
  221. //
  222. this.btn_QueryTask.BackColor = System.Drawing.Color.Transparent;
  223. this.btn_QueryTask.ControlState = CCWin.SkinClass.ControlState.Normal;
  224. this.btn_QueryTask.DownBack = null;
  225. this.btn_QueryTask.Location = new System.Drawing.Point(805, 33);
  226. this.btn_QueryTask.MouseBack = null;
  227. this.btn_QueryTask.Name = "btn_QueryTask";
  228. this.btn_QueryTask.NormlBack = null;
  229. this.btn_QueryTask.Size = new System.Drawing.Size(75, 23);
  230. this.btn_QueryTask.TabIndex = 38;
  231. this.btn_QueryTask.Text = "查询";
  232. this.btn_QueryTask.UseVisualStyleBackColor = false;
  233. this.btn_QueryTask.Click += new System.EventHandler(this.btn_QueryTask_Click);
  234. //
  235. // pagerControl1
  236. //
  237. this.pagerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  238. | System.Windows.Forms.AnchorStyles.Right)));
  239. this.pagerControl1.CurrentPage = 1;
  240. this.pagerControl1.Location = new System.Drawing.Point(36, 652);
  241. this.pagerControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  242. this.pagerControl1.Name = "pagerControl1";
  243. this.pagerControl1.PageSize = 20;
  244. this.pagerControl1.Record = 0;
  245. this.pagerControl1.Size = new System.Drawing.Size(1272, 38);
  246. this.pagerControl1.TabIndex = 37;
  247. this.pagerControl1.BindSource += new WCS_Client.UC.PagerControl.BindHandle(this.pagerControl1_BindSource);
  248. //
  249. // dgvTask
  250. //
  251. this.dgvTask.AllowUserToAddRows = false;
  252. this.dgvTask.AllowUserToDeleteRows = false;
  253. this.dgvTask.AllowUserToOrderColumns = true;
  254. dataGridViewCellStyle17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
  255. this.dgvTask.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle17;
  256. this.dgvTask.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  257. | System.Windows.Forms.AnchorStyles.Left)
  258. | System.Windows.Forms.AnchorStyles.Right)));
  259. this.dgvTask.BackgroundColor = System.Drawing.SystemColors.Window;
  260. this.dgvTask.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  261. this.dgvTask.ColumnFont = null;
  262. this.dgvTask.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  263. dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  264. dataGridViewCellStyle18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
  265. dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. dataGridViewCellStyle18.ForeColor = System.Drawing.SystemColors.WindowText;
  267. dataGridViewCellStyle18.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  268. dataGridViewCellStyle18.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  269. dataGridViewCellStyle18.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  270. this.dgvTask.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle18;
  271. this.dgvTask.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  272. this.dgvTask.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  273. this.ALARAMR_EQUNO,
  274. this.ALARAMR_EQUTYPE,
  275. this.ALARAMR_ALARAMNO,
  276. this.ALARAMR_ALARAMMSG,
  277. this.ALARAMR_ALARAMSTARTTIME,
  278. this.ALARAMR_ALARAMENDTIME,
  279. this.ALARAMR_WCSTASKID});
  280. this.dgvTask.ColumnSelectForeColor = System.Drawing.SystemColors.HighlightText;
  281. dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  282. dataGridViewCellStyle19.BackColor = System.Drawing.Color.White;
  283. dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText;
  285. dataGridViewCellStyle19.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
  286. dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.White;
  287. dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  288. this.dgvTask.DefaultCellStyle = dataGridViewCellStyle19;
  289. this.dgvTask.EnableHeadersVisualStyles = false;
  290. this.dgvTask.GridColor = System.Drawing.SystemColors.GradientActiveCaption;
  291. this.dgvTask.HeadFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.dgvTask.HeadSelectForeColor = System.Drawing.SystemColors.HighlightText;
  293. this.dgvTask.Location = new System.Drawing.Point(21, 118);
  294. this.dgvTask.MultiSelect = false;
  295. this.dgvTask.Name = "dgvTask";
  296. this.dgvTask.ReadOnly = true;
  297. this.dgvTask.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
  298. this.dgvTask.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  299. dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  300. dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText;
  301. dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  302. dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  303. this.dgvTask.RowsDefaultCellStyle = dataGridViewCellStyle20;
  304. this.dgvTask.RowTemplate.Height = 23;
  305. this.dgvTask.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  306. this.dgvTask.Size = new System.Drawing.Size(1301, 528);
  307. this.dgvTask.TabIndex = 36;
  308. this.dgvTask.TitleBack = null;
  309. this.dgvTask.TitleBackColorBegin = System.Drawing.Color.White;
  310. this.dgvTask.TitleBackColorEnd = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
  311. //
  312. // ALARAMR_EQUNO
  313. //
  314. this.ALARAMR_EQUNO.DataPropertyName = "ALARAMR_EQUNO";
  315. this.ALARAMR_EQUNO.HeaderText = "设备编号";
  316. this.ALARAMR_EQUNO.Name = "ALARAMR_EQUNO";
  317. this.ALARAMR_EQUNO.ReadOnly = true;
  318. //
  319. // ALARAMR_EQUTYPE
  320. //
  321. this.ALARAMR_EQUTYPE.DataPropertyName = "ALARAMR_EQUTYPE";
  322. this.ALARAMR_EQUTYPE.HeaderText = "设备类型";
  323. this.ALARAMR_EQUTYPE.Name = "ALARAMR_EQUTYPE";
  324. this.ALARAMR_EQUTYPE.ReadOnly = true;
  325. //
  326. // ALARAMR_ALARAMNO
  327. //
  328. this.ALARAMR_ALARAMNO.DataPropertyName = "ALARAMR_ALARAMNO";
  329. this.ALARAMR_ALARAMNO.HeaderText = "报警代码";
  330. this.ALARAMR_ALARAMNO.Name = "ALARAMR_ALARAMNO";
  331. this.ALARAMR_ALARAMNO.ReadOnly = true;
  332. this.ALARAMR_ALARAMNO.Visible = false;
  333. //
  334. // ALARAMR_ALARAMMSG
  335. //
  336. this.ALARAMR_ALARAMMSG.DataPropertyName = "ALARAMR_ALARAMMSG";
  337. this.ALARAMR_ALARAMMSG.HeaderText = "报警信息";
  338. this.ALARAMR_ALARAMMSG.Name = "ALARAMR_ALARAMMSG";
  339. this.ALARAMR_ALARAMMSG.ReadOnly = true;
  340. this.ALARAMR_ALARAMMSG.Width = 400;
  341. //
  342. // ALARAMR_ALARAMSTARTTIME
  343. //
  344. this.ALARAMR_ALARAMSTARTTIME.DataPropertyName = "ALARAMR_ALARAMSTARTTIME";
  345. this.ALARAMR_ALARAMSTARTTIME.HeaderText = "报警开始时间";
  346. this.ALARAMR_ALARAMSTARTTIME.Name = "ALARAMR_ALARAMSTARTTIME";
  347. this.ALARAMR_ALARAMSTARTTIME.ReadOnly = true;
  348. this.ALARAMR_ALARAMSTARTTIME.Width = 160;
  349. //
  350. // ALARAMR_ALARAMENDTIME
  351. //
  352. this.ALARAMR_ALARAMENDTIME.DataPropertyName = "ALARAMR_ALARAMENDTIME";
  353. this.ALARAMR_ALARAMENDTIME.FillWeight = 160F;
  354. this.ALARAMR_ALARAMENDTIME.HeaderText = "报警结束时间";
  355. this.ALARAMR_ALARAMENDTIME.Name = "ALARAMR_ALARAMENDTIME";
  356. this.ALARAMR_ALARAMENDTIME.ReadOnly = true;
  357. this.ALARAMR_ALARAMENDTIME.Width = 160;
  358. //
  359. // ALARAMR_WCSTASKID
  360. //
  361. this.ALARAMR_WCSTASKID.DataPropertyName = "ALARAMR_WCSTASKID";
  362. this.ALARAMR_WCSTASKID.HeaderText = "任务号";
  363. this.ALARAMR_WCSTASKID.Name = "ALARAMR_WCSTASKID";
  364. this.ALARAMR_WCSTASKID.ReadOnly = true;
  365. //
  366. // txtALARAMRMsg
  367. //
  368. this.txtALARAMRMsg.BackColor = System.Drawing.Color.Transparent;
  369. this.txtALARAMRMsg.DownBack = null;
  370. this.txtALARAMRMsg.Icon = null;
  371. this.txtALARAMRMsg.IconIsButton = false;
  372. this.txtALARAMRMsg.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  373. this.txtALARAMRMsg.IsPasswordChat = '\0';
  374. this.txtALARAMRMsg.IsSystemPasswordChar = false;
  375. this.txtALARAMRMsg.Lines = new string[0];
  376. this.txtALARAMRMsg.Location = new System.Drawing.Point(624, 30);
  377. this.txtALARAMRMsg.Margin = new System.Windows.Forms.Padding(0);
  378. this.txtALARAMRMsg.MaxLength = 32767;
  379. this.txtALARAMRMsg.MinimumSize = new System.Drawing.Size(28, 28);
  380. this.txtALARAMRMsg.MouseBack = null;
  381. this.txtALARAMRMsg.MouseState = CCWin.SkinClass.ControlState.Normal;
  382. this.txtALARAMRMsg.Multiline = false;
  383. this.txtALARAMRMsg.Name = "txtALARAMRMsg";
  384. this.txtALARAMRMsg.NormlBack = null;
  385. this.txtALARAMRMsg.Padding = new System.Windows.Forms.Padding(5);
  386. this.txtALARAMRMsg.ReadOnly = false;
  387. this.txtALARAMRMsg.ScrollBars = System.Windows.Forms.ScrollBars.None;
  388. this.txtALARAMRMsg.Size = new System.Drawing.Size(152, 28);
  389. //
  390. //
  391. //
  392. this.txtALARAMRMsg.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  393. this.txtALARAMRMsg.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.txtALARAMRMsg.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  395. this.txtALARAMRMsg.SkinTxt.Location = new System.Drawing.Point(5, 5);
  396. this.txtALARAMRMsg.SkinTxt.Name = "BaseText";
  397. this.txtALARAMRMsg.SkinTxt.Size = new System.Drawing.Size(142, 18);
  398. this.txtALARAMRMsg.SkinTxt.TabIndex = 0;
  399. this.txtALARAMRMsg.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  400. this.txtALARAMRMsg.SkinTxt.WaterText = "";
  401. this.txtALARAMRMsg.TabIndex = 54;
  402. this.txtALARAMRMsg.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  403. this.txtALARAMRMsg.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  404. this.txtALARAMRMsg.WaterText = "";
  405. this.txtALARAMRMsg.WordWrap = true;
  406. //
  407. // label1
  408. //
  409. this.label1.AutoSize = true;
  410. this.label1.Location = new System.Drawing.Point(549, 38);
  411. this.label1.Name = "label1";
  412. this.label1.Size = new System.Drawing.Size(53, 12);
  413. this.label1.TabIndex = 53;
  414. this.label1.Text = "报警信息";
  415. //
  416. // FrmALARAMRECORD
  417. //
  418. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  419. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  420. this.ClientSize = new System.Drawing.Size(1344, 696);
  421. this.Controls.Add(this.txtALARAMRMsg);
  422. this.Controls.Add(this.label1);
  423. this.Controls.Add(this.btnResert);
  424. this.Controls.Add(this.label6);
  425. this.Controls.Add(this.sknEndDate);
  426. this.Controls.Add(this.sknStartDate);
  427. this.Controls.Add(this.label5);
  428. this.Controls.Add(this.txtEquType);
  429. this.Controls.Add(this.label4);
  430. this.Controls.Add(this.txtEquNo);
  431. this.Controls.Add(this.label2);
  432. this.Controls.Add(this.btn_QueryTask);
  433. this.Controls.Add(this.pagerControl1);
  434. this.Controls.Add(this.dgvTask);
  435. this.Name = "FrmALARAMRECORD";
  436. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  437. this.Text = "设备报警历史记录查询";
  438. ((System.ComponentModel.ISupportInitialize)(this.dgvTask)).EndInit();
  439. this.ResumeLayout(false);
  440. this.PerformLayout();
  441. }
  442. #endregion
  443. private CCWin.SkinControl.SkinButton btnResert;
  444. private System.Windows.Forms.Label label6;
  445. private CCWin.SkinControl.SkinDateTimePicker sknEndDate;
  446. private CCWin.SkinControl.SkinDateTimePicker sknStartDate;
  447. private System.Windows.Forms.Label label5;
  448. private CCWin.SkinControl.SkinTextBox txtEquType;
  449. private System.Windows.Forms.Label label4;
  450. private CCWin.SkinControl.SkinTextBox txtEquNo;
  451. private System.Windows.Forms.Label label2;
  452. private CCWin.SkinControl.SkinButton btn_QueryTask;
  453. private UC.PagerControl pagerControl1;
  454. private CCWin.SkinControl.SkinDataGridView dgvTask;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn ALARAMR_EQUNO;
  456. private System.Windows.Forms.DataGridViewTextBoxColumn ALARAMR_EQUTYPE;
  457. private System.Windows.Forms.DataGridViewTextBoxColumn ALARAMR_ALARAMNO;
  458. private System.Windows.Forms.DataGridViewTextBoxColumn ALARAMR_ALARAMMSG;
  459. private System.Windows.Forms.DataGridViewTextBoxColumn ALARAMR_ALARAMSTARTTIME;
  460. private System.Windows.Forms.DataGridViewTextBoxColumn ALARAMR_ALARAMENDTIME;
  461. private System.Windows.Forms.DataGridViewTextBoxColumn ALARAMR_WCSTASKID;
  462. private CCWin.SkinControl.SkinTextBox txtALARAMRMsg;
  463. private System.Windows.Forms.Label label1;
  464. }
  465. }