shgx_zp_DevcieDataMove/MQTT-WinformV1/FormDataZF.Designer.cs
2025-12-09 09:28:39 +08:00

147 lines
6.7 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace MQTT_WinformV1
{
partial class FormDataZF
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.txtLUploadPL = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.textBoxLog = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.config_value = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
this.SuspendLayout();
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 1000;
//
// txtLUploadPL
//
this.txtLUploadPL.Location = new System.Drawing.Point(161, 24);
this.txtLUploadPL.Name = "txtLUploadPL";
this.txtLUploadPL.Size = new System.Drawing.Size(128, 25);
this.txtLUploadPL.TabIndex = 12;
this.txtLUploadPL.Text = "30";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(27, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(128, 17);
this.label2.TabIndex = 11;
this.label2.Text = "上传频率(分)";
//
// textBoxLog
//
this.textBoxLog.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.textBoxLog.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.textBoxLog.Location = new System.Drawing.Point(0, 260);
this.textBoxLog.Multiline = true;
this.textBoxLog.Name = "textBoxLog";
this.textBoxLog.ReadOnly = true;
this.textBoxLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBoxLog.Size = new System.Drawing.Size(1053, 324);
this.textBoxLog.TabIndex = 13;
//
// button1
//
this.button1.Location = new System.Drawing.Point(318, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(125, 39);
this.button1.TabIndex = 14;
this.button1.Text = "变更上传频率";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.config_value});
this.dataGridView1.DataSource = this.bindingSource1;
this.dataGridView1.Location = new System.Drawing.Point(0, 57);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 27;
this.dataGridView1.Size = new System.Drawing.Size(1042, 197);
this.dataGridView1.TabIndex = 15;
//
// config_value
//
this.config_value.DataPropertyName = "config_value";
this.config_value.HeaderText = "数据库连接值";
this.config_value.MinimumWidth = 700;
this.config_value.Name = "config_value";
this.config_value.Width = 800;
//
// FormDataZF
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1054, 583);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBoxLog);
this.Controls.Add(this.txtLUploadPL);
this.Controls.Add(this.label2);
this.Name = "FormDataZF";
this.Text = "数据转发";
this.Load += new System.EventHandler(this.FormDataZF_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Timer timer1;
private System.Windows.Forms.TextBox txtLUploadPL;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxLog;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.BindingSource bindingSource1;
private System.Windows.Forms.DataGridViewTextBoxColumn config_value;
}
}