BasicContainer.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. namespace AVSORTER
  2. {
  3. partial class BasicContainer
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  29. this.txt_title = new System.Windows.Forms.TextBox();
  30. this.txt_Maker = new System.Windows.Forms.TextBox();
  31. this.txt_actor = new System.Windows.Forms.TextBox();
  32. this.txt_URL = new System.Windows.Forms.TextBox();
  33. this.txt_labl = new System.Windows.Forms.TextBox();
  34. this.btn_ShowDetail = new System.Windows.Forms.Button();
  35. this.cb_ShowPic = new System.Windows.Forms.CheckBox();
  36. this.btn_pre = new System.Windows.Forms.Button();
  37. this.btn_next = new System.Windows.Forms.Button();
  38. this.progressBar1 = new System.Windows.Forms.ProgressBar();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // pictureBox1
  43. //
  44. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  45. this.pictureBox1.Name = "pictureBox1";
  46. this.pictureBox1.Size = new System.Drawing.Size(125, 173);
  47. this.pictureBox1.TabIndex = 0;
  48. this.pictureBox1.TabStop = false;
  49. //
  50. // txt_title
  51. //
  52. this.txt_title.Enabled = false;
  53. this.txt_title.Location = new System.Drawing.Point(131, 3);
  54. this.txt_title.Name = "txt_title";
  55. this.txt_title.Size = new System.Drawing.Size(273, 21);
  56. this.txt_title.TabIndex = 1;
  57. this.txt_title.Text = "title";
  58. this.txt_title.TextChanged += new System.EventHandler(this.txt_title_TextChanged);
  59. //
  60. // txt_Maker
  61. //
  62. this.txt_Maker.Enabled = false;
  63. this.txt_Maker.Location = new System.Drawing.Point(131, 57);
  64. this.txt_Maker.Name = "txt_Maker";
  65. this.txt_Maker.Size = new System.Drawing.Size(273, 21);
  66. this.txt_Maker.TabIndex = 2;
  67. this.txt_Maker.Text = "Maker";
  68. //
  69. // txt_actor
  70. //
  71. this.txt_actor.Enabled = false;
  72. this.txt_actor.Location = new System.Drawing.Point(131, 84);
  73. this.txt_actor.Name = "txt_actor";
  74. this.txt_actor.Size = new System.Drawing.Size(273, 21);
  75. this.txt_actor.TabIndex = 3;
  76. this.txt_actor.Text = "演员";
  77. //
  78. // txt_URL
  79. //
  80. this.txt_URL.Enabled = false;
  81. this.txt_URL.Location = new System.Drawing.Point(131, 30);
  82. this.txt_URL.Name = "txt_URL";
  83. this.txt_URL.Size = new System.Drawing.Size(273, 21);
  84. this.txt_URL.TabIndex = 4;
  85. this.txt_URL.Text = "URL";
  86. //
  87. // txt_labl
  88. //
  89. this.txt_labl.Enabled = false;
  90. this.txt_labl.Location = new System.Drawing.Point(131, 111);
  91. this.txt_labl.Name = "txt_labl";
  92. this.txt_labl.Size = new System.Drawing.Size(273, 21);
  93. this.txt_labl.TabIndex = 5;
  94. this.txt_labl.Text = "Label";
  95. //
  96. // btn_ShowDetail
  97. //
  98. this.btn_ShowDetail.Location = new System.Drawing.Point(234, 138);
  99. this.btn_ShowDetail.Name = "btn_ShowDetail";
  100. this.btn_ShowDetail.Size = new System.Drawing.Size(56, 23);
  101. this.btn_ShowDetail.TabIndex = 6;
  102. this.btn_ShowDetail.Text = "详细";
  103. this.btn_ShowDetail.UseVisualStyleBackColor = true;
  104. this.btn_ShowDetail.Click += new System.EventHandler(this.btn_ShowDetail_Click);
  105. //
  106. // cb_ShowPic
  107. //
  108. this.cb_ShowPic.AutoSize = true;
  109. this.cb_ShowPic.Location = new System.Drawing.Point(134, 138);
  110. this.cb_ShowPic.Name = "cb_ShowPic";
  111. this.cb_ShowPic.Size = new System.Drawing.Size(72, 16);
  112. this.cb_ShowPic.TabIndex = 7;
  113. this.cb_ShowPic.Text = "显示图片";
  114. this.cb_ShowPic.UseVisualStyleBackColor = true;
  115. //
  116. // btn_pre
  117. //
  118. this.btn_pre.Location = new System.Drawing.Point(296, 138);
  119. this.btn_pre.Name = "btn_pre";
  120. this.btn_pre.Size = new System.Drawing.Size(51, 23);
  121. this.btn_pre.TabIndex = 22;
  122. this.btn_pre.Text = "上一个";
  123. this.btn_pre.UseVisualStyleBackColor = true;
  124. this.btn_pre.Click += new System.EventHandler(this.btn_pre_Click);
  125. //
  126. // btn_next
  127. //
  128. this.btn_next.Location = new System.Drawing.Point(353, 138);
  129. this.btn_next.Name = "btn_next";
  130. this.btn_next.Size = new System.Drawing.Size(51, 23);
  131. this.btn_next.TabIndex = 21;
  132. this.btn_next.Text = "下一个";
  133. this.btn_next.UseVisualStyleBackColor = true;
  134. this.btn_next.Click += new System.EventHandler(this.btn_next_Click);
  135. //
  136. // progressBar1
  137. //
  138. this.progressBar1.Location = new System.Drawing.Point(16, 82);
  139. this.progressBar1.Name = "progressBar1";
  140. this.progressBar1.Size = new System.Drawing.Size(100, 23);
  141. this.progressBar1.TabIndex = 23;
  142. //
  143. // BasicContainer
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  148. this.Controls.Add(this.pictureBox1);
  149. this.Controls.Add(this.progressBar1);
  150. this.Controls.Add(this.btn_pre);
  151. this.Controls.Add(this.btn_next);
  152. this.Controls.Add(this.cb_ShowPic);
  153. this.Controls.Add(this.btn_ShowDetail);
  154. this.Controls.Add(this.txt_labl);
  155. this.Controls.Add(this.txt_URL);
  156. this.Controls.Add(this.txt_actor);
  157. this.Controls.Add(this.txt_Maker);
  158. this.Controls.Add(this.txt_title);
  159. this.Name = "BasicContainer";
  160. this.Size = new System.Drawing.Size(409, 180);
  161. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  162. this.ResumeLayout(false);
  163. this.PerformLayout();
  164. }
  165. #endregion
  166. private System.Windows.Forms.PictureBox pictureBox1;
  167. private System.Windows.Forms.TextBox txt_title;
  168. private System.Windows.Forms.TextBox txt_Maker;
  169. private System.Windows.Forms.TextBox txt_actor;
  170. private System.Windows.Forms.TextBox txt_URL;
  171. private System.Windows.Forms.TextBox txt_labl;
  172. private System.Windows.Forms.Button btn_ShowDetail;
  173. private System.Windows.Forms.CheckBox cb_ShowPic;
  174. private System.Windows.Forms.Button btn_pre;
  175. private System.Windows.Forms.Button btn_next;
  176. private System.Windows.Forms.ProgressBar progressBar1;
  177. }
  178. }