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(); 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(205, 73); st_time.Name = "st_time"; st_time.Size = new Size(200, 23); st_time.TabIndex = 0; // // end_time // end_time.Location = new Point(205, 127); end_time.Name = "end_time"; end_time.Size = new Size(200, 23); end_time.TabIndex = 1; // // label1 // label1.AutoSize = true; label1.Location = new Point(131, 76); label1.Name = "label1"; label1.Size = new Size(68, 17); label1.TabIndex = 2; label1.Text = "开始时间:"; // // label2 // label2.AutoSize = true; label2.Location = new Point(131, 130); label2.Name = "label2"; label2.Size = new Size(68, 17); label2.TabIndex = 3; label2.Text = "结束时间:"; // // btn_tb // btn_tb.Location = new Point(221, 335); 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(158, 180); 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(299, 218); 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(157, 218); 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(299, 256); 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(157, 256); 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(299, 294); 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(299, 180); 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(131, 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(205, 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(550, 424); 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; } }