PageRenderTime 44ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/branches/MVCWebInterface/Server/WHS/TV4Home.Server.WHS.AddIn/Wizards/InstallTVServer/WPDatabaseTypeControl.Designer.cs

#
C# | 160 lines | 119 code | 6 blank | 35 comment | 3 complexity | 5ab3474e077a390c150797c2ddb69ef3 MD5 | raw file
  1. namespace Microsoft.HomeServer.HomeServerConsoleTab.TV4Home.Server.WHS.AddIn.Wizards.InstallTVServer
  2. {
  3. partial class WPDatabaseTypeControl
  4. {
  5. /// <summary>
  6. /// Erforderliche Designervariable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Verwendete Ressourcen bereinigen.
  11. /// </summary>
  12. /// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls 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 Vom Komponenten-Designer generierter Code
  22. /// <summary>
  23. /// Erforderliche Methode für die Designerunterstützung.
  24. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.wizardDescriptionLabel3 = new Microsoft.HomeServer.Controls.WizardDescriptionLabel();
  29. this.wizardDescriptionLabel2 = new Microsoft.HomeServer.Controls.WizardDescriptionLabel();
  30. this.wizardDescriptionLabel1 = new Microsoft.HomeServer.Controls.WizardDescriptionLabel();
  31. this.wizardPageBoldLabel1 = new Microsoft.HomeServer.Controls.WizardPageBoldLabel();
  32. this.rbSQLAlreadyPresent = new Microsoft.HomeServer.Controls.QRadioButton();
  33. this.rbMySQL = new Microsoft.HomeServer.Controls.QRadioButton();
  34. this.rbMSSQL = new Microsoft.HomeServer.Controls.QRadioButton();
  35. this.SuspendLayout();
  36. //
  37. // wizardDescriptionLabel3
  38. //
  39. this.wizardDescriptionLabel3.AutoSize = true;
  40. this.wizardDescriptionLabel3.BackColor = System.Drawing.Color.Transparent;
  41. this.wizardDescriptionLabel3.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  42. this.wizardDescriptionLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(103)))), ((int)(((byte)(104)))));
  43. this.wizardDescriptionLabel3.Location = new System.Drawing.Point(28, 120);
  44. this.wizardDescriptionLabel3.Name = "wizardDescriptionLabel3";
  45. this.wizardDescriptionLabel3.Size = new System.Drawing.Size(392, 13);
  46. this.wizardDescriptionLabel3.TabIndex = 12;
  47. this.wizardDescriptionLabel3.Text = "Choose this if you want to install Microsoft SQL Server as your database server.";
  48. //
  49. // wizardDescriptionLabel2
  50. //
  51. this.wizardDescriptionLabel2.AutoSize = true;
  52. this.wizardDescriptionLabel2.BackColor = System.Drawing.Color.Transparent;
  53. this.wizardDescriptionLabel2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  54. this.wizardDescriptionLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(103)))), ((int)(((byte)(104)))));
  55. this.wizardDescriptionLabel2.Location = new System.Drawing.Point(28, 68);
  56. this.wizardDescriptionLabel2.Name = "wizardDescriptionLabel2";
  57. this.wizardDescriptionLabel2.Size = new System.Drawing.Size(324, 13);
  58. this.wizardDescriptionLabel2.TabIndex = 13;
  59. this.wizardDescriptionLabel2.Text = "Choose this if you want to install MySQL as your database server.";
  60. //
  61. // wizardDescriptionLabel1
  62. //
  63. this.wizardDescriptionLabel1.AutoSize = true;
  64. this.wizardDescriptionLabel1.BackColor = System.Drawing.Color.Transparent;
  65. this.wizardDescriptionLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  66. this.wizardDescriptionLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(103)))), ((int)(((byte)(104)))));
  67. this.wizardDescriptionLabel1.Location = new System.Drawing.Point(28, 174);
  68. this.wizardDescriptionLabel1.Name = "wizardDescriptionLabel1";
  69. this.wizardDescriptionLabel1.Size = new System.Drawing.Size(423, 13);
  70. this.wizardDescriptionLabel1.TabIndex = 14;
  71. this.wizardDescriptionLabel1.Text = "Choose this if you have already installed a SQL database server on your Home Serv" +
  72. "er.";
  73. //
  74. // wizardPageBoldLabel1
  75. //
  76. this.wizardPageBoldLabel1.AutoSize = true;
  77. this.wizardPageBoldLabel1.BackColor = System.Drawing.Color.Transparent;
  78. this.wizardPageBoldLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
  79. this.wizardPageBoldLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  80. this.wizardPageBoldLabel1.Location = new System.Drawing.Point(8, 11);
  81. this.wizardPageBoldLabel1.Name = "wizardPageBoldLabel1";
  82. this.wizardPageBoldLabel1.Size = new System.Drawing.Size(295, 13);
  83. this.wizardPageBoldLabel1.TabIndex = 10;
  84. this.wizardPageBoldLabel1.Text = "Please select the database server you want to use:";
  85. this.wizardPageBoldLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  86. //
  87. // rbSQLAlreadyPresent
  88. //
  89. this.rbSQLAlreadyPresent.AutoSize = true;
  90. this.rbSQLAlreadyPresent.BackColor = System.Drawing.Color.Transparent;
  91. this.rbSQLAlreadyPresent.Font = new System.Drawing.Font("Tahoma", 8F);
  92. this.rbSQLAlreadyPresent.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  93. this.rbSQLAlreadyPresent.Location = new System.Drawing.Point(11, 152);
  94. this.rbSQLAlreadyPresent.Name = "rbSQLAlreadyPresent";
  95. this.rbSQLAlreadyPresent.Size = new System.Drawing.Size(331, 17);
  96. this.rbSQLAlreadyPresent.TabIndex = 9;
  97. this.rbSQLAlreadyPresent.Text = "SQL Server is already present and should be used for TV Server";
  98. this.rbSQLAlreadyPresent.UseVisualStyleBackColor = true;
  99. //
  100. // rbMySQL
  101. //
  102. this.rbMySQL.AutoSize = true;
  103. this.rbMySQL.BackColor = System.Drawing.Color.Transparent;
  104. this.rbMySQL.Checked = true;
  105. this.rbMySQL.Font = new System.Drawing.Font("Tahoma", 8F);
  106. this.rbMySQL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  107. this.rbMySQL.Location = new System.Drawing.Point(11, 48);
  108. this.rbMySQL.Name = "rbMySQL";
  109. this.rbMySQL.Size = new System.Drawing.Size(145, 17);
  110. this.rbMySQL.TabIndex = 8;
  111. this.rbMySQL.TabStop = true;
  112. this.rbMySQL.Text = "MySQL 5 (recommended)";
  113. this.rbMySQL.UseVisualStyleBackColor = true;
  114. //
  115. // rbMSSQL
  116. //
  117. this.rbMSSQL.AutoSize = true;
  118. this.rbMSSQL.BackColor = System.Drawing.Color.Transparent;
  119. this.rbMSSQL.Font = new System.Drawing.Font("Tahoma", 8F);
  120. this.rbMSSQL.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  121. this.rbMSSQL.Location = new System.Drawing.Point(11, 100);
  122. this.rbMSSQL.Name = "rbMSSQL";
  123. this.rbMSSQL.Size = new System.Drawing.Size(194, 17);
  124. this.rbMSSQL.TabIndex = 7;
  125. this.rbMSSQL.Text = "Microsoft SQL Server Express 2005";
  126. this.rbMSSQL.UseVisualStyleBackColor = true;
  127. //
  128. // WPDatabaseTypeControl
  129. //
  130. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  132. this.BackColor = System.Drawing.Color.Transparent;
  133. this.Controls.Add(this.wizardDescriptionLabel3);
  134. this.Controls.Add(this.wizardDescriptionLabel2);
  135. this.Controls.Add(this.wizardDescriptionLabel1);
  136. this.Controls.Add(this.wizardPageBoldLabel1);
  137. this.Controls.Add(this.rbSQLAlreadyPresent);
  138. this.Controls.Add(this.rbMySQL);
  139. this.Controls.Add(this.rbMSSQL);
  140. this.Name = "WPDatabaseTypeControl";
  141. this.Size = new System.Drawing.Size(494, 241);
  142. this.ResumeLayout(false);
  143. this.PerformLayout();
  144. }
  145. #endregion
  146. private Microsoft.HomeServer.Controls.WizardDescriptionLabel wizardDescriptionLabel3;
  147. private Microsoft.HomeServer.Controls.WizardDescriptionLabel wizardDescriptionLabel2;
  148. private Microsoft.HomeServer.Controls.WizardDescriptionLabel wizardDescriptionLabel1;
  149. private Microsoft.HomeServer.Controls.WizardPageBoldLabel wizardPageBoldLabel1;
  150. private Microsoft.HomeServer.Controls.QRadioButton rbSQLAlreadyPresent;
  151. private Microsoft.HomeServer.Controls.QRadioButton rbMySQL;
  152. private Microsoft.HomeServer.Controls.QRadioButton rbMSSQL;
  153. }
  154. }