namespace CNAS_DBSync
{
partial class frmSystemSetting
{
///
/// 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(frmSystemSetting));
this.pnlAll = new System.Windows.Forms.Panel();
this.pnlBody = new System.Windows.Forms.Panel();
this.btnOK = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.numpLogDataDays = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.cbxAutomatic = new System.Windows.Forms.CheckBox();
this.cbxManual = new System.Windows.Forms.CheckBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.numpShowDataDays = new System.Windows.Forms.NumericUpDown();
this.lblText1 = new System.Windows.Forms.Label();
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.pnlBody.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numpLogDataDays)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numpShowDataDays)).BeginInit();
this.SuspendLayout();
//
// pnlAll
//
this.pnlAll.Controls.Add(this.pnlBody);
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(441, 226);
this.pnlAll.TabIndex = 0;
//
// pnlBody
//
this.pnlBody.Controls.Add(this.btnOK);
this.pnlBody.Controls.Add(this.groupBox1);
this.pnlBody.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlBody.Location = new System.Drawing.Point(10, 10);
this.pnlBody.Name = "pnlBody";
this.pnlBody.Size = new System.Drawing.Size(421, 206);
this.pnlBody.TabIndex = 4;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(325, 169);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(90, 30);
this.btnOK.TabIndex = 1;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.numpLogDataDays);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.cbxAutomatic);
this.groupBox1.Controls.Add(this.cbxManual);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.numpShowDataDays);
this.groupBox1.Controls.Add(this.lblText1);
this.groupBox1.Location = new System.Drawing.Point(2, 6);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(415, 157);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "设置";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(337, 109);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(20, 17);
this.label3.TabIndex = 8;
this.label3.Text = "天";
//
// numpLogDataDays
//
this.numpLogDataDays.Location = new System.Drawing.Point(211, 104);
this.numpLogDataDays.Name = "numpLogDataDays";
this.numpLogDataDays.Size = new System.Drawing.Size(120, 23);
this.numpLogDataDays.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(41, 106);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(164, 17);
this.label4.TabIndex = 6;
this.label4.Text = "自动生成日志记录范围:最近";
//
// cbxAutomatic
//
this.cbxAutomatic.AutoSize = true;
this.cbxAutomatic.Checked = true;
this.cbxAutomatic.CheckState = System.Windows.Forms.CheckState.Checked;
this.cbxAutomatic.Location = new System.Drawing.Point(250, 34);
this.cbxAutomatic.Name = "cbxAutomatic";
this.cbxAutomatic.Size = new System.Drawing.Size(51, 21);
this.cbxAutomatic.TabIndex = 5;
this.cbxAutomatic.Text = "自动";
this.cbxAutomatic.UseVisualStyleBackColor = true;
this.cbxAutomatic.CheckedChanged += new System.EventHandler(this.cbxAutomatic_CheckedChanged);
//
// cbxManual
//
this.cbxManual.AutoSize = true;
this.cbxManual.Location = new System.Drawing.Point(185, 34);
this.cbxManual.Name = "cbxManual";
this.cbxManual.Size = new System.Drawing.Size(51, 21);
this.cbxManual.TabIndex = 4;
this.cbxManual.Text = "手动";
this.cbxManual.UseVisualStyleBackColor = true;
this.cbxManual.CheckedChanged += new System.EventHandler(this.cbxManual_CheckedChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(41, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(119, 17);
this.label2.TabIndex = 3;
this.label2.Text = "加载来源表结构方式:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(337, 75);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(20, 17);
this.label1.TabIndex = 2;
this.label1.Text = "天";
//
// numpShowDataDays
//
this.numpShowDataDays.Location = new System.Drawing.Point(211, 70);
this.numpShowDataDays.Name = "numpShowDataDays";
this.numpShowDataDays.Size = new System.Drawing.Size(120, 23);
this.numpShowDataDays.TabIndex = 1;
//
// lblText1
//
this.lblText1.AutoSize = true;
this.lblText1.Location = new System.Drawing.Point(41, 73);
this.lblText1.Name = "lblText1";
this.lblText1.Size = new System.Drawing.Size(164, 17);
this.lblText1.TabIndex = 0;
this.lblText1.Text = "数据展示界面显示范围:最近";
//
// pnlRight
//
this.pnlRight.Dock = System.Windows.Forms.DockStyle.Right;
this.pnlRight.Location = new System.Drawing.Point(431, 10);
this.pnlRight.Name = "pnlRight";
this.pnlRight.Size = new System.Drawing.Size(10, 206);
this.pnlRight.TabIndex = 3;
//
// pnlLeft
//
this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlLeft.Location = new System.Drawing.Point(0, 10);
this.pnlLeft.Name = "pnlLeft";
this.pnlLeft.Size = new System.Drawing.Size(10, 206);
this.pnlLeft.TabIndex = 2;
//
// pnlBottom
//
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlBottom.Location = new System.Drawing.Point(0, 216);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(441, 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.Name = "pnlTop";
this.pnlTop.Size = new System.Drawing.Size(441, 10);
this.pnlTop.TabIndex = 0;
//
// frmSystemSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(441, 226);
this.Controls.Add(this.pnlAll);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.Name = "frmSystemSetting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "系统参数设置";
this.Load += new System.EventHandler(this.frmSystemSetting_Load);
this.pnlAll.ResumeLayout(false);
this.pnlBody.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numpLogDataDays)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numpShowDataDays)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel pnlAll;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Panel pnlTop;
private System.Windows.Forms.Panel pnlRight;
private System.Windows.Forms.Panel pnlLeft;
private System.Windows.Forms.Panel pnlBody;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.NumericUpDown numpShowDataDays;
private System.Windows.Forms.Label lblText1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.CheckBox cbxAutomatic;
private System.Windows.Forms.CheckBox cbxManual;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.NumericUpDown numpLogDataDays;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnOK;
}
}