AliKeywordSearch/Frm_Main.Designer.cs

314 lines
14 KiB
C#
Raw Normal View History

2015-07-25 10:07:54 +00:00
namespace EnAliKeywordSearch
{
partial class Frm_Main
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Main));
this.SearchView = new System.Windows.Forms.DataGridView();
this.company = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.keyword = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ResultView = new System.Windows.Forms.DataGridView();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this. = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.search = new System.Windows.Forms.Button();
this.max = new System.Windows.Forms.TextBox();
this.cnAli = new System.Windows.Forms.RadioButton();
this.enAli = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.state = new System.Windows.Forms.Label();
this.saveout = new System.Windows.Forms.Button();
this.readin = new System.Windows.Forms.Button();
this.openFile = new System.Windows.Forms.OpenFileDialog();
this.saveFile = new System.Windows.Forms.SaveFileDialog();
this.clearresult = new System.Windows.Forms.Button();
this.clearsearch = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
2015-07-30 13:20:42 +00:00
this.label3 = new System.Windows.Forms.Label();
this.retry = new System.Windows.Forms.TextBox();
2015-07-25 10:07:54 +00:00
((System.ComponentModel.ISupportInitialize)(this.SearchView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ResultView)).BeginInit();
this.SuspendLayout();
//
// SearchView
//
this.SearchView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.SearchView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.company,
this.keyword});
this.SearchView.Location = new System.Drawing.Point(11, 58);
2015-07-25 10:07:54 +00:00
this.SearchView.Name = "SearchView";
this.SearchView.RowTemplate.Height = 23;
this.SearchView.Size = new System.Drawing.Size(850, 200);
2015-07-25 10:07:54 +00:00
this.SearchView.TabIndex = 0;
//
// company
//
this.company.HeaderText = "公司名称";
this.company.Name = "company";
this.company.Width = 300;
//
// keyword
//
this.keyword.HeaderText = "关键词(用英文逗号隔开)";
this.keyword.Name = "keyword";
this.keyword.Width = 500;
//
// ResultView
//
this.ResultView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.ResultView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.,
this.,
this.,
this.});
this.ResultView.Location = new System.Drawing.Point(11, 293);
2015-07-25 10:07:54 +00:00
this.ResultView.Name = "ResultView";
this.ResultView.RowTemplate.Height = 23;
this.ResultView.Size = new System.Drawing.Size(850, 300);
2015-07-25 10:07:54 +00:00
this.ResultView.TabIndex = 1;
//
// 公司名称
//
this..HeaderText = "公司名称";
this..Name = "公司名称";
this..Width = 300;
//
// 关键词
//
this..HeaderText = "关键词";
this..Name = "关键词";
this..Width = 200;
//
// 排名
//
this..HeaderText = "排名";
this..Name = "排名";
this..Width = 150;
//
// 查询时间
//
this..HeaderText = "查询时间";
this..Name = "查询时间";
this..Width = 150;
//
// search
//
this.search.Location = new System.Drawing.Point(360, 10);
2015-07-25 10:07:54 +00:00
this.search.Name = "search";
this.search.Size = new System.Drawing.Size(152, 36);
this.search.TabIndex = 2;
this.search.Text = "查 询 关 键 词";
this.search.UseVisualStyleBackColor = true;
this.search.Click += new System.EventHandler(this.search_Click);
//
// max
//
this.max.Location = new System.Drawing.Point(663, 10);
2015-07-25 10:07:54 +00:00
this.max.Name = "max";
2015-07-30 13:20:42 +00:00
this.max.Size = new System.Drawing.Size(69, 21);
2015-07-25 10:07:54 +00:00
this.max.TabIndex = 3;
this.max.Text = "20";
//
// cnAli
//
this.cnAli.AutoSize = true;
this.cnAli.Location = new System.Drawing.Point(740, 35);
2015-07-25 10:07:54 +00:00
this.cnAli.Name = "cnAli";
this.cnAli.Size = new System.Drawing.Size(71, 16);
this.cnAli.TabIndex = 5;
this.cnAli.Text = "中文阿里";
this.cnAli.UseVisualStyleBackColor = true;
this.cnAli.Visible = false;
//
// enAli
//
this.enAli.AutoSize = true;
this.enAli.Checked = true;
this.enAli.Location = new System.Drawing.Point(663, 35);
2015-07-25 10:07:54 +00:00
this.enAli.Name = "enAli";
this.enAli.Size = new System.Drawing.Size(71, 16);
this.enAli.TabIndex = 6;
this.enAli.TabStop = true;
this.enAli.Text = "英文阿里";
this.enAli.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(592, 13);
2015-07-25 10:07:54 +00:00
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
2015-07-25 10:07:54 +00:00
this.label1.TabIndex = 7;
this.label1.Text = "查询页数: ";
2015-07-25 10:07:54 +00:00
//
// state
//
this.state.AutoSize = true;
this.state.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.state.ForeColor = System.Drawing.SystemColors.ControlText;
this.state.Location = new System.Drawing.Point(98, 267);
2015-07-25 10:07:54 +00:00
this.state.Name = "state";
this.state.Size = new System.Drawing.Size(37, 14);
this.state.TabIndex = 8;
this.state.Text = "状态";
this.state.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// saveout
//
this.saveout.Location = new System.Drawing.Point(181, 29);
2015-07-25 10:07:54 +00:00
this.saveout.Name = "saveout";
this.saveout.Size = new System.Drawing.Size(73, 23);
2015-07-25 10:07:54 +00:00
this.saveout.TabIndex = 9;
this.saveout.Text = "导出关键词";
2015-07-25 10:07:54 +00:00
this.saveout.UseVisualStyleBackColor = true;
this.saveout.Click += new System.EventHandler(this.saveout_Click);
//
// readin
//
this.readin.Location = new System.Drawing.Point(19, 29);
2015-07-25 10:07:54 +00:00
this.readin.Name = "readin";
this.readin.Size = new System.Drawing.Size(73, 23);
2015-07-25 10:07:54 +00:00
this.readin.TabIndex = 10;
this.readin.Text = "导入关键词";
2015-07-25 10:07:54 +00:00
this.readin.UseVisualStyleBackColor = true;
this.readin.Click += new System.EventHandler(this.readin_Click);
//
// openFile
//
this.openFile.FileName = "openFileDialog1";
//
// clearresult
//
this.clearresult.Location = new System.Drawing.Point(19, 264);
2015-07-25 10:07:54 +00:00
this.clearresult.Name = "clearresult";
this.clearresult.Size = new System.Drawing.Size(73, 23);
2015-07-25 10:07:54 +00:00
this.clearresult.TabIndex = 11;
this.clearresult.Text = "清除结果";
this.clearresult.UseVisualStyleBackColor = true;
this.clearresult.Click += new System.EventHandler(this.clearresult_Click);
//
// clearsearch
//
this.clearsearch.Location = new System.Drawing.Point(100, 29);
2015-07-25 10:07:54 +00:00
this.clearsearch.Name = "clearsearch";
this.clearsearch.Size = new System.Drawing.Size(73, 23);
2015-07-25 10:07:54 +00:00
this.clearsearch.TabIndex = 12;
this.clearsearch.Text = "清除关键词";
2015-07-25 10:07:54 +00:00
this.clearsearch.UseVisualStyleBackColor = true;
this.clearsearch.Click += new System.EventHandler(this.clearsearch_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(592, 37);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 13;
this.label2.Text = "查询类型: ";
//
2015-07-30 13:20:42 +00:00
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(738, 13);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 15;
this.label3.Text = "重试次数: ";
//
// retry
//
this.retry.Location = new System.Drawing.Point(809, 10);
this.retry.Name = "retry";
this.retry.Size = new System.Drawing.Size(36, 21);
this.retry.TabIndex = 14;
this.retry.Text = "3";
//
2015-07-25 10:07:54 +00:00
// Frm_Main
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(872, 603);
2015-07-30 13:20:42 +00:00
this.Controls.Add(this.label3);
this.Controls.Add(this.retry);
this.Controls.Add(this.label2);
2015-07-25 10:07:54 +00:00
this.Controls.Add(this.clearsearch);
this.Controls.Add(this.clearresult);
this.Controls.Add(this.readin);
this.Controls.Add(this.saveout);
this.Controls.Add(this.state);
this.Controls.Add(this.label1);
this.Controls.Add(this.enAli);
this.Controls.Add(this.cnAli);
this.Controls.Add(this.max);
this.Controls.Add(this.search);
this.Controls.Add(this.ResultView);
this.Controls.Add(this.SearchView);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
2015-07-25 10:07:54 +00:00
this.Name = "Frm_Main";
this.Text = "阿里排名查询软件 2015-7-25";
this.Load += new System.EventHandler(this.Frm_Main_Load);
((System.ComponentModel.ISupportInitialize)(this.SearchView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ResultView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView SearchView;
private System.Windows.Forms.DataGridView ResultView;
private System.Windows.Forms.Button search;
private System.Windows.Forms.TextBox max;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn ;
private System.Windows.Forms.DataGridViewTextBoxColumn company;
private System.Windows.Forms.DataGridViewTextBoxColumn keyword;
private System.Windows.Forms.RadioButton cnAli;
private System.Windows.Forms.RadioButton enAli;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label state;
private System.Windows.Forms.Button saveout;
private System.Windows.Forms.Button readin;
private System.Windows.Forms.OpenFileDialog openFile;
private System.Windows.Forms.SaveFileDialog saveFile;
private System.Windows.Forms.Button clearresult;
private System.Windows.Forms.Button clearsearch;
private System.Windows.Forms.Label label2;
2015-07-30 13:20:42 +00:00
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox retry;
2015-07-25 10:07:54 +00:00
}
}