You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

282 lines
12 KiB

  1. namespace Quanjiang.DigitalScholl.DataSync
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btcheck = new System.Windows.Forms.Button();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.tbsource = new System.Windows.Forms.TextBox();
  31. this.tbtarget = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.btsync = new System.Windows.Forms.Button();
  34. this.rtblog = new System.Windows.Forms.RichTextBox();
  35. this.clbmodule = new System.Windows.Forms.CheckedListBox();
  36. this.btsynccore = new System.Windows.Forms.Button();
  37. this.btsyncmis = new System.Windows.Forms.Button();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.tbmissource = new System.Windows.Forms.TextBox();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.tbmistarget = new System.Windows.Forms.TextBox();
  42. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  43. this.系统工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.查找密码为123456的ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.txtBeginTable = new System.Windows.Forms.TextBox();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.menuStrip1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // btcheck
  51. //
  52. this.btcheck.Location = new System.Drawing.Point(23, 222);
  53. this.btcheck.Name = "btcheck";
  54. this.btcheck.Size = new System.Drawing.Size(75, 23);
  55. this.btcheck.TabIndex = 0;
  56. this.btcheck.Text = "检查连接";
  57. this.btcheck.UseVisualStyleBackColor = true;
  58. this.btcheck.Click += new System.EventHandler(this.btcheck_Click);
  59. //
  60. // label1
  61. //
  62. this.label1.AutoSize = true;
  63. this.label1.Location = new System.Drawing.Point(21, 36);
  64. this.label1.Name = "label1";
  65. this.label1.Size = new System.Drawing.Size(77, 12);
  66. this.label1.TabIndex = 1;
  67. this.label1.Text = "框架源服务器";
  68. //
  69. // tbsource
  70. //
  71. this.tbsource.Location = new System.Drawing.Point(100, 31);
  72. this.tbsource.Name = "tbsource";
  73. this.tbsource.Size = new System.Drawing.Size(682, 21);
  74. this.tbsource.TabIndex = 2;
  75. //
  76. // tbtarget
  77. //
  78. this.tbtarget.Location = new System.Drawing.Point(100, 75);
  79. this.tbtarget.Name = "tbtarget";
  80. this.tbtarget.Size = new System.Drawing.Size(682, 21);
  81. this.tbtarget.TabIndex = 4;
  82. //
  83. // label2
  84. //
  85. this.label2.AutoSize = true;
  86. this.label2.Location = new System.Drawing.Point(21, 78);
  87. this.label2.Name = "label2";
  88. this.label2.Size = new System.Drawing.Size(77, 12);
  89. this.label2.TabIndex = 3;
  90. this.label2.Text = "框架目标务器";
  91. //
  92. // btsync
  93. //
  94. this.btsync.Enabled = false;
  95. this.btsync.Location = new System.Drawing.Point(125, 222);
  96. this.btsync.Name = "btsync";
  97. this.btsync.Size = new System.Drawing.Size(75, 23);
  98. this.btsync.TabIndex = 5;
  99. this.btsync.Text = "一键同步";
  100. this.btsync.UseVisualStyleBackColor = true;
  101. this.btsync.Click += new System.EventHandler(this.btsync_Click);
  102. //
  103. // rtblog
  104. //
  105. this.rtblog.Location = new System.Drawing.Point(306, 262);
  106. this.rtblog.Name = "rtblog";
  107. this.rtblog.Size = new System.Drawing.Size(482, 276);
  108. this.rtblog.TabIndex = 6;
  109. this.rtblog.Text = "";
  110. //
  111. // clbmodule
  112. //
  113. this.clbmodule.FormattingEnabled = true;
  114. this.clbmodule.Items.AddRange(new object[] {
  115. "数据字典",
  116. "数据源",
  117. "菜单",
  118. "工作流",
  119. "数据权限",
  120. "app菜单",
  121. "导入导出",
  122. "桌面主题",
  123. "开关显示控制"});
  124. this.clbmodule.Location = new System.Drawing.Point(23, 262);
  125. this.clbmodule.Name = "clbmodule";
  126. this.clbmodule.Size = new System.Drawing.Size(253, 276);
  127. this.clbmodule.TabIndex = 7;
  128. //
  129. // btsynccore
  130. //
  131. this.btsynccore.Location = new System.Drawing.Point(224, 222);
  132. this.btsynccore.Name = "btsynccore";
  133. this.btsynccore.Size = new System.Drawing.Size(108, 23);
  134. this.btsynccore.TabIndex = 10;
  135. this.btsynccore.Text = "同步框架表结构";
  136. this.btsynccore.UseVisualStyleBackColor = true;
  137. this.btsynccore.Click += new System.EventHandler(this.btsynccore_Click);
  138. //
  139. // btsyncmis
  140. //
  141. this.btsyncmis.Location = new System.Drawing.Point(358, 222);
  142. this.btsyncmis.Name = "btsyncmis";
  143. this.btsyncmis.Size = new System.Drawing.Size(102, 23);
  144. this.btsyncmis.TabIndex = 11;
  145. this.btsyncmis.Text = "同步Mis表结构";
  146. this.btsyncmis.UseVisualStyleBackColor = true;
  147. this.btsyncmis.Click += new System.EventHandler(this.btsyncmis_Click);
  148. //
  149. // label3
  150. //
  151. this.label3.AutoSize = true;
  152. this.label3.Location = new System.Drawing.Point(21, 122);
  153. this.label3.Name = "label3";
  154. this.label3.Size = new System.Drawing.Size(71, 12);
  155. this.label3.TabIndex = 1;
  156. this.label3.Text = "源MIS服务器";
  157. //
  158. // tbmissource
  159. //
  160. this.tbmissource.Location = new System.Drawing.Point(100, 119);
  161. this.tbmissource.Name = "tbmissource";
  162. this.tbmissource.Size = new System.Drawing.Size(682, 21);
  163. this.tbmissource.TabIndex = 2;
  164. //
  165. // label4
  166. //
  167. this.label4.AutoSize = true;
  168. this.label4.Location = new System.Drawing.Point(21, 164);
  169. this.label4.Name = "label4";
  170. this.label4.Size = new System.Drawing.Size(71, 12);
  171. this.label4.TabIndex = 3;
  172. this.label4.Text = "目标MIS务器";
  173. //
  174. // tbmistarget
  175. //
  176. this.tbmistarget.Location = new System.Drawing.Point(100, 161);
  177. this.tbmistarget.Name = "tbmistarget";
  178. this.tbmistarget.Size = new System.Drawing.Size(682, 21);
  179. this.tbmistarget.TabIndex = 4;
  180. //
  181. // menuStrip1
  182. //
  183. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  184. this.系统工具ToolStripMenuItem});
  185. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  186. this.menuStrip1.Name = "menuStrip1";
  187. this.menuStrip1.Size = new System.Drawing.Size(800, 25);
  188. this.menuStrip1.TabIndex = 12;
  189. this.menuStrip1.Text = "menuStrip1";
  190. //
  191. // 系统工具ToolStripMenuItem
  192. //
  193. this.系统工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  194. this.查找密码为123456的ToolStripMenuItem});
  195. this.系统工具ToolStripMenuItem.Name = "系统工具ToolStripMenuItem";
  196. this.系统工具ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
  197. this.系统工具ToolStripMenuItem.Text = "系统工具";
  198. //
  199. // 查找密码为123456的ToolStripMenuItem
  200. //
  201. this.查找密码为123456的ToolStripMenuItem.Name = "查找密码为123456的ToolStripMenuItem";
  202. this.查找密码为123456的ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
  203. this.查找密码为123456的ToolStripMenuItem.Text = "查找密码为123456的";
  204. this.查找密码为123456的ToolStripMenuItem.Click += new System.EventHandler(this.查找密码为123456的ToolStripMenuItem_Click);
  205. //
  206. // txtBeginTable
  207. //
  208. this.txtBeginTable.Location = new System.Drawing.Point(305, 189);
  209. this.txtBeginTable.Name = "txtBeginTable";
  210. this.txtBeginTable.Size = new System.Drawing.Size(128, 21);
  211. this.txtBeginTable.TabIndex = 13;
  212. //
  213. // label5
  214. //
  215. this.label5.AutoSize = true;
  216. this.label5.Location = new System.Drawing.Point(222, 192);
  217. this.label5.Name = "label5";
  218. this.label5.Size = new System.Drawing.Size(77, 12);
  219. this.label5.TabIndex = 14;
  220. this.label5.Text = "由此开始同步";
  221. //
  222. // Form1
  223. //
  224. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  225. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  226. this.ClientSize = new System.Drawing.Size(800, 561);
  227. this.Controls.Add(this.label5);
  228. this.Controls.Add(this.txtBeginTable);
  229. this.Controls.Add(this.btsyncmis);
  230. this.Controls.Add(this.btsynccore);
  231. this.Controls.Add(this.clbmodule);
  232. this.Controls.Add(this.rtblog);
  233. this.Controls.Add(this.btsync);
  234. this.Controls.Add(this.tbmistarget);
  235. this.Controls.Add(this.tbtarget);
  236. this.Controls.Add(this.label4);
  237. this.Controls.Add(this.tbmissource);
  238. this.Controls.Add(this.label2);
  239. this.Controls.Add(this.label3);
  240. this.Controls.Add(this.tbsource);
  241. this.Controls.Add(this.label1);
  242. this.Controls.Add(this.btcheck);
  243. this.Controls.Add(this.menuStrip1);
  244. this.MainMenuStrip = this.menuStrip1;
  245. this.Name = "Form1";
  246. this.Text = "数字化校园3.0版本更新器";
  247. this.Load += new System.EventHandler(this.Form1_Load);
  248. this.menuStrip1.ResumeLayout(false);
  249. this.menuStrip1.PerformLayout();
  250. this.ResumeLayout(false);
  251. this.PerformLayout();
  252. }
  253. #endregion
  254. private System.Windows.Forms.Button btcheck;
  255. private System.Windows.Forms.Label label1;
  256. private System.Windows.Forms.TextBox tbsource;
  257. private System.Windows.Forms.TextBox tbtarget;
  258. private System.Windows.Forms.Label label2;
  259. private System.Windows.Forms.Button btsync;
  260. private System.Windows.Forms.RichTextBox rtblog;
  261. private System.Windows.Forms.CheckedListBox clbmodule;
  262. private System.Windows.Forms.Button btsynccore;
  263. private System.Windows.Forms.Button btsyncmis;
  264. private System.Windows.Forms.Label label3;
  265. private System.Windows.Forms.TextBox tbmissource;
  266. private System.Windows.Forms.Label label4;
  267. private System.Windows.Forms.TextBox tbmistarget;
  268. private System.Windows.Forms.MenuStrip menuStrip1;
  269. private System.Windows.Forms.ToolStripMenuItem 系统工具ToolStripMenuItem;
  270. private System.Windows.Forms.ToolStripMenuItem 查找密码为123456的ToolStripMenuItem;
  271. private System.Windows.Forms.TextBox txtBeginTable;
  272. private System.Windows.Forms.Label label5;
  273. }
  274. }