Migrating data from Access 97 to Postgres database
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

175 строки
7.4 KiB

  1. namespace migrate_data
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btn_FetchParts = new System.Windows.Forms.Button();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.txt_Success = new System.Windows.Forms.TextBox();
  31. this.txt_fail = new System.Windows.Forms.TextBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.btn_mspec = new System.Windows.Forms.Button();
  35. this.button2 = new System.Windows.Forms.Button();
  36. this.button3 = new System.Windows.Forms.Button();
  37. this.button4 = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // btn_FetchParts
  41. //
  42. this.btn_FetchParts.Location = new System.Drawing.Point(12, 12);
  43. this.btn_FetchParts.Name = "btn_FetchParts";
  44. this.btn_FetchParts.Size = new System.Drawing.Size(304, 56);
  45. this.btn_FetchParts.TabIndex = 4;
  46. this.btn_FetchParts.Text = "Fetch Parts(Step 1)";
  47. this.btn_FetchParts.UseVisualStyleBackColor = true;
  48. this.btn_FetchParts.Click += new System.EventHandler(this.btn_FetchParts_Click);
  49. //
  50. // button1
  51. //
  52. this.button1.Location = new System.Drawing.Point(12, 101);
  53. this.button1.Name = "button1";
  54. this.button1.Size = new System.Drawing.Size(304, 56);
  55. this.button1.TabIndex = 5;
  56. this.button1.Text = "Fix g Numbs(Step 2)";
  57. this.button1.UseVisualStyleBackColor = true;
  58. this.button1.Click += new System.EventHandler(this.button1_Click);
  59. //
  60. // txt_Success
  61. //
  62. this.txt_Success.Location = new System.Drawing.Point(354, 54);
  63. this.txt_Success.Multiline = true;
  64. this.txt_Success.Name = "txt_Success";
  65. this.txt_Success.Size = new System.Drawing.Size(676, 813);
  66. this.txt_Success.TabIndex = 6;
  67. //
  68. // txt_fail
  69. //
  70. this.txt_fail.Location = new System.Drawing.Point(1072, 54);
  71. this.txt_fail.Multiline = true;
  72. this.txt_fail.Name = "txt_fail";
  73. this.txt_fail.Size = new System.Drawing.Size(676, 813);
  74. this.txt_fail.TabIndex = 7;
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Location = new System.Drawing.Point(566, 12);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(94, 25);
  82. this.label1.TabIndex = 8;
  83. this.label1.Text = "Success";
  84. //
  85. // label2
  86. //
  87. this.label2.AutoSize = true;
  88. this.label2.Location = new System.Drawing.Point(1381, 12);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(78, 25);
  91. this.label2.TabIndex = 9;
  92. this.label2.Text = "Failure";
  93. //
  94. // btn_mspec
  95. //
  96. this.btn_mspec.Location = new System.Drawing.Point(12, 191);
  97. this.btn_mspec.Name = "btn_mspec";
  98. this.btn_mspec.Size = new System.Drawing.Size(304, 63);
  99. this.btn_mspec.TabIndex = 10;
  100. this.btn_mspec.Text = "Fix m Numbers(Step 3)";
  101. this.btn_mspec.UseVisualStyleBackColor = true;
  102. this.btn_mspec.Click += new System.EventHandler(this.btn_mspec_Click);
  103. //
  104. // button2
  105. //
  106. this.button2.Location = new System.Drawing.Point(12, 287);
  107. this.button2.Name = "button2";
  108. this.button2.Size = new System.Drawing.Size(304, 63);
  109. this.button2.TabIndex = 11;
  110. this.button2.Text = "Fix BOM(Step 4)";
  111. this.button2.UseVisualStyleBackColor = true;
  112. this.button2.Click += new System.EventHandler(this.button2_Click);
  113. //
  114. // button3
  115. //
  116. this.button3.Location = new System.Drawing.Point(12, 373);
  117. this.button3.Name = "button3";
  118. this.button3.Size = new System.Drawing.Size(304, 63);
  119. this.button3.TabIndex = 12;
  120. this.button3.Text = "Generate Postgres SQL file (Step 5)";
  121. this.button3.UseVisualStyleBackColor = true;
  122. this.button3.Click += new System.EventHandler(this.button3_Click);
  123. //
  124. // button4
  125. //
  126. this.button4.Location = new System.Drawing.Point(12, 470);
  127. this.button4.Name = "button4";
  128. this.button4.Size = new System.Drawing.Size(304, 55);
  129. this.button4.TabIndex = 13;
  130. this.button4.Text = "button4";
  131. this.button4.UseVisualStyleBackColor = true;
  132. this.button4.Click += new System.EventHandler(this.button4_Click);
  133. //
  134. // Form1
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.ClientSize = new System.Drawing.Size(1797, 904);
  139. this.Controls.Add(this.button4);
  140. this.Controls.Add(this.button3);
  141. this.Controls.Add(this.button2);
  142. this.Controls.Add(this.btn_mspec);
  143. this.Controls.Add(this.label2);
  144. this.Controls.Add(this.label1);
  145. this.Controls.Add(this.txt_fail);
  146. this.Controls.Add(this.txt_Success);
  147. this.Controls.Add(this.button1);
  148. this.Controls.Add(this.btn_FetchParts);
  149. this.Name = "Form1";
  150. this.Text = "Form1";
  151. this.Load += new System.EventHandler(this.Form1_Load);
  152. this.ResumeLayout(false);
  153. this.PerformLayout();
  154. }
  155. #endregion
  156. private System.Windows.Forms.Button btn_FetchParts;
  157. private System.Windows.Forms.Button button1;
  158. private System.Windows.Forms.TextBox txt_Success;
  159. private System.Windows.Forms.TextBox txt_fail;
  160. private System.Windows.Forms.Label label1;
  161. private System.Windows.Forms.Label label2;
  162. private System.Windows.Forms.Button btn_mspec;
  163. private System.Windows.Forms.Button button2;
  164. private System.Windows.Forms.Button button3;
  165. private System.Windows.Forms.Button button4;
  166. }
  167. }