namespace FCC_Uber_MDX_Configurator { partial class FinishedSavingForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.PICT_SAVE = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.PICT_SAVE)).BeginInit(); this.SuspendLayout(); // // PICT_SAVE // this.PICT_SAVE.BackColor = System.Drawing.SystemColors.Control; this.PICT_SAVE.BackgroundImage = global::FCC_Uber_MDX_Configurator.Properties.Resources.BigSaveIcon; this.PICT_SAVE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; this.PICT_SAVE.Dock = System.Windows.Forms.DockStyle.Fill; this.PICT_SAVE.Location = new System.Drawing.Point(0, 0); this.PICT_SAVE.Name = "PICT_SAVE"; this.PICT_SAVE.Size = new System.Drawing.Size(284, 264); this.PICT_SAVE.TabIndex = 0; this.PICT_SAVE.TabStop = false; // // FinishedSavingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 264); this.Controls.Add(this.PICT_SAVE); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = true; this.Name = "FinishedSavingForm"; this.ShowIcon = false; this.ShowInTaskbar = true; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Finished Saving"; this.TopMost = false; ((System.ComponentModel.ISupportInitialize)(this.PICT_SAVE)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox PICT_SAVE; } }