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.
 
 
 
 
 
 

260 lines
11 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.menuStrip1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // btcheck
  49. //
  50. this.btcheck.Location = new System.Drawing.Point(23, 222);
  51. this.btcheck.Name = "btcheck";
  52. this.btcheck.Size = new System.Drawing.Size(75, 23);
  53. this.btcheck.TabIndex = 0;
  54. this.btcheck.Text = "检查连接";
  55. this.btcheck.UseVisualStyleBackColor = true;
  56. this.btcheck.Click += new System.EventHandler(this.btcheck_Click);
  57. //
  58. // label1
  59. //
  60. this.label1.AutoSize = true;
  61. this.label1.Location = new System.Drawing.Point(21, 36);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(77, 12);
  64. this.label1.TabIndex = 1;
  65. this.label1.Text = "框架源服务器";
  66. //
  67. // tbsource
  68. //
  69. this.tbsource.Location = new System.Drawing.Point(100, 31);
  70. this.tbsource.Name = "tbsource";
  71. this.tbsource.Size = new System.Drawing.Size(682, 21);
  72. this.tbsource.TabIndex = 2;
  73. //
  74. // tbtarget
  75. //
  76. this.tbtarget.Location = new System.Drawing.Point(100, 75);
  77. this.tbtarget.Name = "tbtarget";
  78. this.tbtarget.Size = new System.Drawing.Size(682, 21);
  79. this.tbtarget.TabIndex = 4;
  80. //
  81. // label2
  82. //
  83. this.label2.AutoSize = true;
  84. this.label2.Location = new System.Drawing.Point(21, 78);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(77, 12);
  87. this.label2.TabIndex = 3;
  88. this.label2.Text = "框架目标务器";
  89. //
  90. // btsync
  91. //
  92. this.btsync.Enabled = false;
  93. this.btsync.Location = new System.Drawing.Point(125, 222);
  94. this.btsync.Name = "btsync";
  95. this.btsync.Size = new System.Drawing.Size(75, 23);
  96. this.btsync.TabIndex = 5;
  97. this.btsync.Text = "一键同步";
  98. this.btsync.UseVisualStyleBackColor = true;
  99. this.btsync.Click += new System.EventHandler(this.btsync_Click);
  100. //
  101. // rtblog
  102. //
  103. this.rtblog.Location = new System.Drawing.Point(306, 262);
  104. this.rtblog.Name = "rtblog";
  105. this.rtblog.Size = new System.Drawing.Size(482, 276);
  106. this.rtblog.TabIndex = 6;
  107. this.rtblog.Text = "";
  108. //
  109. // clbmodule
  110. //
  111. this.clbmodule.FormattingEnabled = true;
  112. this.clbmodule.Items.AddRange(new object[] {
  113. "数据字典",
  114. "数据源",
  115. "菜单",
  116. "工作流",
  117. "数据权限",
  118. "app菜单",
  119. "导入导出",
  120. "桌面主题",
  121. "开关显示控制"});
  122. this.clbmodule.Location = new System.Drawing.Point(23, 262);
  123. this.clbmodule.Name = "clbmodule";
  124. this.clbmodule.Size = new System.Drawing.Size(253, 276);
  125. this.clbmodule.TabIndex = 7;
  126. //
  127. // btsynccore
  128. //
  129. this.btsynccore.Location = new System.Drawing.Point(224, 222);
  130. this.btsynccore.Name = "btsynccore";
  131. this.btsynccore.Size = new System.Drawing.Size(108, 23);
  132. this.btsynccore.TabIndex = 10;
  133. this.btsynccore.Text = "同步框架表结构";
  134. this.btsynccore.UseVisualStyleBackColor = true;
  135. this.btsynccore.Click += new System.EventHandler(this.btsynccore_Click);
  136. //
  137. // btsyncmis
  138. //
  139. this.btsyncmis.Location = new System.Drawing.Point(358, 222);
  140. this.btsyncmis.Name = "btsyncmis";
  141. this.btsyncmis.Size = new System.Drawing.Size(102, 23);
  142. this.btsyncmis.TabIndex = 11;
  143. this.btsyncmis.Text = "同步Mis表结构";
  144. this.btsyncmis.UseVisualStyleBackColor = true;
  145. this.btsyncmis.Click += new System.EventHandler(this.btsyncmis_Click);
  146. //
  147. // label3
  148. //
  149. this.label3.AutoSize = true;
  150. this.label3.Location = new System.Drawing.Point(21, 122);
  151. this.label3.Name = "label3";
  152. this.label3.Size = new System.Drawing.Size(71, 12);
  153. this.label3.TabIndex = 1;
  154. this.label3.Text = "源MIS服务器";
  155. //
  156. // tbmissource
  157. //
  158. this.tbmissource.Location = new System.Drawing.Point(100, 119);
  159. this.tbmissource.Name = "tbmissource";
  160. this.tbmissource.Size = new System.Drawing.Size(682, 21);
  161. this.tbmissource.TabIndex = 2;
  162. //
  163. // label4
  164. //
  165. this.label4.AutoSize = true;
  166. this.label4.Location = new System.Drawing.Point(21, 164);
  167. this.label4.Name = "label4";
  168. this.label4.Size = new System.Drawing.Size(71, 12);
  169. this.label4.TabIndex = 3;
  170. this.label4.Text = "目标MIS务器";
  171. //
  172. // tbmistarget
  173. //
  174. this.tbmistarget.Location = new System.Drawing.Point(100, 161);
  175. this.tbmistarget.Name = "tbmistarget";
  176. this.tbmistarget.Size = new System.Drawing.Size(682, 21);
  177. this.tbmistarget.TabIndex = 4;
  178. //
  179. // menuStrip1
  180. //
  181. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  182. this.系统工具ToolStripMenuItem});
  183. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  184. this.menuStrip1.Name = "menuStrip1";
  185. this.menuStrip1.Size = new System.Drawing.Size(800, 25);
  186. this.menuStrip1.TabIndex = 12;
  187. this.menuStrip1.Text = "menuStrip1";
  188. //
  189. // 系统工具ToolStripMenuItem
  190. //
  191. this.系统工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  192. this.查找密码为123456的ToolStripMenuItem});
  193. this.系统工具ToolStripMenuItem.Name = "系统工具ToolStripMenuItem";
  194. this.系统工具ToolStripMenuItem.Size = new System.Drawing.Size(68, 21);
  195. this.系统工具ToolStripMenuItem.Text = "系统工具";
  196. //
  197. // 查找密码为123456的ToolStripMenuItem
  198. //
  199. this.查找密码为123456的ToolStripMenuItem.Name = "查找密码为123456的ToolStripMenuItem";
  200. this.查找密码为123456的ToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
  201. this.查找密码为123456的ToolStripMenuItem.Text = "查找密码为123456的";
  202. this.查找密码为123456的ToolStripMenuItem.Click += new System.EventHandler(this.查找密码为123456的ToolStripMenuItem_Click);
  203. //
  204. // Form1
  205. //
  206. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  207. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  208. this.ClientSize = new System.Drawing.Size(800, 561);
  209. this.Controls.Add(this.btsyncmis);
  210. this.Controls.Add(this.btsynccore);
  211. this.Controls.Add(this.clbmodule);
  212. this.Controls.Add(this.rtblog);
  213. this.Controls.Add(this.btsync);
  214. this.Controls.Add(this.tbmistarget);
  215. this.Controls.Add(this.tbtarget);
  216. this.Controls.Add(this.label4);
  217. this.Controls.Add(this.tbmissource);
  218. this.Controls.Add(this.label2);
  219. this.Controls.Add(this.label3);
  220. this.Controls.Add(this.tbsource);
  221. this.Controls.Add(this.label1);
  222. this.Controls.Add(this.btcheck);
  223. this.Controls.Add(this.menuStrip1);
  224. this.MainMenuStrip = this.menuStrip1;
  225. this.Name = "Form1";
  226. this.Text = "数字化校园3.0版本更新器";
  227. this.Load += new System.EventHandler(this.Form1_Load);
  228. this.menuStrip1.ResumeLayout(false);
  229. this.menuStrip1.PerformLayout();
  230. this.ResumeLayout(false);
  231. this.PerformLayout();
  232. }
  233. #endregion
  234. private System.Windows.Forms.Button btcheck;
  235. private System.Windows.Forms.Label label1;
  236. private System.Windows.Forms.TextBox tbsource;
  237. private System.Windows.Forms.TextBox tbtarget;
  238. private System.Windows.Forms.Label label2;
  239. private System.Windows.Forms.Button btsync;
  240. private System.Windows.Forms.RichTextBox rtblog;
  241. private System.Windows.Forms.CheckedListBox clbmodule;
  242. private System.Windows.Forms.Button btsynccore;
  243. private System.Windows.Forms.Button btsyncmis;
  244. private System.Windows.Forms.Label label3;
  245. private System.Windows.Forms.TextBox tbmissource;
  246. private System.Windows.Forms.Label label4;
  247. private System.Windows.Forms.TextBox tbmistarget;
  248. private System.Windows.Forms.MenuStrip menuStrip1;
  249. private System.Windows.Forms.ToolStripMenuItem 系统工具ToolStripMenuItem;
  250. private System.Windows.Forms.ToolStripMenuItem 查找密码为123456的ToolStripMenuItem;
  251. }
  252. }