📄 form1.designer.cs
字号:
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// toolStripLblAlarmLogging
//
this.toolStripLblAlarmLogging.BackColor = System.Drawing.SystemColors.Menu;
this.toolStripLblAlarmLogging.Name = "toolStripLblAlarmLogging";
this.toolStripLblAlarmLogging.Size = new System.Drawing.Size(74, 22);
this.toolStripLblAlarmLogging.Text = "Alarm Logging";
this.toolStripLblAlarmLogging.Click += new System.EventHandler(this.toolStripLblAlarmLogging_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// toolStripLblUserArchives
//
this.toolStripLblUserArchives.Name = "toolStripLblUserArchives";
this.toolStripLblUserArchives.Size = new System.Drawing.Size(70, 22);
this.toolStripLblUserArchives.Text = "UserArchives";
this.toolStripLblUserArchives.Click += new System.EventHandler(this.toolStripLblUserArchives_Click);
//
// lblPwd
//
this.lblPwd.AutoSize = true;
this.lblPwd.Location = new System.Drawing.Point(535, 49);
this.lblPwd.Name = "lblPwd";
this.lblPwd.Size = new System.Drawing.Size(27, 13);
this.lblPwd.TabIndex = 38;
this.lblPwd.Text = "pwd";
//
// lblUid
//
this.lblUid.AutoSize = true;
this.lblUid.Location = new System.Drawing.Point(353, 49);
this.lblUid.Name = "lblUid";
this.lblUid.Size = new System.Drawing.Size(23, 13);
this.lblUid.TabIndex = 37;
this.lblUid.Text = "Uid";
//
// txtPwd
//
this.txtPwd.ForeColor = System.Drawing.SystemColors.WindowText;
this.txtPwd.Location = new System.Drawing.Point(565, 46);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(116, 20);
this.txtPwd.TabIndex = 36;
this.txtPwd.Text = "WinCCcopack";
//
// txtUid
//
this.txtUid.Location = new System.Drawing.Point(382, 45);
this.txtUid.Name = "txtUid";
this.txtUid.Size = new System.Drawing.Size(141, 20);
this.txtUid.TabIndex = 35;
this.txtUid.Text = "WinCCcopack";
//
// lblAnz
//
this.lblAnz.AutoSize = true;
this.lblAnz.Location = new System.Drawing.Point(19, 733);
this.lblAnz.Name = "lblAnz";
this.lblAnz.Size = new System.Drawing.Size(0, 13);
this.lblAnz.TabIndex = 40;
//
// btnTags
//
this.btnTags.Location = new System.Drawing.Point(451, 29);
this.btnTags.Name = "btnTags";
this.btnTags.Size = new System.Drawing.Size(31, 21);
this.btnTags.TabIndex = 45;
this.btnTags.Text = "...";
this.btnTags.UseVisualStyleBackColor = true;
this.btnTags.Click += new System.EventHandler(this.btnTags_Click);
//
// cmbTags
//
this.cmbTags.DropDownHeight = 110;
this.cmbTags.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbTags.FormattingEnabled = true;
this.cmbTags.IntegralHeight = false;
this.cmbTags.ItemHeight = 13;
this.cmbTags.Location = new System.Drawing.Point(66, 29);
this.cmbTags.MaxDropDownItems = 12;
this.cmbTags.Name = "cmbTags";
this.cmbTags.Size = new System.Drawing.Size(381, 21);
this.cmbTags.TabIndex = 44;
this.cmbTags.SelectedIndexChanged += new System.EventHandler(this.cmbTags_SelectedIndexChanged);
//
// btnRead
//
this.btnRead.Location = new System.Drawing.Point(12, 758);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(91, 26);
this.btnRead.TabIndex = 41;
this.btnRead.Text = "read archives";
this.btnRead.UseVisualStyleBackColor = true;
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
//
// lblTimeInt
//
this.lblTimeInt.AutoSize = true;
this.lblTimeInt.Location = new System.Drawing.Point(276, 64);
this.lblTimeInt.Name = "lblTimeInt";
this.lblTimeInt.Size = new System.Drawing.Size(42, 13);
this.lblTimeInt.TabIndex = 47;
this.lblTimeInt.Text = "Interval";
//
// cmbInterpol
//
this.cmbInterpol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbInterpol.FormattingEnabled = true;
this.cmbInterpol.Location = new System.Drawing.Point(101, 56);
this.cmbInterpol.Name = "cmbInterpol";
this.cmbInterpol.Size = new System.Drawing.Size(169, 21);
this.cmbInterpol.TabIndex = 42;
//
// txtStep
//
this.txtStep.Location = new System.Drawing.Point(324, 58);
this.txtStep.Name = "txtStep";
this.txtStep.Size = new System.Drawing.Size(67, 20);
this.txtStep.TabIndex = 46;
this.txtStep.Text = "60";
this.txtStep.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// lblAggregat
//
this.lblAggregat.AutoSize = true;
this.lblAggregat.Location = new System.Drawing.Point(19, 54);
this.lblAggregat.Name = "lblAggregat";
this.lblAggregat.Size = new System.Drawing.Size(44, 26);
this.lblAggregat.TabIndex = 43;
this.lblAggregat.Text = "Aggreg.\r\nTyp";
//
// lblExportPath
//
this.lblExportPath.AutoSize = true;
this.lblExportPath.Location = new System.Drawing.Point(8, 31);
this.lblExportPath.Name = "lblExportPath";
this.lblExportPath.Size = new System.Drawing.Size(59, 13);
this.lblExportPath.TabIndex = 48;
this.lblExportPath.Text = "ExportPath";
this.lblExportPath.Click += new System.EventHandler(this.label1_Click);
//
// txtExportPath
//
this.txtExportPath.Location = new System.Drawing.Point(70, 28);
this.txtExportPath.Name = "txtExportPath";
this.txtExportPath.Size = new System.Drawing.Size(172, 20);
this.txtExportPath.TabIndex = 49;
//
// lblExportFile
//
this.lblExportFile.AutoSize = true;
this.lblExportFile.Location = new System.Drawing.Point(8, 64);
this.lblExportFile.Name = "lblExportFile";
this.lblExportFile.Size = new System.Drawing.Size(53, 13);
this.lblExportFile.TabIndex = 50;
this.lblExportFile.Text = "ExportFile";
this.lblExportFile.Click += new System.EventHandler(this.label1_Click_1);
//
// txtExportFile
//
this.txtExportFile.Location = new System.Drawing.Point(70, 61);
this.txtExportFile.Name = "txtExportFile";
this.txtExportFile.Size = new System.Drawing.Size(172, 20);
this.txtExportFile.TabIndex = 51;
this.txtExportFile.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
//
// grpConnection
//
this.grpConnection.Controls.Add(this.txtSource);
this.grpConnection.Controls.Add(this.lblCatalog);
this.grpConnection.Controls.Add(this.lblSource);
this.grpConnection.Controls.Add(this.txtCatalog);
this.grpConnection.Controls.Add(this.txtUid);
this.grpConnection.Controls.Add(this.txtPwd);
this.grpConnection.Controls.Add(this.lblUid);
this.grpConnection.Controls.Add(this.lblPwd);
this.grpConnection.Controls.Add(this.txtProvider);
this.grpConnection.Controls.Add(this.lblProvider);
this.grpConnection.Location = new System.Drawing.Point(15, 37);
this.grpConnection.Name = "grpConnection";
this.grpConnection.Size = new System.Drawing.Size(750, 82);
this.grpConnection.TabIndex = 52;
this.grpConnection.TabStop = false;
this.grpConnection.Text = "Connection";
this.grpConnection.Enter += new System.EventHandler(this.grpConnection_Enter);
//
// grpDataSelection
//
this.grpDataSelection.Controls.Add(this.label2);
this.grpDataSelection.Controls.Add(this.label1);
this.grpDataSelection.Controls.Add(this.lblAggregat);
this.grpDataSelection.Controls.Add(this.txtStep);
this.grpDataSelection.Controls.Add(this.cmbInterpol);
this.grpDataSelection.Controls.Add(this.btnTags);
this.grpDataSelection.Controls.Add(this.cmbTags);
this.grpDataSelection.Controls.Add(this.lblTimeInt);
this.grpDataSelection.Location = new System.Drawing.Point(15, 125);
this.grpDataSelection.Name = "grpDataSelection";
this.grpDataSelection.Size = new System.Drawing.Size(488, 98);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -