📄 index.designer.cs
字号:
namespace WebDataGather
{
partial class Index
{
/// <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();
this.treeView1 = new System.Windows.Forms.TreeView();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.ExitApplication = new System.Windows.Forms.Button();
this.StopGatherButton = new System.Windows.Forms.Button();
this.StartGatherButton = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.MessageParentMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.AddMessage = new System.Windows.Forms.ToolStripMenuItem();
this.EditMessage = new System.Windows.Forms.ToolStripMenuItem();
this.DeleteMessage = new System.Windows.Forms.ToolStripMenuItem();
this.AddDataSourceConfig = new System.Windows.Forms.ContextMenuStrip(this.components);
this.AddDataSource = new System.Windows.Forms.ToolStripMenuItem();
this.AddMessageType = new System.Windows.Forms.ToolStripMenuItem();
this.EditMessageType = new System.Windows.Forms.ToolStripMenuItem();
this.DeleteMessageType = new System.Windows.Forms.ToolStripMenuItem();
this.DataSourceMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.EditDataSourceConfig = new System.Windows.Forms.ToolStripMenuItem();
this.DeleteDataSourceConfig = new System.Windows.Forms.ToolStripMenuItem();
this.AddPeriod = new System.Windows.Forms.ToolStripMenuItem();
this.EditPeriod = new System.Windows.Forms.ToolStripMenuItem();
this.DeletePeriod = new System.Windows.Forms.ToolStripMenuItem();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.TimeControl = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.MessageParentMenu.SuspendLayout();
this.AddDataSourceConfig.SuspendLayout();
this.DataSourceMenu.SuspendLayout();
this.SuspendLayout();
//
// treeView1
//
this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.treeView1.Location = new System.Drawing.Point(12, 12);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(180, 477);
this.treeView1.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.TimeControl);
this.groupBox1.Controls.Add(this.ExitApplication);
this.groupBox1.Controls.Add(this.StopGatherButton);
this.groupBox1.Controls.Add(this.StartGatherButton);
this.groupBox1.Location = new System.Drawing.Point(212, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(612, 62);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// ExitApplication
//
this.ExitApplication.Location = new System.Drawing.Point(492, 20);
this.ExitApplication.Name = "ExitApplication";
this.ExitApplication.Size = new System.Drawing.Size(75, 23);
this.ExitApplication.TabIndex = 0;
this.ExitApplication.Text = "退出系统";
this.ExitApplication.UseVisualStyleBackColor = true;
this.ExitApplication.Click += new System.EventHandler(this.ExitApplication_Click);
//
// StopGatherButton
//
this.StopGatherButton.Location = new System.Drawing.Point(198, 20);
this.StopGatherButton.Name = "StopGatherButton";
this.StopGatherButton.Size = new System.Drawing.Size(75, 23);
this.StopGatherButton.TabIndex = 0;
this.StopGatherButton.Text = "停止采集";
this.StopGatherButton.UseVisualStyleBackColor = true;
this.StopGatherButton.Click += new System.EventHandler(this.StopGatherButton_Click);
//
// StartGatherButton
//
this.StartGatherButton.Location = new System.Drawing.Point(51, 20);
this.StartGatherButton.Name = "StartGatherButton";
this.StartGatherButton.Size = new System.Drawing.Size(75, 23);
this.StartGatherButton.TabIndex = 0;
this.StartGatherButton.Text = "开始采集";
this.StartGatherButton.UseVisualStyleBackColor = true;
this.StartGatherButton.Click += new System.EventHandler(this.StartGatherButton_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(212, 80);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(612, 409);
this.dataGridView1.TabIndex = 2;
//
// MessageParentMenu
//
this.MessageParentMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.AddMessage,
this.EditMessage,
this.DeleteMessage});
this.MessageParentMenu.Name = "MessageParentMenu";
this.MessageParentMenu.Size = new System.Drawing.Size(143, 70);
//
// AddMessage
//
this.AddMessage.Name = "AddMessage";
this.AddMessage.Size = new System.Drawing.Size(142, 22);
this.AddMessage.Text = "添加信息类别";
this.AddMessage.Click += new System.EventHandler(this.AddMessage_Click);
//
// EditMessage
//
this.EditMessage.Name = "EditMessage";
this.EditMessage.Size = new System.Drawing.Size(142, 22);
this.EditMessage.Text = "编辑信息类别";
this.EditMessage.Click += new System.EventHandler(this.EditMessage_Click);
//
// DeleteMessage
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -