FormLogView.designer.cs 49 KB

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