Form1.Designer.cs 4.8 KB

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