Form1.Designer.cs 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. namespace WindowsFormsApplication1
  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.button3 = new System.Windows.Forms.Button();
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.button5 = new System.Windows.Forms.Button();
  33. this.button6 = new System.Windows.Forms.Button();
  34. this.comboBox1 = new System.Windows.Forms.ComboBox();
  35. this.button7 = new System.Windows.Forms.Button();
  36. this.button8 = new System.Windows.Forms.Button();
  37. this.button9 = new System.Windows.Forms.Button();
  38. this.button10 = new System.Windows.Forms.Button();
  39. this.SuspendLayout();
  40. //
  41. // button3
  42. //
  43. this.button3.Location = new System.Drawing.Point(12, 11);
  44. this.button3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  45. this.button3.Name = "button3";
  46. this.button3.Size = new System.Drawing.Size(164, 54);
  47. this.button3.TabIndex = 2;
  48. this.button3.Text = "button3";
  49. this.button3.UseVisualStyleBackColor = true;
  50. this.button3.Click += new System.EventHandler(this.button3_Click);
  51. //
  52. // button1
  53. //
  54. this.button1.Location = new System.Drawing.Point(203, 11);
  55. this.button1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  56. this.button1.Name = "button1";
  57. this.button1.Size = new System.Drawing.Size(164, 54);
  58. this.button1.TabIndex = 3;
  59. this.button1.Text = "button1";
  60. this.button1.UseVisualStyleBackColor = true;
  61. this.button1.Click += new System.EventHandler(this.button1_Click_1);
  62. //
  63. // button2
  64. //
  65. this.button2.Location = new System.Drawing.Point(403, 11);
  66. this.button2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.button2.Name = "button2";
  68. this.button2.Size = new System.Drawing.Size(164, 54);
  69. this.button2.TabIndex = 4;
  70. this.button2.Text = "button2";
  71. this.button2.UseVisualStyleBackColor = true;
  72. this.button2.Click += new System.EventHandler(this.button2_Click_1);
  73. //
  74. // button4
  75. //
  76. this.button4.Location = new System.Drawing.Point(609, 11);
  77. this.button4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  78. this.button4.Name = "button4";
  79. this.button4.Size = new System.Drawing.Size(164, 54);
  80. this.button4.TabIndex = 5;
  81. this.button4.Text = "button4";
  82. this.button4.UseVisualStyleBackColor = true;
  83. this.button4.Click += new System.EventHandler(this.button4_Click);
  84. //
  85. // button5
  86. //
  87. this.button5.Location = new System.Drawing.Point(12, 104);
  88. this.button5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  89. this.button5.Name = "button5";
  90. this.button5.Size = new System.Drawing.Size(179, 59);
  91. this.button5.TabIndex = 6;
  92. this.button5.Text = "旺店通上传中间库";
  93. this.button5.UseVisualStyleBackColor = true;
  94. this.button5.Click += new System.EventHandler(this.button5_Click);
  95. //
  96. // button6
  97. //
  98. this.button6.Location = new System.Drawing.Point(12, 189);
  99. this.button6.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  100. this.button6.Name = "button6";
  101. this.button6.Size = new System.Drawing.Size(179, 59);
  102. this.button6.TabIndex = 7;
  103. this.button6.Text = "中间库下载用友";
  104. this.button6.UseVisualStyleBackColor = true;
  105. this.button6.Click += new System.EventHandler(this.button6_Click);
  106. //
  107. // comboBox1
  108. //
  109. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  110. this.comboBox1.FormattingEnabled = true;
  111. this.comboBox1.Location = new System.Drawing.Point(243, 104);
  112. this.comboBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  113. this.comboBox1.Name = "comboBox1";
  114. this.comboBox1.Size = new System.Drawing.Size(219, 23);
  115. this.comboBox1.TabIndex = 8;
  116. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  117. //
  118. // button7
  119. //
  120. this.button7.Location = new System.Drawing.Point(12, 274);
  121. this.button7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  122. this.button7.Name = "button7";
  123. this.button7.Size = new System.Drawing.Size(179, 59);
  124. this.button7.TabIndex = 9;
  125. this.button7.Text = "旺店通从中间库下载";
  126. this.button7.UseVisualStyleBackColor = true;
  127. this.button7.Click += new System.EventHandler(this.button7_Click);
  128. //
  129. // button8
  130. //
  131. this.button8.Location = new System.Drawing.Point(12, 379);
  132. this.button8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  133. this.button8.Name = "button8";
  134. this.button8.Size = new System.Drawing.Size(179, 59);
  135. this.button8.TabIndex = 10;
  136. this.button8.Text = "用友上传中间库";
  137. this.button8.UseVisualStyleBackColor = true;
  138. this.button8.Click += new System.EventHandler(this.button8_Click);
  139. //
  140. // button9
  141. //
  142. this.button9.Location = new System.Drawing.Point(505, 202);
  143. this.button9.Name = "button9";
  144. this.button9.Size = new System.Drawing.Size(75, 23);
  145. this.button9.TabIndex = 11;
  146. this.button9.Text = "button9";
  147. this.button9.UseVisualStyleBackColor = true;
  148. this.button9.Click += new System.EventHandler(this.button9_Click);
  149. //
  150. // button10
  151. //
  152. this.button10.Location = new System.Drawing.Point(504, 309);
  153. this.button10.Name = "button10";
  154. this.button10.Size = new System.Drawing.Size(167, 52);
  155. this.button10.TabIndex = 12;
  156. this.button10.Text = "现存量";
  157. this.button10.UseVisualStyleBackColor = true;
  158. this.button10.Click += new System.EventHandler(this.button10_Click);
  159. //
  160. // Form1
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.ClientSize = new System.Drawing.Size(889, 476);
  165. this.Controls.Add(this.button10);
  166. this.Controls.Add(this.button9);
  167. this.Controls.Add(this.button8);
  168. this.Controls.Add(this.button7);
  169. this.Controls.Add(this.comboBox1);
  170. this.Controls.Add(this.button6);
  171. this.Controls.Add(this.button5);
  172. this.Controls.Add(this.button4);
  173. this.Controls.Add(this.button2);
  174. this.Controls.Add(this.button1);
  175. this.Controls.Add(this.button3);
  176. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  177. this.Name = "Form1";
  178. this.Text = "Form1";
  179. this.Load += new System.EventHandler(this.Form1_Load);
  180. this.ResumeLayout(false);
  181. }
  182. #endregion
  183. private System.Windows.Forms.Button button3;
  184. private System.Windows.Forms.Button button1;
  185. private System.Windows.Forms.Button button2;
  186. private System.Windows.Forms.Button button4;
  187. private System.Windows.Forms.Button button5;
  188. private System.Windows.Forms.Button button6;
  189. private System.Windows.Forms.ComboBox comboBox1;
  190. private System.Windows.Forms.Button button7;
  191. private System.Windows.Forms.Button button8;
  192. private System.Windows.Forms.Button button9;
  193. private System.Windows.Forms.Button button10;
  194. }
  195. }