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