SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
DaeHost.Designer.cs
Go to the documentation of this file.
1 namespace SeciControls
2 {
3  partial class DaeHost
4  {
8  private System.ComponentModel.IContainer components = null;
9 
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 Component Designer generated code
24 
29  private void InitializeComponent()
30  {
31  this.components = new System.ComponentModel.Container();
32  this.panel1 = new System.Windows.Forms.Panel();
33  this.timer1 = new System.Windows.Forms.Timer(this.components);
34  this.SuspendLayout();
35  //
36  // panel1
37  //
38  this.panel1.BackColor = System.Drawing.SystemColors.AppWorkspace;
39  this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
40  this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
41  this.panel1.Location = new System.Drawing.Point(0, 0);
42  this.panel1.Name = "panel1";
43  this.panel1.Size = new System.Drawing.Size(663, 497);
44  this.panel1.TabIndex = 0;
45  //
46  // timer1
47  //
48  this.timer1.Interval = 200;
49  //
50  // DaeHost
51  //
52  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
53  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
54  this.Controls.Add(this.panel1);
55  this.Name = "DaeHost";
56  this.Size = new System.Drawing.Size(663, 497);
57  this.ResumeLayout(false);
58 
59  }
60 
61  #endregion
62 
63  private System.Windows.Forms.Panel panel1;
64  private System.Windows.Forms.Timer timer1;
65  }
66 }
System.Windows.Forms.Timer timer1
System.Windows.Forms.Panel panel1
override void Dispose(bool disposing)
Clean up any resources being used.
System.ComponentModel.IContainer components
Required designer variable.
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...