Files
lserp_cs_6.0/其他程序/LadfDataApp/LadfDataApp/FrmMain.Designer.cs
T
wyf 664fd1c749 SVN r848
SVN-Revision: r848
2025-07-09 08:50:38 +00:00

441 lines
21 KiB
C#

namespace LadfDataApp
{
partial class FrmMain
{
/// <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.loginInfoPanel = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.tipsTextBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dataBaseLab = new System.Windows.Forms.Label();
this.dataBaseBox = new System.Windows.Forms.TextBox();
this.serverLab = new System.Windows.Forms.Label();
this.serverBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.loginPasswordBox = new System.Windows.Forms.TextBox();
this.loginNameLab = new System.Windows.Forms.Label();
this.loginNameBox = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.radioNext = new System.Windows.Forms.RadioButton();
this.panel3 = new System.Windows.Forms.Panel();
this.radioFix = new System.Windows.Forms.RadioButton();
this.panelFix = new System.Windows.Forms.Panel();
this.label3 = new System.Windows.Forms.Label();
this.fixEndDate = new System.Windows.Forms.DateTimePicker();
this.fixStartDate = new System.Windows.Forms.DateTimePicker();
this.panel5 = new System.Windows.Forms.Panel();
this.panelNext = new System.Windows.Forms.Panel();
this.nextStartDate = new System.Windows.Forms.DateTimePicker();
this.timeUnitLab = new System.Windows.Forms.Label();
this.timeIntervalLab = new System.Windows.Forms.Label();
this.timeIntervalBox = new System.Windows.Forms.TextBox();
this.linkBtn = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.projectComboBox = new System.Windows.Forms.ComboBox();
this.startBtn = new System.Windows.Forms.Button();
this.loginInfoPanel.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.panel3.SuspendLayout();
this.panelFix.SuspendLayout();
this.panel5.SuspendLayout();
this.panelNext.SuspendLayout();
this.groupBox4.SuspendLayout();
this.SuspendLayout();
//
// loginInfoPanel
//
this.loginInfoPanel.BackColor = System.Drawing.SystemColors.Control;
this.loginInfoPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.loginInfoPanel.Controls.Add(this.startBtn);
this.loginInfoPanel.Controls.Add(this.groupBox3);
this.loginInfoPanel.Controls.Add(this.groupBox2);
this.loginInfoPanel.Controls.Add(this.groupBox4);
this.loginInfoPanel.Controls.Add(this.groupBox1);
this.loginInfoPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.loginInfoPanel.Location = new System.Drawing.Point(0, 0);
this.loginInfoPanel.Name = "loginInfoPanel";
this.loginInfoPanel.Size = new System.Drawing.Size(614, 303);
this.loginInfoPanel.TabIndex = 0;
//
// panel2
//
this.panel2.Controls.Add(this.tipsTextBox);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 303);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(614, 332);
this.panel2.TabIndex = 1;
//
// tipsTextBox
//
this.tipsTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tipsTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.tipsTextBox.Location = new System.Drawing.Point(0, 0);
this.tipsTextBox.Multiline = true;
this.tipsTextBox.Name = "tipsTextBox";
this.tipsTextBox.ReadOnly = true;
this.tipsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.tipsTextBox.Size = new System.Drawing.Size(614, 332);
this.tipsTextBox.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.linkBtn);
this.groupBox1.Controls.Add(this.dataBaseLab);
this.groupBox1.Controls.Add(this.dataBaseBox);
this.groupBox1.Controls.Add(this.serverLab);
this.groupBox1.Controls.Add(this.serverBox);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.loginPasswordBox);
this.groupBox1.Controls.Add(this.loginNameLab);
this.groupBox1.Controls.Add(this.loginNameBox);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(612, 109);
this.groupBox1.TabIndex = 14;
this.groupBox1.TabStop = false;
//
// dataBaseLab
//
this.dataBaseLab.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.dataBaseLab.Location = new System.Drawing.Point(309, 44);
this.dataBaseLab.Name = "dataBaseLab";
this.dataBaseLab.Size = new System.Drawing.Size(70, 25);
this.dataBaseLab.TabIndex = 18;
this.dataBaseLab.Text = "数据库:";
this.dataBaseLab.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// dataBaseBox
//
this.dataBaseBox.Location = new System.Drawing.Point(385, 44);
this.dataBaseBox.Name = "dataBaseBox";
this.dataBaseBox.Size = new System.Drawing.Size(200, 21);
this.dataBaseBox.TabIndex = 17;
//
// serverLab
//
this.serverLab.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.serverLab.Location = new System.Drawing.Point(13, 44);
this.serverLab.Name = "serverLab";
this.serverLab.Size = new System.Drawing.Size(70, 25);
this.serverLab.TabIndex = 16;
this.serverLab.Text = "服务器:";
this.serverLab.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// serverBox
//
this.serverBox.Location = new System.Drawing.Point(89, 44);
this.serverBox.Name = "serverBox";
this.serverBox.Size = new System.Drawing.Size(200, 21);
this.serverBox.TabIndex = 15;
//
// label1
//
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(309, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(70, 25);
this.label1.TabIndex = 14;
this.label1.Text = "密 码:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// loginPasswordBox
//
this.loginPasswordBox.Location = new System.Drawing.Point(385, 17);
this.loginPasswordBox.Name = "loginPasswordBox";
this.loginPasswordBox.PasswordChar = '●';
this.loginPasswordBox.Size = new System.Drawing.Size(200, 21);
this.loginPasswordBox.TabIndex = 13;
//
// loginNameLab
//
this.loginNameLab.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.loginNameLab.Location = new System.Drawing.Point(13, 17);
this.loginNameLab.Name = "loginNameLab";
this.loginNameLab.Size = new System.Drawing.Size(70, 25);
this.loginNameLab.TabIndex = 12;
this.loginNameLab.Text = "用户名:";
this.loginNameLab.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// loginNameBox
//
this.loginNameBox.Location = new System.Drawing.Point(89, 17);
this.loginNameBox.Name = "loginNameBox";
this.loginNameBox.Size = new System.Drawing.Size(200, 21);
this.loginNameBox.TabIndex = 11;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.panelFix);
this.groupBox2.Controls.Add(this.panel3);
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox2.Location = new System.Drawing.Point(0, 151);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(612, 54);
this.groupBox2.TabIndex = 15;
this.groupBox2.TabStop = false;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.panelNext);
this.groupBox3.Controls.Add(this.panel5);
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox3.Location = new System.Drawing.Point(0, 205);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(612, 54);
this.groupBox3.TabIndex = 16;
this.groupBox3.TabStop = false;
//
// radioNext
//
this.radioNext.AutoSize = true;
this.radioNext.Location = new System.Drawing.Point(3, 12);
this.radioNext.Name = "radioNext";
this.radioNext.Size = new System.Drawing.Size(71, 16);
this.radioNext.TabIndex = 17;
this.radioNext.TabStop = true;
this.radioNext.Text = "间隔查询";
this.radioNext.UseVisualStyleBackColor = true;
//
// panel3
//
this.panel3.Controls.Add(this.radioFix);
this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
this.panel3.Location = new System.Drawing.Point(3, 17);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(80, 34);
this.panel3.TabIndex = 21;
//
// radioFix
//
this.radioFix.AutoSize = true;
this.radioFix.Location = new System.Drawing.Point(3, 11);
this.radioFix.Name = "radioFix";
this.radioFix.Size = new System.Drawing.Size(71, 16);
this.radioFix.TabIndex = 21;
this.radioFix.Text = "固定查询";
this.radioFix.UseVisualStyleBackColor = true;
//
// panelFix
//
this.panelFix.Controls.Add(this.label3);
this.panelFix.Controls.Add(this.fixEndDate);
this.panelFix.Controls.Add(this.fixStartDate);
this.panelFix.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelFix.Location = new System.Drawing.Point(83, 17);
this.panelFix.Name = "panelFix";
this.panelFix.Size = new System.Drawing.Size(526, 34);
this.panelFix.TabIndex = 22;
//
// label3
//
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(226, 6);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(70, 25);
this.label3.TabIndex = 23;
this.label3.Text = "到";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// fixEndDate
//
this.fixEndDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.fixEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.fixEndDate.Location = new System.Drawing.Point(302, 7);
this.fixEndDate.Name = "fixEndDate";
this.fixEndDate.ShowUpDown = true;
this.fixEndDate.Size = new System.Drawing.Size(200, 21);
this.fixEndDate.TabIndex = 22;
//
// fixStartDate
//
this.fixStartDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.fixStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.fixStartDate.Location = new System.Drawing.Point(6, 7);
this.fixStartDate.Name = "fixStartDate";
this.fixStartDate.ShowUpDown = true;
this.fixStartDate.Size = new System.Drawing.Size(200, 21);
this.fixStartDate.TabIndex = 21;
//
// panel5
//
this.panel5.Controls.Add(this.radioNext);
this.panel5.Dock = System.Windows.Forms.DockStyle.Left;
this.panel5.Location = new System.Drawing.Point(3, 17);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(80, 34);
this.panel5.TabIndex = 22;
//
// panelNext
//
this.panelNext.Controls.Add(this.nextStartDate);
this.panelNext.Controls.Add(this.timeUnitLab);
this.panelNext.Controls.Add(this.timeIntervalLab);
this.panelNext.Controls.Add(this.timeIntervalBox);
this.panelNext.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelNext.Location = new System.Drawing.Point(83, 17);
this.panelNext.Name = "panelNext";
this.panelNext.Size = new System.Drawing.Size(526, 34);
this.panelNext.TabIndex = 23;
//
// nextStartDate
//
this.nextStartDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
this.nextStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.nextStartDate.Location = new System.Drawing.Point(6, 8);
this.nextStartDate.Name = "nextStartDate";
this.nextStartDate.ShowUpDown = true;
this.nextStartDate.Size = new System.Drawing.Size(200, 21);
this.nextStartDate.TabIndex = 25;
//
// timeUnitLab
//
this.timeUnitLab.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.timeUnitLab.Location = new System.Drawing.Point(457, 7);
this.timeUnitLab.Name = "timeUnitLab";
this.timeUnitLab.Size = new System.Drawing.Size(45, 25);
this.timeUnitLab.TabIndex = 24;
this.timeUnitLab.Text = "分钟";
this.timeUnitLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// timeIntervalLab
//
this.timeIntervalLab.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.timeIntervalLab.Location = new System.Drawing.Point(226, 7);
this.timeIntervalLab.Name = "timeIntervalLab";
this.timeIntervalLab.Size = new System.Drawing.Size(70, 25);
this.timeIntervalLab.TabIndex = 23;
this.timeIntervalLab.Text = "间 隔:";
this.timeIntervalLab.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// timeIntervalBox
//
this.timeIntervalBox.Location = new System.Drawing.Point(302, 7);
this.timeIntervalBox.Name = "timeIntervalBox";
this.timeIntervalBox.Size = new System.Drawing.Size(149, 21);
this.timeIntervalBox.TabIndex = 22;
//
// linkBtn
//
this.linkBtn.Location = new System.Drawing.Point(483, 70);
this.linkBtn.Name = "linkBtn";
this.linkBtn.Size = new System.Drawing.Size(102, 31);
this.linkBtn.TabIndex = 21;
this.linkBtn.Text = "连接";
this.linkBtn.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.label2);
this.groupBox4.Controls.Add(this.projectComboBox);
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox4.Location = new System.Drawing.Point(0, 109);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(612, 42);
this.groupBox4.TabIndex = 17;
this.groupBox4.TabStop = false;
//
// label2
//
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(13, 13);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 25);
this.label2.TabIndex = 23;
this.label2.Text = "项 目:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// projectComboBox
//
this.projectComboBox.FormattingEnabled = true;
this.projectComboBox.Location = new System.Drawing.Point(89, 15);
this.projectComboBox.Name = "projectComboBox";
this.projectComboBox.Size = new System.Drawing.Size(200, 20);
this.projectComboBox.TabIndex = 22;
//
// startBtn
//
this.startBtn.Location = new System.Drawing.Point(483, 263);
this.startBtn.Name = "startBtn";
this.startBtn.Size = new System.Drawing.Size(102, 31);
this.startBtn.TabIndex = 18;
this.startBtn.Text = "开始同步";
this.startBtn.UseVisualStyleBackColor = true;
//
// FrmMain
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.ClientSize = new System.Drawing.Size(614, 635);
this.Controls.Add(this.panel2);
this.Controls.Add(this.loginInfoPanel);
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "朗速科技物联网同步平台";
this.loginInfoPanel.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panelFix.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panelNext.ResumeLayout(false);
this.panelNext.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel loginInfoPanel;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TextBox tipsTextBox;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label dataBaseLab;
private System.Windows.Forms.TextBox dataBaseBox;
private System.Windows.Forms.Label serverLab;
private System.Windows.Forms.TextBox serverBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox loginPasswordBox;
private System.Windows.Forms.Label loginNameLab;
private System.Windows.Forms.TextBox loginNameBox;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.R