StephaneLenclud@225: namespace SharpDisplayClientMessage
StephaneLenclud@225: {
StephaneLenclud@225: partial class FormClientMessage
StephaneLenclud@225: {
StephaneLenclud@225: ///
StephaneLenclud@225: /// Required designer variable.
StephaneLenclud@225: ///
StephaneLenclud@225: private System.ComponentModel.IContainer components = null;
StephaneLenclud@225:
StephaneLenclud@225: ///
StephaneLenclud@225: /// Clean up any resources being used.
StephaneLenclud@225: ///
StephaneLenclud@225: /// true if managed resources should be disposed; otherwise, false.
StephaneLenclud@225: protected override void Dispose(bool disposing)
StephaneLenclud@225: {
StephaneLenclud@225: if (disposing && (components != null))
StephaneLenclud@225: {
StephaneLenclud@225: components.Dispose();
StephaneLenclud@225: }
StephaneLenclud@225: base.Dispose(disposing);
StephaneLenclud@225: }
StephaneLenclud@225:
StephaneLenclud@225: #region Windows Form Designer generated code
StephaneLenclud@225:
StephaneLenclud@225: ///
StephaneLenclud@225: /// Required method for Designer support - do not modify
StephaneLenclud@225: /// the contents of this method with the code editor.
StephaneLenclud@225: ///
StephaneLenclud@225: private void InitializeComponent()
StephaneLenclud@225: {
StephaneLenclud@225: this.components = new System.ComponentModel.Container();
StephaneLenclud@225: this.iTimer = new System.Windows.Forms.Timer(this.components);
StephaneLenclud@225: this.SuspendLayout();
StephaneLenclud@225: //
StephaneLenclud@225: // iTimer
StephaneLenclud@225: //
StephaneLenclud@225: this.iTimer.Tick += new System.EventHandler(this.iTimer_Tick);
StephaneLenclud@225: //
StephaneLenclud@225: // FormClientMessage
StephaneLenclud@225: //
StephaneLenclud@225: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@225: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@225: this.ClientSize = new System.Drawing.Size(284, 261);
StephaneLenclud@225: this.Name = "FormClientMessage";
StephaneLenclud@225: this.Text = "Form1";
StephaneLenclud@225: this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormClientMessage_FormClosing);
StephaneLenclud@225: this.Load += new System.EventHandler(this.FormClientMessage_Load);
StephaneLenclud@225: this.Shown += new System.EventHandler(this.FormClientMessage_Shown);
StephaneLenclud@225: this.ResumeLayout(false);
StephaneLenclud@225:
StephaneLenclud@225: }
StephaneLenclud@225:
StephaneLenclud@225: #endregion
StephaneLenclud@225:
StephaneLenclud@225: private System.Windows.Forms.Timer iTimer;
StephaneLenclud@225: }
StephaneLenclud@225: }
StephaneLenclud@225: