namespace WoRCP.Tabs { partial class Appstore { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Appstore)); this.Container = new System.Windows.Forms.FlowLayoutPanel(); this.RecommendedImage = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.Container.SuspendLayout(); this.RecommendedImage.SuspendLayout(); this.SuspendLayout(); // // Container // this.Container.AutoScroll = true; this.Container.Controls.Add(this.RecommendedImage); this.Container.Location = new System.Drawing.Point(0, 0); this.Container.Name = "Container"; this.Container.Size = new System.Drawing.Size(681, 470); this.Container.TabIndex = 2; this.Container.Visible = false; // // RecommendedImage // this.RecommendedImage.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("RecommendedImage.BackgroundImage"))); this.RecommendedImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.RecommendedImage.Controls.Add(this.label2); this.RecommendedImage.Controls.Add(this.label1); this.RecommendedImage.Location = new System.Drawing.Point(10, 10); this.RecommendedImage.Margin = new System.Windows.Forms.Padding(10, 10, 0, 10); this.RecommendedImage.Name = "RecommendedImage"; this.RecommendedImage.Size = new System.Drawing.Size(640, 230); this.RecommendedImage.TabIndex = 0; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("Segoe UI Semibold", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.label2.Location = new System.Drawing.Point(20, 52); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(437, 27); this.label2.TabIndex = 1; this.label2.Text = "Easily install Arm applications from WoR-CP with one click!"; // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25))))); this.label1.Location = new System.Drawing.Point(19, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(264, 31); this.label1.TabIndex = 0; this.label1.Text = "Compatible with your device!"; // // Appstore // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20))))); this.Controls.Add(this.Container); this.Name = "Appstore"; this.Size = new System.Drawing.Size(660, 470); this.Load += new System.EventHandler(this.Appstore_Load); this.Container.ResumeLayout(false); this.RecommendedImage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private new System.Windows.Forms.FlowLayoutPanel Container; private System.Windows.Forms.Panel RecommendedImage; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }