namespace JavaCode.db
{
partial class FrmDbCfg
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmDbCfg));
this.pnlTop = new System.Windows.Forms.Panel();
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.数据源名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.传输频率 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.状态 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.操作 = new System.Windows.Forms.DataGridViewButtonColumn();
this.pnlTop.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGrid)).BeginInit();
this.SuspendLayout();
//
// pnlTop
//
this.pnlTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnlTop.Controls.Add(this.cboDB);
this.pnlTop.Controls.Add(this.lblLog);
this.pnlTop.Controls.Add(this.lblDB);
this.pnlTop.Controls.Add(this.label1);
this.pnlTop.Controls.Add(this.lblClose);
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(720, 36);
this.pnlTop.TabIndex = 0;
//
// 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.Location = new System.Drawing.Point(12, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "数据源配置";
//
// lblClose
//
this.lblClose.AutoSize = true;
this.lblClose.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblClose.Image = ((System.Drawing.Image)(resources.GetObject("lblClose.Image")));
this.lblClose.Location = new System.Drawing.Point(690, 12);
this.lblClose.Name = "lblClose";
this.lblClose.Size = new System.Drawing.Size(17, 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
//
this.dgvGrid.AllowUserToAddRows = false;
this.dgvGrid.AllowUserToDeleteRows = false;
this.dgvGrid.BackgroundColor = System.Drawing.SystemColors.Control;
this.dgvGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ID,
this.序号,
this.数据源名称,
this.类型,
this.传输频率,
this.状态,
this.操作});
this.dgvGrid.Location = new System.Drawing.Point(13, 48);
this.dgvGrid.Name = "dgvGrid";
this.dgvGrid.ReadOnly = true;
this.dgvGrid.RowTemplate.Height = 23;
this.dgvGrid.Size = new System.Drawing.Size(695, 290);
this.dgvGrid.TabIndex = 1;
//
// ID
//
this.ID.HeaderText = "ID";
this.ID.Name = "ID";
this.ID.ReadOnly = true;
this.ID.Visible = false;
this.ID.Width = 10;
//
// 序号
//
this.序号.DataPropertyName = "id";
this.序号.HeaderText = "序号";
this.序号.Name = "序号";
this.序号.ReadOnly = true;
this.序号.Width = 60;
//
// 数据源名称
//
this.数据源名称.DataPropertyName = "name";
this.数据源名称.HeaderText = "数据源名称";
this.数据源名称.MaxInputLength = 100;
this.数据源名称.Name = "数据源名称";
this.数据源名称.ReadOnly = true;
this.数据源名称.Width = 150;
//
// 类型
//
this.类型.DataPropertyName = "type";
this.类型.HeaderText = "类型";
this.类型.Name = "类型";
this.类型.ReadOnly = true;
this.类型.Width = 60;
//
// 传输频率
//
this.传输频率.DataPropertyName = "transFreq";
this.传输频率.HeaderText = "传输频率";
this.传输频率.Name = "传输频率";
this.传输频率.ReadOnly = true;
this.传输频率.Width = 80;
//
// 状态
//
this.状态.DataPropertyName = "status";
this.状态.HeaderText = "状态";
this.状态.Name = "状态";
this.状态.ReadOnly = true;
this.状态.Width = 60;
//
// 操作
//
this.操作.HeaderText = "操作";
this.操作.Name = "操作";
this.操作.ReadOnly = true;
this.操作.Width = 240;
//
// FrmDbCfg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(720, 351);
this.Controls.Add(this.dgvGrid);
this.Controls.Add(this.pnlTop);
this.ForeColor = System.Drawing.SystemColors.Highlight;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FrmDbCfg";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FrmDbCfg";
this.Load += new System.EventHandler(this.FrmDbCfg_Load);
this.pnlTop.ResumeLayout(false);
this.pnlTop.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvGrid)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlTop;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lblClose;
private System.Windows.Forms.Label lblLog;
private System.Windows.Forms.Label lblDB;
private System.Windows.Forms.ComboBox cboDB;
private System.Windows.Forms.DataGridView dgvGrid;
private System.Windows.Forms.DataGridViewTextBoxColumn ID;
private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
private System.Windows.Forms.DataGridViewTextBoxColumn 数据源名称;
private System.Windows.Forms.DataGridViewTextBoxColumn 类型;
private System.Windows.Forms.DataGridViewTextBoxColumn 传输频率;
private System.Windows.Forms.DataGridViewTextBoxColumn 状态;
private System.Windows.Forms.DataGridViewButtonColumn 操作;
}
}