| | |
| | | { |
| | | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDbCfg)); |
| | | this.pnlTop = new System.Windows.Forms.Panel(); |
| | | this.cboDB = new System.Windows.Forms.ComboBox(); |
| | | this.lblLog = new System.Windows.Forms.Label(); |
| | | this.lblDB = new System.Windows.Forms.Label(); |
| | | this.label1 = new System.Windows.Forms.Label(); |
| | | this.lblClose = new System.Windows.Forms.Label(); |
| | | this.lblDB = new System.Windows.Forms.Label(); |
| | | this.lblLog = new System.Windows.Forms.Label(); |
| | | this.cboDB = new System.Windows.Forms.ComboBox(); |
| | | this.dgvGrid = new System.Windows.Forms.DataGridView(); |
| | | this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
| | | this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
| | |
| | | this.pnlTop.Size = new System.Drawing.Size(720, 36); |
| | | this.pnlTop.TabIndex = 0; |
| | | // |
| | | // cboDB |
| | | // |
| | | this.cboDB.FormattingEnabled = true; |
| | | this.cboDB.Items.AddRange(new object[] { |
| | | "请选择", |
| | | "本地文件", |
| | | "数据库", |
| | | "HTTP接口"}); |
| | | this.cboDB.Location = new System.Drawing.Point(341, 9); |
| | | this.cboDB.Name = "cboDB"; |
| | | this.cboDB.Size = new System.Drawing.Size(107, 20); |
| | | this.cboDB.TabIndex = 3; |
| | | // |
| | | // lblLog |
| | | // |
| | | this.lblLog.Cursor = System.Windows.Forms.Cursors.Hand; |
| | | this.lblLog.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
| | | this.lblLog.Image = ((System.Drawing.Image)(resources.GetObject("lblLog.Image"))); |
| | | this.lblLog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
| | | this.lblLog.Location = new System.Drawing.Point(580, 9); |
| | | this.lblLog.Margin = new System.Windows.Forms.Padding(0); |
| | | this.lblLog.Name = "lblLog"; |
| | | this.lblLog.Size = new System.Drawing.Size(71, 19); |
| | | this.lblLog.TabIndex = 1; |
| | | this.lblLog.Text = "采集日志"; |
| | | this.lblLog.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
| | | this.lblLog.Click += new System.EventHandler(this.label4_Click); |
| | | // |
| | | // lblDB |
| | | // |
| | | this.lblDB.Cursor = System.Windows.Forms.Cursors.Hand; |
| | | this.lblDB.Image = ((System.Drawing.Image)(resources.GetObject("lblDB.Image"))); |
| | | this.lblDB.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
| | | this.lblDB.Location = new System.Drawing.Point(466, 7); |
| | | this.lblDB.Name = "lblDB"; |
| | | this.lblDB.Size = new System.Drawing.Size(87, 23); |
| | | this.lblDB.TabIndex = 2; |
| | | this.lblDB.Text = "添加数据源"; |
| | | this.lblDB.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
| | | this.lblDB.Click += new System.EventHandler(this.label3_Click); |
| | | // |
| | | // label1 |
| | | // |
| | | this.label1.AutoSize = true; |
| | | this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
| | | this.label1.ForeColor = System.Drawing.SystemColors.Desktop; |
| | | this.label1.Location = new System.Drawing.Point(12, 12); |
| | | this.label1.Name = "label1"; |
| | | this.label1.Size = new System.Drawing.Size(65, 12); |
| | |
| | | this.lblClose.TabIndex = 1; |
| | | this.lblClose.Text = " "; |
| | | this.lblClose.Click += new System.EventHandler(this.label2_Click); |
| | | // |
| | | // lblDB |
| | | // |
| | | this.lblDB.Image = ((System.Drawing.Image)(resources.GetObject("lblDB.Image"))); |
| | | this.lblDB.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
| | | this.lblDB.Location = new System.Drawing.Point(466, 7); |
| | | this.lblDB.Name = "lblDB"; |
| | | this.lblDB.Size = new System.Drawing.Size(87, 23); |
| | | this.lblDB.TabIndex = 2; |
| | | this.lblDB.Text = "添加数据源"; |
| | | this.lblDB.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
| | | this.lblDB.Click += new System.EventHandler(this.label3_Click); |
| | | // |
| | | // lblLog |
| | | // |
| | | this.lblLog.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
| | | this.lblLog.Image = ((System.Drawing.Image)(resources.GetObject("lblLog.Image"))); |
| | | this.lblLog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
| | | this.lblLog.Location = new System.Drawing.Point(580, 9); |
| | | this.lblLog.Margin = new System.Windows.Forms.Padding(0); |
| | | this.lblLog.Name = "lblLog"; |
| | | this.lblLog.Size = new System.Drawing.Size(71, 19); |
| | | this.lblLog.TabIndex = 1; |
| | | this.lblLog.Text = "采集日志"; |
| | | this.lblLog.TextAlign = System.Drawing.ContentAlignment.MiddleRight; |
| | | this.lblLog.Click += new System.EventHandler(this.label4_Click); |
| | | // |
| | | // cboDB |
| | | // |
| | | this.cboDB.FormattingEnabled = true; |
| | | this.cboDB.Items.AddRange(new object[] { |
| | | "请选择", |
| | | "本地文件", |
| | | "数据库", |
| | | "HTTP接口"}); |
| | | this.cboDB.Location = new System.Drawing.Point(341, 9); |
| | | this.cboDB.Name = "cboDB"; |
| | | this.cboDB.Size = new System.Drawing.Size(107, 20); |
| | | this.cboDB.TabIndex = 3; |
| | | // |
| | | // dgvGrid |
| | | // |