Annotation of cleanflash/CleanFlashInstaller/InstallForm.Designer.cs, revision 1.1.1.1

1.1       root        1: 
                      2: namespace CleanFlashInstaller {
                      3:     partial class InstallForm {
                      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(InstallForm));
                     29:             this.disclaimerLabel = new System.Windows.Forms.Label();
                     30:             this.separator = new System.Windows.Forms.Label();
                     31:             this.checkboxImages = new System.Windows.Forms.ImageList(this.components);
                     32:             this.flashLogo = new System.Windows.Forms.PictureBox();
                     33:             this.titleLabel = new System.Windows.Forms.Label();
                     34:             this.subtitleLabel = new System.Windows.Forms.Label();
                     35:             this.disclaimerPanel = new System.Windows.Forms.Panel();
                     36:             this.choicePanel = new System.Windows.Forms.Panel();
                     37:             this.activeXLabel = new System.Windows.Forms.Label();
                     38:             this.netscapeLabel = new System.Windows.Forms.Label();
                     39:             this.pepperLabel = new System.Windows.Forms.Label();
                     40:             this.browserAskLabel = new System.Windows.Forms.Label();
                     41:             this.installPanel = new System.Windows.Forms.Panel();
                     42:             this.progressLabel = new System.Windows.Forms.Label();
                     43:             this.label2 = new System.Windows.Forms.Label();
                     44:             this.beforeInstallPanel = new System.Windows.Forms.Panel();
                     45:             this.beforeInstallLabel = new System.Windows.Forms.Label();
                     46:             this.completePanel = new System.Windows.Forms.Panel();
                     47:             this.completeLabel = new System.Windows.Forms.LinkLabel();
                     48:             this.failurePanel = new System.Windows.Forms.Panel();
                     49:             this.failureBox = new System.Windows.Forms.TextBox();
                     50:             this.failureText = new System.Windows.Forms.Label();
                     51:             this.playerChoicePanel = new System.Windows.Forms.Panel();
                     52:             this.playerStartMenuLabel = new System.Windows.Forms.Label();
                     53:             this.playerDesktopLabel = new System.Windows.Forms.Label();
                     54:             this.playerLabel = new System.Windows.Forms.Label();
                     55:             this.playerAskLabel = new System.Windows.Forms.Label();
                     56:             this.nextButton = new CleanFlashCommon.GradientButton();
                     57:             this.prevButton = new CleanFlashCommon.GradientButton();
                     58:             this.playerStartMenuBox = new CleanFlashCommon.ImageCheckBox();
                     59:             this.playerDesktopBox = new CleanFlashCommon.ImageCheckBox();
                     60:             this.playerBox = new CleanFlashCommon.ImageCheckBox();
                     61:             this.activeXBox = new CleanFlashCommon.ImageCheckBox();
                     62:             this.netscapeBox = new CleanFlashCommon.ImageCheckBox();
                     63:             this.pepperBox = new CleanFlashCommon.ImageCheckBox();
                     64:             this.disclaimerBox = new CleanFlashCommon.ImageCheckBox();
                     65:             this.copyErrorButton = new CleanFlashCommon.GradientButton();
                     66:             this.progressBar = new CleanFlashCommon.SmoothProgressBar();
                     67:             this.debugChoicePanel = new System.Windows.Forms.Panel();
                     68:             this.debugAskLabel = new System.Windows.Forms.Label();
                     69:             this.debugButton = new CleanFlashCommon.GradientButton();
                     70:             ((System.ComponentModel.ISupportInitialize)(this.flashLogo)).BeginInit();
                     71:             this.disclaimerPanel.SuspendLayout();
                     72:             this.choicePanel.SuspendLayout();
                     73:             this.installPanel.SuspendLayout();
                     74:             this.beforeInstallPanel.SuspendLayout();
                     75:             this.completePanel.SuspendLayout();
                     76:             this.failurePanel.SuspendLayout();
                     77:             this.playerChoicePanel.SuspendLayout();
                     78:             this.debugChoicePanel.SuspendLayout();
                     79:             this.SuspendLayout();
                     80:             // 
                     81:             // disclaimerLabel
                     82:             // 
                     83:             this.disclaimerLabel.AutoSize = true;
                     84:             this.disclaimerLabel.Location = new System.Drawing.Point(25, 0);
                     85:             this.disclaimerLabel.Name = "disclaimerLabel";
                     86:             this.disclaimerLabel.Size = new System.Drawing.Size(520, 85);
                     87:             this.disclaimerLabel.TabIndex = 0;
                     88:             this.disclaimerLabel.Text = resources.GetString("disclaimerLabel.Text");
                     89:             this.disclaimerLabel.Click += new System.EventHandler(this.disclaimerLabel_Click);
                     90:             // 
                     91:             // separator
                     92:             // 
                     93:             this.separator.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
                     94:             this.separator.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
                     95:             this.separator.Location = new System.Drawing.Point(0, 270);
                     96:             this.separator.Name = "separator";
                     97:             this.separator.Size = new System.Drawing.Size(732, 1);
                     98:             this.separator.TabIndex = 1;
                     99:             // 
                    100:             // checkboxImages
                    101:             // 
                    102:             this.checkboxImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("checkboxImages.ImageStream")));
                    103:             this.checkboxImages.TransparentColor = System.Drawing.Color.Transparent;
                    104:             this.checkboxImages.Images.SetKeyName(0, "checkboxOff.png");
                    105:             this.checkboxImages.Images.SetKeyName(1, "checkboxOn.png");
                    106:             // 
                    107:             // flashLogo
                    108:             // 
                    109:             this.flashLogo.Image = global::CleanFlashInstaller.Properties.Resources.flashLogo;
                    110:             this.flashLogo.Location = new System.Drawing.Point(90, 36);
                    111:             this.flashLogo.Margin = new System.Windows.Forms.Padding(0);
                    112:             this.flashLogo.Name = "flashLogo";
                    113:             this.flashLogo.Size = new System.Drawing.Size(109, 107);
                    114:             this.flashLogo.TabIndex = 4;
                    115:             this.flashLogo.TabStop = false;
                    116:             // 
                    117:             // titleLabel
                    118:             // 
                    119:             this.titleLabel.AutoSize = true;
                    120:             this.titleLabel.Font = new System.Drawing.Font("Segoe UI", 24F);
                    121:             this.titleLabel.Location = new System.Drawing.Point(233, 54);
                    122:             this.titleLabel.Name = "titleLabel";
                    123:             this.titleLabel.Size = new System.Drawing.Size(274, 45);
                    124:             this.titleLabel.TabIndex = 5;
                    125:             this.titleLabel.Text = "Clean Flash Player";
                    126:             // 
                    127:             // subtitleLabel
                    128:             // 
                    129:             this.subtitleLabel.AutoSize = true;
                    130:             this.subtitleLabel.Font = new System.Drawing.Font("Segoe UI", 13F);
                    131:             this.subtitleLabel.Location = new System.Drawing.Point(280, 99);
                    132:             this.subtitleLabel.Name = "subtitleLabel";
                    133:             this.subtitleLabel.Size = new System.Drawing.Size(231, 25);
                    134:             this.subtitleLabel.TabIndex = 6;
                    135:             this.subtitleLabel.Text = "built from unknown version";
                    136:             // 
                    137:             // disclaimerPanel
                    138:             // 
                    139:             this.disclaimerPanel.Controls.Add(this.disclaimerBox);
                    140:             this.disclaimerPanel.Controls.Add(this.disclaimerLabel);
                    141:             this.disclaimerPanel.Location = new System.Drawing.Point(90, 162);
                    142:             this.disclaimerPanel.Name = "disclaimerPanel";
                    143:             this.disclaimerPanel.Size = new System.Drawing.Size(545, 105);
                    144:             this.disclaimerPanel.TabIndex = 8;
                    145:             // 
                    146:             // choicePanel
                    147:             // 
                    148:             this.choicePanel.Controls.Add(this.activeXLabel);
                    149:             this.choicePanel.Controls.Add(this.activeXBox);
                    150:             this.choicePanel.Controls.Add(this.netscapeLabel);
                    151:             this.choicePanel.Controls.Add(this.netscapeBox);
                    152:             this.choicePanel.Controls.Add(this.pepperLabel);
                    153:             this.choicePanel.Controls.Add(this.pepperBox);
                    154:             this.choicePanel.Controls.Add(this.browserAskLabel);
                    155:             this.choicePanel.Location = new System.Drawing.Point(90, 162);
                    156:             this.choicePanel.Name = "choicePanel";
                    157:             this.choicePanel.Size = new System.Drawing.Size(545, 105);
                    158:             this.choicePanel.TabIndex = 9;
                    159:             // 
                    160:             // activeXLabel
                    161:             // 
                    162:             this.activeXLabel.AutoSize = true;
                    163:             this.activeXLabel.Location = new System.Drawing.Point(389, 47);
                    164:             this.activeXLabel.Name = "activeXLabel";
                    165:             this.activeXLabel.Size = new System.Drawing.Size(148, 34);
                    166:             this.activeXLabel.TabIndex = 8;
                    167:             this.activeXLabel.Text = "ActiveX (OCX)\r\n(IE/Embedded/Desktop)";
                    168:             this.activeXLabel.Click += new System.EventHandler(this.activeXLabel_Click);
                    169:             // 
                    170:             // netscapeLabel
                    171:             // 
                    172:             this.netscapeLabel.AutoSize = true;
                    173:             this.netscapeLabel.Location = new System.Drawing.Point(210, 47);
                    174:             this.netscapeLabel.Name = "netscapeLabel";
                    175:             this.netscapeLabel.Size = new System.Drawing.Size(131, 34);
                    176:             this.netscapeLabel.TabIndex = 6;
                    177:             this.netscapeLabel.Text = "Netscape API (NPAPI)\r\n(Firefox/ESR/Basilisk)\r\n";
                    178:             this.netscapeLabel.Click += new System.EventHandler(this.netscapeLabel_Click);
                    179:             // 
                    180:             // pepperLabel
                    181:             // 
                    182:             this.pepperLabel.AutoSize = true;
                    183:             this.pepperLabel.Location = new System.Drawing.Point(24, 47);
                    184:             this.pepperLabel.Name = "pepperLabel";
                    185:             this.pepperLabel.Size = new System.Drawing.Size(141, 34);
                    186:             this.pepperLabel.TabIndex = 4;
                    187:             this.pepperLabel.Text = "Pepper API (PPAPI)\r\n(Chrome/Opera/Brave)";
                    188:             this.pepperLabel.Click += new System.EventHandler(this.pepperLabel_Click);
                    189:             // 
                    190:             // browserAskLabel
                    191:             // 
                    192:             this.browserAskLabel.AutoSize = true;
                    193:             this.browserAskLabel.Location = new System.Drawing.Point(-2, 2);
                    194:             this.browserAskLabel.Name = "browserAskLabel";
                    195:             this.browserAskLabel.Size = new System.Drawing.Size(287, 17);
                    196:             this.browserAskLabel.TabIndex = 0;
                    197:             this.browserAskLabel.Text = "Which browser plugins would you like to install?";
                    198:             // 
                    199:             // installPanel
                    200:             // 
                    201:             this.installPanel.Controls.Add(this.progressBar);
                    202:             this.installPanel.Controls.Add(this.progressLabel);
                    203:             this.installPanel.Controls.Add(this.label2);
                    204:             this.installPanel.Location = new System.Drawing.Point(90, 162);
                    205:             this.installPanel.Name = "installPanel";
                    206:             this.installPanel.Size = new System.Drawing.Size(545, 105);
                    207:             this.installPanel.TabIndex = 10;
                    208:             // 
                    209:             // progressLabel
                    210:             // 
                    211:             this.progressLabel.AutoSize = true;
                    212:             this.progressLabel.Location = new System.Drawing.Point(46, 30);
                    213:             this.progressLabel.Name = "progressLabel";
                    214:             this.progressLabel.Size = new System.Drawing.Size(74, 17);
                    215:             this.progressLabel.TabIndex = 1;
                    216:             this.progressLabel.Text = "Preparing...";
                    217:             // 
                    218:             // label2
                    219:             // 
                    220:             this.label2.AutoSize = true;
                    221:             this.label2.Location = new System.Drawing.Point(3, 0);
                    222:             this.label2.Name = "label2";
                    223:             this.label2.Size = new System.Drawing.Size(150, 17);
                    224:             this.label2.TabIndex = 0;
                    225:             this.label2.Text = "Installation in progress...";
                    226:             // 
                    227:             // beforeInstallPanel
                    228:             // 
                    229:             this.beforeInstallPanel.Controls.Add(this.beforeInstallLabel);
                    230:             this.beforeInstallPanel.Location = new System.Drawing.Point(90, 162);
                    231:             this.beforeInstallPanel.Name = "beforeInstallPanel";
                    232:             this.beforeInstallPanel.Size = new System.Drawing.Size(545, 105);
                    233:             this.beforeInstallPanel.TabIndex = 11;
                    234:             // 
                    235:             // beforeInstallLabel
                    236:             // 
                    237:             this.beforeInstallLabel.AutoSize = true;
                    238:             this.beforeInstallLabel.Location = new System.Drawing.Point(3, 2);
                    239:             this.beforeInstallLabel.Name = "beforeInstallLabel";
                    240:             this.beforeInstallLabel.Size = new System.Drawing.Size(147, 17);
                    241:             this.beforeInstallLabel.TabIndex = 12;
                    242:             this.beforeInstallLabel.Text = "Allan please add details";
                    243:             // 
                    244:             // completePanel
                    245:             // 
                    246:             this.completePanel.Controls.Add(this.completeLabel);
                    247:             this.completePanel.Location = new System.Drawing.Point(90, 162);
                    248:             this.completePanel.Name = "completePanel";
                    249:             this.completePanel.Size = new System.Drawing.Size(545, 105);
                    250:             this.completePanel.TabIndex = 12;
                    251:             // 
                    252:             // completeLabel
                    253:             // 
                    254:             this.completeLabel.AutoSize = true;
                    255:             this.completeLabel.LinkArea = new System.Windows.Forms.LinkArea(0, 0);
                    256:             this.completeLabel.LinkColor = System.Drawing.Color.White;
                    257:             this.completeLabel.Location = new System.Drawing.Point(0, 0);
                    258:             this.completeLabel.Name = "completeLabel";
                    259:             this.completeLabel.Size = new System.Drawing.Size(168, 17);
                    260:             this.completeLabel.TabIndex = 0;
                    261:             this.completeLabel.Text = "Allan where are the details?";
                    262:             this.completeLabel.VisitedLinkColor = System.Drawing.Color.White;
                    263:             this.completeLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.completeLabel_LinkClicked);
                    264:             // 
                    265:             // failurePanel
                    266:             // 
                    267:             this.failurePanel.Controls.Add(this.copyErrorButton);
                    268:             this.failurePanel.Controls.Add(this.failureBox);
                    269:             this.failurePanel.Controls.Add(this.failureText);
                    270:             this.failurePanel.Location = new System.Drawing.Point(90, 162);
                    271:             this.failurePanel.Name = "failurePanel";
                    272:             this.failurePanel.Size = new System.Drawing.Size(545, 105);
                    273:             this.failurePanel.TabIndex = 13;
                    274:             // 
                    275:             // failureBox
                    276:             // 
                    277:             this.failureBox.Location = new System.Drawing.Point(4, 44);
                    278:             this.failureBox.Multiline = true;
                    279:             this.failureBox.Name = "failureBox";
                    280:             this.failureBox.ReadOnly = true;
                    281:             this.failureBox.Size = new System.Drawing.Size(431, 58);
                    282:             this.failureBox.TabIndex = 15;
                    283:             // 
                    284:             // failureText
                    285:             // 
                    286:             this.failureText.AutoSize = true;
                    287:             this.failureText.Location = new System.Drawing.Point(3, 2);
                    288:             this.failureText.Name = "failureText";
                    289:             this.failureText.Size = new System.Drawing.Size(432, 34);
                    290:             this.failureText.TabIndex = 14;
                    291:             this.failureText.Text = "Oops! The installation process has encountered an unexpected problem.\r\nThe follow" +
                    292:     "ing details could be useful. Press the Retry button to try again.";
                    293:             // 
                    294:             // playerChoicePanel
                    295:             // 
                    296:             this.playerChoicePanel.Controls.Add(this.playerStartMenuLabel);
                    297:             this.playerChoicePanel.Controls.Add(this.playerStartMenuBox);
                    298:             this.playerChoicePanel.Controls.Add(this.playerDesktopLabel);
                    299:             this.playerChoicePanel.Controls.Add(this.playerDesktopBox);
                    300:             this.playerChoicePanel.Controls.Add(this.playerLabel);
                    301:             this.playerChoicePanel.Controls.Add(this.playerBox);
                    302:             this.playerChoicePanel.Controls.Add(this.playerAskLabel);
                    303:             this.playerChoicePanel.Location = new System.Drawing.Point(90, 162);
                    304:             this.playerChoicePanel.Name = "playerChoicePanel";
                    305:             this.playerChoicePanel.Size = new System.Drawing.Size(545, 105);
                    306:             this.playerChoicePanel.TabIndex = 10;
                    307:             // 
                    308:             // playerStartMenuLabel
                    309:             // 
                    310:             this.playerStartMenuLabel.AutoSize = true;
                    311:             this.playerStartMenuLabel.Location = new System.Drawing.Point(389, 47);
                    312:             this.playerStartMenuLabel.Name = "playerStartMenuLabel";
                    313:             this.playerStartMenuLabel.Size = new System.Drawing.Size(104, 34);
                    314:             this.playerStartMenuLabel.TabIndex = 8;
                    315:             this.playerStartMenuLabel.Text = "Create Shortcuts\r\nin Start Menu";
                    316:             this.playerStartMenuLabel.Click += new System.EventHandler(this.playerStartMenuLabel_Click);
                    317:             // 
                    318:             // playerDesktopLabel
                    319:             // 
                    320:             this.playerDesktopLabel.AutoSize = true;
                    321:             this.playerDesktopLabel.Location = new System.Drawing.Point(210, 47);
                    322:             this.playerDesktopLabel.Name = "playerDesktopLabel";
                    323:             this.playerDesktopLabel.Size = new System.Drawing.Size(104, 34);
                    324:             this.playerDesktopLabel.TabIndex = 6;
                    325:             this.playerDesktopLabel.Text = "Create Shortcuts\r\non Desktop";
                    326:             this.playerDesktopLabel.Click += new System.EventHandler(this.playerDesktopLabel_Click);
                    327:             // 
                    328:             // playerLabel
                    329:             // 
                    330:             this.playerLabel.AutoSize = true;
                    331:             this.playerLabel.Location = new System.Drawing.Point(24, 47);
                    332:             this.playerLabel.Name = "playerLabel";
                    333:             this.playerLabel.Size = new System.Drawing.Size(110, 34);
                    334:             this.playerLabel.TabIndex = 4;
                    335:             this.playerLabel.Text = "Install Standalone\r\nFlash Player";
                    336:             this.playerLabel.Click += new System.EventHandler(this.playerLabel_Click);
                    337:             // 
                    338:             // playerAskLabel
                    339:             // 
                    340:             this.playerAskLabel.AutoSize = true;
                    341:             this.playerAskLabel.Location = new System.Drawing.Point(-2, 2);
                    342:             this.playerAskLabel.Name = "playerAskLabel";
                    343:             this.playerAskLabel.Size = new System.Drawing.Size(314, 17);
                    344:             this.playerAskLabel.TabIndex = 0;
                    345:             this.playerAskLabel.Text = "Would you like to install the standalone Flash Player?";
                    346:             // 
                    347:             // nextButton
                    348:             // 
                    349:             this.nextButton.BackColor = System.Drawing.Color.Black;
                    350:             this.nextButton.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(118)))), ((int)(((byte)(118)))));
                    351:             this.nextButton.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(81)))), ((int)(((byte)(81)))));
                    352:             this.nextButton.DisableAlpha = 0.644D;
                    353:             this.nextButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    354:             this.nextButton.ForeColor = System.Drawing.SystemColors.Control;
                    355:             this.nextButton.HoverAlpha = 0.875D;
                    356:             this.nextButton.Location = new System.Drawing.Point(497, 286);
                    357:             this.nextButton.Name = "nextButton";
                    358:             this.nextButton.Size = new System.Drawing.Size(138, 31);
                    359:             this.nextButton.TabIndex = 7;
                    360:             this.nextButton.Text = "AGREE";
                    361:             this.nextButton.UseVisualStyleBackColor = false;
                    362:             this.nextButton.Click += new System.EventHandler(this.nextButton_Click);
                    363:             // 
                    364:             // prevButton
                    365:             // 
                    366:             this.prevButton.BackColor = System.Drawing.Color.Black;
                    367:             this.prevButton.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(118)))), ((int)(((byte)(118)))));
                    368:             this.prevButton.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(81)))), ((int)(((byte)(81)))));
                    369:             this.prevButton.DisableAlpha = 0.644D;
                    370:             this.prevButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    371:             this.prevButton.ForeColor = System.Drawing.SystemColors.Control;
                    372:             this.prevButton.HoverAlpha = 0.875D;
                    373:             this.prevButton.Location = new System.Drawing.Point(90, 286);
                    374:             this.prevButton.Name = "prevButton";
                    375:             this.prevButton.Size = new System.Drawing.Size(138, 31);
                    376:             this.prevButton.TabIndex = 3;
                    377:             this.prevButton.Text = "QUIT";
                    378:             this.prevButton.UseVisualStyleBackColor = false;
                    379:             this.prevButton.Click += new System.EventHandler(this.prevButton_Click);
                    380:             // 
                    381:             // playerStartMenuBox
                    382:             // 
                    383:             this.playerStartMenuBox.Appearance = System.Windows.Forms.Appearance.Button;
                    384:             this.playerStartMenuBox.AutoSize = true;
                    385:             this.playerStartMenuBox.Checked = true;
                    386:             this.playerStartMenuBox.CheckState = System.Windows.Forms.CheckState.Checked;
                    387:             this.playerStartMenuBox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    388:             this.playerStartMenuBox.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    389:             this.playerStartMenuBox.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    390:             this.playerStartMenuBox.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    391:             this.playerStartMenuBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    392:             this.playerStartMenuBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    393:             this.playerStartMenuBox.ImageIndex = 1;
                    394:             this.playerStartMenuBox.ImageList = this.checkboxImages;
                    395:             this.playerStartMenuBox.Location = new System.Drawing.Point(365, 47);
                    396:             this.playerStartMenuBox.Margin = new System.Windows.Forms.Padding(0);
                    397:             this.playerStartMenuBox.Name = "playerStartMenuBox";
                    398:             this.playerStartMenuBox.Size = new System.Drawing.Size(21, 21);
                    399:             this.playerStartMenuBox.TabIndex = 7;
                    400:             this.playerStartMenuBox.UseVisualStyleBackColor = true;
                    401:             // 
                    402:             // playerDesktopBox
                    403:             // 
                    404:             this.playerDesktopBox.Appearance = System.Windows.Forms.Appearance.Button;
                    405:             this.playerDesktopBox.AutoSize = true;
                    406:             this.playerDesktopBox.Checked = true;
                    407:             this.playerDesktopBox.CheckState = System.Windows.Forms.CheckState.Checked;
                    408:             this.playerDesktopBox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    409:             this.playerDesktopBox.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    410:             this.playerDesktopBox.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    411:             this.playerDesktopBox.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    412:             this.playerDesktopBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    413:             this.playerDesktopBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    414:             this.playerDesktopBox.ImageIndex = 1;
                    415:             this.playerDesktopBox.ImageList = this.checkboxImages;
                    416:             this.playerDesktopBox.Location = new System.Drawing.Point(186, 47);
                    417:             this.playerDesktopBox.Margin = new System.Windows.Forms.Padding(0);
                    418:             this.playerDesktopBox.Name = "playerDesktopBox";
                    419:             this.playerDesktopBox.Size = new System.Drawing.Size(21, 21);
                    420:             this.playerDesktopBox.TabIndex = 5;
                    421:             this.playerDesktopBox.UseVisualStyleBackColor = true;
                    422:             // 
                    423:             // playerBox
                    424:             // 
                    425:             this.playerBox.Appearance = System.Windows.Forms.Appearance.Button;
                    426:             this.playerBox.AutoSize = true;
                    427:             this.playerBox.Checked = true;
                    428:             this.playerBox.CheckState = System.Windows.Forms.CheckState.Checked;
                    429:             this.playerBox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    430:             this.playerBox.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    431:             this.playerBox.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    432:             this.playerBox.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    433:             this.playerBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    434:             this.playerBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    435:             this.playerBox.ImageIndex = 1;
                    436:             this.playerBox.ImageList = this.checkboxImages;
                    437:             this.playerBox.Location = new System.Drawing.Point(0, 47);
                    438:             this.playerBox.Margin = new System.Windows.Forms.Padding(0);
                    439:             this.playerBox.Name = "playerBox";
                    440:             this.playerBox.Size = new System.Drawing.Size(21, 21);
                    441:             this.playerBox.TabIndex = 3;
                    442:             this.playerBox.UseVisualStyleBackColor = true;
                    443:             this.playerBox.CheckedChanged += new System.EventHandler(this.playerBox_CheckedChanged);
                    444:             // 
                    445:             // activeXBox
                    446:             // 
                    447:             this.activeXBox.Appearance = System.Windows.Forms.Appearance.Button;
                    448:             this.activeXBox.AutoSize = true;
                    449:             this.activeXBox.Checked = true;
                    450:             this.activeXBox.CheckState = System.Windows.Forms.CheckState.Checked;
                    451:             this.activeXBox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    452:             this.activeXBox.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    453:             this.activeXBox.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    454:             this.activeXBox.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    455:             this.activeXBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    456:             this.activeXBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    457:             this.activeXBox.ImageIndex = 1;
                    458:             this.activeXBox.ImageList = this.checkboxImages;
                    459:             this.activeXBox.Location = new System.Drawing.Point(365, 47);
                    460:             this.activeXBox.Margin = new System.Windows.Forms.Padding(0);
                    461:             this.activeXBox.Name = "activeXBox";
                    462:             this.activeXBox.Size = new System.Drawing.Size(21, 21);
                    463:             this.activeXBox.TabIndex = 7;
                    464:             this.activeXBox.UseVisualStyleBackColor = true;
                    465:             // 
                    466:             // netscapeBox
                    467:             // 
                    468:             this.netscapeBox.Appearance = System.Windows.Forms.Appearance.Button;
                    469:             this.netscapeBox.AutoSize = true;
                    470:             this.netscapeBox.Checked = true;
                    471:             this.netscapeBox.CheckState = System.Windows.Forms.CheckState.Checked;
                    472:             this.netscapeBox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    473:             this.netscapeBox.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    474:             this.netscapeBox.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    475:             this.netscapeBox.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    476:             this.netscapeBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    477:             this.netscapeBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    478:             this.netscapeBox.ImageIndex = 1;
                    479:             this.netscapeBox.ImageList = this.checkboxImages;
                    480:             this.netscapeBox.Location = new System.Drawing.Point(186, 47);
                    481:             this.netscapeBox.Margin = new System.Windows.Forms.Padding(0);
                    482:             this.netscapeBox.Name = "netscapeBox";
                    483:             this.netscapeBox.Size = new System.Drawing.Size(21, 21);
                    484:             this.netscapeBox.TabIndex = 5;
                    485:             this.netscapeBox.UseVisualStyleBackColor = true;
                    486:             // 
                    487:             // pepperBox
                    488:             // 
                    489:             this.pepperBox.Appearance = System.Windows.Forms.Appearance.Button;
                    490:             this.pepperBox.AutoSize = true;
                    491:             this.pepperBox.Checked = true;
                    492:             this.pepperBox.CheckState = System.Windows.Forms.CheckState.Checked;
                    493:             this.pepperBox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    494:             this.pepperBox.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    495:             this.pepperBox.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    496:             this.pepperBox.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    497:             this.pepperBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    498:             this.pepperBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    499:             this.pepperBox.ImageIndex = 1;
                    500:             this.pepperBox.ImageList = this.checkboxImages;
                    501:             this.pepperBox.Location = new System.Drawing.Point(0, 47);
                    502:             this.pepperBox.Margin = new System.Windows.Forms.Padding(0);
                    503:             this.pepperBox.Name = "pepperBox";
                    504:             this.pepperBox.Size = new System.Drawing.Size(21, 21);
                    505:             this.pepperBox.TabIndex = 3;
                    506:             this.pepperBox.UseVisualStyleBackColor = true;
                    507:             // 
                    508:             // disclaimerBox
                    509:             // 
                    510:             this.disclaimerBox.Appearance = System.Windows.Forms.Appearance.Button;
                    511:             this.disclaimerBox.AutoSize = true;
                    512:             this.disclaimerBox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    513:             this.disclaimerBox.FlatAppearance.CheckedBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    514:             this.disclaimerBox.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    515:             this.disclaimerBox.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    516:             this.disclaimerBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    517:             this.disclaimerBox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    518:             this.disclaimerBox.ImageIndex = 0;
                    519:             this.disclaimerBox.ImageList = this.checkboxImages;
                    520:             this.disclaimerBox.Location = new System.Drawing.Point(0, 0);
                    521:             this.disclaimerBox.Margin = new System.Windows.Forms.Padding(0);
                    522:             this.disclaimerBox.Name = "disclaimerBox";
                    523:             this.disclaimerBox.Size = new System.Drawing.Size(21, 21);
                    524:             this.disclaimerBox.TabIndex = 2;
                    525:             this.disclaimerBox.UseVisualStyleBackColor = true;
                    526:             this.disclaimerBox.CheckedChanged += new System.EventHandler(this.disclaimerBox_CheckedChanged);
                    527:             // 
                    528:             // copyErrorButton
                    529:             // 
                    530:             this.copyErrorButton.BackColor = System.Drawing.Color.Black;
                    531:             this.copyErrorButton.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(118)))), ((int)(((byte)(118)))));
                    532:             this.copyErrorButton.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(81)))), ((int)(((byte)(81)))));
                    533:             this.copyErrorButton.DisableAlpha = 0.644D;
                    534:             this.copyErrorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    535:             this.copyErrorButton.ForeColor = System.Drawing.SystemColors.Control;
                    536:             this.copyErrorButton.HoverAlpha = 0.875D;
                    537:             this.copyErrorButton.Location = new System.Drawing.Point(441, 58);
                    538:             this.copyErrorButton.Name = "copyErrorButton";
                    539:             this.copyErrorButton.Size = new System.Drawing.Size(104, 31);
                    540:             this.copyErrorButton.TabIndex = 14;
                    541:             this.copyErrorButton.Text = "COPY";
                    542:             this.copyErrorButton.UseVisualStyleBackColor = false;
                    543:             this.copyErrorButton.Click += new System.EventHandler(this.copyErrorButton_Click);
                    544:             // 
                    545:             // progressBar
                    546:             // 
                    547:             this.progressBar.Location = new System.Drawing.Point(49, 58);
                    548:             this.progressBar.Maximum = 100;
                    549:             this.progressBar.Minimum = 0;
                    550:             this.progressBar.Name = "progressBar";
                    551:             this.progressBar.ProgressBarColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(147)))), ((int)(((byte)(232)))));
                    552:             this.progressBar.ProgressBarColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(99)))), ((int)(((byte)(232)))));
                    553:             this.progressBar.Size = new System.Drawing.Size(451, 23);
                    554:             this.progressBar.TabIndex = 2;
                    555:             this.progressBar.Value = 0;
                    556:             // 
                    557:             // debugChoicePanel
                    558:             // 
                    559:             this.debugChoicePanel.Controls.Add(this.debugButton);
                    560:             this.debugChoicePanel.Controls.Add(this.debugAskLabel);
                    561:             this.debugChoicePanel.Location = new System.Drawing.Point(90, 163);
                    562:             this.debugChoicePanel.Name = "debugChoicePanel";
                    563:             this.debugChoicePanel.Size = new System.Drawing.Size(545, 105);
                    564:             this.debugChoicePanel.TabIndex = 11;
                    565:             // 
                    566:             // debugAskLabel
                    567:             // 
                    568:             this.debugAskLabel.AutoSize = true;
                    569:             this.debugAskLabel.Location = new System.Drawing.Point(-2, 2);
                    570:             this.debugAskLabel.Name = "debugAskLabel";
                    571:             this.debugAskLabel.Size = new System.Drawing.Size(535, 51);
                    572:             this.debugAskLabel.TabIndex = 0;
                    573:             this.debugAskLabel.Text = "Would you like to install the debug version of Clean Flash Player?\r\nYou should on" +
                    574:     "ly choose the debug version if you are planning to create Flash applications.\r\nI" +
                    575:     "f you are not sure, simply press NEXT.";
                    576:             // 
                    577:             // debugButton
                    578:             // 
                    579:             this.debugButton.BackColor = System.Drawing.Color.Black;
                    580:             this.debugButton.Color1 = System.Drawing.Color.FromArgb(((int)(((byte)(118)))), ((int)(((byte)(118)))), ((int)(((byte)(118)))));
                    581:             this.debugButton.Color2 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(81)))), ((int)(((byte)(81)))));
                    582:             this.debugButton.DisableAlpha = 0.644D;
                    583:             this.debugButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
                    584:             this.debugButton.ForeColor = System.Drawing.SystemColors.Control;
                    585:             this.debugButton.HoverAlpha = 0.875D;
                    586:             this.debugButton.Location = new System.Drawing.Point(186, 65);
                    587:             this.debugButton.Name = "debugButton";
                    588:             this.debugButton.Size = new System.Drawing.Size(176, 31);
                    589:             this.debugButton.TabIndex = 8;
                    590:             this.debugButton.Text = "INSTALL DEBUG VERSION";
                    591:             this.debugButton.UseVisualStyleBackColor = false;
                    592:             this.debugButton.Click += new System.EventHandler(this.debugButton_Click);
                    593:             // 
                    594:             // InstallForm
                    595:             // 
                    596:             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
                    597:             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
                    598:             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
                    599:             this.ClientSize = new System.Drawing.Size(712, 329);
                    600:             this.Controls.Add(this.nextButton);
                    601:             this.Controls.Add(this.subtitleLabel);
                    602:             this.Controls.Add(this.titleLabel);
                    603:             this.Controls.Add(this.flashLogo);
                    604:             this.Controls.Add(this.prevButton);
                    605:             this.Controls.Add(this.separator);
                    606:             this.Controls.Add(this.completePanel);
                    607:             this.Controls.Add(this.beforeInstallPanel);
                    608:             this.Controls.Add(this.installPanel);
                    609:             this.Controls.Add(this.debugChoicePanel);
                    610:             this.Controls.Add(this.playerChoicePanel);
                    611:             this.Controls.Add(this.choicePanel);
                    612:             this.Controls.Add(this.disclaimerPanel);
                    613:             this.Controls.Add(this.failurePanel);
                    614:             this.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
                    615:             this.ForeColor = System.Drawing.SystemColors.ControlLightLight;
                    616:             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
                    617:             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
                    618:             this.Margin = new System.Windows.Forms.Padding(4);
                    619:             this.MaximizeBox = false;
                    620:             this.Name = "InstallForm";
                    621:             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
                    622:             this.Text = "Clean Flash Player Dev Installer";
                    623:             this.Load += new System.EventHandler(this.InstallForm_Load);
                    624:             ((System.ComponentModel.ISupportInitialize)(this.flashLogo)).EndInit();
                    625:             this.disclaimerPanel.ResumeLayout(false);
                    626:             this.disclaimerPanel.PerformLayout();
                    627:             this.choicePanel.ResumeLayout(false);
                    628:             this.choicePanel.PerformLayout();
                    629:             this.installPanel.ResumeLayout(false);
                    630:             this.installPanel.PerformLayout();
                    631:             this.beforeInstallPanel.ResumeLayout(false);
                    632:             this.beforeInstallPanel.PerformLayout();
                    633:             this.completePanel.ResumeLayout(false);
                    634:             this.completePanel.PerformLayout();
                    635:             this.failurePanel.ResumeLayout(false);
                    636:             this.failurePanel.PerformLayout();
                    637:             this.playerChoicePanel.ResumeLayout(false);
                    638:             this.playerChoicePanel.PerformLayout();
                    639:             this.debugChoicePanel.ResumeLayout(false);
                    640:             this.debugChoicePanel.PerformLayout();
                    641:             this.ResumeLayout(false);
                    642:             this.PerformLayout();
                    643: 
                    644:         }
                    645: 
                    646:         #endregion
                    647: 
                    648:         private System.Windows.Forms.Label disclaimerLabel;
                    649:         private System.Windows.Forms.Label separator;
                    650:         private System.Windows.Forms.ImageList checkboxImages;
                    651:         private CleanFlashCommon.ImageCheckBox disclaimerBox;
                    652:         private CleanFlashCommon.GradientButton prevButton;
                    653:         private System.Windows.Forms.PictureBox flashLogo;
                    654:         private System.Windows.Forms.Label titleLabel;
                    655:         private System.Windows.Forms.Label subtitleLabel;
                    656:         private CleanFlashCommon.GradientButton nextButton;
                    657:         private System.Windows.Forms.Panel disclaimerPanel;
                    658:         private System.Windows.Forms.Panel choicePanel;
                    659:         private System.Windows.Forms.Label activeXLabel;
                    660:         private CleanFlashCommon.ImageCheckBox activeXBox;
                    661:         private System.Windows.Forms.Label netscapeLabel;
                    662:         private CleanFlashCommon.ImageCheckBox netscapeBox;
                    663:         private System.Windows.Forms.Label pepperLabel;
                    664:         private CleanFlashCommon.ImageCheckBox pepperBox;
                    665:         private System.Windows.Forms.Label browserAskLabel;
                    666:         private System.Windows.Forms.Panel installPanel;
                    667:         private CleanFlashCommon.SmoothProgressBar progressBar;
                    668:         private System.Windows.Forms.Label progressLabel;
                    669:         private System.Windows.Forms.Label label2;
                    670:         private System.Windows.Forms.Panel beforeInstallPanel;
                    671:         private System.Windows.Forms.Label beforeInstallLabel;
                    672:         private System.Windows.Forms.Panel completePanel;
                    673:         private System.Windows.Forms.LinkLabel completeLabel;
                    674:         private System.Windows.Forms.Panel failurePanel;
                    675:         private System.Windows.Forms.TextBox failureBox;
                    676:         private System.Windows.Forms.Label failureText;
                    677:         private CleanFlashCommon.GradientButton copyErrorButton;
                    678:         private System.Windows.Forms.Panel playerChoicePanel;
                    679:         private System.Windows.Forms.Label playerStartMenuLabel;
                    680:         private CleanFlashCommon.ImageCheckBox playerStartMenuBox;
                    681:         private System.Windows.Forms.Label playerDesktopLabel;
                    682:         private CleanFlashCommon.ImageCheckBox playerDesktopBox;
                    683:         private System.Windows.Forms.Label playerLabel;
                    684:         private CleanFlashCommon.ImageCheckBox playerBox;
                    685:         private System.Windows.Forms.Label playerAskLabel;
                    686:         private System.Windows.Forms.Panel debugChoicePanel;
                    687:         private CleanFlashCommon.GradientButton debugButton;
                    688:         private System.Windows.Forms.Label debugAskLabel;
                    689:     }
                    690: }
                    691: 

unix.superglobalmegacorp.com

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