PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/branches/MVCWebInterface/Server/WHS/TV4Home.Server.WHS.AddIn/Wizards/UninstallTVServer/WPUninstallStartControl.designer.cs

#
C# | 165 lines | 124 code | 6 blank | 35 comment | 3 complexity | 0f3a89aeedb3f55c3feeee0ba890df24 MD5 | raw file
  1. namespace Microsoft.HomeServer.HomeServerConsoleTab.TV4Home.Server.WHS.AddIn.Wizards.UninstallTVServer
  2. {
  3. partial class WPUninstallStartControl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  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. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  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. {
  28. this.wizardPageFieldLabel1 = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  29. this.wizardPageBoldLabel1 = new Microsoft.HomeServer.Controls.WizardPageBoldLabel();
  30. this.wizardPageGrayedFieldLabel1 = new Microsoft.HomeServer.Controls.WizardPageGrayedFieldLabel();
  31. this.wizardPageFieldLabel3 = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  32. this.rbStandardUninstall = new Microsoft.HomeServer.Controls.QRadioButton();
  33. this.rbCompleteUninstall = new Microsoft.HomeServer.Controls.QRadioButton();
  34. this.wizardPageGrayedFieldLabel2 = new Microsoft.HomeServer.Controls.WizardPageGrayedFieldLabel();
  35. this.SuspendLayout();
  36. //
  37. // wizardPageFieldLabel1
  38. //
  39. this.wizardPageFieldLabel1.AutoSize = true;
  40. this.wizardPageFieldLabel1.BackColor = System.Drawing.Color.Transparent;
  41. this.wizardPageFieldLabel1.Font = new System.Drawing.Font("Tahoma", 8F);
  42. this.wizardPageFieldLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  43. this.wizardPageFieldLabel1.Location = new System.Drawing.Point(14, 40);
  44. this.wizardPageFieldLabel1.Name = "wizardPageFieldLabel1";
  45. this.wizardPageFieldLabel1.Size = new System.Drawing.Size(364, 13);
  46. this.wizardPageFieldLabel1.TabIndex = 2;
  47. this.wizardPageFieldLabel1.Text = "You are about to uninstall the TV Server from your Windows Home Server.";
  48. this.wizardPageFieldLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  49. this.wizardPageFieldLabel1.UseMnemonic = false;
  50. //
  51. // wizardPageBoldLabel1
  52. //
  53. this.wizardPageBoldLabel1.AutoSize = true;
  54. this.wizardPageBoldLabel1.BackColor = System.Drawing.Color.Transparent;
  55. this.wizardPageBoldLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
  56. this.wizardPageBoldLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  57. this.wizardPageBoldLabel1.Location = new System.Drawing.Point(14, 13);
  58. this.wizardPageBoldLabel1.Name = "wizardPageBoldLabel1";
  59. this.wizardPageBoldLabel1.Size = new System.Drawing.Size(185, 13);
  60. this.wizardPageBoldLabel1.TabIndex = 0;
  61. this.wizardPageBoldLabel1.Text = "Uninstall MediaPortal TV Server";
  62. this.wizardPageBoldLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  63. //
  64. // wizardPageGrayedFieldLabel1
  65. //
  66. this.wizardPageGrayedFieldLabel1.BackColor = System.Drawing.Color.Transparent;
  67. this.wizardPageGrayedFieldLabel1.Font = new System.Drawing.Font("Tahoma", 8F);
  68. this.wizardPageGrayedFieldLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
  69. this.wizardPageGrayedFieldLabel1.Location = new System.Drawing.Point(33, 115);
  70. this.wizardPageGrayedFieldLabel1.Name = "wizardPageGrayedFieldLabel1";
  71. this.wizardPageGrayedFieldLabel1.Size = new System.Drawing.Size(458, 31);
  72. this.wizardPageGrayedFieldLabel1.TabIndex = 6;
  73. this.wizardPageGrayedFieldLabel1.Text = "Only the main application will be uninstalled, userfiles and databases will not b" +
  74. "e deleted (recommended)";
  75. this.wizardPageGrayedFieldLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  76. //
  77. // wizardPageFieldLabel3
  78. //
  79. this.wizardPageFieldLabel3.AutoSize = true;
  80. this.wizardPageFieldLabel3.BackColor = System.Drawing.Color.Transparent;
  81. this.wizardPageFieldLabel3.Font = new System.Drawing.Font("Tahoma", 8F);
  82. this.wizardPageFieldLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  83. this.wizardPageFieldLabel3.Location = new System.Drawing.Point(14, 73);
  84. this.wizardPageFieldLabel3.Name = "wizardPageFieldLabel3";
  85. this.wizardPageFieldLabel3.Size = new System.Drawing.Size(189, 13);
  86. this.wizardPageFieldLabel3.TabIndex = 2;
  87. this.wizardPageFieldLabel3.Text = "Please choose the uninstallation type:";
  88. this.wizardPageFieldLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  89. this.wizardPageFieldLabel3.UseMnemonic = false;
  90. //
  91. // rbStandardUninstall
  92. //
  93. this.rbStandardUninstall.AutoSize = true;
  94. this.rbStandardUninstall.BackColor = System.Drawing.Color.Transparent;
  95. this.rbStandardUninstall.Checked = true;
  96. this.rbStandardUninstall.Font = new System.Drawing.Font("Tahoma", 8F);
  97. this.rbStandardUninstall.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  98. this.rbStandardUninstall.Location = new System.Drawing.Point(17, 95);
  99. this.rbStandardUninstall.Name = "rbStandardUninstall";
  100. this.rbStandardUninstall.Size = new System.Drawing.Size(190, 17);
  101. this.rbStandardUninstall.TabIndex = 1;
  102. this.rbStandardUninstall.TabStop = true;
  103. this.rbStandardUninstall.Text = "Standard Uninstall (recommended)";
  104. this.rbStandardUninstall.UseVisualStyleBackColor = false;
  105. //
  106. // rbCompleteUninstall
  107. //
  108. this.rbCompleteUninstall.AutoSize = true;
  109. this.rbCompleteUninstall.BackColor = System.Drawing.Color.Transparent;
  110. this.rbCompleteUninstall.Font = new System.Drawing.Font("Tahoma", 8F);
  111. this.rbCompleteUninstall.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  112. this.rbCompleteUninstall.Location = new System.Drawing.Point(17, 154);
  113. this.rbCompleteUninstall.Name = "rbCompleteUninstall";
  114. this.rbCompleteUninstall.Size = new System.Drawing.Size(262, 17);
  115. this.rbCompleteUninstall.TabIndex = 2;
  116. this.rbCompleteUninstall.Text = "Complete uninstallation for MediaPortal TV Server";
  117. this.rbCompleteUninstall.UseVisualStyleBackColor = false;
  118. this.rbCompleteUninstall.Visible = false;
  119. //
  120. // wizardPageGrayedFieldLabel2
  121. //
  122. this.wizardPageGrayedFieldLabel2.BackColor = System.Drawing.Color.Transparent;
  123. this.wizardPageGrayedFieldLabel2.Font = new System.Drawing.Font("Tahoma", 8F);
  124. this.wizardPageGrayedFieldLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
  125. this.wizardPageGrayedFieldLabel2.Location = new System.Drawing.Point(33, 174);
  126. this.wizardPageGrayedFieldLabel2.Name = "wizardPageGrayedFieldLabel2";
  127. this.wizardPageGrayedFieldLabel2.Size = new System.Drawing.Size(458, 31);
  128. this.wizardPageGrayedFieldLabel2.TabIndex = 6;
  129. this.wizardPageGrayedFieldLabel2.Text = "This will uninstall MediaPortal TV Server, delete all userfiles and databases";
  130. this.wizardPageGrayedFieldLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  131. this.wizardPageGrayedFieldLabel2.Visible = false;
  132. //
  133. // WPUninstallStartControl
  134. //
  135. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  137. this.BackColor = System.Drawing.Color.Transparent;
  138. this.Controls.Add(this.rbCompleteUninstall);
  139. this.Controls.Add(this.rbStandardUninstall);
  140. this.Controls.Add(this.wizardPageGrayedFieldLabel2);
  141. this.Controls.Add(this.wizardPageGrayedFieldLabel1);
  142. this.Controls.Add(this.wizardPageBoldLabel1);
  143. this.Controls.Add(this.wizardPageFieldLabel3);
  144. this.Controls.Add(this.wizardPageFieldLabel1);
  145. this.Name = "WPUninstallStartControl";
  146. this.Size = new System.Drawing.Size(494, 241);
  147. this.ResumeLayout(false);
  148. this.PerformLayout();
  149. }
  150. #endregion
  151. private Microsoft.HomeServer.Controls.WizardPageFieldLabel wizardPageFieldLabel1;
  152. private Microsoft.HomeServer.Controls.WizardPageBoldLabel wizardPageBoldLabel1;
  153. private Microsoft.HomeServer.Controls.WizardPageGrayedFieldLabel wizardPageGrayedFieldLabel1;
  154. private Microsoft.HomeServer.Controls.WizardPageFieldLabel wizardPageFieldLabel3;
  155. private Microsoft.HomeServer.Controls.QRadioButton rbStandardUninstall;
  156. private Microsoft.HomeServer.Controls.QRadioButton rbCompleteUninstall;
  157. private Microsoft.HomeServer.Controls.WizardPageGrayedFieldLabel wizardPageGrayedFieldLabel2;
  158. }
  159. }