|
|
@@ -45,6 +45,8 @@ |
|
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip(); |
|
|
|
this.系统工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
|
this.查找密码为123456的ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|
|
|
this.txtBeginTable = new System.Windows.Forms.TextBox(); |
|
|
|
this.label5 = new System.Windows.Forms.Label(); |
|
|
|
this.menuStrip1.SuspendLayout(); |
|
|
|
this.SuspendLayout(); |
|
|
|
// |
|
|
@@ -204,11 +206,29 @@ |
|
|
|
this.查找密码为123456的ToolStripMenuItem.Text = "查找密码为123456的"; |
|
|
|
this.查找密码为123456的ToolStripMenuItem.Click += new System.EventHandler(this.查找密码为123456的ToolStripMenuItem_Click); |
|
|
|
// |
|
|
|
// txtBeginTable |
|
|
|
// |
|
|
|
this.txtBeginTable.Location = new System.Drawing.Point(305, 189); |
|
|
|
this.txtBeginTable.Name = "txtBeginTable"; |
|
|
|
this.txtBeginTable.Size = new System.Drawing.Size(128, 21); |
|
|
|
this.txtBeginTable.TabIndex = 13; |
|
|
|
// |
|
|
|
// label5 |
|
|
|
// |
|
|
|
this.label5.AutoSize = true; |
|
|
|
this.label5.Location = new System.Drawing.Point(222, 192); |
|
|
|
this.label5.Name = "label5"; |
|
|
|
this.label5.Size = new System.Drawing.Size(77, 12); |
|
|
|
this.label5.TabIndex = 14; |
|
|
|
this.label5.Text = "由此开始同步"; |
|
|
|
// |
|
|
|
// Form1 |
|
|
|
// |
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(800, 561); |
|
|
|
this.Controls.Add(this.label5); |
|
|
|
this.Controls.Add(this.txtBeginTable); |
|
|
|
this.Controls.Add(this.btsyncmis); |
|
|
|
this.Controls.Add(this.btsynccore); |
|
|
|
this.Controls.Add(this.clbmodule); |
|
|
@@ -254,6 +274,8 @@ |
|
|
|
private System.Windows.Forms.MenuStrip menuStrip1; |
|
|
|
private System.Windows.Forms.ToolStripMenuItem 系统工具ToolStripMenuItem; |
|
|
|
private System.Windows.Forms.ToolStripMenuItem 查找密码为123456的ToolStripMenuItem; |
|
|
|
private System.Windows.Forms.TextBox txtBeginTable; |
|
|
|
private System.Windows.Forms.Label label5; |
|
|
|
} |
|
|
|
} |
|
|
|
|