namespace BMS_D1000H { partial class fmScreenSaver { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmScreenSaver)); this.sfmScreenSaver = new SmartX.SmartForm(); this.tmrCheckStatus = new SmartX.SmartTimer(this.components); ((System.ComponentModel.ISupportInitialize)(this.sfmScreenSaver)).BeginInit(); this.SuspendLayout(); // // sfmScreenSaver // this.sfmScreenSaver.CenterLocation = false; this.sfmScreenSaver.Image = ((System.Drawing.Image)(resources.GetObject("sfmScreenSaver.Image"))); this.sfmScreenSaver.LCDDirection = SmartX.SmartForm.LCDDIRECTIONS.HORIZONTAL; this.sfmScreenSaver.LCDSize = SmartX.SmartForm.LCDRESOLUTION.LCD800X480; this.sfmScreenSaver.Location = new System.Drawing.Point(0, 0); this.sfmScreenSaver.MainForm = null; this.sfmScreenSaver.Mode = SmartX.SmartForm.RUNMODE.RUNTIME; this.sfmScreenSaver.MouseCursor = SmartX.SmartForm.OnOff.ON; this.sfmScreenSaver.Name = "sfmScreenSaver"; this.sfmScreenSaver.Size = new System.Drawing.Size(800, 480); this.sfmScreenSaver.SpecialFunctionClickPointSize = 100; this.sfmScreenSaver.SuspendLayoutInterval = 1; this.sfmScreenSaver.Click += new System.EventHandler(this.sfmScreenSaver_Click); // // tmrCheckStatus // this.tmrCheckStatus.EndTime = ((long)(100000000000)); this.tmrCheckStatus.Interval = 1000; this.tmrCheckStatus.IntervalSeries = null; this.tmrCheckStatus.NowMillisecond = ((long)(0)); this.tmrCheckStatus.StartTime = ((long)(0)); this.tmrCheckStatus.Tick += new System.EventHandler(this.tmrCheckStatus_Tick); // // fmScreenSaver // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(800, 480); this.Controls.Add(this.sfmScreenSaver); this.Name = "fmScreenSaver"; this.Text = "fmScreenSaver"; this.Activated += new System.EventHandler(this.fmScreenSaver_Activated); ((System.ComponentModel.ISupportInitialize)(this.sfmScreenSaver)).EndInit(); this.ResumeLayout(false); } #endregion private SmartX.SmartForm sfmScreenSaver; private SmartX.SmartTimer tmrCheckStatus; } }