1 Star 1 Fork 0

zyb518/winform_smalltools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
frm_autowordwrap.Designer.cs 7.61 KB
一键复制 编辑 原始数据 按行查看 历史
zyb518 提交于 2016-12-11 20:49 . 20161211
namespace Nathan_tools
{
partial class frm_autowordwrap
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_autowordwrap));
this.label1 = new System.Windows.Forms.Label();
this.tb_towordwrap = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.tb_line_length = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lb_char_count = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lb_selectedchars = new System.Windows.Forms.Label();
this.btn_autowordwrap = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "输入文本";
//
// tb_towordwrap
//
this.tb_towordwrap.Location = new System.Drawing.Point(12, 50);
this.tb_towordwrap.Multiline = true;
this.tb_towordwrap.Name = "tb_towordwrap";
this.tb_towordwrap.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tb_towordwrap.Size = new System.Drawing.Size(632, 421);
this.tb_towordwrap.TabIndex = 1;
this.tb_towordwrap.TextChanged += new System.EventHandler(this.tb_towordwrap_TextChanged);
this.tb_towordwrap.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tb_towordwrap_MouseUp);
//
// button1
//
this.button1.Location = new System.Drawing.Point(534, 16);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 2;
this.button1.Text = "开始分段";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// tb_line_length
//
this.tb_line_length.Location = new System.Drawing.Point(389, 18);
this.tb_line_length.Name = "tb_line_length";
this.tb_line_length.Size = new System.Drawing.Size(29, 21);
this.tb_line_length.TabIndex = 3;
this.tb_line_length.Text = "50";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(322, 21);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 4;
this.label2.Text = "分段长度";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 484);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 12);
this.label3.TabIndex = 5;
this.label3.Text = "字符总数为:";
//
// lb_char_count
//
this.lb_char_count.AutoSize = true;
this.lb_char_count.Location = new System.Drawing.Point(89, 484);
this.lb_char_count.Name = "lb_char_count";
this.lb_char_count.Size = new System.Drawing.Size(11, 12);
this.lb_char_count.TabIndex = 6;
this.lb_char_count.Text = "0";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(160, 484);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(95, 12);
this.label4.TabIndex = 7;
this.label4.Text = "选定文本字符数:";
//
// lb_selectedchars
//
this.lb_selectedchars.AutoSize = true;
this.lb_selectedchars.Location = new System.Drawing.Point(261, 484);
this.lb_selectedchars.Name = "lb_selectedchars";
this.lb_selectedchars.Size = new System.Drawing.Size(11, 12);
this.lb_selectedchars.TabIndex = 8;
this.lb_selectedchars.Text = "0";
//
// btn_autowordwrap
//
this.btn_autowordwrap.Location = new System.Drawing.Point(186, 16);
this.btn_autowordwrap.Name = "btn_autowordwrap";
this.btn_autowordwrap.Size = new System.Drawing.Size(110, 23);
this.btn_autowordwrap.TabIndex = 9;
this.btn_autowordwrap.Text = "取消自动分段显示";
this.btn_autowordwrap.UseVisualStyleBackColor = true;
this.btn_autowordwrap.Click += new System.EventHandler(this.btn_autowordwrap_Click);
//
// frm_autowordwrap
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(656, 505);
this.Controls.Add(this.btn_autowordwrap);
this.Controls.Add(this.lb_selectedchars);
this.Controls.Add(this.label4);
this.Controls.Add(this.lb_char_count);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.tb_line_length);
this.Controls.Add(this.button1);
this.Controls.Add(this.tb_towordwrap);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frm_autowordwrap";
this.Text = "段落按指定长段再分段,主要用于添加注释,如winrar";
this.Load += new System.EventHandler(this.frm_autowordwrap_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tb_towordwrap;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox tb_line_length;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lb_char_count;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label lb_selectedchars;
private System.Windows.Forms.Button btn_autowordwrap;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/zyb518/winform_smalltools.git
[email protected]:zyb518/winform_smalltools.git
zyb518
winform_smalltools
winform_smalltools
master

搜索帮助