- 浏览: 755954 次
- 性别:
- 来自: 杭州
文章分类
最新评论
-
liuweihug:
.net的请参考:Jquery+asp.net 后台数据传到前 ...
jquery ajax POST 例子详解 -
topbox163:
LZ,有LINUX 64位的WEBLOGIC没?
WebLogic11g|Oracle WebLogic Server 11gR1|下载
namespace Tools
{
partial class FormHome
{
/// <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()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHome));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.TpChange = new System.Windows.Forms.TabPage();
this.label2 = new System.Windows.Forms.Label();
this.RtbAfter = new System.Windows.Forms.RichTextBox();
this.BtClear = new System.Windows.Forms.Button();
this.BtChange = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.RtbBefore = new System.Windows.Forms.RichTextBox();
this.TpData = new System.Windows.Forms.TabPage();
this.labPass = new System.Windows.Forms.Label();
this.labdata = new System.Windows.Forms.Label();
this.labUser = new System.Windows.Forms.Label();
this.LabNamespace = new System.Windows.Forms.Label();
this.BtBrower = new System.Windows.Forms.Button();
this.RtbCodes = new System.Windows.Forms.RichTextBox();
this.tbdata = new System.Windows.Forms.TextBox();
this.tbuser = new System.Windows.Forms.TextBox();
this.tbpass = new System.Windows.Forms.TextBox();
this.tbNamespace = new System.Windows.Forms.TextBox();
this.BtDataCodeMake = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.BtHtmlJs = new System.Windows.Forms.Button();
this.BtUpdateColumn = new System.Windows.Forms.Button();
this.TbTempName = new System.Windows.Forms.TextBox();
this.BtResultChange = new System.Windows.Forms.Button();
this.RtbColumnsResult = new System.Windows.Forms.RichTextBox();
this.RtbColumns = new System.Windows.Forms.RichTextBox();
this.TpOpenFile = new System.Windows.Forms.TabPage();
this.BtOpen = new System.Windows.Forms.Button();
this.BtOpenFiles = new System.Windows.Forms.Button();
this.TpHtml = new System.Windows.Forms.TabPage();
this.BtChangeHtml = new System.Windows.Forms.Button();
this.RtbChangeCode = new System.Windows.Forms.RichTextBox();
this.RtbOldCode = new System.Windows.Forms.RichTextBox();
this.TpHtmlCode = new System.Windows.Forms.TabPage();
this.BtSave = new System.Windows.Forms.Button();
this.RtbOpmizationCode = new System.Windows.Forms.RichTextBox();
this.BtOp = new System.Windows.Forms.Button();
this.BtSelectFile = new System.Windows.Forms.Button();
this.TpTimer = new System.Windows.Forms.TabPage();
this.BtBrowerFiles = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.BtWebSite = new System.Windows.Forms.Button();
this.LabNum = new System.Windows.Forms.Label();
this.BtTimer = new System.Windows.Forms.Button();
this.Tp = new System.Windows.Forms.TabPage();
this.button2 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.BtSearch = new System.Windows.Forms.Button();
this.CbType = new System.Windows.Forms.ComboBox();
this.TbUrl = new System.Windows.Forms.TextBox();
this.RtbContent = new System.Windows.Forms.RichTextBox();
this.BtObserve = new System.Windows.Forms.Button();
this.TpAddData = new System.Windows.Forms.TabPage();
this.FbdFileBrower = new System.Windows.Forms.FolderBrowserDialog();
this.FbdFilesHtml = new System.Windows.Forms.FolderBrowserDialog();
this.OpSelectFile = new System.Windows.Forms.OpenFileDialog();
this.TimeStart = new System.Windows.Forms.Timer(this.components);
this.FbDWebSite = new System.Windows.Forms.FolderBrowserDialog();
this.noAuto = new System.Windows.Forms.NotifyIcon(this.components);
this.FbdAllFiles = new System.Windows.Forms.FolderBrowserDialog();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.FbdSelectDeleteFile = new System.Windows.Forms.FolderBrowserDialog();
this.labCount = new System.Windows.Forms.Label();
this.rtbMessage = new System.Windows.Forms.RichTextBox();
this.tabControl1.SuspendLayout();
this.TpChange.SuspendLayout();
this.TpData.SuspendLayout();
this.tabPage2.SuspendLayout();
this.TpOpenFile.SuspendLayout();
this.TpHtml.SuspendLayout();
this.TpHtmlCode.SuspendLayout();
this.TpTimer.SuspendLayout();
this.Tp.SuspendLayout();
this.tabPage1.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.TpChange);
this.tabControl1.Controls.Add(this.TpData);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.TpOpenFile);
this.tabControl1.Controls.Add(this.TpHtml);
this.tabControl1.Controls.Add(this.TpHtmlCode);
this.tabControl1.Controls.Add(this.TpTimer);
this.tabControl1.Controls.Add(this.Tp);
this.tabControl1.Controls.Add(this.TpAddData);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Location = new System.Drawing.Point(0, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(747, 470);
this.tabControl1.TabIndex = 0;
//
// TpChange
//
this.TpChange.Controls.Add(this.label2);
this.TpChange.Controls.Add(this.RtbAfter);
this.TpChange.Controls.Add(this.BtClear);
this.TpChange.Controls.Add(this.BtChange);
this.TpChange.Controls.Add(this.label1);
this.TpChange.Controls.Add(this.RtbBefore);
this.TpChange.Location = new System.Drawing.Point(4, 21);
this.TpChange.Name = "TpChange";
this.TpChange.Padding = new System.Windows.Forms.Padding(3);
this.TpChange.Size = new System.Drawing.Size(739, 445);
this.TpChange.TabIndex = 0;
this.TpChange.Text = "改变顺序";
this.TpChange.UseVisualStyleBackColor = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 227);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 5;
this.label2.Text = "改编后文本";
//
// RtbAfter
//
this.RtbAfter.Location = new System.Drawing.Point(76, 218);
this.RtbAfter.Name = "RtbAfter";
this.RtbAfter.Size = new System.Drawing.Size(657, 195);
this.RtbAfter.TabIndex = 4;
this.RtbAfter.Text = "";
//
// BtClear
//
this.BtClear.Location = new System.Drawing.Point(658, 18);
this.BtClear.Name = "BtClear";
this.BtClear.Size = new System.Drawing.Size(75, 23);
this.BtClear.TabIndex = 3;
this.BtClear.Text = "清空";
this.BtClear.UseVisualStyleBackColor = true;
this.BtClear.Click += new System.EventHandler(this.BtClear_Click);
//
// BtChange
//
this.BtChange.Location = new System.Drawing.Point(568, 18);
this.BtChange.Name = "BtChange";
this.BtChange.Size = new System.Drawing.Size(75, 23);
this.BtChange.TabIndex = 2;
this.BtChange.Text = "改变顺序";
this.BtChange.UseVisualStyleBackColor = true;
this.BtChange.Click += new System.EventHandler(this.BtChange_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 1;
this.label1.Text = "文本";
//
// RtbBefore
//
this.RtbBefore.Location = new System.Drawing.Point(76, 47);
this.RtbBefore.Name = "RtbBefore";
this.RtbBefore.Size = new System.Drawing.Size(657, 155);
this.RtbBefore.TabIndex = 0;
this.RtbBefore.Text = "";
//
// TpData
//
this.TpData.Controls.Add(this.labPass);
this.TpData.Controls.Add(this.labdata);
this.TpData.Controls.Add(this.labUser);
this.TpData.Controls.Add(this.LabNamespace);
this.TpData.Controls.Add(this.BtBrower);
this.TpData.Controls.Add(this.RtbCodes);
this.TpData.Controls.Add(this.tbdata);
this.TpData.Controls.Add(this.tbuser);
this.TpData.Controls.Add(this.tbpass);
this.TpData.Controls.Add(this.tbNamespace);
this.TpData.Controls.Add(this.BtDataCodeMake);
this.TpData.Location = new System.Drawing.Point(4, 21);
this.TpData.Name = "TpData";
this.TpData.Padding = new System.Windows.Forms.Padding(3);
this.TpData.Size = new System.Drawing.Size(739, 445);
this.TpData.TabIndex = 2;
this.TpData.Text = "数据库工具";
this.TpData.UseVisualStyleBackColor = true;
//
// labPass
//
this.labPass.AutoSize = true;
this.labPass.Location = new System.Drawing.Point(254, 66);
this.labPass.Name = "labPass";
this.labPass.Size = new System.Drawing.Size(29, 12);
this.labPass.TabIndex = 10;
this.labPass.Text = "密码";
//
// labdata
//
this.labdata.AutoSize = true;
this.labdata.Location = new System.Drawing.Point(46, 60);
this.labdata.Name = "labdata";
this.labdata.Size = new System.Drawing.Size(41, 12);
this.labdata.TabIndex = 9;
this.labdata.Text = "数据库";
//
// labUser
//
this.labUser.AutoSize = true;
this.labUser.Location = new System.Drawing.Point(254, 27);
this.labUser.Name = "labUser";
this.labUser.Size = new System.Drawing.Size(41, 12);
this.labUser.TabIndex = 8;
this.labUser.Text = "用户名";
//
// LabNamespace
//
this.LabNamespace.AutoSize = true;
this.LabNamespace.Location = new System.Drawing.Point(46, 27);
this.LabNamespace.Name = "LabNamespace";
this.LabNamespace.Size = new System.Drawing.Size(53, 12);
this.LabNamespace.TabIndex = 7;
this.LabNamespace.Text = "命名空间";
//
// BtBrower
//
this.BtBrower.Location = new System.Drawing.Point(503, 22);
this.BtBrower.Name = "BtBrower";
this.BtBrower.Size = new System.Drawing.Size(114, 23);
this.BtBrower.TabIndex = 6;
this.BtBrower.Text = "选择生成目录";
this.BtBrower.UseVisualStyleBackColor = true;
this.BtBrower.Click += new System.EventHandler(this.BtBrower_Click);
//
// RtbCodes
//
this.RtbCodes.Location = new System.Drawing.Point(8, 118);
this.RtbCodes.Name = "RtbCodes";
this.RtbCodes.Size = new System.Drawing.Size(725, 320);
this.RtbCodes.TabIndex = 5;
this.RtbCodes.Text = "";
//
// tbdata
//
this.tbdata.Location = new System.Drawing.Point(114, 57);
this.tbdata.Name = "tbdata";
this.tbdata.Size = new System.Drawing.Size(134, 21);
this.tbdata.TabIndex = 4;
//
// tbuser
//
this.tbuser.Location = new System.Drawing.Point(301, 24);
this.tbuser.Name = "tbuser";
this.tbuser.Size = new System.Drawing.Size(134, 21);
this.tbuser.TabIndex = 3;
//
// tbpass
//
this.tbpass.Location = new System.Drawing.Point(301, 57);
this.tbpass.Name = "tbpass";
this.tbpass.Size = new System.Drawing.Size(134, 21);
this.tbpass.TabIndex = 2;
//
// tbNamespace
//
this.tbNamespace.Location = new System.Drawing.Point(114, 22);
this.tbNamespace.Name = "tbNamespace";
this.tbNamespace.Size = new System.Drawing.Size(134, 21);
this.tbNamespace.TabIndex = 1;
//
// BtDataCodeMake
//
this.BtDataCodeMake.Location = new System.Drawing.Point(542, 55);
this.BtDataCodeMake.Name = "BtDataCodeMake";
this.BtDataCodeMake.Size = new System.Drawing.Size(75, 23);
this.BtDataCodeMake.TabIndex = 0;
this.BtDataCodeMake.Text = "生成文件";
this.BtDataCodeMake.UseVisualStyleBackColor = true;
this.BtDataCodeMake.Click += new System.EventHandler(this.BtDataCodeMake_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.BtHtmlJs);
this.tabPage2.Controls.Add(this.BtUpdateColumn);
this.tabPage2.Controls.Add(this.TbTempName);
this.tabPage2.Controls.Add(this.BtResultChange);
this.tabPage2.Controls.Add(this.RtbColumnsResult);
this.tabPage2.Controls.Add(this.RtbColumns);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(739, 445);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "生成控件";
this.tabPage2.UseVisualStyleBackColor = true;
//
// BtHtmlJs
//
this.BtHtmlJs.Location = new System.Drawing.Point(325, 199);
this.BtHtmlJs.Name = "BtHtmlJs";
this.BtHtmlJs.Size = new System.Drawing.Size(75, 23);
this.BtHtmlJs.TabIndex = 5;
this.BtHtmlJs.Text = "Html和Js转换";
this.BtHtmlJs.UseVisualStyleBackColor = true;
this.BtHtmlJs.Click += new System.EventHandler(this.BtHtmlJs_Click);
//
// BtUpdateColumn
//
this.BtUpdateColumn.Location = new System.Drawing.Point(326, 156);
this.BtUpdateColumn.Name = "BtUpdateColumn";
this.BtUpdateColumn.Size = new System.Drawing.Size(75, 23);
this.BtUpdateColumn.TabIndex = 4;
this.BtUpdateColumn.Text = "生成修改";
this.BtUpdateColumn.UseVisualStyleBackColor = true;
this.BtUpdateColumn.Click += new System.EventHandler(this.BtUpdateColumn_Click);
//
// TbTempName
//
this.TbTempName.Location = new System.Drawing.Point(325, 113);
this.TbTempName.Name = "TbTempName";
this.TbTempName.Size = new System.Drawing.Size(75, 21);
this.TbTempName.TabIndex = 3;
//
// BtResultChange
//
this.BtResultChange.Location = new System.Drawing.Point(325, 53);
this.BtResultChange.Name = "BtResultChange";
this.BtResultChange.Size = new System.Drawing.Size(75, 23);
this.BtResultChange.TabIndex = 2;
this.BtResultChange.Text = "转换";
this.BtResultChange.UseVisualStyleBackColor = true;
this.BtResultChange.Click += new System.EventHandler(this.BtResultChange_Click);
//
// RtbColumnsResult
//
this.RtbColumnsResult.Location = new System.Drawing.Point(406, 6);
this.RtbColumnsResult.Name = "RtbColumnsResult";
this.RtbColumnsResult.Size = new System.Drawing.Size(327, 422);
this.RtbColumnsResult.TabIndex = 1;
this.RtbColumnsResult.Text = "";
//
// RtbColumns
//
this.RtbColumns.Location = new System.Drawing.Point(3, 6);
this.RtbColumns.Name = "RtbColumns";
this.RtbColumns.Size = new System.Drawing.Size(316, 422);
this.RtbColumns.TabIndex = 0;
this.RtbColumns.Text = "";
//
// TpOpenFile
//
this.TpOpenFile.Controls.Add(this.BtOpen);
this.TpOpenFile.Controls.Add(this.BtOpenFiles);
this.TpOpenFile.Location = new System.Drawing.Point(4, 21);
this.TpOpenFile.Name = "TpOpenFile";
this.TpOpenFile.Padding = new System.Windows.Forms.Padding(3);
this.TpOpenFile.Size = new System.Drawing.Size(739, 445);
this.TpOpenFile.TabIndex = 3;
this.TpOpenFile.Text = "打开文件";
this.TpOpenFile.UseVisualStyleBackColor = true;
//
// BtOpen
//
this.BtOpen.Location = new System.Drawing.Point(49, 18);
this.BtOpen.Name = "BtOpen";
this.BtOpen.Size = new System.Drawing.Size(75, 23);
this.BtOpen.TabIndex = 1;
this.BtOpen.Text = "打开文件夹";
this.BtOpen.UseVisualStyleBackColor = true;
this.BtOpen.Click += new System.EventHandler(this.BtOpen_Click);
//
// BtOpenFiles
//
this.BtOpenFiles.Location = new System.Drawing.Point(151, 18);
this.BtOpenFiles.Name = "BtOpenFiles";
this.BtOpenFiles.Size = new System.Drawing.Size(75, 23);
this.BtOpenFiles.TabIndex = 0;
this.BtOpenFiles.Text = "打开文件";
this.BtOpenFiles.UseVisualStyleBackColor = true;
this.BtOpenFiles.Click += new System.EventHandler(this.BtOpenFiles_Click);
//
// TpHtml
//
this.TpHtml.Controls.Add(this.BtChangeHtml);
this.TpHtml.Controls.Add(this.RtbChangeCode);
this.TpHtml.Controls.Add(this.RtbOldCode);
this.TpHtml.Location = new System.Drawing.Point(4, 21);
this.TpHtml.Name = "TpHtml";
this.TpHtml.Padding = new System.Windows.Forms.Padding(3);
this.TpHtml.Size = new System.Drawing.Size(739, 445);
this.TpHtml.TabIndex = 4;
this.TpHtml.Text = "页面代码";
this.TpHtml.UseVisualStyleBackColor = true;
//
// BtChangeHtml
//
this.BtChangeHtml.Location = new System.Drawing.Point(323, 30);
this.BtChangeHtml.Name = "BtChangeHtml";
this.BtChangeHtml.Size = new System.Drawing.Size(75, 23);
this.BtChangeHtml.TabIndex = 2;
this.BtChangeHtml.Text = "改变";
this.BtChangeHtml.UseVisualStyleBackColor = true;
this.BtChangeHtml.Click += new System.EventHandler(this.BtChangeHtml_Click);
//
// RtbChangeCode
//
this.RtbChangeCode.Location = new System.Drawing.Point(414, 6);
this.RtbChangeCode.Name = "RtbChangeCode";
this.RtbChangeCode.Size = new System.Drawing.Size(319, 432);
this.RtbChangeCode.TabIndex = 1;
this.RtbChangeCode.Text = "";
//
// RtbOldCode
//
this.RtbOldCode.Location = new System.Drawing.Point(3, 6);
this.RtbOldCode.Name = "RtbOldCode";
this.RtbOldCode.Size = new System.Drawing.Size(302, 432);
this.RtbOldCode.TabIndex = 0;
this.RtbOldCode.Text = "";
//
// TpHtmlCode
//
this.TpHtmlCode.Controls.Add(this.BtSave);
this.TpHtmlCode.Controls.Add(this.RtbOpmizationCode);
this.TpHtmlCode.Controls.Add(this.BtOp);
this.TpHtmlCode.Controls.Add(this.BtSelectFile);
this.TpHtmlCode.Location = new System.Drawing.Point(4, 21);
this.TpHtmlCode.Name = "TpHtmlCode";
this.TpHtmlCode.Padding = new System.Windows.Forms.Padding(3);
this.TpHtmlCode.Size = new System.Drawing.Size(739, 445);
this.TpHtmlCode.TabIndex = 5;
this.TpHtmlCode.Text = "HTML代码优化";
this.TpHtmlCode.UseVisualStyleBackColor = true;
//
// BtSave
//
this.BtSave.Location = new System.Drawing.Point(385, 35);
this.BtSave.Name = "BtSave";
this.BtSave.Size = new System.Drawing.Size(75, 23);
this.BtSave.TabIndex = 3;
this.BtSave.Text = "保存";
this.BtSave.UseVisualStyleBackColor = true;
this.BtSave.Click += new System.EventHandler(this.BtSave_Click);
//
// RtbOpmizationCode
//
this.RtbOpmizationCode.Location = new System.Drawing.Point(25, 78);
this.RtbOpmizationCode.Name = "RtbOpmizationCode";
this.RtbOpmizationCode.Size = new System.Drawing.Size(708, 360);
this.RtbOpmizationCode.TabIndex = 2;
this.RtbOpmizationCode.Text = "";
//
// BtOp
//
this.BtOp.Location = new System.Drawing.Point(192, 35);
this.BtOp.Name = "BtOp";
this.BtOp.Size = new System.Drawing.Size(98, 23);
this.BtOp.TabIndex = 1;
this.BtOp.Text = "去除多余代码";
this.BtOp.UseVisualStyleBackColor = true;
this.BtOp.Click += new System.EventHandler(this.BtOp_Click);
//
// BtSelectFile
//
this.BtSelectFile.Location = new System.Drawing.Point(25, 35);
this.BtSelectFile.Name = "BtSelectFile";
this.BtSelectFile.Size = new System.Drawing.Size(124, 23);
this.BtSelectFile.TabIndex = 0;
this.BtSelectFile.Text = "选择优化文件";
this.BtSelectFile.UseVisualStyleBackColor = true;
this.BtSelectFile.Click += new System.EventHandler(this.BtSelectFile_Click);
//
// TpTimer
//
this.TpTimer.Controls.Add(this.BtBrowerFiles);
this.TpTimer.Controls.Add(this.button1);
this.TpTimer.Controls.Add(this.richTextBox1);
this.TpTimer.Controls.Add(this.BtWebSite);
this.TpTimer.Controls.Add(this.LabNum);
this.TpTimer.Controls.Add(this.BtTimer);
this.TpTimer.Location = new System.Drawing.Point(4, 21);
this.TpTimer.Name = "TpTimer";
this.TpTimer.Padding = new System.Windows.Forms.Padding(3);
this.TpTimer.Size = new System.Drawing.Size(739, 445);
this.TpTimer.TabIndex = 6;
this.TpTimer.Text = "定时生成";
this.TpTimer.UseVisualStyleBackColor = true;
//
// BtBrowerFiles
//
this.BtBrowerFiles.Location = new System.Drawing.Point(107, 187);
this.BtBrowerFiles.Name = "BtBrowerFiles";
this.BtBrowerFiles.Size = new System.Drawing.Size(165, 23);
this.BtBrowerFiles.TabIndex = 5;
this.BtBrowerFiles.Text = "浏览文件";
this.BtBrowerFiles.UseVisualStyleBackColor = true;
this.BtBrowerFiles.Click += new System.EventHandler(this.BtBrowerFiles_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(278, 187);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 4;
this.button1.Text = "打开页面";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(107, 69);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(203, 96);
this.richTextBox1.TabIndex = 3;
this.richTextBox1.Text = "";
//
// BtWebSite
//
this.BtWebSite.Location = new System.Drawing.Point(107, 40);
this.BtWebSite.Name = "BtWebSite";
this.BtWebSite.Size = new System.Drawing.Size(75, 23);
this.BtWebSite.TabIndex = 2;
this.BtWebSite.Text = "选择路径";
this.BtWebSite.UseVisualStyleBackColor = true;
this.BtWebSite.Click += new System.EventHandler(this.BtWebSite_Click);
//
// LabNum
//
this.LabNum.AutoSize = true;
this.LabNum.Location = new System.Drawing.Point(213, 51);
this.LabNum.Name = "LabNum";
this.LabNum.Size = new System.Drawing.Size(29, 12);
this.LabNum.TabIndex = 1;
this.LabNum.Text = "计数";
//
// BtTimer
//
this.BtTimer.Location = new System.Drawing.Point(278, 40);
this.BtTimer.Name = "BtTimer";
this.BtTimer.Size = new System.Drawing.Size(75, 23);
this.BtTimer.TabIndex = 0;
this.BtTimer.Text = "定时生成";
this.BtTimer.UseVisualStyleBackColor = true;
this.BtTimer.Click += new System.EventHandler(this.BtTimer_Click);
//
// Tp
//
this.Tp.Controls.Add(this.button2);
this.Tp.Controls.Add(this.label3);
this.Tp.Controls.Add(this.BtSearch);
this.Tp.Controls.Add(this.CbType);
this.Tp.Controls.Add(this.TbUrl);
this.Tp.Controls.Add(this.RtbContent);
this.Tp.Controls.Add(this.BtObserve);
this.Tp.Location = new System.Drawing.Point(4, 21);
this.Tp.Name = "Tp";
this.Tp.Padding = new System.Windows.Forms.Padding(3);
this.Tp.Size = new System.Drawing.Size(739, 445);
this.Tp.TabIndex = 7;
this.Tp.Text = "网站观察";
this.Tp.UseVisualStyleBackColor = true;
//
// button2
//
this.button2.Location = new System.Drawing.Point(219, 117);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 6;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(21, 122);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 5;
this.label3.Text = "label3";
//
// BtSearch
//
this.BtSearch.Location = new System.Drawing.Point(116, 117);
this.BtSearch.Name = "BtSearch";
this.BtSearch.Size = new System.Drawing.Size(75, 23);
this.BtSearch.TabIndex = 4;
this.BtSearch.Text = "查询";
this.BtSearch.UseVisualStyleBackColor = true;
this.BtSearch.Click += new System.EventHandler(this.BtSearch_Click);
//
// CbType
//
this.CbType.FormattingEnabled = true;
this.CbType.Items.AddRange(new object[] {
"gb2312",
"utf-8"});
this.CbType.Location = new System.Drawing.Point(536, 17);
this.CbType.Name = "CbType";
this.CbType.Size = new System.Drawing.Size(91, 20);
this.CbType.TabIndex = 3;
//
// TbUrl
//
this.TbUrl.Location = new System.Drawing.Point(23, 17);
this.TbUrl.Name = "TbUrl";
this.TbUrl.Size = new System.Drawing.Size(506, 21);
this.TbUrl.TabIndex = 2;
//
// RtbContent
//
this.RtbContent.Location = new System.Drawing.Point(3, 50);
this.RtbContent.Name = "RtbContent";
this.RtbContent.Size = new System.Drawing.Size(624, 47);
this.RtbContent.TabIndex = 1;
this.RtbContent.Text = "";
//
// BtObserve
//
this.BtObserve.Location = new System.Drawing.Point(641, 16);
this.BtObserve.Name = "BtObserve";
this.BtObserve.Size = new System.Drawing.Size(75, 23);
this.BtObserve.TabIndex = 0;
this.BtObserve.Text = "观察";
this.BtObserve.UseVisualStyleBackColor = true;
this.BtObserve.Click += new System.EventHandler(this.BtObserve_Click);
//
// TpAddData
//
this.TpAddData.Location = new System.Drawing.Point(4, 21);
this.TpAddData.Name = "TpAddData";
this.TpAddData.Padding = new System.Windows.Forms.Padding(3);
this.TpAddData.Size = new System.Drawing.Size(739, 445);
this.TpAddData.TabIndex = 8;
this.TpAddData.Text = "生成添加数据";
this.TpAddData.UseVisualStyleBackColor = true;
//
// OpSelectFile
//
this.OpSelectFile.FileName = "openFileDialog1";
//
// TimeStart
//
this.TimeStart.Interval = 10;
this.TimeStart.Tick += new System.EventHandler(this.TimeStart_Tick);
//
// noAuto
//
this.noAuto.Icon = ((System.Drawing.Icon)(resources.GetObject("noAuto.Icon")));
this.noAuto.Text = "自动";
this.noAuto.Visible = true;
this.noAuto.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.noAuto_MouseDoubleClick);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.rtbMessage);
this.tabPage1.Controls.Add(this.labCount);
this.tabPage1.Controls.Add(this.button6);
this.tabPage1.Controls.Add(this.button5);
this.tabPage1.Controls.Add(this.textBox3);
this.tabPage1.Controls.Add(this.textBox2);
this.tabPage1.Controls.Add(this.textBox1);
this.tabPage1.Controls.Add(this.button4);
this.tabPage1.Controls.Add(this.button3);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(739, 445);
this.tabPage1.TabIndex = 9;
this.tabPage1.Text = "删除文件";
this.tabPage1.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(272, 44);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 0;
this.button3.Text = "button3";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(272, 92);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 1;
this.button4.Text = "button4";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(8, 46);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(258, 21);
this.textBox1.TabIndex = 2;
this.textBox1.Text = "C:\\Documents and Settings\\Administrator\\Local Settings\\Temp";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(8, 92);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(258, 21);
this.textBox2.TabIndex = 3;
this.textBox2.Text = "C:\\Documents and Settings\\Administrator\\Local Settings\\Temporary Internet Files";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(8, 131);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(258, 21);
this.textBox3.TabIndex = 4;
this.textBox3.Text = "C:\\Documents and Settings\\Administrator\\Cookies";
//
// button5
//
this.button5.Location = new System.Drawing.Point(272, 131);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 5;
this.button5.Text = "button5";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.Location = new System.Drawing.Point(385, 44);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 6;
this.button6.Text = "button6";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// labCount
//
this.labCount.AutoSize = true;
this.labCount.Location = new System.Drawing.Point(383, 29);
this.labCount.Name = "labCount";
this.labCount.Size = new System.Drawing.Size(29, 12);
this.labCount.TabIndex = 7;
this.labCount.Text = "数量";
//
// rtbMessage
//
this.rtbMessage.Location = new System.Drawing.Point(385, 83);
this.rtbMessage.Name = "rtbMessage";
this.rtbMessage.Size = new System.Drawing.Size(290, 71);
this.rtbMessage.TabIndex = 8;
this.rtbMessage.Text = "";
//
// FormHome
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(749, 483);
this.Controls.Add(this.tabControl1);
this.Name = "FormHome";
this.Text = "工具箱";
this.Load += new System.EventHandler(this.FormHome_Load);
this.ResizeBegin += new System.EventHandler(this.FormHome_ResizeBegin);
this.Resize += new System.EventHandler(this.FormHome_Resize);
this.ResizeEnd += new System.EventHandler(this.FormHome_ResizeEnd);
this.tabControl1.ResumeLayout(false);
this.TpChange.ResumeLayout(false);
this.TpChange.PerformLayout();
this.TpData.ResumeLayout(false);
this.TpData.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.TpOpenFile.ResumeLayout(false);
this.TpHtml.ResumeLayout(false);
this.TpHtmlCode.ResumeLayout(false);
this.TpTimer.ResumeLayout(false);
this.TpTimer.PerformLayout();
this.Tp.ResumeLayout(false);
this.Tp.PerformLayout();
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage TpChange;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.RichTextBox RtbBefore;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RichTextBox RtbAfter;
private System.Windows.Forms.Button BtClear;
private System.Windows.Forms.Button BtChange;
private System.Windows.Forms.TabPage TpData;
private System.Windows.Forms.Button BtDataCodeMake;
private System.Windows.Forms.TextBox tbdata;
private System.Windows.Forms.TextBox tbuser;
private System.Windows.Forms.TextBox tbpass;
private System.Windows.Forms.TextBox tbNamespace;
private System.Windows.Forms.RichTextBox RtbCodes;
private System.Windows.Forms.Button BtBrower;
private System.Windows.Forms.FolderBrowserDialog FbdFileBrower;
private System.Windows.Forms.Label labPass;
private System.Windows.Forms.Label labdata;
private System.Windows.Forms.Label labUser;
private System.Windows.Forms.Label LabNamespace;
private System.Windows.Forms.RichTextBox RtbColumnsResult;
private System.Windows.Forms.RichTextBox RtbColumns;
private System.Windows.Forms.Button BtResultChange;
private System.Windows.Forms.Button BtUpdateColumn;
private System.Windows.Forms.TextBox TbTempName;
private System.Windows.Forms.TabPage TpOpenFile;
private System.Windows.Forms.Button BtOpenFiles;
private System.Windows.Forms.FolderBrowserDialog FbdFilesHtml;
private System.Windows.Forms.Button BtOpen;
private System.Windows.Forms.TabPage TpHtml;
private System.Windows.Forms.RichTextBox RtbChangeCode;
private System.Windows.Forms.RichTextBox RtbOldCode;
private System.Windows.Forms.Button BtChangeHtml;
private System.Windows.Forms.Button BtHtmlJs;
private System.Windows.Forms.TabPage TpHtmlCode;
private System.Windows.Forms.Button BtOp;
private System.Windows.Forms.Button BtSelectFile;
private System.Windows.Forms.OpenFileDialog OpSelectFile;
private System.Windows.Forms.RichTextBox RtbOpmizationCode;
private System.Windows.Forms.Button BtSave;
private System.Windows.Forms.TabPage TpTimer;
private System.Windows.Forms.Button BtTimer;
private System.Windows.Forms.Timer TimeStart;
private System.Windows.Forms.Label LabNum;
private System.Windows.Forms.Button BtWebSite;
private System.Windows.Forms.FolderBrowserDialog FbDWebSite;
private System.Windows.Forms.NotifyIcon noAuto;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.TabPage Tp;
private System.Windows.Forms.Button BtObserve;
private System.Windows.Forms.RichTextBox RtbContent;
private System.Windows.Forms.TextBox TbUrl;
private System.Windows.Forms.ComboBox CbType;
private System.Windows.Forms.Button BtBrowerFiles;
private System.Windows.Forms.FolderBrowserDialog FbdAllFiles;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button BtSearch;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TabPage TpAddData;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.FolderBrowserDialog FbdSelectDeleteFile;
private System.Windows.Forms.Label labCount;
private System.Windows.Forms.RichTextBox rtbMessage;
}
}
相关推荐
标题中的“最新在线工具箱网站系统源码”指的是一个用于构建在线工具集合平台的源代码。这类系统通常包含各种实用工具,如文本处理、编码解码、数学计算、图像处理等,用户无需安装软件,只需在网页上即可使用。源码...
【CTF工具之seay源代码审计系统(web)】是一个专门为网络安全竞赛(CTF,Capture The Flag)设计的源代码审计工具,主要用于Web安全领域。这个工具的主要目的是帮助参赛者或者安全研究人员检测和分析Web应用程序中...
在本案例中,标题提到的“BBS系统,本人毕业设计的源代码”是一个个人完成的毕业设计项目,旨在提供一个BBS系统的实现。这样的设计可以帮助开发者理解BBS系统的架构和工作原理,同时也为其他学习者提供了实践和学习...
(微信小程序毕业设计)校园请假系统(源码) 【项目技术】 微信开发者工具+java+ssm+mysql 【实现功能】 APP端:学生登录,用户通过输入账号和密码,选择角色并点击登录进行系统登录操作,学生登陆系统后,可以对首页...
在"网上考试报名系统设计源代码"中,我们可以探讨以下几个关键知识点: 1. **JSP基本结构**:源代码可能包含一系列的JSP文件,每个文件都可能有HTML模板元素和嵌入的Java代码。JSP的基本结构包括指令(directives)...
本项目“JavaWeb毕业设计之学生信息管理系统”提供了一个完整的源码实例,包括数据库设计与JavaPrj_17项目代码,旨在帮助学习者深入理解和实践JavaWeb开发。 首先,我们关注的是数据库部分。在JavaWeb应用中,...
压缩包中的"vuePages"可能包含了整个Vue项目的页面源代码,这些页面源代码通常位于项目的`src`目录下。`src`目录是Vue项目的主要工作区,包含以下部分: 1. `main.js`:项目的入口文件,通常在这里引入Vue、Vue ...
【站长工具源代码】是与网站管理相关的软件开发资源,主要功能聚焦于网站数据分析和搜索引擎优化(SEO)的辅助工具。这些工具通常包括但不限于流量统计、关键词排名查询、搜索引擎索引量检查、友链检测、网页速度...
【电子商务】在线订票系统源码(毕业设计)_ticketweb(ASP.NET源码)是一个针对电子商务领域的项目,主要使用ASP.NET技术实现。ASP.NET是微软公司推出的Web应用程序开发框架,它为开发者提供了丰富的功能和便利的工具...
Java开发的国家电力系统源代码是一份宝贵的教育资源,特别适合那些想要深入了解大型企业级项目开发的程序员。这个项目采用Java技术栈,结合了JavaWeb和J2EE框架,揭示了如何构建复杂、高可用性的系统。 首先,让...
本系统的重点在于其设计与实现过程,以及利用JSP源代码构建的功能模块。 首先,系统设计的核心是用户体验。对于企业用户,系统需提供方便的招聘信息录入界面,允许企业详细描述职位需求、工作条件、薪酬待遇等。...
【学生成绩管理系统源代码(jsp+mysql)+课程设计报告】是一个基于Web的教育管理应用,主要用于管理和追踪学生的成绩信息。系统的核心是利用JavaServer Pages(JSP)技术和MySQL数据库来实现数据的存储和交互。以下...
标题中的“2套简化漂亮的html网站维护源码”指的是提供了两个设计简洁美观的HTML源代码文件,用于构建网站的维护页面。这样的源码通常包含HTML结构、CSS样式以及可能的JavaScript交互元素,使得用户在网站进行更新或...
在这个"html静态页面源代码"的压缩包中,包含了四个HTML源文件,它们是构建静态网站的基础。静态网站指的是不包含服务器端动态脚本,内容在生成后即固定不变的网站。这些页面通常由HTML、CSS(Cascading Style ...
本系统包含了完整的源代码,是学习和理解商业信息系统开发的良好资源。通过分析和研究这些源代码,可以深入理解如何构建类似的系统。 一、系统架构与设计 超市管理系统通常采用三层架构:表现层、业务逻辑层和数据...
本资源“微信小程序评价问卷页面设计制作开发源代码.rar”提供了完整的微信小程序源码,用于创建一个用户评价问卷的功能。这个源码包不仅包含设计元素,还涉及开发流程,使得开发者可以快速移植并应用到自己的项目中...
【标签】"装修设计网站 免费装簧设计软件"表明这个源代码不仅适用于网站开发,也可能包含一些辅助设计工具。"装簧设计软件"可能指的是辅助用户或设计师进行室内布局规划、颜色搭配、材料选择的应用程序。这样的工具...
Python学生信息管理系统设计与实现源码(高分毕业设计项目).zip 已获导师指导并通过的高分项目序 言 第一章 系统需求分析 1.1系统开发目标 1.2系统需求分析 1.3系统可行性分析 1.4研究意义 第二章 开发资源配置及...
在这个“OA办公自动化系统毕业设计源代码”项目中,开发者使用了SSH(Struts2、Spring、Hibernate)框架作为基础,集成了jbpm工作流引擎,为系统带来了强大的流程管理能力。 首先,SSH框架是Java开发Web应用的常用...
"毕业设计完整版ASP网络办公系统(源代码+论文)"这个标题表明这是一个针对毕业生的项目,涉及到ASP技术构建的网络办公系统。它不仅包含了完整的源代码,还附带了相关的毕业设计论文,这意味着我们可以从中学到系统的...