|
@@ -59,14 +59,14 @@
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.txt_sub = new System.Windows.Forms.TextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.bc = new AVSORTER.BasicContainer();
|
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
this.listBox1 = new System.Windows.Forms.ListBox();
|
|
|
this.cb_AutoCorrect = new System.Windows.Forms.CheckBox();
|
|
|
+ this.movieContainer1 = new PicSo.MovieContainer();
|
|
|
this.btn_LocalSearch = new System.Windows.Forms.Button();
|
|
|
this.txt_LocalSearchKeyWord = new System.Windows.Forms.TextBox();
|
|
|
- this.bc = new AVSORTER.BasicContainer();
|
|
|
- this.movieContainer1 = new PicSo.MovieContainer();
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
@@ -141,7 +141,7 @@
|
|
|
//
|
|
|
// btn_rebuild
|
|
|
//
|
|
|
- this.btn_rebuild.Location = new System.Drawing.Point(681, 460);
|
|
|
+ this.btn_rebuild.Location = new System.Drawing.Point(681, 461);
|
|
|
this.btn_rebuild.Name = "btn_rebuild";
|
|
|
this.btn_rebuild.Size = new System.Drawing.Size(119, 60);
|
|
|
this.btn_rebuild.TabIndex = 20;
|
|
@@ -173,7 +173,7 @@
|
|
|
this.btn_AddNewEmptyItem.Name = "btn_AddNewEmptyItem";
|
|
|
this.btn_AddNewEmptyItem.Size = new System.Drawing.Size(127, 23);
|
|
|
this.btn_AddNewEmptyItem.TabIndex = 19;
|
|
|
- this.btn_AddNewEmptyItem.Text = "Add New Item";
|
|
|
+ this.btn_AddNewEmptyItem.Text = "新建查询条目";
|
|
|
this.btn_AddNewEmptyItem.UseVisualStyleBackColor = true;
|
|
|
this.btn_AddNewEmptyItem.Click += new System.EventHandler(this.btn_AddNewEmptyItem_Click);
|
|
|
//
|
|
@@ -369,6 +369,18 @@
|
|
|
this.label1.TabIndex = 12;
|
|
|
this.label1.Text = "目标路径";
|
|
|
//
|
|
|
+ // bc
|
|
|
+ //
|
|
|
+ this.bc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.bc.IsShowPic = false;
|
|
|
+ this.bc.ListMovieBasic = null;
|
|
|
+ this.bc.Location = new System.Drawing.Point(6, 341);
|
|
|
+ this.bc.MovieB = null;
|
|
|
+ this.bc.Name = "bc";
|
|
|
+ this.bc.Size = new System.Drawing.Size(411, 180);
|
|
|
+ this.bc.TabIndex = 7;
|
|
|
+ this.bc.Load += new System.EventHandler(this.bc_Load);
|
|
|
+ //
|
|
|
// tabControl1
|
|
|
//
|
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
@@ -416,6 +428,16 @@
|
|
|
this.cb_AutoCorrect.Text = "自动改正";
|
|
|
this.cb_AutoCorrect.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // movieContainer1
|
|
|
+ //
|
|
|
+ this.movieContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
+ this.movieContainer1.Location = new System.Drawing.Point(6, 176);
|
|
|
+ this.movieContainer1.Movie = null;
|
|
|
+ this.movieContainer1.MovieList = null;
|
|
|
+ this.movieContainer1.Name = "movieContainer1";
|
|
|
+ this.movieContainer1.Size = new System.Drawing.Size(913, 375);
|
|
|
+ this.movieContainer1.TabIndex = 2;
|
|
|
+ //
|
|
|
// btn_LocalSearch
|
|
|
//
|
|
|
this.btn_LocalSearch.Location = new System.Drawing.Point(309, 4);
|
|
@@ -434,28 +456,6 @@
|
|
|
this.txt_LocalSearchKeyWord.TabIndex = 0;
|
|
|
this.txt_LocalSearchKeyWord.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_LocalSearchKeyWord_KeyPress);
|
|
|
//
|
|
|
- // bc
|
|
|
- //
|
|
|
- this.bc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
- this.bc.IsShowPic = false;
|
|
|
- this.bc.ListMovieBasic = null;
|
|
|
- this.bc.Location = new System.Drawing.Point(6, 341);
|
|
|
- this.bc.MovieB = null;
|
|
|
- this.bc.Name = "bc";
|
|
|
- this.bc.Size = new System.Drawing.Size(411, 180);
|
|
|
- this.bc.TabIndex = 7;
|
|
|
- this.bc.Load += new System.EventHandler(this.bc_Load);
|
|
|
- //
|
|
|
- // movieContainer1
|
|
|
- //
|
|
|
- this.movieContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
- this.movieContainer1.Location = new System.Drawing.Point(6, 176);
|
|
|
- this.movieContainer1.Movie = null;
|
|
|
- this.movieContainer1.MovieList = null;
|
|
|
- this.movieContainer1.Name = "movieContainer1";
|
|
|
- this.movieContainer1.Size = new System.Drawing.Size(913, 375);
|
|
|
- this.movieContainer1.TabIndex = 2;
|
|
|
- //
|
|
|
// Form1
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|