📄 frmmain.designer.cs
字号:
//
this.tbpTable.Controls.Add(this.splitContainer2);
this.tbpTable.Location = new System.Drawing.Point(4, 21);
this.tbpTable.Name = "tbpTable";
this.tbpTable.Padding = new System.Windows.Forms.Padding(3);
this.tbpTable.Size = new System.Drawing.Size(497, 314);
this.tbpTable.TabIndex = 1;
this.tbpTable.Text = "表格数据";
this.tbpTable.UseVisualStyleBackColor = true;
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(3, 3);
this.splitContainer2.Name = "splitContainer2";
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.lstDataItem);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.dgvTable);
this.splitContainer2.Size = new System.Drawing.Size(491, 308);
this.splitContainer2.SplitterDistance = 86;
this.splitContainer2.TabIndex = 0;
//
// lstDataItem
//
this.lstDataItem.Dock = System.Windows.Forms.DockStyle.Fill;
this.lstDataItem.FormattingEnabled = true;
this.lstDataItem.HorizontalScrollbar = true;
this.lstDataItem.ItemHeight = 12;
this.lstDataItem.Location = new System.Drawing.Point(0, 0);
this.lstDataItem.Name = "lstDataItem";
this.lstDataItem.Size = new System.Drawing.Size(86, 304);
this.lstDataItem.TabIndex = 0;
this.lstDataItem.SelectedIndexChanged += new System.EventHandler(this.lstDataItem_SelectedIndexChanged);
//
// dgvTable
//
this.dgvTable.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvTable.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvTable.Location = new System.Drawing.Point(0, 0);
this.dgvTable.Name = "dgvTable";
this.dgvTable.RowTemplate.Height = 23;
this.dgvTable.Size = new System.Drawing.Size(401, 308);
this.dgvTable.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.label5);
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel2.Location = new System.Drawing.Point(0, 339);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(505, 21);
this.panel2.TabIndex = 2;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(162, 3);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 10;
this.label3.Text = "00:00";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(62, 3);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 9;
this.label2.Text = "00:00";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 3);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 7;
this.label4.Text = "开始时间";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(103, 3);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 8;
this.label5.Text = "结束时间";
//
// stuMain
//
this.stuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.toolStripStatusLabel2,
this.toolStripStatusLabel3});
this.stuMain.Location = new System.Drawing.Point(0, 360);
this.stuMain.Name = "stuMain";
this.stuMain.Size = new System.Drawing.Size(619, 22);
this.stuMain.TabIndex = 4;
this.stuMain.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.AutoSize = false;
this.toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.RaisedOuter;
this.toolStripStatusLabel1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripStatusLabel1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(200, 17);
this.toolStripStatusLabel1.Text = "日期:";
this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel2
//
this.toolStripStatusLabel2.AutoSize = false;
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
this.toolStripStatusLabel2.Size = new System.Drawing.Size(300, 17);
this.toolStripStatusLabel2.Text = "支持电话:";
this.toolStripStatusLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.AutoSize = false;
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(300, 17);
this.toolStripStatusLabel3.Text = "版权:";
this.toolStripStatusLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(619, 382);
this.Controls.Add(this.stuMain);
this.Controls.Add(this.splitContainer1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmMain";
this.Text = "文本分析";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.frmMain_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel3.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tbpTxt.ResumeLayout(false);
this.tbpTxt.PerformLayout();
this.tbpTable.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvTable)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.stuMain.ResumeLayout(false);
this.stuMain.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.OpenFileDialog openTxt;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Button btnAnalyse;
private System.Windows.Forms.ListBox lstListFile;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOpenTxt;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tbpTxt;
private System.Windows.Forms.TextBox txtFile;
private System.Windows.Forms.TabPage tbpTable;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.DataGridView dgvTable;
private System.Windows.Forms.StatusStrip stuMain;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ListBox lstDataItem;
private System.Windows.Forms.Button btnTable2Excel;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -