台州海关TD3600上线版本
This commit is contained in:
234
JJMediSys/SetDB.Designer.cs
generated
Normal file
234
JJMediSys/SetDB.Designer.cs
generated
Normal file
@@ -0,0 +1,234 @@
|
||||
namespace JJMediSys
|
||||
{
|
||||
partial class SetDB
|
||||
{
|
||||
/// <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.bSaveDB = new Sunny.UI.UIButton();
|
||||
this.TextDBPassword = new Sunny.UI.UITextBox();
|
||||
this.label18 = new System.Windows.Forms.Label();
|
||||
this.TextDBUser = new Sunny.UI.UITextBox();
|
||||
this.label17 = new System.Windows.Forms.Label();
|
||||
this.TextDBName = new Sunny.UI.UITextBox();
|
||||
this.label16 = new System.Windows.Forms.Label();
|
||||
this.TextDBPort = new Sunny.UI.UITextBox();
|
||||
this.label15 = new System.Windows.Forms.Label();
|
||||
this.TextDBIP = new Sunny.UI.UIIPTextBox();
|
||||
this.label14 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// bSaveDB
|
||||
//
|
||||
this.bSaveDB.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.bSaveDB.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.bSaveDB.Location = new System.Drawing.Point(135, 168);
|
||||
this.bSaveDB.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.bSaveDB.Name = "bSaveDB";
|
||||
this.bSaveDB.Size = new System.Drawing.Size(100, 35);
|
||||
this.bSaveDB.TabIndex = 29;
|
||||
this.bSaveDB.Text = "保存";
|
||||
this.bSaveDB.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.bSaveDB.Click += new System.EventHandler(this.bSaveDB_Click);
|
||||
//
|
||||
// TextDBPassword
|
||||
//
|
||||
this.TextDBPassword.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
||||
this.TextDBPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.TextDBPassword.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.TextDBPassword.Location = new System.Drawing.Point(206, 118);
|
||||
this.TextDBPassword.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.TextDBPassword.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.TextDBPassword.Name = "TextDBPassword";
|
||||
this.TextDBPassword.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.TextDBPassword.PasswordChar = '*';
|
||||
this.TextDBPassword.ShowText = false;
|
||||
this.TextDBPassword.Size = new System.Drawing.Size(120, 29);
|
||||
this.TextDBPassword.TabIndex = 28;
|
||||
this.TextDBPassword.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.TextDBPassword.Watermark = "";
|
||||
//
|
||||
// label18
|
||||
//
|
||||
this.label18.AutoSize = true;
|
||||
this.label18.Location = new System.Drawing.Point(173, 127);
|
||||
this.label18.Name = "label18";
|
||||
this.label18.Size = new System.Drawing.Size(35, 12);
|
||||
this.label18.TabIndex = 27;
|
||||
this.label18.Text = "密码:";
|
||||
//
|
||||
// TextDBUser
|
||||
//
|
||||
this.TextDBUser.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
||||
this.TextDBUser.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.TextDBUser.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.TextDBUser.Location = new System.Drawing.Point(79, 118);
|
||||
this.TextDBUser.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.TextDBUser.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.TextDBUser.Name = "TextDBUser";
|
||||
this.TextDBUser.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.TextDBUser.ShowText = false;
|
||||
this.TextDBUser.Size = new System.Drawing.Size(88, 29);
|
||||
this.TextDBUser.TabIndex = 26;
|
||||
this.TextDBUser.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.TextDBUser.Watermark = "";
|
||||
//
|
||||
// label17
|
||||
//
|
||||
this.label17.AutoSize = true;
|
||||
this.label17.Location = new System.Drawing.Point(47, 127);
|
||||
this.label17.Name = "label17";
|
||||
this.label17.Size = new System.Drawing.Size(35, 12);
|
||||
this.label17.TabIndex = 25;
|
||||
this.label17.Text = "账户:";
|
||||
//
|
||||
// TextDBName
|
||||
//
|
||||
this.TextDBName.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
||||
this.TextDBName.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.TextDBName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.TextDBName.Location = new System.Drawing.Point(108, 79);
|
||||
this.TextDBName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.TextDBName.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.TextDBName.Name = "TextDBName";
|
||||
this.TextDBName.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.TextDBName.ShowText = false;
|
||||
this.TextDBName.Size = new System.Drawing.Size(218, 29);
|
||||
this.TextDBName.TabIndex = 24;
|
||||
this.TextDBName.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.TextDBName.Watermark = "";
|
||||
//
|
||||
// label16
|
||||
//
|
||||
this.label16.AutoSize = true;
|
||||
this.label16.Location = new System.Drawing.Point(47, 88);
|
||||
this.label16.Name = "label16";
|
||||
this.label16.Size = new System.Drawing.Size(59, 12);
|
||||
this.label16.TabIndex = 23;
|
||||
this.label16.Text = "数据库名:";
|
||||
//
|
||||
// TextDBPort
|
||||
//
|
||||
this.TextDBPort.ButtonSymbolOffset = new System.Drawing.Point(0, 0);
|
||||
this.TextDBPort.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||
this.TextDBPort.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.TextDBPort.Location = new System.Drawing.Point(259, 40);
|
||||
this.TextDBPort.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.TextDBPort.MinimumSize = new System.Drawing.Size(1, 16);
|
||||
this.TextDBPort.Name = "TextDBPort";
|
||||
this.TextDBPort.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.TextDBPort.ShowText = false;
|
||||
this.TextDBPort.Size = new System.Drawing.Size(67, 29);
|
||||
this.TextDBPort.TabIndex = 22;
|
||||
this.TextDBPort.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.TextDBPort.Watermark = "";
|
||||
//
|
||||
// label15
|
||||
//
|
||||
this.label15.AutoSize = true;
|
||||
this.label15.Location = new System.Drawing.Point(222, 49);
|
||||
this.label15.Name = "label15";
|
||||
this.label15.Size = new System.Drawing.Size(35, 12);
|
||||
this.label15.TabIndex = 21;
|
||||
this.label15.Text = "端口:";
|
||||
//
|
||||
// TextDBIP
|
||||
//
|
||||
this.TextDBIP.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||
this.TextDBIP.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
|
||||
this.TextDBIP.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.TextDBIP.Location = new System.Drawing.Point(79, 40);
|
||||
this.TextDBIP.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||
this.TextDBIP.MinimumSize = new System.Drawing.Size(1, 1);
|
||||
this.TextDBIP.Name = "TextDBIP";
|
||||
this.TextDBIP.Padding = new System.Windows.Forms.Padding(1);
|
||||
this.TextDBIP.ShowText = false;
|
||||
this.TextDBIP.Size = new System.Drawing.Size(136, 29);
|
||||
this.TextDBIP.Style = Sunny.UI.UIStyle.Custom;
|
||||
this.TextDBIP.TabIndex = 20;
|
||||
this.TextDBIP.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// label14
|
||||
//
|
||||
this.label14.AutoSize = true;
|
||||
this.label14.Location = new System.Drawing.Point(49, 49);
|
||||
this.label14.Name = "label14";
|
||||
this.label14.Size = new System.Drawing.Size(23, 12);
|
||||
this.label14.TabIndex = 19;
|
||||
this.label14.Text = "IP:";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.label5.Location = new System.Drawing.Point(12, 9);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new System.Drawing.Size(128, 16);
|
||||
this.label5.TabIndex = 18;
|
||||
this.label5.Text = "远端数据库配置:";
|
||||
//
|
||||
// SetDB
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(363, 223);
|
||||
this.Controls.Add(this.bSaveDB);
|
||||
this.Controls.Add(this.TextDBPassword);
|
||||
this.Controls.Add(this.label18);
|
||||
this.Controls.Add(this.TextDBUser);
|
||||
this.Controls.Add(this.label17);
|
||||
this.Controls.Add(this.TextDBName);
|
||||
this.Controls.Add(this.label16);
|
||||
this.Controls.Add(this.TextDBPort);
|
||||
this.Controls.Add(this.label15);
|
||||
this.Controls.Add(this.TextDBIP);
|
||||
this.Controls.Add(this.label14);
|
||||
this.Controls.Add(this.label5);
|
||||
this.Name = "SetDB";
|
||||
this.Text = "设置数据库参数";
|
||||
this.Load += new System.EventHandler(this.SetDB_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Sunny.UI.UIButton bSaveDB;
|
||||
private Sunny.UI.UITextBox TextDBPassword;
|
||||
private System.Windows.Forms.Label label18;
|
||||
private Sunny.UI.UITextBox TextDBUser;
|
||||
private System.Windows.Forms.Label label17;
|
||||
private Sunny.UI.UITextBox TextDBName;
|
||||
private System.Windows.Forms.Label label16;
|
||||
private Sunny.UI.UITextBox TextDBPort;
|
||||
private System.Windows.Forms.Label label15;
|
||||
private Sunny.UI.UIIPTextBox TextDBIP;
|
||||
private System.Windows.Forms.Label label14;
|
||||
private System.Windows.Forms.Label label5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user