From 19dd8c2b953b66294e13ef56dfbc3c5fbe38fc23 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 29 四月 2024 13:53:08 +0800 Subject: [PATCH] 1 --- JavaCode/db/FrmDbCfg.Designer.cs | 87 ++++++++++++++++++++++--------------------- 1 files changed, 45 insertions(+), 42 deletions(-) diff --git a/JavaCode/db/FrmDbCfg.Designer.cs b/JavaCode/db/FrmDbCfg.Designer.cs index 816fe70..78426eb 100644 --- a/JavaCode/db/FrmDbCfg.Designer.cs +++ b/JavaCode/db/FrmDbCfg.Designer.cs @@ -30,11 +30,11 @@ { 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(); @@ -61,10 +61,52 @@ 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); @@ -82,45 +124,6 @@ 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 // -- Gitblit v1.9.3