📄 main.designer.cs
字号:
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.EditConfig,
this.Delete,
this.Update,
this.IsGetNews});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(684, 274);
this.dataGridView1.TabIndex = 1;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// EditConfig
//
this.EditConfig.HeaderText = "站点配置";
this.EditConfig.Name = "EditConfig";
this.EditConfig.Text = "查看";
this.EditConfig.UseColumnTextForButtonValue = true;
this.EditConfig.Width = 50;
//
// Delete
//
this.Delete.HeaderText = "删除";
this.Delete.Name = "Delete";
this.Delete.ReadOnly = true;
this.Delete.Text = "删除";
this.Delete.UseColumnTextForButtonValue = true;
this.Delete.Width = 35;
//
// Update
//
this.Update.HeaderText = "更新";
this.Update.Name = "Update";
this.Update.ReadOnly = true;
this.Update.Text = "更新";
this.Update.UseColumnTextForButtonValue = true;
this.Update.Width = 35;
//
// IsGetNews
//
this.IsGetNews.DataPropertyName = "IsGetNews";
this.IsGetNews.HeaderText = "是否获取";
this.IsGetNews.Name = "IsGetNews";
this.IsGetNews.Width = 59;
//
// tabPage3
//
this.tabPage3.AutoScroll = true;
this.tabPage3.Controls.Add(this.label9);
this.tabPage3.Controls.Add(this.txtImgStartTag);
this.tabPage3.Controls.Add(this.label10);
this.tabPage3.Controls.Add(this.txtImgEndTag);
this.tabPage3.Controls.Add(this.label6);
this.tabPage3.Controls.Add(this.txtNewsName);
this.tabPage3.Controls.Add(this.label3);
this.tabPage3.Controls.Add(this.txtDescription);
this.tabPage3.Controls.Add(this.label1);
this.tabPage3.Controls.Add(this.txtStartTag);
this.tabPage3.Controls.Add(this.label5);
this.tabPage3.Controls.Add(this.txtEndTag);
this.tabPage3.Controls.Add(this.label4);
this.tabPage3.Controls.Add(this.txtNewsID);
this.tabPage3.Controls.Add(this.label2);
this.tabPage3.Controls.Add(this.txtNewsUrl);
this.tabPage3.Controls.Add(this.checkIsGet);
this.tabPage3.Controls.Add(this.btnAdd);
this.tabPage3.Location = new System.Drawing.Point(4, 21);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(690, 280);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "添加站点";
this.tabPage3.UseVisualStyleBackColor = true;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(15, 186);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(77, 12);
this.label9.TabIndex = 56;
this.label9.Text = "图片起始标记";
//
// txtImgStartTag
//
this.txtImgStartTag.Location = new System.Drawing.Point(17, 201);
this.txtImgStartTag.Name = "txtImgStartTag";
this.txtImgStartTag.Size = new System.Drawing.Size(174, 21);
this.txtImgStartTag.TabIndex = 57;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(197, 186);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(77, 12);
this.label10.TabIndex = 58;
this.label10.Text = "图片结束标记";
//
// txtImgEndTag
//
this.txtImgEndTag.Location = new System.Drawing.Point(197, 201);
this.txtImgEndTag.Name = "txtImgEndTag";
this.txtImgEndTag.Size = new System.Drawing.Size(174, 21);
this.txtImgEndTag.TabIndex = 59;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(17, 19);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 54;
this.label6.Text = "站点名称";
//
// txtNewsName
//
this.txtNewsName.Location = new System.Drawing.Point(17, 34);
this.txtNewsName.Name = "txtNewsName";
this.txtNewsName.Size = new System.Drawing.Size(174, 21);
this.txtNewsName.TabIndex = 55;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(197, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 44;
this.label3.Text = "站点描述";
//
// txtDescription
//
this.txtDescription.Location = new System.Drawing.Point(197, 34);
this.txtDescription.Name = "txtDescription";
this.txtDescription.Size = new System.Drawing.Size(174, 21);
this.txtDescription.TabIndex = 45;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 134);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 49;
this.label1.Text = "新闻起始标记";
//
// txtStartTag
//
this.txtStartTag.Location = new System.Drawing.Point(17, 149);
this.txtStartTag.Name = "txtStartTag";
this.txtStartTag.Size = new System.Drawing.Size(174, 21);
this.txtStartTag.TabIndex = 50;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(197, 134);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 51;
this.label5.Text = "新闻结束标记";
//
// txtEndTag
//
this.txtEndTag.Location = new System.Drawing.Point(197, 149);
this.txtEndTag.Name = "txtEndTag";
this.txtEndTag.Size = new System.Drawing.Size(174, 21);
this.txtEndTag.TabIndex = 52;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(17, 76);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 47;
this.label4.Text = "站点ID";
//
// txtNewsID
//
this.txtNewsID.Location = new System.Drawing.Point(17, 91);
this.txtNewsID.Name = "txtNewsID";
this.txtNewsID.Size = new System.Drawing.Size(174, 21);
this.txtNewsID.TabIndex = 48;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(197, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 42;
this.label2.Text = "站点Url";
//
// txtNewsUrl
//
this.txtNewsUrl.Location = new System.Drawing.Point(197, 91);
this.txtNewsUrl.Name = "txtNewsUrl";
this.txtNewsUrl.Size = new System.Drawing.Size(174, 21);
this.txtNewsUrl.TabIndex = 43;
//
// checkIsGet
//
this.checkIsGet.AutoSize = true;
this.checkIsGet.Location = new System.Drawing.Point(17, 248);
this.checkIsGet.Name = "checkIsGet";
this.checkIsGet.Size = new System.Drawing.Size(72, 16);
this.checkIsGet.TabIndex = 53;
this.checkIsGet.Text = "是否选中";
this.checkIsGet.UseVisualStyleBackColor = true;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(296, 244);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 46;
this.btnAdd.Text = "添加站点";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// tabPage4
//
this.tabPage4.AutoScroll = true;
this.tabPage4.Controls.Add(this.chbDIV);
this.tabPage4.Controls.Add(this.chbSPAN);
this.tabPage4.Controls.Add(this.chbTABLE);
this.tabPage4.Controls.Add(this.chbA);
this.tabPage4.Controls.Add(this.chbIMG);
this.tabPage4.Controls.Add(this.ConfigName);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -