This action will force synchronization from faib920/codebuilder, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
namespace CodeBuilder.Database{partial class frmPostgresqlConfig{/// <summary>/// Required designer variable./// </summary>private System.ComponentModel.IContainer components = null;/// <summary>/// Clean up any resources being used./// </summary>/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>protected override void Dispose(bool disposing){if (disposing && (components != null)){components.Dispose();}base.Dispose(disposing);}#region Windows Form Designer generated code/// <summary>/// Required method for Designer support - do not modify/// the contents of this method with the code editor./// </summary>private void InitializeComponent(){this.label6 = new System.Windows.Forms.Label();this.txtPort = new System.Windows.Forms.TextBox();this.label5 = new System.Windows.Forms.Label();this.txtDb = new System.Windows.Forms.TextBox();this.label2 = new System.Windows.Forms.Label();this.txtPwd = new System.Windows.Forms.TextBox();this.txtUser = new System.Windows.Forms.TextBox();this.txtSvr = new System.Windows.Forms.TextBox();this.label4 = new System.Windows.Forms.Label();this.label3 = new System.Windows.Forms.Label();this.label1 = new System.Windows.Forms.Label();this.SuspendLayout();//// label6//this.label6.AutoSize = true;this.label6.Location = new System.Drawing.Point(153, 61);this.label6.Name = "label6";this.label6.Size = new System.Drawing.Size(84, 19);this.label6.TabIndex = 31;this.label6.Text = "默认为 5432";//// txtPort//this.txtPort.Location = new System.Drawing.Point(88, 58);this.txtPort.Name = "txtPort";this.txtPort.Size = new System.Drawing.Size(59, 24);this.txtPort.TabIndex = 22;//// label5//this.label5.AutoSize = true;this.label5.Location = new System.Drawing.Point(25, 61);this.label5.Name = "label5";this.label5.Size = new System.Drawing.Size(51, 19);this.label5.TabIndex = 30;this.label5.Text = "端口号:";//// txtDb//this.txtDb.Location = new System.Drawing.Point(88, 94);this.txtDb.Name = "txtDb";this.txtDb.Size = new System.Drawing.Size(202, 24);this.txtDb.TabIndex = 23;//// label2//this.label2.AutoSize = true;this.label2.Location = new System.Drawing.Point(25, 97);this.label2.Name = "label2";this.label2.Size = new System.Drawing.Size(51, 19);this.label2.TabIndex = 29;this.label2.Text = "数据库:";//// txtPwd//this.txtPwd.Location = new System.Drawing.Point(88, 166);this.txtPwd.Name = "txtPwd";this.txtPwd.Size = new System.Drawing.Size(202, 24);this.txtPwd.TabIndex = 25;//// txtUser//this.txtUser.Location = new System.Drawing.Point(88, 130);this.txtUser.Name = "txtUser";this.txtUser.Size = new System.Drawing.Size(202, 24);this.txtUser.TabIndex = 24;this.txtUser.Text = "postgres";//// txtSvr//this.txtSvr.Location = new System.Drawing.Point(88, 22);this.txtSvr.Name = "txtSvr";this.txtSvr.Size = new System.Drawing.Size(202, 24);this.txtSvr.TabIndex = 21;this.txtSvr.Text = "localhost";//// label4//this.label4.AutoSize = true;this.label4.Location = new System.Drawing.Point(25, 169);this.label4.Name = "label4";this.label4.Size = new System.Drawing.Size(46, 19);this.label4.TabIndex = 28;this.label4.Text = "密 码:";//// label3//this.label3.AutoSize = true;this.label3.Location = new System.Drawing.Point(25, 133);this.label3.Name = "label3";this.label3.Size = new System.Drawing.Size(51, 19);this.label3.TabIndex = 27;this.label3.Text = "用户名:";//// label1//this.label1.AutoSize = true;this.label1.Location = new System.Drawing.Point(25, 25);this.label1.Name = "label1";this.label1.Size = new System.Drawing.Size(51, 19);this.label1.TabIndex = 26;this.label1.Text = "服务器:";//// frmPostgresqlConfig//this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);this.ClientSize = new System.Drawing.Size(464, 291);this.Controls.Add(this.label6);this.Controls.Add(this.txtPort);this.Controls.Add(this.label5);this.Controls.Add(this.txtDb);this.Controls.Add(this.label2);this.Controls.Add(this.txtPwd);this.Controls.Add(this.txtUser);this.Controls.Add(this.txtSvr);this.Controls.Add(this.label4);this.Controls.Add(this.label3);this.Controls.Add(this.label1);this.Name = "frmPostgresqlConfig";this.Text = "配置 PostgreSql";this.Controls.SetChildIndex(this.label1, 0);this.Controls.SetChildIndex(this.label3, 0);this.Controls.SetChildIndex(this.label4, 0);this.Controls.SetChildIndex(this.txtSvr, 0);this.Controls.SetChildIndex(this.txtUser, 0);this.Controls.SetChildIndex(this.txtPwd, 0);this.Controls.SetChildIndex(this.label2, 0);this.Controls.SetChildIndex(this.txtDb, 0);this.Controls.SetChildIndex(this.label5, 0);this.Controls.SetChildIndex(this.txtPort, 0);this.Controls.SetChildIndex(this.label6, 0);this.ResumeLayout(false);this.PerformLayout();}#endregionprivate System.Windows.Forms.Label label6;private System.Windows.Forms.TextBox txtPort;private System.Windows.Forms.Label label5;private System.Windows.Forms.TextBox txtDb;private System.Windows.Forms.Label label2;private System.Windows.Forms.TextBox txtPwd;private System.Windows.Forms.TextBox txtUser;private System.Windows.Forms.TextBox txtSvr;private System.Windows.Forms.Label label4;private System.Windows.Forms.Label label3;private System.Windows.Forms.Label label1;}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。