namespace DataTransmission
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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();
SuspendLayout();
//
// st_time
//
st_time.CustomFormat = "yyyy-MM-dd hh:mm:ss";
st_time.Location = new Point(141, 56);
st_time.Name = "st_time";
st_time.Size = new Size(200, 23);
st_time.TabIndex = 0;
//
// end_time
//
end_time.Location = new Point(141, 110);
end_time.Name = "end_time";
end_time.Size = new Size(200, 23);
end_time.TabIndex = 1;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(67, 59);
label1.Name = "label1";
label1.Size = new Size(68, 17);
label1.TabIndex = 2;
label1.Text = "开始时间:";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(67, 113);
label2.Name = "label2";
label2.Size = new Size(68, 17);
label2.TabIndex = 3;
label2.Text = "结束时间:";
//
// btn_tb
//
btn_tb.Location = new Point(161, 246);
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(94, 163);
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(236, 163);
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(93, 201);
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(236, 201);
cb_jg.Name = "cb_jg";
cb_jg.Size = new Size(75, 21);
cb_jg.TabIndex = 8;
cb_jg.Text = "同步机构";
cb_jg.UseVisualStyleBackColor = true;
//
// Form1
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(403, 301);
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;
}
}