| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008-2012 The Eraser Project |
|---|
| 4 | * Original Author: Joel Low <lowjoel@users.sourceforge.net> |
|---|
| 5 | * Modified By: |
|---|
| 6 | * |
|---|
| 7 | * This file is part of Eraser. |
|---|
| 8 | * |
|---|
| 9 | * Eraser is free software: you can redistribute it and/or modify it under the |
|---|
| 10 | * terms of the GNU General Public License as published by the Free Software |
|---|
| 11 | * Foundation, either version 3 of the License, or (at your option) any later |
|---|
| 12 | * version. |
|---|
| 13 | * |
|---|
| 14 | * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY |
|---|
| 15 | * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|---|
| 16 | * A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
|---|
| 17 | * |
|---|
| 18 | * A copy of the GNU General Public License can be found at |
|---|
| 19 | * <http://www.gnu.org/licenses/>. |
|---|
| 20 | */ |
|---|
| 21 | |
|---|
| 22 | namespace Eraser.BlackBox |
|---|
| 23 | { |
|---|
| 24 | partial class BlackBoxMainForm |
|---|
| 25 | { |
|---|
| 26 | /// <summary> |
|---|
| 27 | /// Required designer variable. |
|---|
| 28 | /// </summary> |
|---|
| 29 | private System.ComponentModel.IContainer components = null; |
|---|
| 30 | |
|---|
| 31 | /// <summary> |
|---|
| 32 | /// Clean up any resources being used. |
|---|
| 33 | /// </summary> |
|---|
| 34 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|---|
| 35 | protected override void Dispose(bool disposing) |
|---|
| 36 | { |
|---|
| 37 | if (disposing && (components != null)) |
|---|
| 38 | { |
|---|
| 39 | components.Dispose(); |
|---|
| 40 | } |
|---|
| 41 | base.Dispose(disposing); |
|---|
| 42 | } |
|---|
| 43 | |
|---|
| 44 | #region Windows Form Designer generated code |
|---|
| 45 | |
|---|
| 46 | /// <summary> |
|---|
| 47 | /// Required method for Designer support - do not modify |
|---|
| 48 | /// the contents of this method with the code editor. |
|---|
| 49 | /// </summary> |
|---|
| 50 | private void InitializeComponent() |
|---|
| 51 | { |
|---|
| 52 | this.components = new System.ComponentModel.Container(); |
|---|
| 53 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BlackBoxMainForm)); |
|---|
| 54 | this.MainLbl = new System.Windows.Forms.Label(); |
|---|
| 55 | this.SubmitBtn = new System.Windows.Forms.Button(); |
|---|
| 56 | this.CancelBtn = new System.Windows.Forms.Button(); |
|---|
| 57 | this.BlackBoxPic = new System.Windows.Forms.PictureBox(); |
|---|
| 58 | this.ReportsLv = new System.Windows.Forms.ListView(); |
|---|
| 59 | this.ReportsLvTimestampColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
|---|
| 60 | this.ReportsLvErrorColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
|---|
| 61 | this.ReportsLvStatusColumn = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); |
|---|
| 62 | this.ReportsMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); |
|---|
| 63 | this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|---|
| 64 | this.DataCollectionPolicyLbl = new System.Windows.Forms.LinkLabel(); |
|---|
| 65 | ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).BeginInit(); |
|---|
| 66 | this.ReportsMenuStrip.SuspendLayout(); |
|---|
| 67 | this.SuspendLayout(); |
|---|
| 68 | // |
|---|
| 69 | // MainLbl |
|---|
| 70 | // |
|---|
| 71 | resources.ApplyResources(this.MainLbl, "MainLbl"); |
|---|
| 72 | this.MainLbl.Name = "MainLbl"; |
|---|
| 73 | // |
|---|
| 74 | // SubmitBtn |
|---|
| 75 | // |
|---|
| 76 | resources.ApplyResources(this.SubmitBtn, "SubmitBtn"); |
|---|
| 77 | this.SubmitBtn.Name = "SubmitBtn"; |
|---|
| 78 | this.SubmitBtn.UseVisualStyleBackColor = true; |
|---|
| 79 | this.SubmitBtn.Click += new System.EventHandler(this.SubmitBtn_Click); |
|---|
| 80 | // |
|---|
| 81 | // CancelBtn |
|---|
| 82 | // |
|---|
| 83 | resources.ApplyResources(this.CancelBtn, "CancelBtn"); |
|---|
| 84 | this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|---|
| 85 | this.CancelBtn.Name = "CancelBtn"; |
|---|
| 86 | this.CancelBtn.UseVisualStyleBackColor = true; |
|---|
| 87 | this.CancelBtn.Click += new System.EventHandler(this.PostponeBtn_Click); |
|---|
| 88 | // |
|---|
| 89 | // BlackBoxPic |
|---|
| 90 | // |
|---|
| 91 | this.BlackBoxPic.Image = global::Eraser.BlackBox.Properties.Resources.BlackBox; |
|---|
| 92 | resources.ApplyResources(this.BlackBoxPic, "BlackBoxPic"); |
|---|
| 93 | this.BlackBoxPic.Name = "BlackBoxPic"; |
|---|
| 94 | this.BlackBoxPic.TabStop = false; |
|---|
| 95 | // |
|---|
| 96 | // ReportsLv |
|---|
| 97 | // |
|---|
| 98 | resources.ApplyResources(this.ReportsLv, "ReportsLv"); |
|---|
| 99 | this.ReportsLv.CheckBoxes = true; |
|---|
| 100 | this.ReportsLv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
|---|
| 101 | this.ReportsLvTimestampColumn, |
|---|
| 102 | this.ReportsLvErrorColumn, |
|---|
| 103 | this.ReportsLvStatusColumn}); |
|---|
| 104 | this.ReportsLv.ContextMenuStrip = this.ReportsMenuStrip; |
|---|
| 105 | this.ReportsLv.FullRowSelect = true; |
|---|
| 106 | this.ReportsLv.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; |
|---|
| 107 | this.ReportsLv.Name = "ReportsLv"; |
|---|
| 108 | this.ReportsLv.UseCompatibleStateImageBehavior = false; |
|---|
| 109 | this.ReportsLv.View = System.Windows.Forms.View.Details; |
|---|
| 110 | this.ReportsLv.ItemActivate += new System.EventHandler(this.ReportsLv_ItemActivate); |
|---|
| 111 | // |
|---|
| 112 | // ReportsLvTimestampColumn |
|---|
| 113 | // |
|---|
| 114 | resources.ApplyResources(this.ReportsLvTimestampColumn, "ReportsLvTimestampColumn"); |
|---|
| 115 | // |
|---|
| 116 | // ReportsLvErrorColumn |
|---|
| 117 | // |
|---|
| 118 | resources.ApplyResources(this.ReportsLvErrorColumn, "ReportsLvErrorColumn"); |
|---|
| 119 | // |
|---|
| 120 | // ReportsLvStatusColumn |
|---|
| 121 | // |
|---|
| 122 | resources.ApplyResources(this.ReportsLvStatusColumn, "ReportsLvStatusColumn"); |
|---|
| 123 | // |
|---|
| 124 | // ReportsMenuStrip |
|---|
| 125 | // |
|---|
| 126 | this.ReportsMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|---|
| 127 | this.deleteToolStripMenuItem}); |
|---|
| 128 | this.ReportsMenuStrip.Name = "ReportsMenuStrip"; |
|---|
| 129 | resources.ApplyResources(this.ReportsMenuStrip, "ReportsMenuStrip"); |
|---|
| 130 | this.ReportsMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.ReportsMenuStrip_Opening); |
|---|
| 131 | // |
|---|
| 132 | // deleteToolStripMenuItem |
|---|
| 133 | // |
|---|
| 134 | this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; |
|---|
| 135 | resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem"); |
|---|
| 136 | this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click); |
|---|
| 137 | // |
|---|
| 138 | // DataCollectionPolicyLbl |
|---|
| 139 | // |
|---|
| 140 | resources.ApplyResources(this.DataCollectionPolicyLbl, "DataCollectionPolicyLbl"); |
|---|
| 141 | this.DataCollectionPolicyLbl.Name = "DataCollectionPolicyLbl"; |
|---|
| 142 | this.DataCollectionPolicyLbl.TabStop = true; |
|---|
| 143 | this.DataCollectionPolicyLbl.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.DataCollectionPolicyLbl_LinkClicked); |
|---|
| 144 | // |
|---|
| 145 | // BlackBoxMainForm |
|---|
| 146 | // |
|---|
| 147 | this.AcceptButton = this.SubmitBtn; |
|---|
| 148 | resources.ApplyResources(this, "$this"); |
|---|
| 149 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 150 | this.CancelButton = this.CancelBtn; |
|---|
| 151 | this.Controls.Add(this.DataCollectionPolicyLbl); |
|---|
| 152 | this.Controls.Add(this.ReportsLv); |
|---|
| 153 | this.Controls.Add(this.BlackBoxPic); |
|---|
| 154 | this.Controls.Add(this.CancelBtn); |
|---|
| 155 | this.Controls.Add(this.SubmitBtn); |
|---|
| 156 | this.Controls.Add(this.MainLbl); |
|---|
| 157 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 158 | this.MaximizeBox = false; |
|---|
| 159 | this.MinimizeBox = false; |
|---|
| 160 | this.Name = "BlackBoxMainForm"; |
|---|
| 161 | this.ShowInTaskbar = false; |
|---|
| 162 | this.Load += new System.EventHandler(this.BlackBoxMainForm_Load); |
|---|
| 163 | ((System.ComponentModel.ISupportInitialize)(this.BlackBoxPic)).EndInit(); |
|---|
| 164 | this.ReportsMenuStrip.ResumeLayout(false); |
|---|
| 165 | this.ResumeLayout(false); |
|---|
| 166 | this.PerformLayout(); |
|---|
| 167 | |
|---|
| 168 | } |
|---|
| 169 | |
|---|
| 170 | #endregion |
|---|
| 171 | |
|---|
| 172 | private System.Windows.Forms.Label MainLbl; |
|---|
| 173 | private System.Windows.Forms.Button SubmitBtn; |
|---|
| 174 | private System.Windows.Forms.Button CancelBtn; |
|---|
| 175 | private System.Windows.Forms.PictureBox BlackBoxPic; |
|---|
| 176 | private System.Windows.Forms.ListView ReportsLv; |
|---|
| 177 | private System.Windows.Forms.ColumnHeader ReportsLvTimestampColumn; |
|---|
| 178 | private System.Windows.Forms.ColumnHeader ReportsLvErrorColumn; |
|---|
| 179 | private System.Windows.Forms.LinkLabel DataCollectionPolicyLbl; |
|---|
| 180 | private System.Windows.Forms.ContextMenuStrip ReportsMenuStrip; |
|---|
| 181 | private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; |
|---|
| 182 | private System.Windows.Forms.ColumnHeader ReportsLvStatusColumn; |
|---|
| 183 | } |
|---|
| 184 | } |
|---|