📄 form1.designer.cs
字号:
namespace appCopack
{
partial class Form1
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.dtpFrom = new System.Windows.Forms.DateTimePicker();
this.dtpTo = new System.Windows.Forms.DateTimePicker();
this.lblTo = new System.Windows.Forms.Label();
this.lblFrom = new System.Windows.Forms.Label();
this.txtCatalog = new System.Windows.Forms.TextBox();
this.lblSource = new System.Windows.Forms.Label();
this.txtSource = new System.Windows.Forms.TextBox();
this.lblProvider = new System.Windows.Forms.Label();
this.txtProvider = new System.Windows.Forms.TextBox();
this.lblCatalog = new System.Windows.Forms.Label();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripBtnAlarms = new System.Windows.Forms.ToolStripButton();
this.toolStripLblTagLogging = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLblAlarmLogging = new System.Windows.Forms.ToolStripLabel();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLblUserArchives = new System.Windows.Forms.ToolStripLabel();
this.lblPwd = new System.Windows.Forms.Label();
this.lblUid = new System.Windows.Forms.Label();
this.txtPwd = new System.Windows.Forms.TextBox();
this.txtUid = new System.Windows.Forms.TextBox();
this.lblAnz = new System.Windows.Forms.Label();
this.btnTags = new System.Windows.Forms.Button();
this.cmbTags = new System.Windows.Forms.ComboBox();
this.btnRead = new System.Windows.Forms.Button();
this.lblTimeInt = new System.Windows.Forms.Label();
this.cmbInterpol = new System.Windows.Forms.ComboBox();
this.txtStep = new System.Windows.Forms.TextBox();
this.lblAggregat = new System.Windows.Forms.Label();
this.lblExportPath = new System.Windows.Forms.Label();
this.txtExportPath = new System.Windows.Forms.TextBox();
this.lblExportFile = new System.Windows.Forms.Label();
this.txtExportFile = new System.Windows.Forms.TextBox();
this.grpConnection = new System.Windows.Forms.GroupBox();
this.grpDataSelection = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.grpExport = new System.Windows.Forms.GroupBox();
this.tabPageCrystalReports = new System.Windows.Forms.TabPage();
this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
this.CRTagLogging1 = new appCopack.CRTagLogging();
this.tabPageDataGrid = new System.Windows.Forms.TabPage();
this.myGrid = new System.Windows.Forms.DataGridView();
this.tabView = new System.Windows.Forms.TabControl();
this.grpTimeInterval = new System.Windows.Forms.GroupBox();
this.lblLocalTime = new System.Windows.Forms.Label();
this.toolStrip1.SuspendLayout();
this.grpConnection.SuspendLayout();
this.grpDataSelection.SuspendLayout();
this.grpExport.SuspendLayout();
this.tabPageCrystalReports.SuspendLayout();
this.tabPageDataGrid.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.myGrid)).BeginInit();
this.tabView.SuspendLayout();
this.grpTimeInterval.SuspendLayout();
this.SuspendLayout();
//
// dtpFrom
//
this.dtpFrom.Location = new System.Drawing.Point(100, 19);
this.dtpFrom.Name = "dtpFrom";
this.dtpFrom.Size = new System.Drawing.Size(169, 20);
this.dtpFrom.TabIndex = 11;
this.dtpFrom.Value = new System.DateTime(2007, 8, 7, 0, 0, 0, 0);
this.dtpFrom.ValueChanged += new System.EventHandler(this.dtpFrom_ValueChanged);
//
// dtpTo
//
this.dtpTo.Location = new System.Drawing.Point(323, 19);
this.dtpTo.Name = "dtpTo";
this.dtpTo.Size = new System.Drawing.Size(151, 20);
this.dtpTo.TabIndex = 14;
//
// lblTo
//
this.lblTo.AutoSize = true;
this.lblTo.Location = new System.Drawing.Point(301, 23);
this.lblTo.Name = "lblTo";
this.lblTo.Size = new System.Drawing.Size(16, 13);
this.lblTo.TabIndex = 13;
this.lblTo.Text = "to";
//
// lblFrom
//
this.lblFrom.AutoSize = true;
this.lblFrom.Location = new System.Drawing.Point(70, 23);
this.lblFrom.Name = "lblFrom";
this.lblFrom.Size = new System.Drawing.Size(27, 13);
this.lblFrom.TabIndex = 12;
this.lblFrom.Text = "from";
//
// txtCatalog
//
this.txtCatalog.Location = new System.Drawing.Point(66, 46);
this.txtCatalog.Name = "txtCatalog";
this.txtCatalog.Size = new System.Drawing.Size(235, 20);
this.txtCatalog.TabIndex = 7;
//
// lblSource
//
this.lblSource.AutoSize = true;
this.lblSource.Location = new System.Drawing.Point(22, 19);
this.lblSource.Name = "lblSource";
this.lblSource.Size = new System.Drawing.Size(41, 13);
this.lblSource.TabIndex = 1;
this.lblSource.Text = "Source";
//
// txtSource
//
this.txtSource.Location = new System.Drawing.Point(66, 19);
this.txtSource.Name = "txtSource";
this.txtSource.Size = new System.Drawing.Size(235, 20);
this.txtSource.TabIndex = 2;
this.txtSource.TextChanged += new System.EventHandler(this.txtSource_TextChanged);
//
// lblProvider
//
this.lblProvider.AutoSize = true;
this.lblProvider.Location = new System.Drawing.Point(330, 22);
this.lblProvider.Name = "lblProvider";
this.lblProvider.Size = new System.Drawing.Size(46, 13);
this.lblProvider.TabIndex = 3;
this.lblProvider.Text = "Provider";
//
// txtProvider
//
this.txtProvider.Location = new System.Drawing.Point(382, 19);
this.txtProvider.Name = "txtProvider";
this.txtProvider.Size = new System.Drawing.Size(141, 20);
this.txtProvider.TabIndex = 4;
//
// lblCatalog
//
this.lblCatalog.AutoSize = true;
this.lblCatalog.Location = new System.Drawing.Point(22, 48);
this.lblCatalog.Name = "lblCatalog";
this.lblCatalog.Size = new System.Drawing.Size(43, 13);
this.lblCatalog.TabIndex = 6;
this.lblCatalog.Text = "Catalog";
this.lblCatalog.Click += new System.EventHandler(this.lblCatalog_Click_1);
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.SystemColors.MenuBar;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripBtnAlarms,
this.toolStripLblTagLogging,
this.toolStripSeparator1,
this.toolStripLblAlarmLogging,
this.toolStripSeparator2,
this.toolStripLblUserArchives});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(787, 25);
this.toolStrip1.TabIndex = 34;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripBtnAlarms
//
this.toolStripBtnAlarms.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripBtnAlarms.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripBtnAlarms.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripBtnAlarms.Name = "toolStripBtnAlarms";
this.toolStripBtnAlarms.Size = new System.Drawing.Size(23, 22);
this.toolStripBtnAlarms.Text = "Alarms";
this.toolStripBtnAlarms.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
//
// toolStripLblTagLogging
//
this.toolStripLblTagLogging.BackColor = System.Drawing.SystemColors.Menu;
this.toolStripLblTagLogging.Name = "toolStripLblTagLogging";
this.toolStripLblTagLogging.Size = new System.Drawing.Size(65, 22);
this.toolStripLblTagLogging.Text = "Tag Logging";
this.toolStripLblTagLogging.Click += new System.EventHandler(this.toolStripLblTagLogging_Click);
//
// toolStripSeparator1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -