Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. namespace DbMigrate
  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.panel1 = new System.Windows.Forms.Panel();
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  31. this.btnSelectSqliteFile = new System.Windows.Forms.Button();
  32. this.txtSqliteFile = new System.Windows.Forms.TextBox();
  33. this.panel3 = new System.Windows.Forms.Panel();
  34. this.txtLog = new System.Windows.Forms.ListBox();
  35. this.panel2 = new System.Windows.Forms.Panel();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.txtYear = new System.Windows.Forms.TextBox();
  38. this.btnCreateRange = new System.Windows.Forms.Button();
  39. this.btnMigrate = new System.Windows.Forms.Button();
  40. this.groupBox2 = new System.Windows.Forms.GroupBox();
  41. this.txtMySqlCon = new System.Windows.Forms.TextBox();
  42. this.btnInitMySql = new System.Windows.Forms.Button();
  43. this.groupBox1.SuspendLayout();
  44. this.panel3.SuspendLayout();
  45. this.panel2.SuspendLayout();
  46. this.groupBox2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // panel1
  50. //
  51. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  52. this.panel1.Location = new System.Drawing.Point(0, 0);
  53. this.panel1.Name = "panel1";
  54. this.panel1.Size = new System.Drawing.Size(1068, 17);
  55. this.panel1.TabIndex = 3;
  56. //
  57. // groupBox1
  58. //
  59. this.groupBox1.Controls.Add(this.checkedListBox1);
  60. this.groupBox1.Controls.Add(this.btnSelectSqliteFile);
  61. this.groupBox1.Controls.Add(this.txtSqliteFile);
  62. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  63. this.groupBox1.Font = new System.Drawing.Font("宋体", 12F);
  64. this.groupBox1.Location = new System.Drawing.Point(0, 17);
  65. this.groupBox1.Name = "groupBox1";
  66. this.groupBox1.Size = new System.Drawing.Size(1068, 128);
  67. this.groupBox1.TabIndex = 4;
  68. this.groupBox1.TabStop = false;
  69. this.groupBox1.Text = "Sqlite数据库文件";
  70. //
  71. // checkedListBox1
  72. //
  73. this.checkedListBox1.FormattingEnabled = true;
  74. this.checkedListBox1.Location = new System.Drawing.Point(692, 25);
  75. this.checkedListBox1.MultiColumn = true;
  76. this.checkedListBox1.Name = "checkedListBox1";
  77. this.checkedListBox1.Size = new System.Drawing.Size(364, 88);
  78. this.checkedListBox1.TabIndex = 2;
  79. //
  80. // btnSelectSqliteFile
  81. //
  82. this.btnSelectSqliteFile.Location = new System.Drawing.Point(578, 44);
  83. this.btnSelectSqliteFile.Name = "btnSelectSqliteFile";
  84. this.btnSelectSqliteFile.Size = new System.Drawing.Size(63, 24);
  85. this.btnSelectSqliteFile.TabIndex = 1;
  86. this.btnSelectSqliteFile.Text = "选择";
  87. this.btnSelectSqliteFile.UseVisualStyleBackColor = true;
  88. this.btnSelectSqliteFile.Click += new System.EventHandler(this.btnSelectSqliteFile_Click);
  89. //
  90. // txtSqliteFile
  91. //
  92. this.txtSqliteFile.Font = new System.Drawing.Font("宋体", 10F);
  93. this.txtSqliteFile.Location = new System.Drawing.Point(19, 44);
  94. this.txtSqliteFile.Name = "txtSqliteFile";
  95. this.txtSqliteFile.Size = new System.Drawing.Size(550, 23);
  96. this.txtSqliteFile.TabIndex = 0;
  97. this.txtSqliteFile.TextChanged += new System.EventHandler(this.txtSqliteFile_TextChanged);
  98. //
  99. // panel3
  100. //
  101. this.panel3.Controls.Add(this.txtLog);
  102. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  103. this.panel3.Location = new System.Drawing.Point(0, 281);
  104. this.panel3.Name = "panel3";
  105. this.panel3.Size = new System.Drawing.Size(1068, 263);
  106. this.panel3.TabIndex = 5;
  107. //
  108. // txtLog
  109. //
  110. this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.txtLog.Font = new System.Drawing.Font("宋体", 11F);
  112. this.txtLog.FormattingEnabled = true;
  113. this.txtLog.ItemHeight = 15;
  114. this.txtLog.Location = new System.Drawing.Point(0, 0);
  115. this.txtLog.Name = "txtLog";
  116. this.txtLog.Size = new System.Drawing.Size(1068, 263);
  117. this.txtLog.TabIndex = 1;
  118. //
  119. // panel2
  120. //
  121. this.panel2.Controls.Add(this.btnMigrate);
  122. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  123. this.panel2.Font = new System.Drawing.Font("宋体", 12F);
  124. this.panel2.Location = new System.Drawing.Point(0, 231);
  125. this.panel2.Name = "panel2";
  126. this.panel2.Size = new System.Drawing.Size(1068, 50);
  127. this.panel2.TabIndex = 2;
  128. //
  129. // label1
  130. //
  131. this.label1.AutoSize = true;
  132. this.label1.Location = new System.Drawing.Point(784, 35);
  133. this.label1.Name = "label1";
  134. this.label1.Size = new System.Drawing.Size(39, 16);
  135. this.label1.TabIndex = 3;
  136. this.label1.Text = "年份";
  137. //
  138. // txtYear
  139. //
  140. this.txtYear.Location = new System.Drawing.Point(828, 30);
  141. this.txtYear.Name = "txtYear";
  142. this.txtYear.Size = new System.Drawing.Size(57, 26);
  143. this.txtYear.TabIndex = 2;
  144. this.txtYear.Text = "2025";
  145. //
  146. // btnCreateRange
  147. //
  148. this.btnCreateRange.Location = new System.Drawing.Point(891, 29);
  149. this.btnCreateRange.Name = "btnCreateRange";
  150. this.btnCreateRange.Size = new System.Drawing.Size(108, 28);
  151. this.btnCreateRange.TabIndex = 1;
  152. this.btnCreateRange.Text = "2.创建分区";
  153. this.btnCreateRange.UseVisualStyleBackColor = true;
  154. this.btnCreateRange.Click += new System.EventHandler(this.btnCreateRange_Click);
  155. //
  156. // btnMigrate
  157. //
  158. this.btnMigrate.Location = new System.Drawing.Point(389, 9);
  159. this.btnMigrate.Name = "btnMigrate";
  160. this.btnMigrate.Size = new System.Drawing.Size(235, 30);
  161. this.btnMigrate.TabIndex = 1;
  162. this.btnMigrate.Text = "3.Sqlite数据迁移到MySql";
  163. this.btnMigrate.UseVisualStyleBackColor = true;
  164. this.btnMigrate.Click += new System.EventHandler(this.btnMigrate_Click);
  165. //
  166. // groupBox2
  167. //
  168. this.groupBox2.Controls.Add(this.label1);
  169. this.groupBox2.Controls.Add(this.txtMySqlCon);
  170. this.groupBox2.Controls.Add(this.txtYear);
  171. this.groupBox2.Controls.Add(this.btnInitMySql);
  172. this.groupBox2.Controls.Add(this.btnCreateRange);
  173. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.groupBox2.Font = new System.Drawing.Font("宋体", 12F);
  175. this.groupBox2.Location = new System.Drawing.Point(0, 145);
  176. this.groupBox2.Name = "groupBox2";
  177. this.groupBox2.Size = new System.Drawing.Size(1068, 86);
  178. this.groupBox2.TabIndex = 7;
  179. this.groupBox2.TabStop = false;
  180. this.groupBox2.Text = "MySql数据库";
  181. //
  182. // txtMySqlCon
  183. //
  184. this.txtMySqlCon.Font = new System.Drawing.Font("宋体", 11F);
  185. this.txtMySqlCon.Location = new System.Drawing.Point(19, 32);
  186. this.txtMySqlCon.Name = "txtMySqlCon";
  187. this.txtMySqlCon.Size = new System.Drawing.Size(571, 24);
  188. this.txtMySqlCon.TabIndex = 0;
  189. this.txtMySqlCon.Text = "server=192.168.101.4;uid=root;pwd=123456;database=DWPT;";
  190. //
  191. // btnInitMySql
  192. //
  193. this.btnInitMySql.Location = new System.Drawing.Point(608, 30);
  194. this.btnInitMySql.Name = "btnInitMySql";
  195. this.btnInitMySql.Size = new System.Drawing.Size(99, 28);
  196. this.btnInitMySql.TabIndex = 1;
  197. this.btnInitMySql.Text = "1.创建库";
  198. this.btnInitMySql.UseVisualStyleBackColor = true;
  199. this.btnInitMySql.Click += new System.EventHandler(this.btnInitMySql_Click);
  200. //
  201. // Form1
  202. //
  203. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  204. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  205. this.ClientSize = new System.Drawing.Size(1068, 544);
  206. this.Controls.Add(this.groupBox2);
  207. this.Controls.Add(this.panel2);
  208. this.Controls.Add(this.panel3);
  209. this.Controls.Add(this.groupBox1);
  210. this.Controls.Add(this.panel1);
  211. this.Name = "Form1";
  212. this.Text = "数据库迁移工具";
  213. this.Load += new System.EventHandler(this.Form1_Load);
  214. this.groupBox1.ResumeLayout(false);
  215. this.groupBox1.PerformLayout();
  216. this.panel3.ResumeLayout(false);
  217. this.panel2.ResumeLayout(false);
  218. this.groupBox2.ResumeLayout(false);
  219. this.groupBox2.PerformLayout();
  220. this.ResumeLayout(false);
  221. }
  222. #endregion
  223. private System.Windows.Forms.Panel panel1;
  224. private System.Windows.Forms.GroupBox groupBox1;
  225. private System.Windows.Forms.TextBox txtSqliteFile;
  226. private System.Windows.Forms.Panel panel3;
  227. private System.Windows.Forms.CheckedListBox checkedListBox1;
  228. private System.Windows.Forms.Button btnSelectSqliteFile;
  229. private System.Windows.Forms.Panel panel2;
  230. private System.Windows.Forms.Button btnMigrate;
  231. private System.Windows.Forms.GroupBox groupBox2;
  232. private System.Windows.Forms.TextBox txtMySqlCon;
  233. private System.Windows.Forms.Button btnInitMySql;
  234. private System.Windows.Forms.ListBox txtLog;
  235. private System.Windows.Forms.Label label1;
  236. private System.Windows.Forms.TextBox txtYear;
  237. private System.Windows.Forms.Button btnCreateRange;
  238. }
  239. }