StephaneLenclud@192: namespace SharpDisplayIdleClient
StephaneLenclud@192: {
StephaneLenclud@192: partial class FormClientIdle
StephaneLenclud@192: {
StephaneLenclud@192: ///
StephaneLenclud@192: /// Required designer variable.
StephaneLenclud@192: ///
StephaneLenclud@192: private System.ComponentModel.IContainer components = null;
StephaneLenclud@192:
StephaneLenclud@192: ///
StephaneLenclud@192: /// Clean up any resources being used.
StephaneLenclud@192: ///
StephaneLenclud@192: /// true if managed resources should be disposed; otherwise, false.
StephaneLenclud@192: protected override void Dispose(bool disposing)
StephaneLenclud@192: {
StephaneLenclud@192: if (disposing && (components != null))
StephaneLenclud@192: {
StephaneLenclud@192: components.Dispose();
StephaneLenclud@192: }
StephaneLenclud@192: base.Dispose(disposing);
StephaneLenclud@192: }
StephaneLenclud@192:
StephaneLenclud@192: #region Windows Form Designer generated code
StephaneLenclud@192:
StephaneLenclud@192: ///
StephaneLenclud@192: /// Required method for Designer support - do not modify
StephaneLenclud@192: /// the contents of this method with the code editor.
StephaneLenclud@192: ///
StephaneLenclud@192: private void InitializeComponent()
StephaneLenclud@192: {
StephaneLenclud@192: this.SuspendLayout();
StephaneLenclud@192: //
StephaneLenclud@192: // FormIdleClient
StephaneLenclud@192: //
StephaneLenclud@192: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
StephaneLenclud@192: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
StephaneLenclud@192: this.ClientSize = new System.Drawing.Size(531, 303);
StephaneLenclud@192: this.Name = "FormIdleClient";
StephaneLenclud@192: this.Text = "Sharp Display Idle Client";
StephaneLenclud@192: this.ResumeLayout(false);
StephaneLenclud@192:
StephaneLenclud@192: }
StephaneLenclud@192:
StephaneLenclud@192: #endregion
StephaneLenclud@192: }
StephaneLenclud@192: }
StephaneLenclud@192: