PageRenderTime 50ms CodeModel.GetById 27ms RepoModel.GetById 0ms app.codeStats 0ms

/WDTVHubGen/WDTVHubGen/frmManualSearch.Designer.cs

#
C# | 199 lines | 143 code | 6 blank | 50 comment | 3 complexity | 52791570627827a5911ee46ae5f856fc MD5 | raw file
  1. namespace WDTVHubGen
  2. {
  3. partial class frmManualSearch
  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 Windows Form 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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmManualSearch));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.txtTitle = new System.Windows.Forms.TextBox();
  31. this.rdoMovie = new System.Windows.Forms.RadioButton();
  32. this.rdoTVSeries = new System.Windows.Forms.RadioButton();
  33. this.btnManualSearch = new System.Windows.Forms.Button();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.txtSeason = new System.Windows.Forms.TextBox();
  36. this.txtEpisode = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.txtIMDBNumber = new System.Windows.Forms.TextBox();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.balloonTip1 = new DevComponents.DotNetBar.BalloonTip();
  42. this.SuspendLayout();
  43. //
  44. // label1
  45. //
  46. this.label1.AutoSize = true;
  47. this.label1.Location = new System.Drawing.Point(22, 16);
  48. this.label1.Name = "label1";
  49. this.label1.Size = new System.Drawing.Size(27, 13);
  50. this.label1.TabIndex = 0;
  51. this.label1.Text = "Title";
  52. //
  53. // txtTitle
  54. //
  55. this.txtTitle.Location = new System.Drawing.Point(55, 13);
  56. this.txtTitle.Name = "txtTitle";
  57. this.txtTitle.Size = new System.Drawing.Size(384, 20);
  58. this.txtTitle.TabIndex = 1;
  59. //
  60. // rdoMovie
  61. //
  62. this.rdoMovie.AutoSize = true;
  63. this.rdoMovie.Checked = true;
  64. this.rdoMovie.Location = new System.Drawing.Point(55, 50);
  65. this.rdoMovie.Name = "rdoMovie";
  66. this.rdoMovie.Size = new System.Drawing.Size(91, 17);
  67. this.rdoMovie.TabIndex = 2;
  68. this.rdoMovie.TabStop = true;
  69. this.rdoMovie.Text = "Movie Search";
  70. this.rdoMovie.UseVisualStyleBackColor = true;
  71. //
  72. // rdoTVSeries
  73. //
  74. this.rdoTVSeries.AutoSize = true;
  75. this.rdoTVSeries.Location = new System.Drawing.Point(55, 73);
  76. this.rdoTVSeries.Name = "rdoTVSeries";
  77. this.rdoTVSeries.Size = new System.Drawing.Size(108, 17);
  78. this.rdoTVSeries.TabIndex = 3;
  79. this.rdoTVSeries.Text = "TV Series Search";
  80. this.rdoTVSeries.UseVisualStyleBackColor = true;
  81. //
  82. // btnManualSearch
  83. //
  84. this.btnManualSearch.DialogResult = System.Windows.Forms.DialogResult.OK;
  85. this.btnManualSearch.Location = new System.Drawing.Point(445, 12);
  86. this.btnManualSearch.Name = "btnManualSearch";
  87. this.btnManualSearch.Size = new System.Drawing.Size(75, 23);
  88. this.btnManualSearch.TabIndex = 4;
  89. this.btnManualSearch.Text = "Search";
  90. this.btnManualSearch.UseVisualStyleBackColor = true;
  91. this.btnManualSearch.Click += new System.EventHandler(this.btnManualSearch_Click);
  92. //
  93. // label2
  94. //
  95. this.label2.AutoSize = true;
  96. this.label2.Location = new System.Drawing.Point(201, 88);
  97. this.label2.Name = "label2";
  98. this.label2.Size = new System.Drawing.Size(43, 13);
  99. this.label2.TabIndex = 5;
  100. this.label2.Text = "Season";
  101. //
  102. // txtSeason
  103. //
  104. this.txtSeason.Location = new System.Drawing.Point(250, 87);
  105. this.txtSeason.Name = "txtSeason";
  106. this.txtSeason.Size = new System.Drawing.Size(100, 20);
  107. this.txtSeason.TabIndex = 6;
  108. //
  109. // txtEpisode
  110. //
  111. this.txtEpisode.Location = new System.Drawing.Point(250, 113);
  112. this.txtEpisode.Name = "txtEpisode";
  113. this.txtEpisode.Size = new System.Drawing.Size(100, 20);
  114. this.txtEpisode.TabIndex = 8;
  115. //
  116. // label3
  117. //
  118. this.label3.AutoSize = true;
  119. this.label3.Location = new System.Drawing.Point(201, 114);
  120. this.label3.Name = "label3";
  121. this.label3.Size = new System.Drawing.Size(45, 13);
  122. this.label3.TabIndex = 7;
  123. this.label3.Text = "Episode";
  124. //
  125. // label4
  126. //
  127. this.label4.AutoSize = true;
  128. this.label4.Location = new System.Drawing.Point(200, 50);
  129. this.label4.Name = "label4";
  130. this.label4.Size = new System.Drawing.Size(44, 13);
  131. this.label4.TabIndex = 9;
  132. this.label4.Text = "IMDB #";
  133. //
  134. // txtIMDBNumber
  135. //
  136. this.balloonTip1.SetBalloonCaption(this.txtIMDBNumber, "IMDB #");
  137. this.balloonTip1.SetBalloonText(this.txtIMDBNumber, "This needs to be the full imdb number. for example for 300 (the movie) the IMDB n" +
  138. "umber is tt0416449");
  139. this.txtIMDBNumber.Location = new System.Drawing.Point(250, 48);
  140. this.txtIMDBNumber.Name = "txtIMDBNumber";
  141. this.txtIMDBNumber.Size = new System.Drawing.Size(100, 20);
  142. this.txtIMDBNumber.TabIndex = 10;
  143. //
  144. // label5
  145. //
  146. this.label5.AutoSize = true;
  147. this.label5.Enabled = false;
  148. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  149. this.label5.Location = new System.Drawing.Point(353, 44);
  150. this.label5.Name = "label5";
  151. this.label5.Size = new System.Drawing.Size(147, 26);
  152. this.label5.TabIndex = 11;
  153. this.label5.Text = "putting a value here overrides\r\nthe movie name";
  154. //
  155. // frmManualSearch
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.ClientSize = new System.Drawing.Size(532, 143);
  160. this.Controls.Add(this.label5);
  161. this.Controls.Add(this.txtIMDBNumber);
  162. this.Controls.Add(this.label4);
  163. this.Controls.Add(this.txtEpisode);
  164. this.Controls.Add(this.label3);
  165. this.Controls.Add(this.txtSeason);
  166. this.Controls.Add(this.label2);
  167. this.Controls.Add(this.btnManualSearch);
  168. this.Controls.Add(this.rdoTVSeries);
  169. this.Controls.Add(this.rdoMovie);
  170. this.Controls.Add(this.txtTitle);
  171. this.Controls.Add(this.label1);
  172. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  173. this.Name = "frmManualSearch";
  174. this.Text = "Manual Title Search";
  175. this.ResumeLayout(false);
  176. this.PerformLayout();
  177. }
  178. #endregion
  179. private System.Windows.Forms.Label label1;
  180. private System.Windows.Forms.Button btnManualSearch;
  181. private System.Windows.Forms.Label label2;
  182. private System.Windows.Forms.Label label3;
  183. private System.Windows.Forms.Label label4;
  184. private System.Windows.Forms.Label label5;
  185. public System.Windows.Forms.TextBox txtTitle;
  186. public System.Windows.Forms.RadioButton rdoMovie;
  187. public System.Windows.Forms.RadioButton rdoTVSeries;
  188. public System.Windows.Forms.TextBox txtSeason;
  189. public System.Windows.Forms.TextBox txtEpisode;
  190. public System.Windows.Forms.TextBox txtIMDBNumber;
  191. private DevComponents.DotNetBar.BalloonTip balloonTip1;
  192. }
  193. }