forminsert.designer.cs
来自「KTDictSeg 简介: KTDictSeg 是由KaiToo搜索开发的一款基」· CS 代码 · 共 153 行
CS
153 行
namespace Demo.KTDictSegAnalyzer
{
partial class FormInsert
{
/// <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(FormInsert));
this.textBoxContent = new System.Windows.Forms.TextBox();
this.textBoxTitle = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.dateTimePickerTime = new System.Windows.Forms.DateTimePicker();
this.label3 = new System.Windows.Forms.Label();
this.buttonInsert = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.textBoxUrl = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// textBoxContent
//
this.textBoxContent.Location = new System.Drawing.Point(15, 102);
this.textBoxContent.MaxLength = 32767000;
this.textBoxContent.Multiline = true;
this.textBoxContent.Name = "textBoxContent";
this.textBoxContent.Size = new System.Drawing.Size(816, 496);
this.textBoxContent.TabIndex = 9;
//
// textBoxTitle
//
this.textBoxTitle.Location = new System.Drawing.Point(82, 42);
this.textBoxTitle.Name = "textBoxTitle";
this.textBoxTitle.Size = new System.Drawing.Size(389, 21);
this.textBoxTitle.TabIndex = 10;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 11;
this.label1.Text = "新闻标题";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(476, 46);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 13;
this.label2.Text = "新闻时间";
//
// dateTimePickerTime
//
this.dateTimePickerTime.Location = new System.Drawing.Point(542, 42);
this.dateTimePickerTime.Name = "dateTimePickerTime";
this.dateTimePickerTime.Size = new System.Drawing.Size(144, 21);
this.dateTimePickerTime.TabIndex = 14;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 75);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 15;
this.label3.Text = "新闻正文";
//
// buttonInsert
//
this.buttonInsert.Location = new System.Drawing.Point(724, 42);
this.buttonInsert.Name = "buttonInsert";
this.buttonInsert.Size = new System.Drawing.Size(75, 23);
this.buttonInsert.TabIndex = 16;
this.buttonInsert.Text = "插入";
this.buttonInsert.UseVisualStyleBackColor = true;
this.buttonInsert.Click += new System.EventHandler(this.buttonInsert_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(23, 12);
this.label4.TabIndex = 18;
this.label4.Text = "URL";
//
// textBoxUrl
//
this.textBoxUrl.Location = new System.Drawing.Point(82, 15);
this.textBoxUrl.Name = "textBoxUrl";
this.textBoxUrl.Size = new System.Drawing.Size(717, 21);
this.textBoxUrl.TabIndex = 17;
//
// FormInsert
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(840, 613);
this.Controls.Add(this.label4);
this.Controls.Add(this.textBoxUrl);
this.Controls.Add(this.buttonInsert);
this.Controls.Add(this.label3);
this.Controls.Add(this.dateTimePickerTime);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxTitle);
this.Controls.Add(this.textBoxContent);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FormInsert";
this.Text = "插入新闻";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxContent;
private System.Windows.Forms.TextBox textBoxTitle;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.DateTimePicker dateTimePickerTime;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button buttonInsert;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBoxUrl;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?