Subversion Repositories HomeAutomation

Rev

Rev 73 | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

  1. namespace canWatcher
  2. {
  3.     partial class dataHistoryViewer
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.  
  10.         /// <summary>
  11.         /// Clean up any resources being used.
  12.         /// </summary>
  13.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14.         protected override void Dispose(bool disposing)
  15.         {
  16.             if (disposing && (components != null))
  17.             {
  18.                 components.Dispose();
  19.             }
  20.             base.Dispose(disposing);
  21.         }
  22.  
  23.         #region Windows Form Designer generated code
  24.  
  25.         /// <summary>
  26.         /// Required method for Designer support - do not modify
  27.         /// the contents of this method with the code editor.
  28.         /// </summary>
  29.         private void InitializeComponent()
  30.         {
  31.             this.components = new System.ComponentModel.Container();
  32.             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dataHistoryViewer));
  33.             this.lab_status = new System.Windows.Forms.Label();
  34.             this.lst_history = new System.Windows.Forms.ListBox();
  35.             this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  36.             this.cmd_clear_history = new System.Windows.Forms.ToolStripButton();
  37.             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  38.             this.cmd_export_history = new System.Windows.Forms.ToolStripButton();
  39.             this.tmr_refresh = new System.Windows.Forms.Timer(this.components);
  40.             this.toolStrip1.SuspendLayout();
  41.             this.SuspendLayout();
  42.             //
  43.             // lab_status
  44.             //
  45.             resources.ApplyResources(this.lab_status, "lab_status");
  46.             this.lab_status.Name = "lab_status";
  47.             //
  48.             // lst_history
  49.             //
  50.             this.lst_history.FormattingEnabled = true;
  51.             resources.ApplyResources(this.lst_history, "lst_history");
  52.             this.lst_history.Name = "lst_history";
  53.             //
  54.             // toolStrip1
  55.             //
  56.             this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  57.             this.cmd_clear_history,
  58.             this.toolStripSeparator1,
  59.             this.cmd_export_history});
  60.             resources.ApplyResources(this.toolStrip1, "toolStrip1");
  61.             this.toolStrip1.Name = "toolStrip1";
  62.             //
  63.             // cmd_clear_history
  64.             //
  65.             resources.ApplyResources(this.cmd_clear_history, "cmd_clear_history");
  66.             this.cmd_clear_history.Name = "cmd_clear_history";
  67.             this.cmd_clear_history.Click += new System.EventHandler(this.cmd_clear_history_Click);
  68.             //
  69.             // toolStripSeparator1
  70.             //
  71.             this.toolStripSeparator1.Name = "toolStripSeparator1";
  72.             resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
  73.             //
  74.             // cmd_export_history
  75.             //
  76.             resources.ApplyResources(this.cmd_export_history, "cmd_export_history");
  77.             this.cmd_export_history.Name = "cmd_export_history";
  78.             this.cmd_export_history.Click += new System.EventHandler(this.cmd_export_history_Click);
  79.             //
  80.             // tmr_refresh
  81.             //
  82.             this.tmr_refresh.Enabled = true;
  83.             this.tmr_refresh.Interval = 250;
  84.             this.tmr_refresh.Tick += new System.EventHandler(this.tmr_refresh_Tick);
  85.             //
  86.             // dataHistoryViewer
  87.             //
  88.             resources.ApplyResources(this, "$this");
  89.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90.             this.Controls.Add(this.toolStrip1);
  91.             this.Controls.Add(this.lst_history);
  92.             this.Controls.Add(this.lab_status);
  93.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  94.             this.Name = "dataHistoryViewer";
  95.             this.Load += new System.EventHandler(this.dataHistoryViewer_Load);
  96.             this.toolStrip1.ResumeLayout(false);
  97.             this.toolStrip1.PerformLayout();
  98.             this.ResumeLayout(false);
  99.             this.PerformLayout();
  100.  
  101.         }
  102.  
  103.         #endregion
  104.  
  105.         private System.Windows.Forms.Label lab_status;
  106.         private System.Windows.Forms.ListBox lst_history;
  107.         private System.Windows.Forms.ToolStrip toolStrip1;
  108.         private System.Windows.Forms.ToolStripButton cmd_clear_history;
  109.         private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  110.         private System.Windows.Forms.ToolStripButton cmd_export_history;
  111.         private System.Windows.Forms.Timer tmr_refresh;
  112.     }
  113. }