Form1.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. namespace DataTransmission
  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. st_time = new DateTimePicker();
  29. end_time = new DateTimePicker();
  30. label1 = new Label();
  31. label2 = new Label();
  32. btn_tb = new Button();
  33. cb_order = new CheckBox();
  34. cb_zsk = new CheckBox();
  35. cb_user = new CheckBox();
  36. cb_jg = new CheckBox();
  37. cb_tz = new CheckBox();
  38. cb_opp = new CheckBox();
  39. cb_zsklx = new CheckBox();
  40. label3 = new Label();
  41. cbox_bb = new ComboBox();
  42. SuspendLayout();
  43. //
  44. // st_time
  45. //
  46. st_time.CustomFormat = "yyyy-MM-dd hh:mm:ss";
  47. st_time.Location = new Point(104, 73);
  48. st_time.Name = "st_time";
  49. st_time.Size = new Size(200, 23);
  50. st_time.TabIndex = 0;
  51. //
  52. // end_time
  53. //
  54. end_time.Location = new Point(452, 73);
  55. end_time.Name = "end_time";
  56. end_time.Size = new Size(200, 23);
  57. end_time.TabIndex = 1;
  58. //
  59. // label1
  60. //
  61. label1.AutoSize = true;
  62. label1.Location = new Point(30, 76);
  63. label1.Name = "label1";
  64. label1.Size = new Size(68, 17);
  65. label1.TabIndex = 2;
  66. label1.Text = "开始时间:";
  67. //
  68. // label2
  69. //
  70. label2.AutoSize = true;
  71. label2.Location = new Point(378, 76);
  72. label2.Name = "label2";
  73. label2.Size = new Size(68, 17);
  74. label2.TabIndex = 3;
  75. label2.Text = "结束时间:";
  76. //
  77. // btn_tb
  78. //
  79. btn_tb.Location = new Point(300, 295);
  80. btn_tb.Name = "btn_tb";
  81. btn_tb.Size = new Size(75, 23);
  82. btn_tb.TabIndex = 4;
  83. btn_tb.Text = "同步数据";
  84. btn_tb.UseVisualStyleBackColor = true;
  85. btn_tb.Click += btn_tb_Click;
  86. //
  87. // cb_order
  88. //
  89. cb_order.AutoSize = true;
  90. cb_order.Location = new Point(80, 140);
  91. cb_order.Name = "cb_order";
  92. cb_order.Size = new Size(75, 21);
  93. cb_order.TabIndex = 5;
  94. cb_order.Text = "同步工单";
  95. cb_order.UseVisualStyleBackColor = true;
  96. //
  97. // cb_zsk
  98. //
  99. cb_zsk.AutoSize = true;
  100. cb_zsk.Location = new Point(450, 179);
  101. cb_zsk.Name = "cb_zsk";
  102. cb_zsk.Size = new Size(87, 21);
  103. cb_zsk.TabIndex = 6;
  104. cb_zsk.Text = "同步知识库";
  105. cb_zsk.UseVisualStyleBackColor = true;
  106. //
  107. // cb_user
  108. //
  109. cb_user.AutoSize = true;
  110. cb_user.Location = new Point(273, 179);
  111. cb_user.Name = "cb_user";
  112. cb_user.Size = new Size(75, 21);
  113. cb_user.TabIndex = 7;
  114. cb_user.Text = "同步用户";
  115. cb_user.UseVisualStyleBackColor = true;
  116. //
  117. // cb_jg
  118. //
  119. cb_jg.AutoSize = true;
  120. cb_jg.Location = new Point(273, 140);
  121. cb_jg.Name = "cb_jg";
  122. cb_jg.Size = new Size(75, 21);
  123. cb_jg.TabIndex = 8;
  124. cb_jg.Text = "同步机构";
  125. cb_jg.UseVisualStyleBackColor = true;
  126. //
  127. // cb_tz
  128. //
  129. cb_tz.AutoSize = true;
  130. cb_tz.Location = new Point(273, 218);
  131. cb_tz.Name = "cb_tz";
  132. cb_tz.Size = new Size(75, 21);
  133. cb_tz.TabIndex = 9;
  134. cb_tz.Text = "同步通知";
  135. cb_tz.UseVisualStyleBackColor = true;
  136. //
  137. // cb_opp
  138. //
  139. cb_opp.AutoSize = true;
  140. cb_opp.Location = new Point(80, 179);
  141. cb_opp.Name = "cb_opp";
  142. cb_opp.Size = new Size(99, 21);
  143. cb_opp.TabIndex = 10;
  144. cb_opp.Text = "同步发布数据";
  145. cb_opp.UseVisualStyleBackColor = true;
  146. //
  147. // cb_zsklx
  148. //
  149. cb_zsklx.AutoSize = true;
  150. cb_zsklx.Location = new Point(450, 140);
  151. cb_zsklx.Name = "cb_zsklx";
  152. cb_zsklx.Size = new Size(111, 21);
  153. cb_zsklx.TabIndex = 11;
  154. cb_zsklx.Text = "同步知识库类型";
  155. cb_zsklx.UseVisualStyleBackColor = true;
  156. //
  157. // label3
  158. //
  159. label3.AutoSize = true;
  160. label3.Location = new Point(30, 28);
  161. label3.Name = "label3";
  162. label3.Size = new Size(68, 17);
  163. label3.TabIndex = 12;
  164. label3.Text = "系统版本:";
  165. //
  166. // cbox_bb
  167. //
  168. cbox_bb.FormattingEnabled = true;
  169. cbox_bb.Location = new Point(104, 25);
  170. cbox_bb.Name = "cbox_bb";
  171. cbox_bb.Size = new Size(200, 25);
  172. cbox_bb.TabIndex = 13;
  173. //
  174. // Form1
  175. //
  176. AutoScaleDimensions = new SizeF(7F, 17F);
  177. AutoScaleMode = AutoScaleMode.Font;
  178. ClientSize = new Size(689, 351);
  179. Controls.Add(cbox_bb);
  180. Controls.Add(label3);
  181. Controls.Add(cb_zsklx);
  182. Controls.Add(cb_opp);
  183. Controls.Add(cb_tz);
  184. Controls.Add(cb_jg);
  185. Controls.Add(cb_user);
  186. Controls.Add(cb_zsk);
  187. Controls.Add(cb_order);
  188. Controls.Add(btn_tb);
  189. Controls.Add(label2);
  190. Controls.Add(label1);
  191. Controls.Add(end_time);
  192. Controls.Add(st_time);
  193. Name = "Form1";
  194. Text = "同步程序";
  195. ResumeLayout(false);
  196. PerformLayout();
  197. }
  198. #endregion
  199. private DateTimePicker st_time;
  200. private DateTimePicker end_time;
  201. private Label label1;
  202. private Label label2;
  203. private Button btn_tb;
  204. private CheckBox cb_order;
  205. private CheckBox cb_zsk;
  206. private CheckBox cb_user;
  207. private CheckBox cb_jg;
  208. private CheckBox cb_tz;
  209. private CheckBox cb_opp;
  210. private CheckBox cb_zsklx;
  211. private Label label3;
  212. private ComboBox cbox_bb;
  213. }
  214. }