HistoryDataForm.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. namespace YangjieTester.主界面
  2. {
  3. partial class HistoryDataForm
  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. this.dtpStart = new Sunny.UI.UIDatetimePicker();
  34. this.uiPanel1 = new Sunny.UI.UIPanel();
  35. this.btn导出 = new MyUiButton();
  36. this.cob查询类型 = new MyUIComboBox();
  37. this.btn测试添加操作日志 = new MyUiButton();
  38. this.cob时间区间选择 = new MyUIComboBox();
  39. this.btn测试添加报警 = new MyUiButton();
  40. this.btn查询 = new MyUiButton();
  41. this.dtpEnd = new Sunny.UI.UIDatetimePicker();
  42. this.uiLabel1 = new Sunny.UI.UILabel();
  43. this.dgvHistoryData = new Sunny.UI.UIDataGridView();
  44. this.uiPanel1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvHistoryData)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // dtpStart
  49. //
  50. this.dtpStart.FillColor = System.Drawing.Color.White;
  51. this.dtpStart.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.dtpStart.Location = new System.Drawing.Point(189, 7);
  53. this.dtpStart.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  54. this.dtpStart.MaxLength = 19;
  55. this.dtpStart.MinimumSize = new System.Drawing.Size(63, 0);
  56. this.dtpStart.Name = "dtpStart";
  57. this.dtpStart.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  58. this.dtpStart.Size = new System.Drawing.Size(198, 31);
  59. this.dtpStart.SymbolDropDown = 61555;
  60. this.dtpStart.SymbolNormal = 61555;
  61. this.dtpStart.SymbolSize = 24;
  62. this.dtpStart.TabIndex = 2;
  63. this.dtpStart.Text = "2025-09-25 12:09:30";
  64. this.dtpStart.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  65. this.dtpStart.Value = new System.DateTime(2025, 9, 25, 12, 9, 30, 320);
  66. this.dtpStart.Watermark = "";
  67. //
  68. // uiPanel1
  69. //
  70. this.uiPanel1.Controls.Add(this.btn导出);
  71. this.uiPanel1.Controls.Add(this.cob查询类型);
  72. this.uiPanel1.Controls.Add(this.btn测试添加操作日志);
  73. this.uiPanel1.Controls.Add(this.cob时间区间选择);
  74. this.uiPanel1.Controls.Add(this.btn测试添加报警);
  75. this.uiPanel1.Controls.Add(this.btn查询);
  76. this.uiPanel1.Controls.Add(this.dtpEnd);
  77. this.uiPanel1.Controls.Add(this.uiLabel1);
  78. this.uiPanel1.Controls.Add(this.dtpStart);
  79. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  80. this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.uiPanel1.Location = new System.Drawing.Point(0, 35);
  82. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  83. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  84. this.uiPanel1.Name = "uiPanel1";
  85. this.uiPanel1.Size = new System.Drawing.Size(1248, 44);
  86. this.uiPanel1.TabIndex = 3;
  87. this.uiPanel1.Text = null;
  88. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  89. //
  90. // btn导出
  91. //
  92. this.btn导出.Cursor = System.Windows.Forms.Cursors.Hand;
  93. this.btn导出.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.btn导出.Location = new System.Drawing.Point(931, 7);
  95. this.btn导出.MinimumSize = new System.Drawing.Size(1, 1);
  96. this.btn导出.Name = "btn导出";
  97. this.btn导出.NeedUserEnsure = false;
  98. this.btn导出.Size = new System.Drawing.Size(128, 31);
  99. this.btn导出.Symbol = 61462;
  100. this.btn导出.TabIndex = 10;
  101. this.btn导出.Text = "导出";
  102. this.btn导出.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.btn导出.Click += new System.EventHandler(this.btn导出_Click);
  104. //
  105. // cob查询类型
  106. //
  107. this.cob查询类型.DataSource = null;
  108. this.cob查询类型.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  109. this.cob查询类型.FillColor = System.Drawing.Color.White;
  110. this.cob查询类型.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.cob查询类型.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  112. this.cob查询类型.Items.AddRange(new object[] {
  113. "报警记录",
  114. "提示记录",
  115. "操作记录"});
  116. this.cob查询类型.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  117. this.cob查询类型.Location = new System.Drawing.Point(13, 7);
  118. this.cob查询类型.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  119. this.cob查询类型.MinimumSize = new System.Drawing.Size(63, 0);
  120. this.cob查询类型.Name = "cob查询类型";
  121. this.cob查询类型.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  122. this.cob查询类型.Size = new System.Drawing.Size(152, 31);
  123. this.cob查询类型.SymbolSize = 24;
  124. this.cob查询类型.TabIndex = 9;
  125. this.cob查询类型.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  126. this.cob查询类型.Watermark = "";
  127. this.cob查询类型.SelectedIndexChanged += new System.EventHandler(this.cobQueryType_SelectedIndexChanged);
  128. //
  129. // btn测试添加操作日志
  130. //
  131. this.btn测试添加操作日志.Cursor = System.Windows.Forms.Cursors.Hand;
  132. this.btn测试添加操作日志.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.btn测试添加操作日志.Location = new System.Drawing.Point(1158, 7);
  134. this.btn测试添加操作日志.MinimumSize = new System.Drawing.Size(1, 1);
  135. this.btn测试添加操作日志.Name = "btn测试添加操作日志";
  136. this.btn测试添加操作日志.NeedUserEnsure = false;
  137. this.btn测试添加操作日志.Size = new System.Drawing.Size(87, 31);
  138. this.btn测试添加操作日志.Symbol = 0;
  139. this.btn测试添加操作日志.TabIndex = 8;
  140. this.btn测试添加操作日志.Text = "添加操作日志";
  141. this.btn测试添加操作日志.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.btn测试添加操作日志.Visible = false;
  143. this.btn测试添加操作日志.Click += new System.EventHandler(this.myUiButton1_Click);
  144. //
  145. // cob时间区间选择
  146. //
  147. this.cob时间区间选择.DataSource = null;
  148. this.cob时间区间选择.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  149. this.cob时间区间选择.FillColor = System.Drawing.Color.White;
  150. this.cob时间区间选择.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.cob时间区间选择.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  152. this.cob时间区间选择.Items.AddRange(new object[] {
  153. "最近一小时",
  154. "最近一天",
  155. "最近一月",
  156. "最近一年"});
  157. this.cob时间区间选择.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  158. this.cob时间区间选择.Location = new System.Drawing.Point(641, 7);
  159. this.cob时间区间选择.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  160. this.cob时间区间选择.MinimumSize = new System.Drawing.Size(63, 0);
  161. this.cob时间区间选择.Name = "cob时间区间选择";
  162. this.cob时间区间选择.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  163. this.cob时间区间选择.Size = new System.Drawing.Size(150, 31);
  164. this.cob时间区间选择.SymbolSize = 24;
  165. this.cob时间区间选择.TabIndex = 7;
  166. this.cob时间区间选择.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  167. this.cob时间区间选择.Watermark = "";
  168. this.cob时间区间选择.SelectedIndexChanged += new System.EventHandler(this.cobDate_SelectedIndexChanged);
  169. //
  170. // btn测试添加报警
  171. //
  172. this.btn测试添加报警.Cursor = System.Windows.Forms.Cursors.Hand;
  173. this.btn测试添加报警.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.btn测试添加报警.Location = new System.Drawing.Point(1065, 7);
  175. this.btn测试添加报警.MinimumSize = new System.Drawing.Size(1, 1);
  176. this.btn测试添加报警.Name = "btn测试添加报警";
  177. this.btn测试添加报警.NeedUserEnsure = false;
  178. this.btn测试添加报警.Size = new System.Drawing.Size(87, 31);
  179. this.btn测试添加报警.Symbol = 0;
  180. this.btn测试添加报警.TabIndex = 6;
  181. this.btn测试添加报警.Text = "添加报警";
  182. this.btn测试添加报警.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.btn测试添加报警.Visible = false;
  184. this.btn测试添加报警.Click += new System.EventHandler(this.btnAdd_Click);
  185. //
  186. // btn查询
  187. //
  188. this.btn查询.Cursor = System.Windows.Forms.Cursors.Hand;
  189. this.btn查询.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.btn查询.Location = new System.Drawing.Point(798, 7);
  191. this.btn查询.MinimumSize = new System.Drawing.Size(1, 1);
  192. this.btn查询.Name = "btn查询";
  193. this.btn查询.NeedUserEnsure = false;
  194. this.btn查询.Size = new System.Drawing.Size(128, 31);
  195. this.btn查询.Symbol = 61442;
  196. this.btn查询.TabIndex = 5;
  197. this.btn查询.Text = "查询";
  198. this.btn查询.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.btn查询.Click += new System.EventHandler(this.btnQuery_Click);
  200. //
  201. // dtpEnd
  202. //
  203. this.dtpEnd.FillColor = System.Drawing.Color.White;
  204. this.dtpEnd.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.dtpEnd.Location = new System.Drawing.Point(435, 7);
  206. this.dtpEnd.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  207. this.dtpEnd.MaxLength = 19;
  208. this.dtpEnd.MinimumSize = new System.Drawing.Size(63, 0);
  209. this.dtpEnd.Name = "dtpEnd";
  210. this.dtpEnd.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  211. this.dtpEnd.Size = new System.Drawing.Size(198, 31);
  212. this.dtpEnd.SymbolDropDown = 61555;
  213. this.dtpEnd.SymbolNormal = 61555;
  214. this.dtpEnd.SymbolSize = 24;
  215. this.dtpEnd.TabIndex = 4;
  216. this.dtpEnd.Text = "2025-09-25 12:09:30";
  217. this.dtpEnd.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  218. this.dtpEnd.Value = new System.DateTime(2025, 9, 25, 12, 9, 30, 320);
  219. this.dtpEnd.Watermark = "";
  220. //
  221. // uiLabel1
  222. //
  223. this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  225. this.uiLabel1.Location = new System.Drawing.Point(394, 7);
  226. this.uiLabel1.Name = "uiLabel1";
  227. this.uiLabel1.Size = new System.Drawing.Size(34, 31);
  228. this.uiLabel1.TabIndex = 3;
  229. this.uiLabel1.Text = "To";
  230. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  231. //
  232. // dgvHistoryData
  233. //
  234. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  235. this.dgvHistoryData.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  236. this.dgvHistoryData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
  237. this.dgvHistoryData.BackgroundColor = System.Drawing.Color.White;
  238. this.dgvHistoryData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  239. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  240. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  241. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  243. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  244. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  245. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  246. this.dgvHistoryData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  247. this.dgvHistoryData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  248. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  249. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  250. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  252. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  253. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  254. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  255. this.dgvHistoryData.DefaultCellStyle = dataGridViewCellStyle3;
  256. this.dgvHistoryData.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.dgvHistoryData.EnableHeadersVisualStyles = false;
  258. this.dgvHistoryData.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.dgvHistoryData.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  260. this.dgvHistoryData.Location = new System.Drawing.Point(0, 79);
  261. this.dgvHistoryData.Name = "dgvHistoryData";
  262. this.dgvHistoryData.ReadOnly = true;
  263. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  264. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  265. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  267. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  268. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White;
  269. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  270. this.dgvHistoryData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  271. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  272. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.dgvHistoryData.RowsDefaultCellStyle = dataGridViewCellStyle5;
  274. this.dgvHistoryData.SelectedIndex = -1;
  275. this.dgvHistoryData.Size = new System.Drawing.Size(1248, 479);
  276. this.dgvHistoryData.StripeOddColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  277. this.dgvHistoryData.TabIndex = 4;
  278. //
  279. // HistoryDataForm
  280. //
  281. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  282. this.ClientSize = new System.Drawing.Size(1248, 558);
  283. this.Controls.Add(this.dgvHistoryData);
  284. this.Controls.Add(this.uiPanel1);
  285. this.MaximizeBox = false;
  286. this.MinimizeBox = false;
  287. this.Name = "HistoryDataForm";
  288. this.Text = "历史记录";
  289. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  290. this.Load += new System.EventHandler(this.HistoryDataForm_Load);
  291. this.uiPanel1.ResumeLayout(false);
  292. ((System.ComponentModel.ISupportInitialize)(this.dgvHistoryData)).EndInit();
  293. this.ResumeLayout(false);
  294. }
  295. #endregion
  296. private Sunny.UI.UIDatetimePicker dtpStart;
  297. private Sunny.UI.UIPanel uiPanel1;
  298. private Sunny.UI.UIDatetimePicker dtpEnd;
  299. private Sunny.UI.UILabel uiLabel1;
  300. private MyUiButton btn测试添加报警;
  301. private MyUiButton btn查询;
  302. private Sunny.UI.UIDataGridView dgvHistoryData;
  303. private MyUIComboBox cob时间区间选择;
  304. private MyUiButton btn测试添加操作日志;
  305. private MyUIComboBox cob查询类型;
  306. private MyUiButton btn导出;
  307. }
  308. }