Annotation of cleanflash/CleanFlashUninstaller/UninstallForm.Designer.cs, revision 1.1

1.1     ! root        1: 
        !             2: namespace CleanFlashUninstaller {
        !             3:     partial class UninstallForm {
        !             4:         /// <summary>
        !             5:         /// Required designer variable.
        !             6:         /// </summary>
        !             7:         private System.ComponentModel.IContainer components = null;
        !             8: 
        !             9:         /// <summary>
        !            10:         /// Clean up any resources being used.
        !            11:         /// </summary>
        !            12:         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        !            13:         protected override void Dispose(bool disposing) {
        !            14:             if (disposing && (components != null)) {
        !            15:                 components.Dispose();
        !            16:             }
        !            17:             base.Dispose(disposing);
        !            18:         }
        !            19: 
        !            20:         #region Windows Form Designer generated code
        !            21: 
        !            22:         /// <summary>
        !            23:         /// Required method for Designer support - do not modify
        !            24:         /// the contents of this method with the code editor.
        !            25:         /// </summary>
        !            26:         private void InitializeComponent() {
        !            27:             this.components = new System.ComponentModel.Container();
        !            28:             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UninstallForm));
        !            29:             this.separator = new System.Windows.Forms.Label();
        !            30:             this.checkboxImages = new System.Windows.Forms.ImageList(this.components);
        !            31:             this.flashLogo = new System.Windows.Forms.PictureBox();
        !            32:             this.titleLabel = new System.Windows.Forms.Label();
        !            33:             this.subtitleLabel = new System.Windows.Forms.Label();
        !            34:             this.installPanel = new System.Windows.Forms.Panel();
        !            35:             this.progressBar = new CleanFlashCommon.SmoothProgressBar();
        !            36:             this.progressLabel = new System.Windows.Forms.Label();
        !            37:             this.uninstallProgressLabel = new System.Windows.Forms.Label();
        !            38:             this.beforeInstallPanel = new System.Windows.Forms.Panel();
        !            39:             this.beforeInstallLabel = new System.Windows.Forms.Label();
        !            40:             this.completePanel = new System.Windows.Forms.Panel();
        !            41:             this.completeLabel = new System.Windows.Forms.LinkLabel();
        !            42:             this.failurePanel = new System.Windows.Forms.Panel();
        !            43:             this.copyErrorButton = new CleanFlashCommon.GradientButton();
        !            44:             this.failureBox = new System.Windows.Forms.TextBox();
        !            45:             this.failureText = new System.Windows.Forms.Label();
        !            46:             this.nextButton = new CleanFlashCommon.GradientButton();
        !            47:             this.prevButton = new CleanFlashCommon.GradientButton();
        !            48:             ((System.ComponentModel.ISupportInitialize)(this.flashLogo)).BeginInit();
        !            49:             this.installPanel.SuspendLayout();
        !            50:             this.beforeInstallPanel.SuspendLayout();
        !            51:             this.completePanel.SuspendLayout();
        !            52:             this.failurePanel.SuspendLayout();
        !            53:             this.SuspendLayout();
        !            54:             // 
        !            55:             // separator
        !            56:             // 
        !            57:             this.separator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
        !            58:             this.separator.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
        !            59:             this.separator.Location = new System.Drawing.Point(0, 270);
        !            60:             this.separator.Name = "separator";
        !            61:             this.separator.Size = new System.Drawing.Size(732, 1);
        !            62:             this.separator.TabIndex = 1;
        !            63:             // 
        !            64:             // checkboxImages
        !            65:             // 
        !            66:             this.checkboxImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("checkboxImages.ImageStream")));
        !            67:             this.checkboxImages.TransparentColor = System.Drawing.Color.Transparent;
        !            68:             this.checkboxImages.Images.SetKeyName(0, "checkboxOff.png");
        !            69:             this.checkboxImages.Images.SetKeyName(1, "checkboxOn.png");
        !            70:             // 
        !            71:             // flashLogo
        !            72:             // 
        !            73:             this.flashLogo.Image = global::CleanFlashUninstaller.Properties.Resources.flashLogo;
        !            74:             this.flashLogo.Location = new System.Drawing.Point(90, 36);
        !            75:             this.flashLogo.Margin = new System.Windows.Forms.Padding(0);
        !            76:             this.flashLogo.Name = "flashLogo";
        !            77:             this.flashLogo.Size = new System.Drawing.Size(109, 107);
        !            78:             this.flashLogo.TabIndex = 4;
        !            79:             this.flashLogo.TabStop = false;
        !            80:             // 
        !            81:             // titleLabel
        !            82:             // 
        !            83:             this.titleLabel.AutoSize = true;
        !            84:             this.titleLabel.Font = new System.Drawing.Font("Segoe UI", 24F);
        !            85:             this.titleLabel.Location = new System.Drawing.Point(233, 54);
        !            86:             this.titleLabel.Name = "titleLabel";
        !            87:             this.titleLabel.Size = new System.Drawing.Size(274, 45);
        !            88:             this.titleLabel.TabIndex = 5;
        !            89:             this.titleLabel.Text = "Clean Flash Player";
        !            90:             // 
        !            91:             // subtitleLabel
        !            92:             // 
        !            93:             this.subtitleLabel.AutoSize = true;
        !            94:             this.subtitleLabel.Font = new System.Drawing.Font("Segoe UI", 13F);
        !            95:             this.subtitleLabel.Location = new System.Drawing.Point(280, 99);
        !            96:             this.subtitleLabel.Name = "subtitleLabel";
        !            97:             this.subtitleLabel.Size = new System.Drawing.Size(231, 25);
        !            98:             this.subtitleLabel.TabIndex = 6;
        !            99:             this.subtitleLabel.Text = "built from unknown version";
        !           100:             // 
        !           101:             // installPanel
        !           102:             // 
        !           103:             this.installPanel.Controls.Add(this.progressBar);
        !           104:             this.installPanel.Controls.Add(this.progressLabel);
        !           105:             this.installPanel.Controls.Add(this.uninstallProgressLabel);
        !           106:             this.installPanel.Location = new System.Drawing.Point(90, 162);
        !           107:             this.installPanel.Name = "installPanel";
        !           108:             this.installPanel.Size = new System.Drawing.Size(545, 105);
        !           109:             this.installPanel.TabIndex = 10;
        !           110:             // 
        !           111:             // progressBar
        !           112:             // 
        !           113:             this.progressBar.Location = new System.Drawing.Point(49, 58);
        !           114:             this.progressBar.Maximum = 100;
        !           115:             this.progressBar.Minimum = 0;
        !           116:             this.progressBar.Name = "progressBar";
        !           117:             this.progressBar.ProgressBarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(147)))), ((int)(((byte)(232)))));
        !           118:             this.progressBar.ProgressBarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(99)))), ((int)(((byte)(232)))));
        !           119:             this.progressBar.Size = new System.Drawing.Size(451, 23);
        !           120:             this.progressBar.TabIndex = 2;
        !           121:             this.progressBar.Value = 0;
        !           122:             // 
        !           123:             // progressLabel
        !           124:             // 
        !           125:             this.progressLabel.AutoSize = true;
        !           126:             this.progressLabel.Location = new System.Drawing.Point(46, 30);
        !           127:             this.progressLabel.Name = "progressLabel";
        !           128:             this.progressLabel.Size = new System.Drawing.Size(74, 17);
        !           129:             this.progressLabel.TabIndex = 1;
        !           130:             this.progressLabel.Text = "Preparing...";
        !           131:             // 
        !           132:             // uninstallProgressLabel
        !           133:             // 
        !           134:             this.uninstallProgressLabel.AutoSize = true;
        !           135:             this.uninstallProgressLabel.Location = new System.Drawing.Point(3, 0);
        !           136:             this.uninstallProgressLabel.Name = "uninstallProgressLabel";
        !           137:             this.uninstallProgressLabel.Size = new System.Drawing.Size(166, 17);
        !           138:             this.uninstallProgressLabel.TabIndex = 0;
        !           139:             this.uninstallProgressLabel.Text = "Uninstallation in progress...";
        !           140:             // 
        !           141:             // beforeInstallPanel
        !           142:             // 
        !           143:             this.beforeInstallPanel.Controls.Add(this.beforeInstallLabel);
        !           144:             this.beforeInstallPanel.Location = new System.Drawing.Point(90, 162);
        !           145:             this.beforeInstallPanel.Name = "beforeInstallPanel";
        !           146:             this.beforeInstallPanel.Size = new System.Drawing.Size(545, 105);
        !           147:             this.beforeInstallPanel.TabIndex = 11;
        !           148:             // 
        !           149:             // beforeInstallLabel
        !           150:             // 
        !           151:             this.beforeInstallLabel.AutoSize = true;
        !           152:             this.beforeInstallLabel.Location = new System.Drawing.Point(3, 2);
        !           153:             this.beforeInstallLabel.Name = "beforeInstallLabel";
        !           154:             this.beforeInstallLabel.Size = new System.Drawing.Size(532, 85);
        !           155:             this.beforeInstallLabel.TabIndex = 12;
        !           156:             this.beforeInstallLabel.Text = resources.GetString("beforeInstallLabel.Text");
        !           157:             // 
        !           158:             // completePanel
        !           159:             // 
        !           160:             this.completePanel.Controls.Add(this.completeLabel);
        !           161:             this.completePanel.Location = new System.Drawing.Point(90, 162);
        !           162:             this.completePanel.Name = "completePanel";
        !           163:             this.completePanel.Size = new System.Drawing.Size(545, 105);
        !           164:             this.completePanel.TabIndex = 12;
        !           165:             // 
        !           166:             // completeLabel
        !           167:             // 
        !           168:             this.completeLabel.AutoSize = true;
        !           169:             this.completeLabel.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
        !           170:             this.completeLabel.LinkColor = System.Drawing.Color.White;
        !           171:             this.completeLabel.Location = new System.Drawing.Point(0, 0);
        !           172:             this.completeLabel.Name = "completeLabel";
        !           173:             this.completeLabel.Size = new System.Drawing.Size(409, 68);
        !           174:             this.completeLabel.TabIndex = 0;
        !           175:             this.completeLabel.Text = "\r\nAll versions of Flash Player have been successfully uninstalled.\r\n\r\nIf you ever" +
        !           176:     " change your mind, check out Clean Flash Player\'s website!";
        !           177:             this.completeLabel.VisitedLinkColor = System.Drawing.Color.White;
        !           178:             this.completeLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.completeLabel_LinkClicked);
        !           179:             // 
        !           180:             // failurePanel
        !           181:             // 
        !           182:             this.failurePanel.Controls.Add(this.copyErrorButton);
        !           183:             this.failurePanel.Controls.Add(this.failureBox);
        !           184:             this.failurePanel.Controls.Add(this.failureText);
        !           185:             this.failurePanel.Location = new System.Drawing.Point(90, 162);
        !           186:             this.failurePanel.Name = "failurePanel";
        !           187:             this.failurePanel.Size = new System.Drawing.Size(545, 105);
        !           188:             this.failurePanel.TabIndex = 13;
        !           189:             // 
        !           190:             // copyErrorButton
        !           191:             // 
        !           192:             this.copyErrorButton.BackColor = System.Drawing.Color.Black;
        !           193:             this.copyErrorButton.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(118)))), ((int)(((byte)(118)))));
        !           194:             this.copyErrorButton.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(81)))), ((int)(((byte)(81)))));
        !           195:             this.copyErrorButton.DisableAlpha = 0.644D;
        !           196:             this.copyErrorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
        !           197:             this.copyErrorButton.ForeColor = System.Drawing.SystemColors.Control;
        !           198:             this.copyErrorButton.HoverAlpha = 0.875D;
        !           199:             this.copyErrorButton.Location = new System.Drawing.Point(441, 58);
        !           200:             this.copyErrorButton.Name = "copyErrorButton";
        !           201:             this.copyErrorButton.Size = new System.Drawing.Size(104, 31);
        !           202:             this.copyErrorButton.TabIndex = 14;
        !           203:             this.copyErrorButton.Text = "COPY";
        !           204:             this.copyErrorButton.UseVisualStyleBackColor = false;
        !           205:             this.copyErrorButton.Click += new System.EventHandler(this.copyErrorButton_Click);
        !           206:             // 
        !           207:             // failureBox
        !           208:             // 
        !           209:             this.failureBox.Location = new System.Drawing.Point(4, 44);
        !           210:             this.failureBox.Multiline = true;
        !           211:             this.failureBox.Name = "failureBox";
        !           212:             this.failureBox.ReadOnly = true;
        !           213:             this.failureBox.Size = new System.Drawing.Size(431, 58);
        !           214:             this.failureBox.TabIndex = 15;
        !           215:             // 
        !           216:             // failureText
        !           217:             // 
        !           218:             this.failureText.AutoSize = true;
        !           219:             this.failureText.Location = new System.Drawing.Point(3, 2);
        !           220:             this.failureText.Name = "failureText";
        !           221:             this.failureText.Size = new System.Drawing.Size(432, 34);
        !           222:             this.failureText.TabIndex = 14;
        !           223:             this.failureText.Text = "Oops! The installation process has encountered an unexpected problem.\r\nThe follow" +
        !           224:     "ing details could be useful. Press the Retry button to try again.";
        !           225:             // 
        !           226:             // nextButton
        !           227:             // 
        !           228:             this.nextButton.BackColor = System.Drawing.Color.Black;
        !           229:             this.nextButton.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(118)))), ((int)(((byte)(118)))));
        !           230:             this.nextButton.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(81)))), ((int)(((byte)(81)))));
        !           231:             this.nextButton.DisableAlpha = 0.644D;
        !           232:             this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
        !           233:             this.nextButton.ForeColor = System.Drawing.SystemColors.Control;
        !           234:             this.nextButton.HoverAlpha = 0.875D;
        !           235:             this.nextButton.Location = new System.Drawing.Point(497, 286);
        !           236:             this.nextButton.Name = "nextButton";
        !           237:             this.nextButton.Size = new System.Drawing.Size(138, 31);
        !           238:             this.nextButton.TabIndex = 7;
        !           239:             this.nextButton.Text = "UNINSTALL";
        !           240:             this.nextButton.UseVisualStyleBackColor = false;
        !           241:             this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
        !           242:             // 
        !           243:             // prevButton
        !           244:             // 
        !           245:             this.prevButton.BackColor = System.Drawing.Color.Black;
        !           246:             this.prevButton.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(118)))), ((int)(((byte)(118)))));
        !           247:             this.prevButton.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(81)))), ((int)(((byte)(81)))));
        !           248:             this.prevButton.DisableAlpha = 0.644D;
        !           249:             this.prevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
        !           250:             this.prevButton.ForeColor = System.Drawing.SystemColors.Control;
        !           251:             this.prevButton.HoverAlpha = 0.875D;
        !           252:             this.prevButton.Location = new System.Drawing.Point(90, 286);
        !           253:             this.prevButton.Name = "prevButton";
        !           254:             this.prevButton.Size = new System.Drawing.Size(138, 31);
        !           255:             this.prevButton.TabIndex = 3;
        !           256:             this.prevButton.Text = "QUIT";
        !           257:             this.prevButton.UseVisualStyleBackColor = false;
        !           258:             this.prevButton.Click += new System.EventHandler(this.prevButton_Click);
        !           259:             // 
        !           260:             // UninstallForm
        !           261:             // 
        !           262:             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
        !           263:             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
        !           264:             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
        !           265:             this.ClientSize = new System.Drawing.Size(712, 329);
        !           266:             this.Controls.Add(this.nextButton);
        !           267:             this.Controls.Add(this.subtitleLabel);
        !           268:             this.Controls.Add(this.titleLabel);
        !           269:             this.Controls.Add(this.flashLogo);
        !           270:             this.Controls.Add(this.prevButton);
        !           271:             this.Controls.Add(this.separator);
        !           272:             this.Controls.Add(this.beforeInstallPanel);
        !           273:             this.Controls.Add(this.installPanel);
        !           274:             this.Controls.Add(this.failurePanel);
        !           275:             this.Controls.Add(this.completePanel);
        !           276:             this.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
        !           277:             this.ForeColor = System.Drawing.SystemColors.ControlLightLight;
        !           278:             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
        !           279:             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
        !           280:             this.Margin = new System.Windows.Forms.Padding(4);
        !           281:             this.MaximizeBox = false;
        !           282:             this.Name = "UninstallForm";
        !           283:             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
        !           284:             this.Text = "Clean Flash Player Dev Uninstaller";
        !           285:             this.Load += new System.EventHandler(this.UninstallForm_Load);
        !           286:             ((System.ComponentModel.ISupportInitialize)(this.flashLogo)).EndInit();
        !           287:             this.installPanel.ResumeLayout(false);
        !           288:             this.installPanel.PerformLayout();
        !           289:             this.beforeInstallPanel.ResumeLayout(false);
        !           290:             this.beforeInstallPanel.PerformLayout();
        !           291:             this.completePanel.ResumeLayout(false);
        !           292:             this.completePanel.PerformLayout();
        !           293:             this.failurePanel.ResumeLayout(false);
        !           294:             this.failurePanel.PerformLayout();
        !           295:             this.ResumeLayout(false);
        !           296:             this.PerformLayout();
        !           297: 
        !           298:         }
        !           299: 
        !           300:         #endregion
        !           301:         private System.Windows.Forms.Label separator;
        !           302:         private System.Windows.Forms.ImageList checkboxImages;
        !           303:         private CleanFlashCommon.GradientButton prevButton;
        !           304:         private System.Windows.Forms.PictureBox flashLogo;
        !           305:         private System.Windows.Forms.Label titleLabel;
        !           306:         private System.Windows.Forms.Label subtitleLabel;
        !           307:         private CleanFlashCommon.GradientButton nextButton;
        !           308:         private System.Windows.Forms.Panel installPanel;
        !           309:         private CleanFlashCommon.SmoothProgressBar progressBar;
        !           310:         private System.Windows.Forms.Label progressLabel;
        !           311:         private System.Windows.Forms.Label uninstallProgressLabel;
        !           312:         private System.Windows.Forms.Panel beforeInstallPanel;
        !           313:         private System.Windows.Forms.Label beforeInstallLabel;
        !           314:         private System.Windows.Forms.Panel completePanel;
        !           315:         private System.Windows.Forms.LinkLabel completeLabel;
        !           316:         private System.Windows.Forms.Panel failurePanel;
        !           317:         private System.Windows.Forms.TextBox failureBox;
        !           318:         private System.Windows.Forms.Label failureText;
        !           319:         private CleanFlashCommon.GradientButton copyErrorButton;
        !           320:     }
        !           321: }
        !           322: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.