using System.Diagnostics; using System.Drawing; using System.Runtime.CompilerServices; using System.Windows.Forms; using Microsoft.VisualBasic.CompilerServices; namespace Pilz.Updating.UpdateInstaller { [DesignerGenerated()] public partial class Main : DevComponents.DotNetBar.OfficeForm { // Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. [DebuggerNonUserCode()] protected override void Dispose(bool disposing) { try { if (disposing && components is object) { components.Dispose(); } } finally { base.Dispose(disposing); } } // Wird vom Windows Form-Designer benötigt. private System.ComponentModel.IContainer components; // Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. // Das Bearbeiten ist mit dem Windows Form-Designer möglich. // Das Bearbeiten mit dem Code-Editor ist nicht möglich. [DebuggerStepThrough()] private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); this._ProgressBarX1 = new DevComponents.DotNetBar.Controls.ProgressBarX(); this._Panel1 = new System.Windows.Forms.Panel(); this._LabelX_Header = new DevComponents.DotNetBar.LabelX(); this._LabelX_Status = new DevComponents.DotNetBar.LabelX(); this._Panel1.SuspendLayout(); this.SuspendLayout(); // // _ProgressBarX1 // this._ProgressBarX1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); // // // this._ProgressBarX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this._ProgressBarX1.Location = new System.Drawing.Point(3, 94); this._ProgressBarX1.Name = "_ProgressBarX1"; this._ProgressBarX1.ProgressType = DevComponents.DotNetBar.eProgressItemType.Marquee; this._ProgressBarX1.Size = new System.Drawing.Size(628, 16); this._ProgressBarX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this._ProgressBarX1.TabIndex = 0; // // _Panel1 // this._Panel1.BackColor = System.Drawing.Color.Transparent; this._Panel1.Controls.Add(this._LabelX_Header); this._Panel1.Controls.Add(this._LabelX_Status); this._Panel1.Controls.Add(this._ProgressBarX1); this._Panel1.Dock = System.Windows.Forms.DockStyle.Fill; this._Panel1.Location = new System.Drawing.Point(0, 0); this._Panel1.Name = "_Panel1"; this._Panel1.Size = new System.Drawing.Size(634, 111); this._Panel1.TabIndex = 1; // // _LabelX_Header // this._LabelX_Header.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); // // // this._LabelX_Header.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this._LabelX_Header.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this._LabelX_Header.Image = global::Pilz.Updating.UpdateInstaller.MyIcons.icons8_installing_updates_48px; this._LabelX_Header.Location = new System.Drawing.Point(3, 3); this._LabelX_Header.Name = "_LabelX_Header"; this._LabelX_Header.Size = new System.Drawing.Size(628, 56); this._LabelX_Header.TabIndex = 3; this._LabelX_Header.Text = "
SM64 ROM M" + "anager wird aktuallisierung ...
"; // // _LabelX_Status // this._LabelX_Status.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); // // // this._LabelX_Status.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this._LabelX_Status.Location = new System.Drawing.Point(3, 65); this._LabelX_Status.Name = "_LabelX_Status"; this._LabelX_Status.Size = new System.Drawing.Size(628, 23); this._LabelX_Status.TabIndex = 2; this._LabelX_Status.Text = "Idle ..."; // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(634, 111); this.Controls.Add(this._Panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Main"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Installing"; this._Panel1.ResumeLayout(false); this.ResumeLayout(false); } private DevComponents.DotNetBar.Controls.ProgressBarX _ProgressBarX1; internal DevComponents.DotNetBar.Controls.ProgressBarX ProgressBarX1 { [MethodImpl(MethodImplOptions.Synchronized)] get { return _ProgressBarX1; } [MethodImpl(MethodImplOptions.Synchronized)] set { if (_ProgressBarX1 != null) { } _ProgressBarX1 = value; if (_ProgressBarX1 != null) { } } } private Panel _Panel1; internal Panel Panel1 { [MethodImpl(MethodImplOptions.Synchronized)] get { return _Panel1; } [MethodImpl(MethodImplOptions.Synchronized)] set { if (_Panel1 != null) { } _Panel1 = value; if (_Panel1 != null) { } } } private DevComponents.DotNetBar.LabelX _LabelX_Status; internal DevComponents.DotNetBar.LabelX LabelX_Status { [MethodImpl(MethodImplOptions.Synchronized)] get { return _LabelX_Status; } [MethodImpl(MethodImplOptions.Synchronized)] set { if (_LabelX_Status != null) { } _LabelX_Status = value; if (_LabelX_Status != null) { } } } private DevComponents.DotNetBar.LabelX _LabelX_Header; internal DevComponents.DotNetBar.LabelX LabelX_Header { [MethodImpl(MethodImplOptions.Synchronized)] get { return _LabelX_Header; } [MethodImpl(MethodImplOptions.Synchronized)] set { if (_LabelX_Header != null) { } _LabelX_Header = value; if (_LabelX_Header != null) { } } } } }