namespace CNAS_DBSync
{
partial class frmServiceConfig
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmServiceConfig));
this.pnlAll = new System.Windows.Forms.Panel();
this.pnlCenter = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dtpSource = new System.Windows.Forms.DateTimePicker();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.numService = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.cbxAutoStart = new System.Windows.Forms.CheckBox();
this.panel2 = new System.Windows.Forms.Panel();
this.btnInstallService = new System.Windows.Forms.Button();
this.btnRun = new System.Windows.Forms.Button();
this.pnlRight = new System.Windows.Forms.Panel();
this.pnlLeft = new System.Windows.Forms.Panel();
this.pnlBottom = new System.Windows.Forms.Panel();
this.pnlTop = new System.Windows.Forms.Panel();
this.pnlAll.SuspendLayout();
this.pnlCenter.SuspendLayout();
this.panel3.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numService)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// pnlAll
//
this.pnlAll.Controls.Add(this.pnlCenter);
this.pnlAll.Controls.Add(this.pnlRight);
this.pnlAll.Controls.Add(this.pnlLeft);
this.pnlAll.Controls.Add(this.pnlBottom);
this.pnlAll.Controls.Add(this.pnlTop);
this.pnlAll.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlAll.Location = new System.Drawing.Point(0, 0);
this.pnlAll.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlAll.Name = "pnlAll";
this.pnlAll.Size = new System.Drawing.Size(661, 298);
this.pnlAll.TabIndex = 0;
//
// pnlCenter
//
this.pnlCenter.Controls.Add(this.panel3);
this.pnlCenter.Controls.Add(this.panel1);
this.pnlCenter.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlCenter.Location = new System.Drawing.Point(12, 14);
this.pnlCenter.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlCenter.Name = "pnlCenter";
this.pnlCenter.Size = new System.Drawing.Size(637, 274);
this.pnlCenter.TabIndex = 4;
//
// panel3
//
this.panel3.Controls.Add(this.groupBox1);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(637, 230);
this.panel3.TabIndex = 1;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dtpSource);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.numService);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupBox1.Size = new System.Drawing.Size(637, 230);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "设置";
//
// dtpSource
//
this.dtpSource.CustomFormat = "yyyy-MM-dd HH:mm";
this.dtpSource.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.dtpSource.Location = new System.Drawing.Point(202, 128);
this.dtpSource.Name = "dtpSource";
this.dtpSource.Size = new System.Drawing.Size(179, 27);
this.dtpSource.TabIndex = 5;
this.dtpSource.Value = new System.DateTime(2019, 6, 15, 0, 0, 0, 0);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(40, 133);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(144, 20);
this.label4.TabIndex = 4;
this.label4.Text = "获取数据初始时间:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(396, 38);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(39, 20);
this.label3.TabIndex = 3;
this.label3.Text = "分钟";
//
// numService
//
this.numService.Location = new System.Drawing.Point(241, 36);
this.numService.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.numService.Name = "numService";
this.numService.Size = new System.Drawing.Size(140, 27);
this.numService.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(180, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(39, 20);
this.label2.TabIndex = 1;
this.label2.Text = "每隔";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(40, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(144, 20);
this.label1.TabIndex = 0;
this.label1.Text = "数据同步执行时间:";
//
// panel1
//
this.panel1.Controls.Add(this.cbxAutoStart);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel1.Location = new System.Drawing.Point(0, 230);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(637, 44);
this.panel1.TabIndex = 0;
//
// cbxAutoStart
//
this.cbxAutoStart.AutoSize = true;
this.cbxAutoStart.Location = new System.Drawing.Point(24, 8);
this.cbxAutoStart.Name = "cbxAutoStart";
this.cbxAutoStart.Size = new System.Drawing.Size(121, 24);
this.cbxAutoStart.TabIndex = 1;
this.cbxAutoStart.Text = "是否开机启动";
this.cbxAutoStart.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.Controls.Add(this.btnInstallService);
this.panel2.Controls.Add(this.btnRun);
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
this.panel2.Location = new System.Drawing.Point(431, 0);
this.panel2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(206, 44);
this.panel2.TabIndex = 0;
//
// btnInstallService
//
this.btnInstallService.Location = new System.Drawing.Point(3, 4);
this.btnInstallService.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnInstallService.Name = "btnInstallService";
this.btnInstallService.Size = new System.Drawing.Size(90, 30);
this.btnInstallService.TabIndex = 1;
this.btnInstallService.Text = "安装服务";
this.btnInstallService.UseVisualStyleBackColor = true;
this.btnInstallService.Click += new System.EventHandler(this.btnInstallService_Click);
//
// btnRun
//
this.btnRun.Location = new System.Drawing.Point(109, 4);
this.btnRun.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnRun.Name = "btnRun";
this.btnRun.Size = new System.Drawing.Size(90, 30);
this.btnRun.TabIndex = 0;
this.btnRun.Text = "启动服务";
this.btnRun.UseVisualStyleBackColor = true;
this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
//
// pnlRight
//
this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.pnlRight.Location = new System.Drawing.Point(649, 14);
this.pnlRight.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlRight.Name = "pnlRight";
this.pnlRight.Size = new System.Drawing.Size(12, 274);
this.pnlRight.TabIndex = 3;
//
// pnlLeft
//
this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlLeft.Location = new System.Drawing.Point(0, 14);
this.pnlLeft.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlLeft.Name = "pnlLeft";
this.pnlLeft.Size = new System.Drawing.Size(12, 274);
this.pnlLeft.TabIndex = 2;
//
// pnlBottom
//
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(0, 288);
this.pnlBottom.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(661, 10);
this.pnlBottom.TabIndex = 1;
//
// pnlTop
//
this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.pnlTop.Location = new System.Drawing.Point(0, 0);
this.pnlTop.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.pnlTop.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(661, 14);
this.pnlTop.TabIndex = 0;
//
// frmServiceConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(661, 298);
this.Controls.Add(this.pnlAll);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "frmServiceConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "服务配置";
this.Load += new System.EventHandler(this.frmServiceConfig_Load);
this.pnlAll.ResumeLayout(false);
this.pnlCenter.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numService)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlAll;
private System.Windows.Forms.Panel pnlCenter;
private System.Windows.Forms.Panel pnlRight;
private System.Windows.Forms.Panel pnlLeft;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Panel pnlTop;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown numService;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnRun;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DateTimePicker dtpSource;
private System.Windows.Forms.CheckBox cbxAutoStart;
private System.Windows.Forms.Button btnInstallService;
}
}