/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogControlForm));
     this.DialogControl = new NoteBoard.Client.Controls.DialogControl();
     this.SuspendLayout();
     //
     // DialogControl
     //
     this.DialogControl.BackColor    = System.Drawing.Color.Linen;
     this.DialogControl.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.DialogControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.DialogControl.Font         = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DialogControl.Location     = new System.Drawing.Point(0, 0);
     this.DialogControl.Name         = "DialogControl";
     this.DialogControl.Size         = new System.Drawing.Size(640, 248);
     this.DialogControl.TabIndex     = 0;
     this.DialogControl.UserResponse = NoteBoard.Model.UserResponseEnum.NoResponse;
     //
     // DialogControlForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(640, 248);
     this.Controls.Add(this.DialogControl);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "DialogControlForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Dialog Message";
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DialogControlForm));
     this.DialogControl = new TransparencyMaker.Controls.DialogControl();
     this.SuspendLayout();
     //
     // DialogControl
     //
     this.DialogControl.BackColor             = System.Drawing.Color.Linen;
     this.DialogControl.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("DialogControl.BackgroundImage")));
     this.DialogControl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.DialogControl.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.DialogControl.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.DialogControl.Font       = new System.Drawing.Font("Verdana", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.DialogControl.Layer      = null;
     this.DialogControl.Location   = new System.Drawing.Point(0, 0);
     this.DialogControl.Name       = "DialogControl";
     this.DialogControl.PromptType = TransparencyMaker.Enumerations.PromptTypeEnum.YesNo;
     this.DialogControl.Size       = new System.Drawing.Size(536, 184);
     this.DialogControl.TabIndex   = 0;
     //
     // DialogControlForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(536, 184);
     this.Controls.Add(this.DialogControl);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "DialogControlForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Dialog Message";
     this.ResumeLayout(false);
 }