FireDesk_FormLogView.designer.cs 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840
  1. namespace FPER
  2. {
  3. partial class FireDesk_FormLogView
  4. {
  5. /// <summary>
  6. /// 필수 디자이너 변수입니다.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 사용 중인 모든 리소스를 정리합니다.
  11. /// </summary>
  12. /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 디자이너에서 생성한 코드
  22. /// <summary>
  23. /// 디자이너 지원에 필요한 메서드입니다.
  24. /// 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.
  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(FireDesk_FormLogView));
  34. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  35. this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.button3 = new System.Windows.Forms.Button();
  41. this.txtThisReceiverID = new System.Windows.Forms.TextBox();
  42. this.btnSearch = new System.Windows.Forms.Button();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.cboEventType = new System.Windows.Forms.ComboBox();
  45. this.cboEventLocation = new System.Windows.Forms.ComboBox();
  46. this.label4 = new System.Windows.Forms.Label();
  47. this.dtFromDate = new System.Windows.Forms.DateTimePicker();
  48. this.chkEventTime = new System.Windows.Forms.CheckBox();
  49. this.mskFromTime = new System.Windows.Forms.MaskedTextBox();
  50. this.mskToTime = new System.Windows.Forms.MaskedTextBox();
  51. this.dtToDate = new System.Windows.Forms.DateTimePicker();
  52. this.label5 = new System.Windows.Forms.Label();
  53. this.btnConfirm = new System.Windows.Forms.Button();
  54. this.btnPrint = new System.Windows.Forms.Button();
  55. this.panel2 = new System.Windows.Forms.Panel();
  56. this.labelPage = new System.Windows.Forms.Label();
  57. this.panel3 = new System.Windows.Forms.Panel();
  58. this.groupBox1 = new System.Windows.Forms.GroupBox();
  59. this.comboBoxBoard = new System.Windows.Forms.ComboBox();
  60. this.button1 = new System.Windows.Forms.Button();
  61. this.groupBox3 = new System.Windows.Forms.GroupBox();
  62. this.textBox_PositionName = new System.Windows.Forms.TextBox();
  63. this.textBox_DeviceName = new System.Windows.Forms.TextBox();
  64. this.label_PositionName = new System.Windows.Forms.Label();
  65. this.checkBoxDevError = new System.Windows.Forms.CheckBox();
  66. this.label_DeviceName = new System.Windows.Forms.Label();
  67. this.checkBoxRepeaterError = new System.Windows.Forms.CheckBox();
  68. this.checkBoxBoardError = new System.Windows.Forms.CheckBox();
  69. this.checkBoxSearchDetail = new System.Windows.Forms.CheckBox();
  70. this.comboBoxEventType = new System.Windows.Forms.ComboBox();
  71. this.checkBoxControlLog = new System.Windows.Forms.CheckBox();
  72. this.checkBoxErrorOff = new System.Windows.Forms.CheckBox();
  73. this.checkBoxErrorOn = new System.Windows.Forms.CheckBox();
  74. this.checkBoxDevOn = new System.Windows.Forms.CheckBox();
  75. this.checkBoxDevOff = new System.Windows.Forms.CheckBox();
  76. this.checkBoxFireOn = new System.Windows.Forms.CheckBox();
  77. this.checkBoxEventTypeAll = new System.Windows.Forms.CheckBox();
  78. this.checkBoxFireOff = new System.Windows.Forms.CheckBox();
  79. this.groupBox2 = new System.Windows.Forms.GroupBox();
  80. this.radioButtonAllDate = new System.Windows.Forms.RadioButton();
  81. this.radioButtonSelectDate = new System.Windows.Forms.RadioButton();
  82. this.dateTimePicker_EndDate = new System.Windows.Forms.DateTimePicker();
  83. this.dateTimePicker_StartDate = new System.Windows.Forms.DateTimePicker();
  84. this.dateTimePicker_StartTime = new System.Windows.Forms.DateTimePicker();
  85. this.dateTimePicker_EndTime = new System.Windows.Forms.DateTimePicker();
  86. this.pdfExport1 = new DataDynamics.ActiveReports.Export.Pdf.PdfExport();
  87. this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  88. this.xlsExport1 = new DataDynamics.ActiveReports.Export.Xls.XlsExport();
  89. this.updatetimer = new System.Windows.Forms.Timer(this.components);
  90. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  91. this.panel2.SuspendLayout();
  92. this.panel3.SuspendLayout();
  93. this.groupBox1.SuspendLayout();
  94. this.groupBox3.SuspendLayout();
  95. this.groupBox2.SuspendLayout();
  96. this.SuspendLayout();
  97. //
  98. // dataGridView1
  99. //
  100. this.dataGridView1.AllowUserToAddRows = false;
  101. this.dataGridView1.AllowUserToDeleteRows = false;
  102. this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
  103. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  104. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  105. dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 12F);
  106. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  107. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  108. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  109. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  110. this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  111. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  112. this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  113. this.Column6,
  114. this.Column7,
  115. this.Column3,
  116. this.Column1,
  117. this.Column2});
  118. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.dataGridView1.Location = new System.Drawing.Point(0, 148);
  120. this.dataGridView1.Margin = new System.Windows.Forms.Padding(4);
  121. this.dataGridView1.Name = "dataGridView1";
  122. this.dataGridView1.ReadOnly = true;
  123. this.dataGridView1.RowHeadersVisible = false;
  124. this.dataGridView1.RowTemplate.Height = 23;
  125. this.dataGridView1.Size = new System.Drawing.Size(1080, 644);
  126. this.dataGridView1.TabIndex = 13;
  127. //
  128. // Column6
  129. //
  130. this.Column6.HeaderText = "No.";
  131. this.Column6.Name = "Column6";
  132. this.Column6.ReadOnly = true;
  133. this.Column6.Width = 50;
  134. //
  135. // Column7
  136. //
  137. this.Column7.HeaderText = "event_id";
  138. this.Column7.Name = "Column7";
  139. this.Column7.ReadOnly = true;
  140. this.Column7.Visible = false;
  141. this.Column7.Width = 120;
  142. //
  143. // Column3
  144. //
  145. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  146. this.Column3.DefaultCellStyle = dataGridViewCellStyle2;
  147. this.Column3.HeaderText = "알람시각";
  148. this.Column3.Name = "Column3";
  149. this.Column3.ReadOnly = true;
  150. this.Column3.Width = 160;
  151. //
  152. // Column1
  153. //
  154. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  155. this.Column1.DefaultCellStyle = dataGridViewCellStyle3;
  156. this.Column1.HeaderText = "타입";
  157. this.Column1.Name = "Column1";
  158. this.Column1.ReadOnly = true;
  159. this.Column1.Width = 160;
  160. //
  161. // Column2
  162. //
  163. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  164. this.Column2.DefaultCellStyle = dataGridViewCellStyle4;
  165. this.Column2.HeaderText = "위치";
  166. this.Column2.Name = "Column2";
  167. this.Column2.ReadOnly = true;
  168. this.Column2.Width = 675;
  169. //
  170. // button3
  171. //
  172. this.button3.BackColor = System.Drawing.Color.LightGray;
  173. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  174. this.button3.Location = new System.Drawing.Point(258, -3);
  175. this.button3.Name = "button3";
  176. this.button3.Size = new System.Drawing.Size(104, 32);
  177. this.button3.TabIndex = 156;
  178. this.button3.Text = "수신기검색";
  179. this.button3.UseVisualStyleBackColor = false;
  180. this.button3.Visible = false;
  181. //
  182. // txtThisReceiverID
  183. //
  184. this.txtThisReceiverID.Font = new System.Drawing.Font("굴림", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  185. this.txtThisReceiverID.Location = new System.Drawing.Point(362, -3);
  186. this.txtThisReceiverID.MaxLength = 2;
  187. this.txtThisReceiverID.Name = "txtThisReceiverID";
  188. this.txtThisReceiverID.ReadOnly = true;
  189. this.txtThisReceiverID.Size = new System.Drawing.Size(39, 32);
  190. this.txtThisReceiverID.TabIndex = 155;
  191. this.txtThisReceiverID.Text = "01";
  192. this.txtThisReceiverID.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  193. this.txtThisReceiverID.Visible = false;
  194. //
  195. // btnSearch
  196. //
  197. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  198. this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  199. this.btnSearch.FlatAppearance.BorderSize = 0;
  200. this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  201. this.btnSearch.Font = new System.Drawing.Font("돋움", 14.25F, System.Drawing.FontStyle.Bold);
  202. this.btnSearch.ForeColor = System.Drawing.Color.White;
  203. this.btnSearch.Location = new System.Drawing.Point(901, 23);
  204. this.btnSearch.Name = "btnSearch";
  205. this.btnSearch.Size = new System.Drawing.Size(154, 31);
  206. this.btnSearch.TabIndex = 166;
  207. this.btnSearch.Text = "검색";
  208. this.btnSearch.UseVisualStyleBackColor = true;
  209. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  210. //
  211. // label3
  212. //
  213. this.label3.AutoSize = true;
  214. this.label3.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  215. this.label3.Location = new System.Drawing.Point(442, 304);
  216. this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  217. this.label3.Name = "label3";
  218. this.label3.Size = new System.Drawing.Size(45, 16);
  219. this.label3.TabIndex = 167;
  220. this.label3.Text = "타입:";
  221. this.label3.Visible = false;
  222. //
  223. // cboEventType
  224. //
  225. this.cboEventType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  226. this.cboEventType.FormattingEnabled = true;
  227. this.cboEventType.Location = new System.Drawing.Point(492, 301);
  228. this.cboEventType.Name = "cboEventType";
  229. this.cboEventType.Size = new System.Drawing.Size(485, 24);
  230. this.cboEventType.TabIndex = 168;
  231. this.cboEventType.Visible = false;
  232. //
  233. // cboEventLocation
  234. //
  235. this.cboEventLocation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  236. this.cboEventLocation.FormattingEnabled = true;
  237. this.cboEventLocation.Location = new System.Drawing.Point(492, 331);
  238. this.cboEventLocation.Name = "cboEventLocation";
  239. this.cboEventLocation.Size = new System.Drawing.Size(485, 24);
  240. this.cboEventLocation.TabIndex = 170;
  241. this.cboEventLocation.Visible = false;
  242. //
  243. // label4
  244. //
  245. this.label4.AutoSize = true;
  246. this.label4.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  247. this.label4.Location = new System.Drawing.Point(442, 334);
  248. this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  249. this.label4.Name = "label4";
  250. this.label4.Size = new System.Drawing.Size(45, 16);
  251. this.label4.TabIndex = 169;
  252. this.label4.Text = "위치:";
  253. this.label4.Visible = false;
  254. //
  255. // dtFromDate
  256. //
  257. this.dtFromDate.Enabled = false;
  258. this.dtFromDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  259. this.dtFromDate.Location = new System.Drawing.Point(211, 301);
  260. this.dtFromDate.Name = "dtFromDate";
  261. this.dtFromDate.Size = new System.Drawing.Size(115, 26);
  262. this.dtFromDate.TabIndex = 172;
  263. this.dtFromDate.Visible = false;
  264. //
  265. // chkEventTime
  266. //
  267. this.chkEventTime.AutoSize = true;
  268. this.chkEventTime.Location = new System.Drawing.Point(117, 318);
  269. this.chkEventTime.Name = "chkEventTime";
  270. this.chkEventTime.Size = new System.Drawing.Size(91, 20);
  271. this.chkEventTime.TabIndex = 173;
  272. this.chkEventTime.Text = "알람시각";
  273. this.chkEventTime.UseVisualStyleBackColor = true;
  274. this.chkEventTime.Visible = false;
  275. this.chkEventTime.CheckedChanged += new System.EventHandler(this.chkEventTime_CheckedChanged);
  276. //
  277. // mskFromTime
  278. //
  279. this.mskFromTime.Enabled = false;
  280. this.mskFromTime.Location = new System.Drawing.Point(332, 301);
  281. this.mskFromTime.Mask = "##:##";
  282. this.mskFromTime.Name = "mskFromTime";
  283. this.mskFromTime.Size = new System.Drawing.Size(50, 26);
  284. this.mskFromTime.TabIndex = 175;
  285. this.mskFromTime.Text = "0000";
  286. this.mskFromTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  287. this.mskFromTime.Visible = false;
  288. //
  289. // mskToTime
  290. //
  291. this.mskToTime.Enabled = false;
  292. this.mskToTime.Location = new System.Drawing.Point(332, 333);
  293. this.mskToTime.Mask = "##:##";
  294. this.mskToTime.Name = "mskToTime";
  295. this.mskToTime.Size = new System.Drawing.Size(50, 26);
  296. this.mskToTime.TabIndex = 177;
  297. this.mskToTime.Tag = "";
  298. this.mskToTime.Text = "2359";
  299. this.mskToTime.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  300. this.mskToTime.Visible = false;
  301. //
  302. // dtToDate
  303. //
  304. this.dtToDate.Enabled = false;
  305. this.dtToDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  306. this.dtToDate.Location = new System.Drawing.Point(211, 333);
  307. this.dtToDate.Name = "dtToDate";
  308. this.dtToDate.Size = new System.Drawing.Size(115, 26);
  309. this.dtToDate.TabIndex = 176;
  310. this.dtToDate.Visible = false;
  311. //
  312. // label5
  313. //
  314. this.label5.AutoSize = true;
  315. this.label5.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  316. this.label5.Location = new System.Drawing.Point(386, 308);
  317. this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
  318. this.label5.Name = "label5";
  319. this.label5.Size = new System.Drawing.Size(20, 16);
  320. this.label5.TabIndex = 178;
  321. this.label5.Text = "~";
  322. this.label5.Visible = false;
  323. //
  324. // btnConfirm
  325. //
  326. this.btnConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  327. this.btnConfirm.Image = ((System.Drawing.Image)(resources.GetObject("btnConfirm.Image")));
  328. this.btnConfirm.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  329. this.btnConfirm.Location = new System.Drawing.Point(1080, 53);
  330. this.btnConfirm.Name = "btnConfirm";
  331. this.btnConfirm.Size = new System.Drawing.Size(132, 39);
  332. this.btnConfirm.TabIndex = 14;
  333. this.btnConfirm.Text = "확인저장 ";
  334. this.btnConfirm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  335. this.btnConfirm.UseVisualStyleBackColor = true;
  336. //
  337. // btnPrint
  338. //
  339. this.btnPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPrint.BackgroundImage")));
  340. this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  341. this.btnPrint.FlatAppearance.BorderSize = 0;
  342. this.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  343. this.btnPrint.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  344. this.btnPrint.ForeColor = System.Drawing.Color.White;
  345. this.btnPrint.Location = new System.Drawing.Point(901, 65);
  346. this.btnPrint.Name = "btnPrint";
  347. this.btnPrint.Size = new System.Drawing.Size(154, 31);
  348. this.btnPrint.TabIndex = 179;
  349. this.btnPrint.Text = "인쇄 미리보기";
  350. this.btnPrint.UseVisualStyleBackColor = true;
  351. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  352. //
  353. // panel2
  354. //
  355. this.panel2.Controls.Add(this.labelPage);
  356. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  357. this.panel2.Location = new System.Drawing.Point(0, 792);
  358. this.panel2.Name = "panel2";
  359. this.panel2.Size = new System.Drawing.Size(1080, 32);
  360. this.panel2.TabIndex = 180;
  361. //
  362. // labelPage
  363. //
  364. this.labelPage.AutoSize = true;
  365. this.labelPage.Font = new System.Drawing.Font("굴림", 10F);
  366. this.labelPage.Location = new System.Drawing.Point(8, 9);
  367. this.labelPage.Name = "labelPage";
  368. this.labelPage.Size = new System.Drawing.Size(42, 14);
  369. this.labelPage.TabIndex = 1;
  370. this.labelPage.Text = " ";
  371. //
  372. // panel3
  373. //
  374. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(185)))), ((int)(((byte)(211)))), ((int)(((byte)(228)))));
  375. this.panel3.Controls.Add(this.groupBox1);
  376. this.panel3.Controls.Add(this.button1);
  377. this.panel3.Controls.Add(this.groupBox3);
  378. this.panel3.Controls.Add(this.groupBox2);
  379. this.panel3.Controls.Add(this.button3);
  380. this.panel3.Controls.Add(this.txtThisReceiverID);
  381. this.panel3.Controls.Add(this.btnPrint);
  382. this.panel3.Controls.Add(this.btnSearch);
  383. this.panel3.Controls.Add(this.label5);
  384. this.panel3.Controls.Add(this.label3);
  385. this.panel3.Controls.Add(this.mskToTime);
  386. this.panel3.Controls.Add(this.cboEventType);
  387. this.panel3.Controls.Add(this.dtToDate);
  388. this.panel3.Controls.Add(this.label4);
  389. this.panel3.Controls.Add(this.mskFromTime);
  390. this.panel3.Controls.Add(this.cboEventLocation);
  391. this.panel3.Controls.Add(this.chkEventTime);
  392. this.panel3.Controls.Add(this.dtFromDate);
  393. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  394. this.panel3.Location = new System.Drawing.Point(0, 0);
  395. this.panel3.Name = "panel3";
  396. this.panel3.Size = new System.Drawing.Size(1080, 148);
  397. this.panel3.TabIndex = 181;
  398. //
  399. // groupBox1
  400. //
  401. this.groupBox1.Controls.Add(this.comboBoxBoard);
  402. this.groupBox1.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  403. this.groupBox1.Location = new System.Drawing.Point(11, 15);
  404. this.groupBox1.Name = "groupBox1";
  405. this.groupBox1.Size = new System.Drawing.Size(211, 128);
  406. this.groupBox1.TabIndex = 185;
  407. this.groupBox1.TabStop = false;
  408. this.groupBox1.Text = "계통 조건";
  409. //
  410. // comboBoxBoard
  411. //
  412. this.comboBoxBoard.DropDownHeight = 200;
  413. this.comboBoxBoard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  414. this.comboBoxBoard.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
  415. this.comboBoxBoard.FormattingEnabled = true;
  416. this.comboBoxBoard.IntegralHeight = false;
  417. this.comboBoxBoard.Location = new System.Drawing.Point(11, 25);
  418. this.comboBoxBoard.MaxDropDownItems = 20;
  419. this.comboBoxBoard.Name = "comboBoxBoard";
  420. this.comboBoxBoard.Size = new System.Drawing.Size(191, 24);
  421. this.comboBoxBoard.TabIndex = 0;
  422. //
  423. // button1
  424. //
  425. this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
  426. this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  427. this.button1.FlatAppearance.BorderSize = 0;
  428. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  429. this.button1.Font = new System.Drawing.Font("돋움", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
  430. this.button1.ForeColor = System.Drawing.Color.White;
  431. this.button1.Location = new System.Drawing.Point(901, 107);
  432. this.button1.Name = "button1";
  433. this.button1.Size = new System.Drawing.Size(154, 31);
  434. this.button1.TabIndex = 184;
  435. this.button1.Text = "파일로 저장";
  436. this.button1.UseVisualStyleBackColor = true;
  437. this.button1.Click += new System.EventHandler(this.button1_Click);
  438. //
  439. // groupBox3
  440. //
  441. this.groupBox3.Controls.Add(this.textBox_PositionName);
  442. this.groupBox3.Controls.Add(this.textBox_DeviceName);
  443. this.groupBox3.Controls.Add(this.label_PositionName);
  444. this.groupBox3.Controls.Add(this.checkBoxDevError);
  445. this.groupBox3.Controls.Add(this.label_DeviceName);
  446. this.groupBox3.Controls.Add(this.checkBoxRepeaterError);
  447. this.groupBox3.Controls.Add(this.checkBoxBoardError);
  448. this.groupBox3.Controls.Add(this.checkBoxSearchDetail);
  449. this.groupBox3.Controls.Add(this.comboBoxEventType);
  450. this.groupBox3.Controls.Add(this.checkBoxControlLog);
  451. this.groupBox3.Controls.Add(this.checkBoxErrorOff);
  452. this.groupBox3.Controls.Add(this.checkBoxErrorOn);
  453. this.groupBox3.Controls.Add(this.checkBoxDevOn);
  454. this.groupBox3.Controls.Add(this.checkBoxDevOff);
  455. this.groupBox3.Controls.Add(this.checkBoxFireOn);
  456. this.groupBox3.Controls.Add(this.checkBoxEventTypeAll);
  457. this.groupBox3.Controls.Add(this.checkBoxFireOff);
  458. this.groupBox3.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  459. this.groupBox3.Location = new System.Drawing.Point(492, 15);
  460. this.groupBox3.Name = "groupBox3";
  461. this.groupBox3.Size = new System.Drawing.Size(384, 127);
  462. this.groupBox3.TabIndex = 183;
  463. this.groupBox3.TabStop = false;
  464. this.groupBox3.Text = "발생 타입 조건";
  465. //
  466. // textBox_PositionName
  467. //
  468. this.textBox_PositionName.Location = new System.Drawing.Point(128, 62);
  469. this.textBox_PositionName.Name = "textBox_PositionName";
  470. this.textBox_PositionName.Size = new System.Drawing.Size(88, 23);
  471. this.textBox_PositionName.TabIndex = 18;
  472. this.textBox_PositionName.TextChanged += new System.EventHandler(this.textBox_PositionName_TextChanged);
  473. //
  474. // textBox_DeviceName
  475. //
  476. this.textBox_DeviceName.Location = new System.Drawing.Point(279, 62);
  477. this.textBox_DeviceName.Name = "textBox_DeviceName";
  478. this.textBox_DeviceName.Size = new System.Drawing.Size(88, 23);
  479. this.textBox_DeviceName.TabIndex = 18;
  480. this.textBox_DeviceName.TextChanged += new System.EventHandler(this.textBox_DeviceName_TextChanged);
  481. //
  482. // label_PositionName
  483. //
  484. this.label_PositionName.AutoSize = true;
  485. this.label_PositionName.BackColor = System.Drawing.Color.Transparent;
  486. this.label_PositionName.Location = new System.Drawing.Point(58, 66);
  487. this.label_PositionName.Name = "label_PositionName";
  488. this.label_PositionName.Size = new System.Drawing.Size(67, 14);
  489. this.label_PositionName.TabIndex = 19;
  490. this.label_PositionName.Text = "발생위치";
  491. //
  492. // checkBoxDevError
  493. //
  494. this.checkBoxDevError.AutoSize = true;
  495. this.checkBoxDevError.Location = new System.Drawing.Point(165, 39);
  496. this.checkBoxDevError.Name = "checkBoxDevError";
  497. this.checkBoxDevError.Size = new System.Drawing.Size(92, 18);
  498. this.checkBoxDevError.TabIndex = 17;
  499. this.checkBoxDevError.Text = "회로 단선";
  500. this.checkBoxDevError.UseVisualStyleBackColor = true;
  501. this.checkBoxDevError.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  502. //
  503. // label_DeviceName
  504. //
  505. this.label_DeviceName.AutoSize = true;
  506. this.label_DeviceName.BackColor = System.Drawing.Color.Transparent;
  507. this.label_DeviceName.Location = new System.Drawing.Point(225, 66);
  508. this.label_DeviceName.Name = "label_DeviceName";
  509. this.label_DeviceName.Size = new System.Drawing.Size(52, 14);
  510. this.label_DeviceName.TabIndex = 19;
  511. this.label_DeviceName.Text = "장치명";
  512. //
  513. // checkBoxRepeaterError
  514. //
  515. this.checkBoxRepeaterError.AutoSize = true;
  516. this.checkBoxRepeaterError.Location = new System.Drawing.Point(165, 17);
  517. this.checkBoxRepeaterError.Name = "checkBoxRepeaterError";
  518. this.checkBoxRepeaterError.Size = new System.Drawing.Size(107, 18);
  519. this.checkBoxRepeaterError.TabIndex = 16;
  520. this.checkBoxRepeaterError.Text = "중계기 이상";
  521. this.checkBoxRepeaterError.UseVisualStyleBackColor = true;
  522. this.checkBoxRepeaterError.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  523. //
  524. // checkBoxBoardError
  525. //
  526. this.checkBoxBoardError.AutoSize = true;
  527. this.checkBoxBoardError.Location = new System.Drawing.Point(278, 17);
  528. this.checkBoxBoardError.Name = "checkBoxBoardError";
  529. this.checkBoxBoardError.Size = new System.Drawing.Size(92, 18);
  530. this.checkBoxBoardError.TabIndex = 15;
  531. this.checkBoxBoardError.Text = "보드 이상";
  532. this.checkBoxBoardError.UseVisualStyleBackColor = true;
  533. this.checkBoxBoardError.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  534. //
  535. // checkBoxSearchDetail
  536. //
  537. this.checkBoxSearchDetail.AutoSize = true;
  538. this.checkBoxSearchDetail.Location = new System.Drawing.Point(6, 100);
  539. this.checkBoxSearchDetail.Name = "checkBoxSearchDetail";
  540. this.checkBoxSearchDetail.Size = new System.Drawing.Size(92, 18);
  541. this.checkBoxSearchDetail.TabIndex = 14;
  542. this.checkBoxSearchDetail.Text = "세부 검색";
  543. this.checkBoxSearchDetail.UseVisualStyleBackColor = true;
  544. this.checkBoxSearchDetail.CheckedChanged += new System.EventHandler(this.checkBoxSearchDetail_CheckedChanged);
  545. //
  546. // comboBoxEventType
  547. //
  548. this.comboBoxEventType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  549. this.comboBoxEventType.Enabled = false;
  550. this.comboBoxEventType.FormattingEnabled = true;
  551. this.comboBoxEventType.Location = new System.Drawing.Point(104, 97);
  552. this.comboBoxEventType.MaxDropDownItems = 20;
  553. this.comboBoxEventType.Name = "comboBoxEventType";
  554. this.comboBoxEventType.Size = new System.Drawing.Size(238, 21);
  555. this.comboBoxEventType.TabIndex = 13;
  556. //
  557. // checkBoxControlLog
  558. //
  559. this.checkBoxControlLog.AutoSize = true;
  560. this.checkBoxControlLog.Location = new System.Drawing.Point(278, 39);
  561. this.checkBoxControlLog.Name = "checkBoxControlLog";
  562. this.checkBoxControlLog.Size = new System.Drawing.Size(92, 18);
  563. this.checkBoxControlLog.TabIndex = 12;
  564. this.checkBoxControlLog.Text = "운영 정보";
  565. this.checkBoxControlLog.UseVisualStyleBackColor = true;
  566. this.checkBoxControlLog.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  567. //
  568. // checkBoxErrorOff
  569. //
  570. this.checkBoxErrorOff.AutoSize = true;
  571. this.checkBoxErrorOff.Location = new System.Drawing.Point(-11, 63);
  572. this.checkBoxErrorOff.Name = "checkBoxErrorOff";
  573. this.checkBoxErrorOff.Size = new System.Drawing.Size(92, 18);
  574. this.checkBoxErrorOff.TabIndex = 8;
  575. this.checkBoxErrorOff.Text = "이상 해제";
  576. this.checkBoxErrorOff.UseVisualStyleBackColor = true;
  577. this.checkBoxErrorOff.Visible = false;
  578. this.checkBoxErrorOff.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  579. //
  580. // checkBoxErrorOn
  581. //
  582. this.checkBoxErrorOn.AutoSize = true;
  583. this.checkBoxErrorOn.Location = new System.Drawing.Point(-11, 60);
  584. this.checkBoxErrorOn.Name = "checkBoxErrorOn";
  585. this.checkBoxErrorOn.Size = new System.Drawing.Size(92, 18);
  586. this.checkBoxErrorOn.TabIndex = 7;
  587. this.checkBoxErrorOn.Text = "이상 발생";
  588. this.checkBoxErrorOn.UseVisualStyleBackColor = true;
  589. this.checkBoxErrorOn.Visible = false;
  590. this.checkBoxErrorOn.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  591. //
  592. // checkBoxDevOn
  593. //
  594. this.checkBoxDevOn.AutoSize = true;
  595. this.checkBoxDevOn.Location = new System.Drawing.Point(63, 39);
  596. this.checkBoxDevOn.Name = "checkBoxDevOn";
  597. this.checkBoxDevOn.Size = new System.Drawing.Size(92, 18);
  598. this.checkBoxDevOn.TabIndex = 4;
  599. this.checkBoxDevOn.Text = "설비 동작";
  600. this.checkBoxDevOn.UseVisualStyleBackColor = true;
  601. this.checkBoxDevOn.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  602. //
  603. // checkBoxDevOff
  604. //
  605. this.checkBoxDevOff.AutoSize = true;
  606. this.checkBoxDevOff.Location = new System.Drawing.Point(-11, 50);
  607. this.checkBoxDevOff.Name = "checkBoxDevOff";
  608. this.checkBoxDevOff.Size = new System.Drawing.Size(92, 18);
  609. this.checkBoxDevOff.TabIndex = 5;
  610. this.checkBoxDevOff.Text = "설비 정지";
  611. this.checkBoxDevOff.UseVisualStyleBackColor = true;
  612. this.checkBoxDevOff.Visible = false;
  613. this.checkBoxDevOff.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  614. //
  615. // checkBoxFireOn
  616. //
  617. this.checkBoxFireOn.AutoSize = true;
  618. this.checkBoxFireOn.Location = new System.Drawing.Point(63, 17);
  619. this.checkBoxFireOn.Name = "checkBoxFireOn";
  620. this.checkBoxFireOn.Size = new System.Drawing.Size(92, 18);
  621. this.checkBoxFireOn.TabIndex = 1;
  622. this.checkBoxFireOn.Text = "화재 발생";
  623. this.checkBoxFireOn.UseVisualStyleBackColor = true;
  624. this.checkBoxFireOn.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  625. //
  626. // checkBoxEventTypeAll
  627. //
  628. this.checkBoxEventTypeAll.AutoSize = true;
  629. this.checkBoxEventTypeAll.Location = new System.Drawing.Point(6, 17);
  630. this.checkBoxEventTypeAll.Name = "checkBoxEventTypeAll";
  631. this.checkBoxEventTypeAll.Size = new System.Drawing.Size(56, 18);
  632. this.checkBoxEventTypeAll.TabIndex = 0;
  633. this.checkBoxEventTypeAll.Text = "전체";
  634. this.checkBoxEventTypeAll.UseVisualStyleBackColor = true;
  635. this.checkBoxEventTypeAll.CheckedChanged += new System.EventHandler(this.checkBoxEventTypeAll_CheckedChanged);
  636. //
  637. // checkBoxFireOff
  638. //
  639. this.checkBoxFireOff.AutoSize = true;
  640. this.checkBoxFireOff.Location = new System.Drawing.Point(-11, 41);
  641. this.checkBoxFireOff.Name = "checkBoxFireOff";
  642. this.checkBoxFireOff.Size = new System.Drawing.Size(92, 18);
  643. this.checkBoxFireOff.TabIndex = 2;
  644. this.checkBoxFireOff.Text = "화재 해제";
  645. this.checkBoxFireOff.UseVisualStyleBackColor = true;
  646. this.checkBoxFireOff.Visible = false;
  647. this.checkBoxFireOff.CheckedChanged += new System.EventHandler(this.checkBoxEventType_CheckedChanged);
  648. //
  649. // groupBox2
  650. //
  651. this.groupBox2.Controls.Add(this.radioButtonAllDate);
  652. this.groupBox2.Controls.Add(this.radioButtonSelectDate);
  653. this.groupBox2.Controls.Add(this.dateTimePicker_EndDate);
  654. this.groupBox2.Controls.Add(this.dateTimePicker_StartDate);
  655. this.groupBox2.Controls.Add(this.dateTimePicker_StartTime);
  656. this.groupBox2.Controls.Add(this.dateTimePicker_EndTime);
  657. this.groupBox2.Font = new System.Drawing.Font("돋움", 10F, System.Drawing.FontStyle.Bold);
  658. this.groupBox2.Location = new System.Drawing.Point(228, 15);
  659. this.groupBox2.Name = "groupBox2";
  660. this.groupBox2.Size = new System.Drawing.Size(247, 127);
  661. this.groupBox2.TabIndex = 182;
  662. this.groupBox2.TabStop = false;
  663. this.groupBox2.Text = "발생 시간 조건";
  664. //
  665. // radioButtonAllDate
  666. //
  667. this.radioButtonAllDate.AutoSize = true;
  668. this.radioButtonAllDate.Location = new System.Drawing.Point(9, 28);
  669. this.radioButtonAllDate.Name = "radioButtonAllDate";
  670. this.radioButtonAllDate.Size = new System.Drawing.Size(91, 18);
  671. this.radioButtonAllDate.TabIndex = 7;
  672. this.radioButtonAllDate.TabStop = true;
  673. this.radioButtonAllDate.Text = "전체 기간";
  674. this.radioButtonAllDate.UseVisualStyleBackColor = true;
  675. //
  676. // radioButtonSelectDate
  677. //
  678. this.radioButtonSelectDate.AutoSize = true;
  679. this.radioButtonSelectDate.Location = new System.Drawing.Point(106, 28);
  680. this.radioButtonSelectDate.Name = "radioButtonSelectDate";
  681. this.radioButtonSelectDate.Size = new System.Drawing.Size(91, 18);
  682. this.radioButtonSelectDate.TabIndex = 6;
  683. this.radioButtonSelectDate.TabStop = true;
  684. this.radioButtonSelectDate.Text = "기간 설정";
  685. this.radioButtonSelectDate.UseVisualStyleBackColor = true;
  686. //
  687. // dateTimePicker_EndDate
  688. //
  689. this.dateTimePicker_EndDate.Checked = false;
  690. this.dateTimePicker_EndDate.Font = new System.Drawing.Font("돋움", 11F, System.Drawing.FontStyle.Bold);
  691. this.dateTimePicker_EndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  692. this.dateTimePicker_EndDate.Location = new System.Drawing.Point(9, 86);
  693. this.dateTimePicker_EndDate.Name = "dateTimePicker_EndDate";
  694. this.dateTimePicker_EndDate.Size = new System.Drawing.Size(121, 24);
  695. this.dateTimePicker_EndDate.TabIndex = 4;
  696. //
  697. // dateTimePicker_StartDate
  698. //
  699. this.dateTimePicker_StartDate.Checked = false;
  700. this.dateTimePicker_StartDate.Font = new System.Drawing.Font("돋움", 11F, System.Drawing.FontStyle.Bold);
  701. this.dateTimePicker_StartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  702. this.dateTimePicker_StartDate.Location = new System.Drawing.Point(9, 54);
  703. this.dateTimePicker_StartDate.MinDate = new System.DateTime(2000, 1, 1, 0, 0, 0, 0);
  704. this.dateTimePicker_StartDate.Name = "dateTimePicker_StartDate";
  705. this.dateTimePicker_StartDate.Size = new System.Drawing.Size(121, 24);
  706. this.dateTimePicker_StartDate.TabIndex = 2;
  707. //
  708. // dateTimePicker_StartTime
  709. //
  710. this.dateTimePicker_StartTime.Checked = false;
  711. this.dateTimePicker_StartTime.CustomFormat = "HH:mm:ss";
  712. this.dateTimePicker_StartTime.Font = new System.Drawing.Font("돋움", 11F, System.Drawing.FontStyle.Bold);
  713. this.dateTimePicker_StartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  714. this.dateTimePicker_StartTime.Location = new System.Drawing.Point(139, 54);
  715. this.dateTimePicker_StartTime.Name = "dateTimePicker_StartTime";
  716. this.dateTimePicker_StartTime.ShowUpDown = true;
  717. this.dateTimePicker_StartTime.Size = new System.Drawing.Size(96, 24);
  718. this.dateTimePicker_StartTime.TabIndex = 3;
  719. this.dateTimePicker_StartTime.Value = new System.DateTime(2011, 6, 29, 0, 0, 0, 0);
  720. //
  721. // dateTimePicker_EndTime
  722. //
  723. this.dateTimePicker_EndTime.Checked = false;
  724. this.dateTimePicker_EndTime.CustomFormat = "HH:mm:ss";
  725. this.dateTimePicker_EndTime.Font = new System.Drawing.Font("돋움", 11F, System.Drawing.FontStyle.Bold);
  726. this.dateTimePicker_EndTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  727. this.dateTimePicker_EndTime.Location = new System.Drawing.Point(139, 86);
  728. this.dateTimePicker_EndTime.Name = "dateTimePicker_EndTime";
  729. this.dateTimePicker_EndTime.ShowUpDown = true;
  730. this.dateTimePicker_EndTime.Size = new System.Drawing.Size(96, 24);
  731. this.dateTimePicker_EndTime.TabIndex = 5;
  732. this.dateTimePicker_EndTime.Value = new System.DateTime(2011, 4, 29, 23, 59, 59, 0);
  733. //
  734. // xlsExport1
  735. //
  736. this.xlsExport1.Tweak = 0;
  737. //
  738. // updatetimer
  739. //
  740. this.updatetimer.Interval = 4000;
  741. this.updatetimer.Tick += new System.EventHandler(this.updatetimer_Tick);
  742. //
  743. // FireDesk_FormLogView
  744. //
  745. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  746. this.BackColor = System.Drawing.Color.WhiteSmoke;
  747. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  748. this.ClientSize = new System.Drawing.Size(1080, 824);
  749. this.Controls.Add(this.dataGridView1);
  750. this.Controls.Add(this.panel3);
  751. this.Controls.Add(this.btnConfirm);
  752. this.Controls.Add(this.panel2);
  753. this.DoubleBuffered = true;
  754. this.Font = new System.Drawing.Font("굴림", 12F);
  755. this.Margin = new System.Windows.Forms.Padding(4);
  756. this.Name = "FireDesk_FormLogView";
  757. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  758. this.Text = "과거이력 통합조회";
  759. this.TopMost = true;
  760. this.Deactivate += new System.EventHandler(this.FormLogView_Deactivate);
  761. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormLogView_FormClosing);
  762. this.Load += new System.EventHandler(this.FormLogView_Load);
  763. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  764. this.panel2.ResumeLayout(false);
  765. this.panel2.PerformLayout();
  766. this.panel3.ResumeLayout(false);
  767. this.panel3.PerformLayout();
  768. this.groupBox1.ResumeLayout(false);
  769. this.groupBox3.ResumeLayout(false);
  770. this.groupBox3.PerformLayout();
  771. this.groupBox2.ResumeLayout(false);
  772. this.groupBox2.PerformLayout();
  773. this.ResumeLayout(false);
  774. }
  775. #endregion
  776. private System.Windows.Forms.DataGridView dataGridView1;
  777. private System.Windows.Forms.Button btnConfirm;
  778. private System.Windows.Forms.Button button3;
  779. private System.Windows.Forms.TextBox txtThisReceiverID;
  780. private System.Windows.Forms.Button btnSearch;
  781. private System.Windows.Forms.Label label3;
  782. private System.Windows.Forms.ComboBox cboEventType;
  783. private System.Windows.Forms.ComboBox cboEventLocation;
  784. private System.Windows.Forms.Label label4;
  785. private System.Windows.Forms.DateTimePicker dtFromDate;
  786. private System.Windows.Forms.CheckBox chkEventTime;
  787. private System.Windows.Forms.MaskedTextBox mskFromTime;
  788. private System.Windows.Forms.MaskedTextBox mskToTime;
  789. private System.Windows.Forms.DateTimePicker dtToDate;
  790. private System.Windows.Forms.Label label5;
  791. private System.Windows.Forms.Button btnPrint;
  792. private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
  793. private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
  794. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  795. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  796. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  797. private System.Windows.Forms.Panel panel2;
  798. private System.Windows.Forms.Panel panel3;
  799. private System.Windows.Forms.GroupBox groupBox2;
  800. private System.Windows.Forms.RadioButton radioButtonAllDate;
  801. private System.Windows.Forms.RadioButton radioButtonSelectDate;
  802. private System.Windows.Forms.DateTimePicker dateTimePicker_EndDate;
  803. private System.Windows.Forms.DateTimePicker dateTimePicker_StartDate;
  804. private System.Windows.Forms.DateTimePicker dateTimePicker_StartTime;
  805. private System.Windows.Forms.DateTimePicker dateTimePicker_EndTime;
  806. private System.Windows.Forms.GroupBox groupBox3;
  807. private System.Windows.Forms.CheckBox checkBoxSearchDetail;
  808. private System.Windows.Forms.ComboBox comboBoxEventType;
  809. private System.Windows.Forms.CheckBox checkBoxControlLog;
  810. private System.Windows.Forms.CheckBox checkBoxErrorOff;
  811. private System.Windows.Forms.CheckBox checkBoxErrorOn;
  812. private System.Windows.Forms.CheckBox checkBoxDevOff;
  813. private System.Windows.Forms.CheckBox checkBoxDevOn;
  814. private System.Windows.Forms.CheckBox checkBoxFireOff;
  815. private System.Windows.Forms.CheckBox checkBoxFireOn;
  816. private System.Windows.Forms.CheckBox checkBoxEventTypeAll;
  817. private System.Windows.Forms.Label labelPage;
  818. private System.Windows.Forms.Button button1;
  819. private DataDynamics.ActiveReports.Export.Pdf.PdfExport pdfExport1;
  820. private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  821. private DataDynamics.ActiveReports.Export.Xls.XlsExport xlsExport1;
  822. private System.Windows.Forms.Timer updatetimer;
  823. private System.Windows.Forms.GroupBox groupBox1;
  824. private System.Windows.Forms.ComboBox comboBoxBoard;
  825. private System.Windows.Forms.CheckBox checkBoxDevError;
  826. private System.Windows.Forms.CheckBox checkBoxRepeaterError;
  827. private System.Windows.Forms.CheckBox checkBoxBoardError;
  828. private System.Windows.Forms.Label label_DeviceName;
  829. private System.Windows.Forms.TextBox textBox_DeviceName;
  830. private System.Windows.Forms.TextBox textBox_PositionName;
  831. private System.Windows.Forms.Label label_PositionName;
  832. }
  833. }