123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- namespace DataTransmission
- {
- partial class Form1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- st_time = new DateTimePicker();
- end_time = new DateTimePicker();
- label1 = new Label();
- label2 = new Label();
- btn_tb = new Button();
- cb_order = new CheckBox();
- cb_zsk = new CheckBox();
- cb_user = new CheckBox();
- cb_jg = new CheckBox();
- cb_tz = new CheckBox();
- cb_opp = new CheckBox();
- cb_zsklx = new CheckBox();
- label3 = new Label();
- cbox_bb = new ComboBox();
- SuspendLayout();
- //
- // st_time
- //
- st_time.CustomFormat = "yyyy-MM-dd hh:mm:ss";
- st_time.Location = new Point(104, 73);
- st_time.Name = "st_time";
- st_time.Size = new Size(200, 23);
- st_time.TabIndex = 0;
- //
- // end_time
- //
- end_time.Location = new Point(452, 73);
- end_time.Name = "end_time";
- end_time.Size = new Size(200, 23);
- end_time.TabIndex = 1;
- //
- // label1
- //
- label1.AutoSize = true;
- label1.Location = new Point(30, 76);
- label1.Name = "label1";
- label1.Size = new Size(68, 17);
- label1.TabIndex = 2;
- label1.Text = "开始时间:";
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Location = new Point(378, 76);
- label2.Name = "label2";
- label2.Size = new Size(68, 17);
- label2.TabIndex = 3;
- label2.Text = "结束时间:";
- //
- // btn_tb
- //
- btn_tb.Location = new Point(300, 295);
- btn_tb.Name = "btn_tb";
- btn_tb.Size = new Size(75, 23);
- btn_tb.TabIndex = 4;
- btn_tb.Text = "同步数据";
- btn_tb.UseVisualStyleBackColor = true;
- btn_tb.Click += btn_tb_Click;
- //
- // cb_order
- //
- cb_order.AutoSize = true;
- cb_order.Location = new Point(80, 140);
- cb_order.Name = "cb_order";
- cb_order.Size = new Size(75, 21);
- cb_order.TabIndex = 5;
- cb_order.Text = "同步工单";
- cb_order.UseVisualStyleBackColor = true;
- //
- // cb_zsk
- //
- cb_zsk.AutoSize = true;
- cb_zsk.Location = new Point(450, 179);
- cb_zsk.Name = "cb_zsk";
- cb_zsk.Size = new Size(87, 21);
- cb_zsk.TabIndex = 6;
- cb_zsk.Text = "同步知识库";
- cb_zsk.UseVisualStyleBackColor = true;
- //
- // cb_user
- //
- cb_user.AutoSize = true;
- cb_user.Location = new Point(273, 179);
- cb_user.Name = "cb_user";
- cb_user.Size = new Size(75, 21);
- cb_user.TabIndex = 7;
- cb_user.Text = "同步用户";
- cb_user.UseVisualStyleBackColor = true;
- //
- // cb_jg
- //
- cb_jg.AutoSize = true;
- cb_jg.Location = new Point(273, 140);
- cb_jg.Name = "cb_jg";
- cb_jg.Size = new Size(75, 21);
- cb_jg.TabIndex = 8;
- cb_jg.Text = "同步机构";
- cb_jg.UseVisualStyleBackColor = true;
- //
- // cb_tz
- //
- cb_tz.AutoSize = true;
- cb_tz.Location = new Point(273, 218);
- cb_tz.Name = "cb_tz";
- cb_tz.Size = new Size(75, 21);
- cb_tz.TabIndex = 9;
- cb_tz.Text = "同步通知";
- cb_tz.UseVisualStyleBackColor = true;
- //
- // cb_opp
- //
- cb_opp.AutoSize = true;
- cb_opp.Location = new Point(80, 179);
- cb_opp.Name = "cb_opp";
- cb_opp.Size = new Size(99, 21);
- cb_opp.TabIndex = 10;
- cb_opp.Text = "同步发布数据";
- cb_opp.UseVisualStyleBackColor = true;
- //
- // cb_zsklx
- //
- cb_zsklx.AutoSize = true;
- cb_zsklx.Location = new Point(450, 140);
- cb_zsklx.Name = "cb_zsklx";
- cb_zsklx.Size = new Size(111, 21);
- cb_zsklx.TabIndex = 11;
- cb_zsklx.Text = "同步知识库类型";
- cb_zsklx.UseVisualStyleBackColor = true;
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new Point(30, 28);
- label3.Name = "label3";
- label3.Size = new Size(68, 17);
- label3.TabIndex = 12;
- label3.Text = "系统版本:";
- //
- // cbox_bb
- //
- cbox_bb.FormattingEnabled = true;
- cbox_bb.Location = new Point(104, 25);
- cbox_bb.Name = "cbox_bb";
- cbox_bb.Size = new Size(200, 25);
- cbox_bb.TabIndex = 13;
- //
- // Form1
- //
- AutoScaleDimensions = new SizeF(7F, 17F);
- AutoScaleMode = AutoScaleMode.Font;
- ClientSize = new Size(689, 351);
- Controls.Add(cbox_bb);
- Controls.Add(label3);
- Controls.Add(cb_zsklx);
- Controls.Add(cb_opp);
- Controls.Add(cb_tz);
- Controls.Add(cb_jg);
- Controls.Add(cb_user);
- Controls.Add(cb_zsk);
- Controls.Add(cb_order);
- Controls.Add(btn_tb);
- Controls.Add(label2);
- Controls.Add(label1);
- Controls.Add(end_time);
- Controls.Add(st_time);
- Name = "Form1";
- Text = "同步程序";
- ResumeLayout(false);
- PerformLayout();
- }
- #endregion
- private DateTimePicker st_time;
- private DateTimePicker end_time;
- private Label label1;
- private Label label2;
- private Button btn_tb;
- private CheckBox cb_order;
- private CheckBox cb_zsk;
- private CheckBox cb_user;
- private CheckBox cb_jg;
- private CheckBox cb_tz;
- private CheckBox cb_opp;
- private CheckBox cb_zsklx;
- private Label label3;
- private ComboBox cbox_bb;
- }
- }
|