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 : Telerik.WinControls.UI.RadForm { // 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._Panel1 = new System.Windows.Forms.Panel(); this.radWaitingBar1 = new Telerik.WinControls.UI.RadWaitingBar(); this.dotsLineWaitingBarIndicatorElement1 = new Telerik.WinControls.UI.DotsLineWaitingBarIndicatorElement(); this.radLabel_Status = new Telerik.WinControls.UI.RadLabel(); this.radLabel_Header = new Telerik.WinControls.UI.RadLabel(); this._Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel_Status)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel_Header)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); this.SuspendLayout(); // // _Panel1 // this._Panel1.BackColor = System.Drawing.Color.Transparent; this._Panel1.Controls.Add(this.radWaitingBar1); this._Panel1.Controls.Add(this.radLabel_Status); this._Panel1.Controls.Add(this.radLabel_Header); 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(692, 106); this._Panel1.TabIndex = 1; // // radWaitingBar1 // this.radWaitingBar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.radWaitingBar1.Location = new System.Drawing.Point(3, 85); this.radWaitingBar1.Name = "radWaitingBar1"; this.radWaitingBar1.Size = new System.Drawing.Size(130, 18); this.radWaitingBar1.TabIndex = 3; this.radWaitingBar1.Text = "radWaitingBar1"; this.radWaitingBar1.WaitingIndicators.Add(this.dotsLineWaitingBarIndicatorElement1); this.radWaitingBar1.WaitingSpeed = 80; this.radWaitingBar1.WaitingStyle = Telerik.WinControls.Enumerations.WaitingBarStyles.DotsLine; ((Telerik.WinControls.UI.RadWaitingBarElement)(radWaitingBar1.GetChildAt(0))).WaitingSpeed = 80; ((Telerik.WinControls.UI.WaitingBarContentElement)(radWaitingBar1.GetChildAt(0).GetChildAt(0))).WaitingStyle = Telerik.WinControls.Enumerations.WaitingBarStyles.DotsLine; ((Telerik.WinControls.UI.WaitingBarSeparatorElement)(radWaitingBar1.GetChildAt(0).GetChildAt(0).GetChildAt(0))).Dash = false; // // dotsLineWaitingBarIndicatorElement1 // this.dotsLineWaitingBarIndicatorElement1.Name = "dotsLineWaitingBarIndicatorElement1"; // // radLabel_Status // this.radLabel_Status.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.radLabel_Status.AutoSize = false; this.radLabel_Status.Location = new System.Drawing.Point(139, 85); this.radLabel_Status.Name = "radLabel_Status"; this.radLabel_Status.Size = new System.Drawing.Size(550, 18); this.radLabel_Status.TabIndex = 2; this.radLabel_Status.Text = "Idle ..."; // // radLabel_Header // this.radLabel_Header.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.radLabel_Header.AutoSize = false; this.radLabel_Header.Image = global::Pilz.Updating.UpdateInstaller.MyIcons.icons8_installing_updates_48px; this.radLabel_Header.Location = new System.Drawing.Point(3, 3); this.radLabel_Header.Name = "radLabel_Header"; this.radLabel_Header.Size = new System.Drawing.Size(686, 76); this.radLabel_Header.TabIndex = 1; this.radLabel_Header.Text = "SM64 ROM Manager wird aktu" + "allisierung ..."; this.radLabel_Header.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.radLabel_Header.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; // // Main // this.AutoScaleBaseSize = new System.Drawing.Size(7, 15); this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(692, 106); 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.RootElement.ApplyShapeToControl = true; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Installing"; this._Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.radWaitingBar1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel_Status)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.radLabel_Header)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); this.ResumeLayout(false); } private Panel _Panel1; private Telerik.WinControls.UI.RadLabel radLabel_Status; private Telerik.WinControls.UI.RadLabel radLabel_Header; private Telerik.WinControls.UI.RadWaitingBar radWaitingBar1; private Telerik.WinControls.UI.DotsLineWaitingBarIndicatorElement dotsLineWaitingBarIndicatorElement1; internal Panel Panel1 { [MethodImpl(MethodImplOptions.Synchronized)] get { return _Panel1; } [MethodImpl(MethodImplOptions.Synchronized)] set { if (_Panel1 != null) { } _Panel1 = value; if (_Panel1 != null) { } } } } }