同步操作将从 金龙/sqlserver manager 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace Server{partial class CreateTable{/// <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(){System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateTable));this.buttonX1 = new DevComponents.DotNetBar.ButtonX();this.labelX1 = new DevComponents.DotNetBar.LabelX();this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();this.SuspendLayout();//// buttonX1//this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;this.buttonX1.Location = new System.Drawing.Point(213, 56);this.buttonX1.Name = "buttonX1";this.buttonX1.Size = new System.Drawing.Size(50, 32);this.buttonX1.TabIndex = 6;this.buttonX1.Text = "保存";this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);//// labelX1//this.labelX1.Location = new System.Drawing.Point(12, 10);this.labelX1.Name = "labelX1";this.labelX1.Size = new System.Drawing.Size(47, 23);this.labelX1.TabIndex = 7;this.labelX1.Text = "表名:";//// textBoxX1////////this.textBoxX1.Border.Class = "TextBoxBorder";this.textBoxX1.Location = new System.Drawing.Point(65, 12);this.textBoxX1.Name = "textBoxX1";this.textBoxX1.Size = new System.Drawing.Size(198, 21);this.textBoxX1.TabIndex = 8;//// CreateTable//this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;this.ClientSize = new System.Drawing.Size(274, 100);this.Controls.Add(this.textBoxX1);this.Controls.Add(this.labelX1);this.Controls.Add(this.buttonX1);this.DoubleBuffered = true;this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));this.MaximizeBox = false;this.Name = "CreateTable";this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;this.Text = "请输入要创建的表名";this.Load += new System.EventHandler(this.SetColumns_Load);this.ResumeLayout(false);}#endregionprivate DevComponents.DotNetBar.ButtonX buttonX1;private DevComponents.DotNetBar.LabelX labelX1;private DevComponents.DotNetBar.Controls.TextBoxX textBoxX1;}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。