⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 用于SIEMENS的WINCC项目数据库读写
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.grpDataSelection.TabIndex = 53;
            this.grpDataSelection.TabStop = false;
            this.grpDataSelection.Text = "data selection";
            this.grpDataSelection.Enter += new System.EventHandler(this.grpDataSelection_Enter);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(369, 62);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(12, 13);
            this.label2.TabIndex = 55;
            this.label2.Text = "s";
            this.label2.Click += new System.EventHandler(this.label2_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(4, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(62, 13);
            this.label1.TabIndex = 54;
            this.label1.Text = "ArchiveTag";
            // 
            // grpExport
            // 
            this.grpExport.Controls.Add(this.txtExportPath);
            this.grpExport.Controls.Add(this.lblExportPath);
            this.grpExport.Controls.Add(this.txtExportFile);
            this.grpExport.Controls.Add(this.lblExportFile);
            this.grpExport.Location = new System.Drawing.Point(517, 125);
            this.grpExport.Name = "grpExport";
            this.grpExport.Size = new System.Drawing.Size(248, 98);
            this.grpExport.TabIndex = 55;
            this.grpExport.TabStop = false;
            this.grpExport.Text = "export data";
            // 
            // tabPageCrystalReports
            // 
            this.tabPageCrystalReports.Controls.Add(this.crystalReportViewer1);
            this.tabPageCrystalReports.Location = new System.Drawing.Point(4, 22);
            this.tabPageCrystalReports.Name = "tabPageCrystalReports";
            this.tabPageCrystalReports.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCrystalReports.Size = new System.Drawing.Size(742, 412);
            this.tabPageCrystalReports.TabIndex = 1;
            this.tabPageCrystalReports.Text = "CrystalReports";
            this.tabPageCrystalReports.UseVisualStyleBackColor = true;
            // 
            // crystalReportViewer1
            // 
            this.crystalReportViewer1.ActiveViewIndex = 0;
            this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crystalReportViewer1.DisplayGroupTree = false;
            this.crystalReportViewer1.DisplayStatusBar = false;
            this.crystalReportViewer1.DisplayToolbar = false;
            this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.crystalReportViewer1.Location = new System.Drawing.Point(3, 3);
            this.crystalReportViewer1.Name = "crystalReportViewer1";
            this.crystalReportViewer1.ReportSource = this.CRTagLogging1;
            this.crystalReportViewer1.Size = new System.Drawing.Size(736, 406);
            this.crystalReportViewer1.TabIndex = 0;
            this.crystalReportViewer1.Load += new System.EventHandler(this.crystalReportViewer1_Load);
            // 
            // tabPageDataGrid
            // 
            this.tabPageDataGrid.Controls.Add(this.myGrid);
            this.tabPageDataGrid.Location = new System.Drawing.Point(4, 22);
            this.tabPageDataGrid.Name = "tabPageDataGrid";
            this.tabPageDataGrid.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageDataGrid.Size = new System.Drawing.Size(742, 412);
            this.tabPageDataGrid.TabIndex = 0;
            this.tabPageDataGrid.Text = "DataGrid";
            this.tabPageDataGrid.UseVisualStyleBackColor = true;
            // 
            // myGrid
            // 
            this.myGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.myGrid.Location = new System.Drawing.Point(3, 3);
            this.myGrid.Name = "myGrid";
            this.myGrid.Size = new System.Drawing.Size(733, 403);
            this.myGrid.TabIndex = 40;
            this.myGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.myGrid_CellContentClick);
            // 
            // tabView
            // 
            this.tabView.Controls.Add(this.tabPageDataGrid);
            this.tabView.Controls.Add(this.tabPageCrystalReports);
            this.tabView.Location = new System.Drawing.Point(12, 292);
            this.tabView.Name = "tabView";
            this.tabView.SelectedIndex = 0;
            this.tabView.Size = new System.Drawing.Size(750, 438);
            this.tabView.TabIndex = 56;
            // 
            // grpTimeInterval
            // 
            this.grpTimeInterval.Controls.Add(this.lblLocalTime);
            this.grpTimeInterval.Controls.Add(this.dtpTo);
            this.grpTimeInterval.Controls.Add(this.lblTo);
            this.grpTimeInterval.Controls.Add(this.dtpFrom);
            this.grpTimeInterval.Controls.Add(this.lblFrom);
            this.grpTimeInterval.Location = new System.Drawing.Point(16, 229);
            this.grpTimeInterval.Name = "grpTimeInterval";
            this.grpTimeInterval.Size = new System.Drawing.Size(487, 46);
            this.grpTimeInterval.TabIndex = 57;
            this.grpTimeInterval.TabStop = false;
            this.grpTimeInterval.Text = "Time Interval";
            this.grpTimeInterval.Enter += new System.EventHandler(this.groupBox1_Enter);
            // 
            // lblLocalTime
            // 
            this.lblLocalTime.AutoSize = true;
            this.lblLocalTime.Location = new System.Drawing.Point(6, 23);
            this.lblLocalTime.Name = "lblLocalTime";
            this.lblLocalTime.Size = new System.Drawing.Size(59, 13);
            this.lblLocalTime.TabIndex = 56;
            this.lblLocalTime.Text = "Local Time";
            this.lblLocalTime.Click += new System.EventHandler(this.label3_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(787, 796);
            this.Controls.Add(this.grpTimeInterval);
            this.Controls.Add(this.grpConnection);
            this.Controls.Add(this.grpExport);
            this.Controls.Add(this.tabView);
            this.Controls.Add(this.grpDataSelection);
            this.Controls.Add(this.btnRead);
            this.Controls.Add(this.lblAnz);
            this.Controls.Add(this.toolStrip1);
            this.Name = "Form1";
            this.Text = "appCopack (Form1)";
            this.Load += new System.EventHandler(this.Form1_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.grpConnection.ResumeLayout(false);
            this.grpConnection.PerformLayout();
            this.grpDataSelection.ResumeLayout(false);
            this.grpDataSelection.PerformLayout();
            this.grpExport.ResumeLayout(false);
            this.grpExport.PerformLayout();
            this.tabPageCrystalReports.ResumeLayout(false);
            this.tabPageDataGrid.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.myGrid)).EndInit();
            this.tabView.ResumeLayout(false);
            this.grpTimeInterval.ResumeLayout(false);
            this.grpTimeInterval.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.TextBox txtCatalog;
        private System.Windows.Forms.Label lblSource;
        private System.Windows.Forms.TextBox txtSource;
        private System.Windows.Forms.Label lblProvider;
        private System.Windows.Forms.TextBox txtProvider;
        private System.Windows.Forms.Label lblCatalog;
        private System.Windows.Forms.DateTimePicker dtpTo;
        private System.Windows.Forms.DateTimePicker dtpFrom;
        private System.Windows.Forms.Label lblTo;
        private System.Windows.Forms.Label lblFrom;
        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.ToolStripButton toolStripBtnAlarms;
        private System.Windows.Forms.ToolStripLabel toolStripLblTagLogging;
        private System.Windows.Forms.ToolStripLabel toolStripLblAlarmLogging;
        private System.Windows.Forms.ToolStripLabel toolStripLblUserArchives;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.Label lblPwd;
        private System.Windows.Forms.Label lblUid;
        private System.Windows.Forms.TextBox txtPwd;
        private System.Windows.Forms.TextBox txtUid;
        private System.Windows.Forms.Label lblAnz;
        private System.Windows.Forms.Button btnTags;
        private System.Windows.Forms.ComboBox cmbTags;
        private System.Windows.Forms.Button btnRead;
        private System.Windows.Forms.Label lblTimeInt;
        private System.Windows.Forms.ComboBox cmbInterpol;
        private System.Windows.Forms.TextBox txtStep;
        private System.Windows.Forms.Label lblAggregat;
        private System.Windows.Forms.Label lblExportPath;
        private System.Windows.Forms.TextBox txtExportPath;
        private System.Windows.Forms.Label lblExportFile;
        private System.Windows.Forms.TextBox txtExportFile;
        private System.Windows.Forms.GroupBox grpConnection;
        private System.Windows.Forms.GroupBox grpDataSelection;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox grpExport;
        private System.Windows.Forms.Label label2;
        private CRTagLogging CRTagLogging1;
        private System.Windows.Forms.TabPage tabPageCrystalReports;
        private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
        private System.Windows.Forms.TabPage tabPageDataGrid;
        private System.Windows.Forms.DataGridView myGrid;
        private System.Windows.Forms.TabControl tabView;
        private System.Windows.Forms.GroupBox grpTimeInterval;
        private System.Windows.Forms.Label lblLocalTime;

    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -