📄 periodmanage.designer.cs
字号:
namespace WebDataGather
{
partial class PeriodManage
{
/// <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.Cancel = new System.Windows.Forms.Button();
this.Save = new System.Windows.Forms.Button();
this.Description = new System.Windows.Forms.TextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.EndTime = new System.Windows.Forms.MaskedTextBox();
this.StartTime = new System.Windows.Forms.MaskedTextBox();
this.PeriodGatherMinute = new System.Windows.Forms.MaskedTextBox();
this.PeriodGatherHour = new System.Windows.Forms.MaskedTextBox();
this.TimeGather = new System.Windows.Forms.MaskedTextBox();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label4 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// Cancel
//
this.Cancel.Location = new System.Drawing.Point(308, 189);
this.Cancel.Name = "Cancel";
this.Cancel.Size = new System.Drawing.Size(75, 23);
this.Cancel.TabIndex = 3;
this.Cancel.Text = "取消";
this.Cancel.UseVisualStyleBackColor = true;
this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
//
// Save
//
this.Save.Location = new System.Drawing.Point(196, 189);
this.Save.Name = "Save";
this.Save.Size = new System.Drawing.Size(75, 23);
this.Save.TabIndex = 3;
this.Save.Text = "保存";
this.Save.UseVisualStyleBackColor = true;
this.Save.Click += new System.EventHandler(this.Save_Click);
//
// Description
//
this.Description.Location = new System.Drawing.Point(188, 36);
this.Description.Name = "Description";
this.Description.Size = new System.Drawing.Size(230, 21);
this.Description.TabIndex = 1;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.Size = new System.Drawing.Size(578, 148);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseUp);
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dataGridView1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox1);
this.splitContainer1.Size = new System.Drawing.Size(578, 417);
this.splitContainer1.SplitterDistance = 148;
this.splitContainer1.TabIndex = 2;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.EndTime);
this.groupBox1.Controls.Add(this.StartTime);
this.groupBox1.Controls.Add(this.PeriodGatherMinute);
this.groupBox1.Controls.Add(this.PeriodGatherHour);
this.groupBox1.Controls.Add(this.TimeGather);
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Controls.Add(this.Cancel);
this.groupBox1.Controls.Add(this.Save);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.Description);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(578, 265);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "编辑区";
//
// EndTime
//
this.EndTime.Location = new System.Drawing.Point(251, 146);
this.EndTime.Mask = "90:00:00";
this.EndTime.Name = "EndTime";
this.EndTime.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.EndTime.Size = new System.Drawing.Size(76, 21);
this.EndTime.TabIndex = 7;
//
// StartTime
//
this.StartTime.Location = new System.Drawing.Point(251, 119);
this.StartTime.Mask = "90:00:00";
this.StartTime.Name = "StartTime";
this.StartTime.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.StartTime.Size = new System.Drawing.Size(76, 21);
this.StartTime.TabIndex = 7;
//
// PeriodGatherMinute
//
this.PeriodGatherMinute.Location = new System.Drawing.Point(341, 92);
this.PeriodGatherMinute.Mask = "90";
this.PeriodGatherMinute.Name = "PeriodGatherMinute";
this.PeriodGatherMinute.Size = new System.Drawing.Size(49, 21);
this.PeriodGatherMinute.TabIndex = 6;
//
// PeriodGatherHour
//
this.PeriodGatherHour.Location = new System.Drawing.Point(251, 92);
this.PeriodGatherHour.Mask = "90";
this.PeriodGatherHour.Name = "PeriodGatherHour";
this.PeriodGatherHour.Size = new System.Drawing.Size(49, 21);
this.PeriodGatherHour.TabIndex = 6;
//
// TimeGather
//
this.TimeGather.Location = new System.Drawing.Point(188, 63);
this.TimeGather.Mask = "90:00:00";
this.TimeGather.Name = "TimeGather";
this.TimeGather.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.TimeGather.Size = new System.Drawing.Size(76, 21);
this.TimeGather.TabIndex = 5;
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(97, 91);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(83, 16);
this.radioButton2.TabIndex = 4;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "循环采集:";
this.radioButton2.UseVisualStyleBackColor = true;
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(97, 63);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(83, 16);
this.radioButton1.TabIndex = 4;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "定时采集:";
this.radioButton1.UseVisualStyleBackColor = true;
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(396, 95);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 0;
this.label4.Text = "分钟";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(186, 149);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 0;
this.label6.Text = "结束时间:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(186, 122);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 0;
this.label5.Text = "开始时间:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(306, 95);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(29, 12);
this.label3.TabIndex = 0;
this.label3.Text = "小时";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(186, 95);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "采集周期:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(115, 39);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "周期描述:";
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// PeriodManage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(578, 417);
this.Controls.Add(this.splitContainer1);
this.MaximizeBox = false;
this.Name = "PeriodManage";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "采集周期管理";
this.Load += new System.EventHandler(this.PeriodManage_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button Cancel;
private System.Windows.Forms.Button Save;
private System.Windows.Forms.TextBox Description;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MaskedTextBox TimeGather;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.MaskedTextBox PeriodGatherHour;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.MaskedTextBox PeriodGatherMinute;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.MaskedTextBox EndTime;
private System.Windows.Forms.MaskedTextBox StartTime;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ErrorProvider errorProvider1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -