namespace DBCHM { partial class GridFormMgr { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GridFormMgr)); this.linkAdd = new System.Windows.Forms.LinkLabel(); this.linkEdit = new System.Windows.Forms.LinkLabel(); this.linkRemove = new System.Windows.Forms.LinkLabel(); this.linkClone = new System.Windows.Forms.LinkLabel(); this.GV_DBConfigs = new System.Windows.Forms.DataGridView(); this.BtnConnect = new ComponentFactory.Krypton.Toolkit.KryptonButton(); this.BtnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton(); ((System.ComponentModel.ISupportInitialize)(this.GV_DBConfigs)).BeginInit(); this.SuspendLayout(); // // linkAdd // this.linkAdd.AutoSize = true; this.linkAdd.Location = new System.Drawing.Point(22, 10); this.linkAdd.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.linkAdd.Name = "linkAdd"; this.linkAdd.Size = new System.Drawing.Size(29, 12); this.linkAdd.TabIndex = 0; this.linkAdd.TabStop = true; this.linkAdd.Text = "新建"; this.linkAdd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkAdd_LinkClicked); // // linkEdit // this.linkEdit.AutoSize = true; this.linkEdit.Location = new System.Drawing.Point(63, 10); this.linkEdit.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.linkEdit.Name = "linkEdit"; this.linkEdit.Size = new System.Drawing.Size(29, 12); this.linkEdit.TabIndex = 0; this.linkEdit.TabStop = true; this.linkEdit.Text = "编辑"; this.linkEdit.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkEdit_LinkClicked); // // linkRemove // this.linkRemove.AutoSize = true; this.linkRemove.Location = new System.Drawing.Point(103, 10); this.linkRemove.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.linkRemove.Name = "linkRemove"; this.linkRemove.Size = new System.Drawing.Size(29, 12); this.linkRemove.TabIndex = 0; this.linkRemove.TabStop = true; this.linkRemove.Text = "删除"; this.linkRemove.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkRemove_LinkClicked); // // linkClone // this.linkClone.AutoSize = true; this.linkClone.Location = new System.Drawing.Point(142, 10); this.linkClone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.linkClone.Name = "linkClone"; this.linkClone.Size = new System.Drawing.Size(29, 12); this.linkClone.TabIndex = 0; this.linkClone.TabStop = true; this.linkClone.Text = "克隆"; this.linkClone.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkClone_LinkClicked); // // GV_DBConfigs // this.GV_DBConfigs.AllowUserToAddRows = false; this.GV_DBConfigs.AllowUserToDeleteRows = false; this.GV_DBConfigs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.GV_DBConfigs.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Raised; this.GV_DBConfigs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.GV_DBConfigs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.GV_DBConfigs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.GV_DBConfigs.Location = new System.Drawing.Point(9, 34); this.GV_DBConfigs.Margin = new System.Windows.Forms.Padding(2); this.GV_DBConfigs.MultiSelect = false; this.GV_DBConfigs.Name = "GV_DBConfigs"; this.GV_DBConfigs.ReadOnly = true; this.GV_DBConfigs.RowHeadersVisible = false; this.GV_DBConfigs.RowTemplate.Height = 27; this.GV_DBConfigs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.GV_DBConfigs.Size = new System.Drawing.Size(762, 255); this.GV_DBConfigs.TabIndex = 5; this.GV_DBConfigs.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GV_DBConfigs_CellDoubleClick); this.GV_DBConfigs.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.GV_DBConfigs_CellFormatting); // // BtnConnect // this.BtnConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnConnect.AutoSize = true; this.BtnConnect.DialogResult = System.Windows.Forms.DialogResult.OK; this.BtnConnect.Location = new System.Drawing.Point(525, 302); this.BtnConnect.Margin = new System.Windows.Forms.Padding(2); this.BtnConnect.Name = "BtnConnect"; this.BtnConnect.Size = new System.Drawing.Size(90, 26); this.BtnConnect.TabIndex = 6; this.BtnConnect.Values.Text = "连接"; this.BtnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // BtnCancel // this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnCancel.AutoSize = true; this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BtnCancel.Location = new System.Drawing.Point(652, 302); this.BtnCancel.Margin = new System.Windows.Forms.Padding(2); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(90, 26); this.BtnCancel.TabIndex = 7; this.BtnCancel.Values.Text = "取消"; this.BtnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // GridFormMgr // this.AcceptButton = this.BtnConnect; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(780, 337); this.Controls.Add(this.GV_DBConfigs); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnConnect); this.Controls.Add(this.linkClone); this.Controls.Add(this.linkRemove); this.Controls.Add(this.linkEdit); this.Controls.Add(this.linkAdd); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "GridFormMgr"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "数据库连接管理"; this.Load += new System.EventHandler(this.GridFormMgr_Load); ((System.ComponentModel.ISupportInitialize)(this.GV_DBConfigs)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.LinkLabel linkAdd; private System.Windows.Forms.LinkLabel linkEdit; private System.Windows.Forms.LinkLabel linkRemove; private System.Windows.Forms.LinkLabel linkClone; private System.Windows.Forms.DataGridView GV_DBConfigs; private ComponentFactory.Krypton.Toolkit.KryptonButton BtnConnect; private ComponentFactory.Krypton.Toolkit.KryptonButton BtnCancel; } }