PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
C# | 158 lines | 120 code | 6 blank | 32 comment | 3 complexity | 55db34ceef70e8d27733e1f69fc39637 MD5 | raw file
  1. namespace Microsoft.HomeServer.HomeServerConsoleTab.TV4Home.Server.WHS.AddIn.Wizards.InstallTVServer
  2. {
  3. partial class WPTvServerSettingsControl
  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.wizardDescriptionLabel1 = new Microsoft.HomeServer.Controls.WizardDescriptionLabel();
  29. this.wizardPageFieldLabel1 = new Microsoft.HomeServer.Controls.WizardPageFieldLabel();
  30. this.chkConfigureFirewall = new Microsoft.HomeServer.Controls.PropertyPageCheckBox();
  31. this.btnBrowse = new Microsoft.HomeServer.Controls.QButton();
  32. this.txtTVServerInstallDir = new Microsoft.HomeServer.Controls.PropertyPageEditableTextBoxField();
  33. this.wizardPageBoldLabel1 = new Microsoft.HomeServer.Controls.WizardPageBoldLabel();
  34. this.SuspendLayout();
  35. //
  36. // wizardDescriptionLabel1
  37. //
  38. this.wizardDescriptionLabel1.BackColor = System.Drawing.Color.Transparent;
  39. this.wizardDescriptionLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  40. this.wizardDescriptionLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(103)))), ((int)(((byte)(104)))));
  41. this.wizardDescriptionLabel1.Location = new System.Drawing.Point(22, 114);
  42. this.wizardDescriptionLabel1.Name = "wizardDescriptionLabel1";
  43. this.wizardDescriptionLabel1.Size = new System.Drawing.Size(435, 61);
  44. this.wizardDescriptionLabel1.TabIndex = 17;
  45. this.wizardDescriptionLabel1.Text = "The TV Server will be accessible from your local network (LAN). \r\nThis is importa" +
  46. "nt if you want to watch TV on network clients.";
  47. //
  48. // wizardPageFieldLabel1
  49. //
  50. this.wizardPageFieldLabel1.AutoSize = true;
  51. this.wizardPageFieldLabel1.BackColor = System.Drawing.Color.Transparent;
  52. this.wizardPageFieldLabel1.Font = new System.Drawing.Font("Tahoma", 8F);
  53. this.wizardPageFieldLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  54. this.wizardPageFieldLabel1.Location = new System.Drawing.Point(5, 35);
  55. this.wizardPageFieldLabel1.Name = "wizardPageFieldLabel1";
  56. this.wizardPageFieldLabel1.Size = new System.Drawing.Size(158, 13);
  57. this.wizardPageFieldLabel1.TabIndex = 16;
  58. this.wizardPageFieldLabel1.Text = "TV Server installation directory:";
  59. this.wizardPageFieldLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  60. this.wizardPageFieldLabel1.UseMnemonic = false;
  61. //
  62. // chkConfigureFirewall
  63. //
  64. this.chkConfigureFirewall.AutoSize = true;
  65. this.chkConfigureFirewall.BackColor = System.Drawing.Color.Transparent;
  66. this.chkConfigureFirewall.Checked = true;
  67. this.chkConfigureFirewall.CheckState = System.Windows.Forms.CheckState.Checked;
  68. this.chkConfigureFirewall.FlatAppearance.BorderSize = 0;
  69. this.chkConfigureFirewall.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  70. this.chkConfigureFirewall.Font = new System.Drawing.Font("Tahoma", 8F);
  71. this.chkConfigureFirewall.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  72. this.chkConfigureFirewall.Location = new System.Drawing.Point(8, 94);
  73. this.chkConfigureFirewall.Name = "chkConfigureFirewall";
  74. this.chkConfigureFirewall.Size = new System.Drawing.Size(336, 17);
  75. this.chkConfigureFirewall.TabIndex = 15;
  76. this.chkConfigureFirewall.Text = "Configure Windows Firewall to allow external access to TV Server";
  77. this.chkConfigureFirewall.UseVisualStyleBackColor = true;
  78. //
  79. // btnBrowse
  80. //
  81. this.btnBrowse.AutoSize = true;
  82. this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
  83. this.btnBrowse.DisabledForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
  84. this.btnBrowse.Enabled = false;
  85. this.btnBrowse.FlatAppearance.BorderSize = 0;
  86. this.btnBrowse.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
  87. this.btnBrowse.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
  88. this.btnBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  89. this.btnBrowse.Font = new System.Drawing.Font("Tahoma", 8F);
  90. this.btnBrowse.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  91. this.btnBrowse.IsHovered = false;
  92. this.btnBrowse.IsPressed = false;
  93. this.btnBrowse.Location = new System.Drawing.Point(417, 53);
  94. this.btnBrowse.Margins = 0;
  95. this.btnBrowse.MaximumSize = new System.Drawing.Size(360, 21);
  96. this.btnBrowse.MinimumSize = new System.Drawing.Size(72, 21);
  97. this.btnBrowse.Name = "btnBrowse";
  98. this.btnBrowse.Size = new System.Drawing.Size(72, 21);
  99. this.btnBrowse.TabIndex = 14;
  100. this.btnBrowse.Text = "Browse...";
  101. this.btnBrowse.UseVisualStyleBackColor = true;
  102. //
  103. // txtTVServerInstallDir
  104. //
  105. this.txtTVServerInstallDir.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  106. this.txtTVServerInstallDir.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  107. this.txtTVServerInstallDir.Enabled = false;
  108. this.txtTVServerInstallDir.Font = new System.Drawing.Font("Tahoma", 8F);
  109. this.txtTVServerInstallDir.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  110. this.txtTVServerInstallDir.Location = new System.Drawing.Point(8, 54);
  111. this.txtTVServerInstallDir.Name = "txtTVServerInstallDir";
  112. this.txtTVServerInstallDir.Size = new System.Drawing.Size(403, 20);
  113. this.txtTVServerInstallDir.TabIndex = 13;
  114. //
  115. // wizardPageBoldLabel1
  116. //
  117. this.wizardPageBoldLabel1.AutoSize = true;
  118. this.wizardPageBoldLabel1.BackColor = System.Drawing.Color.Transparent;
  119. this.wizardPageBoldLabel1.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
  120. this.wizardPageBoldLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(42)))), ((int)(((byte)(74)))));
  121. this.wizardPageBoldLabel1.Location = new System.Drawing.Point(5, 10);
  122. this.wizardPageBoldLabel1.Name = "wizardPageBoldLabel1";
  123. this.wizardPageBoldLabel1.Size = new System.Drawing.Size(361, 13);
  124. this.wizardPageBoldLabel1.TabIndex = 12;
  125. this.wizardPageBoldLabel1.Text = "Please set the necessary options for the TV Server installation:";
  126. this.wizardPageBoldLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  127. //
  128. // WPTvServerSettingsControl
  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.wizardDescriptionLabel1);
  134. this.Controls.Add(this.wizardPageFieldLabel1);
  135. this.Controls.Add(this.chkConfigureFirewall);
  136. this.Controls.Add(this.btnBrowse);
  137. this.Controls.Add(this.txtTVServerInstallDir);
  138. this.Controls.Add(this.wizardPageBoldLabel1);
  139. this.Name = "WPTvServerSettingsControl";
  140. this.Size = new System.Drawing.Size(494, 241);
  141. this.ResumeLayout(false);
  142. this.PerformLayout();
  143. }
  144. #endregion
  145. private Microsoft.HomeServer.Controls.WizardDescriptionLabel wizardDescriptionLabel1;
  146. private Microsoft.HomeServer.Controls.WizardPageFieldLabel wizardPageFieldLabel1;
  147. private Microsoft.HomeServer.Controls.PropertyPageCheckBox chkConfigureFirewall;
  148. private Microsoft.HomeServer.Controls.QButton btnBrowse;
  149. private Microsoft.HomeServer.Controls.PropertyPageEditableTextBoxField txtTVServerInstallDir;
  150. private Microsoft.HomeServer.Controls.WizardPageBoldLabel wizardPageBoldLabel1;
  151. }
  152. }