namespace Dongke.IBOSS.PRD.Client.SystemModule
{
partial class F_MST_040101
{
///
/// 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(F_MST_040101));
this.txtCDay = new System.Windows.Forms.TextBox();
this.txtCHour = new System.Windows.Forms.TextBox();
this.txtCMi = new System.Windows.Forms.TextBox();
this.lblInfo = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.txtSDay = new System.Windows.Forms.NumericUpDown();
this.txtSHour = new System.Windows.Forms.NumericUpDown();
this.txtSMi = new System.Windows.Forms.ComboBox();
this.chkClearData = new System.Windows.Forms.CheckBox();
this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
this.lblRunInfo = new System.Windows.Forms.Label();
this.chkEnabled = new System.Windows.Forms.CheckBox();
this.chkRun = new System.Windows.Forms.CheckBox();
this.lblRunInfo2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.txtSDay)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtSHour)).BeginInit();
this.SuspendLayout();
//
// txtCDay
//
this.txtCDay.Location = new System.Drawing.Point(106, 61);
this.txtCDay.Name = "txtCDay";
this.txtCDay.ReadOnly = true;
this.txtCDay.Size = new System.Drawing.Size(40, 21);
this.txtCDay.TabIndex = 3;
//
// txtCHour
//
this.txtCHour.Location = new System.Drawing.Point(175, 61);
this.txtCHour.Name = "txtCHour";
this.txtCHour.ReadOnly = true;
this.txtCHour.Size = new System.Drawing.Size(40, 21);
this.txtCHour.TabIndex = 5;
//
// txtCMi
//
this.txtCMi.Location = new System.Drawing.Point(244, 61);
this.txtCMi.Name = "txtCMi";
this.txtCMi.ReadOnly = true;
this.txtCMi.Size = new System.Drawing.Size(40, 21);
this.txtCMi.TabIndex = 7;
//
// lblInfo
//
this.lblInfo.AutoSize = true;
this.lblInfo.Location = new System.Drawing.Point(12, 65);
this.lblInfo.Name = "lblInfo";
this.lblInfo.Size = new System.Drawing.Size(53, 12);
this.lblInfo.TabIndex = 8;
this.lblInfo.Text = "当前设置";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(71, 65);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 8;
this.label1.Text = "每月";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(152, 65);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 9;
this.label2.Text = "日";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(221, 65);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 12);
this.label3.TabIndex = 10;
this.label3.Text = "时";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(290, 65);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 12);
this.label4.TabIndex = 11;
this.label4.Text = "分";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(290, 103);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(17, 12);
this.label5.TabIndex = 19;
this.label5.Text = "分";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(221, 103);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(17, 12);
this.label6.TabIndex = 18;
this.label6.Text = "时";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(152, 103);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(17, 12);
this.label7.TabIndex = 17;
this.label7.Text = "日";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(71, 103);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 15;
this.label8.Text = "每月";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(24, 103);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(41, 12);
this.label9.TabIndex = 16;
this.label9.Text = "设置为";
//
// txtSDay
//
this.txtSDay.Location = new System.Drawing.Point(106, 99);
this.txtSDay.Maximum = new decimal(new int[] {
31,
0,
0,
0});
this.txtSDay.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.txtSDay.Name = "txtSDay";
this.txtSDay.Size = new System.Drawing.Size(40, 21);
this.txtSDay.TabIndex = 20;
this.txtSDay.Value = new decimal(new int[] {
31,
0,
0,
0});
//
// txtSHour
//
this.txtSHour.Location = new System.Drawing.Point(175, 99);
this.txtSHour.Maximum = new decimal(new int[] {
23,
0,
0,
0});
this.txtSHour.Name = "txtSHour";
this.txtSHour.Size = new System.Drawing.Size(40, 21);
this.txtSHour.TabIndex = 21;
this.txtSHour.Value = new decimal(new int[] {
23,
0,
0,
0});
//
// txtSMi
//
this.txtSMi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtSMi.FormattingEnabled = true;
this.txtSMi.Items.AddRange(new object[] {
"00",
"30"});
this.txtSMi.Location = new System.Drawing.Point(244, 99);
this.txtSMi.Name = "txtSMi";
this.txtSMi.Size = new System.Drawing.Size(40, 20);
this.txtSMi.TabIndex = 22;
//
// chkClearData
//
this.chkClearData.AutoSize = true;
this.chkClearData.Location = new System.Drawing.Point(14, 136);
this.chkClearData.Name = "chkClearData";
this.chkClearData.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chkClearData.Size = new System.Drawing.Size(120, 16);
this.chkClearData.TabIndex = 23;
this.chkClearData.Text = "清除当月备份数据";
this.chkClearData.UseVisualStyleBackColor = true;
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(230, 164);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(78, 30);
this.btnCancel.TabIndex = 101;
this.btnCancel.Text = "关闭(&X)";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSave
//
this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSave.BackColor = System.Drawing.Color.Transparent;
this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.ForeColor = System.Drawing.Color.White;
this.btnSave.Location = new System.Drawing.Point(145, 164);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(79, 30);
this.btnSave.TabIndex = 100;
this.btnSave.Text = "保存(&S)";
this.btnSave.UseVisualStyleBackColor = false;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// lblRunInfo
//
this.lblRunInfo.AutoSize = true;
this.lblRunInfo.Location = new System.Drawing.Point(12, 9);
this.lblRunInfo.Name = "lblRunInfo";
this.lblRunInfo.Size = new System.Drawing.Size(41, 12);
this.lblRunInfo.TabIndex = 8;
this.lblRunInfo.Text = "XXXXXX";
//
// chkEnabled
//
this.chkEnabled.AutoSize = true;
this.chkEnabled.Location = new System.Drawing.Point(154, 136);
this.chkEnabled.Name = "chkEnabled";
this.chkEnabled.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chkEnabled.Size = new System.Drawing.Size(48, 16);
this.chkEnabled.TabIndex = 23;
this.chkEnabled.Text = "有效";
this.chkEnabled.UseVisualStyleBackColor = true;
//
// chkRun
//
this.chkRun.AutoSize = true;
this.chkRun.Location = new System.Drawing.Point(14, 164);
this.chkRun.Name = "chkRun";
this.chkRun.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chkRun.Size = new System.Drawing.Size(120, 16);
this.chkRun.TabIndex = 102;
this.chkRun.Text = "立即执行数据备份";
this.chkRun.UseVisualStyleBackColor = true;
//
// lblRunInfo2
//
this.lblRunInfo2.AutoSize = true;
this.lblRunInfo2.Location = new System.Drawing.Point(12, 35);
this.lblRunInfo2.Name = "lblRunInfo2";
this.lblRunInfo2.Size = new System.Drawing.Size(41, 12);
this.lblRunInfo2.TabIndex = 8;
this.lblRunInfo2.Text = "XXXXXX";
//
// F_MST_040101
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(320, 219);
this.Controls.Add(this.chkRun);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.chkEnabled);
this.Controls.Add(this.chkClearData);
this.Controls.Add(this.txtSMi);
this.Controls.Add(this.txtSHour);
this.Controls.Add(this.txtSDay);
this.Controls.Add(this.label5);
this.Controls.Add(this.label6);
this.Controls.Add(this.label7);
this.Controls.Add(this.label8);
this.Controls.Add(this.label9);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblRunInfo2);
this.Controls.Add(this.lblRunInfo);
this.Controls.Add(this.lblInfo);
this.Controls.Add(this.txtCMi);
this.Controls.Add(this.txtCHour);
this.Controls.Add(this.txtCDay);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.IsSaveFormLocation = false;
this.IsSaveFormSize = false;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "F_MST_040101";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.StatusSizingGrip = false;
this.Text = "在产品备份时点";
this.Load += new System.EventHandler(this.F_MST_040101_Load);
this.Controls.SetChildIndex(this.txtCDay, 0);
this.Controls.SetChildIndex(this.txtCHour, 0);
this.Controls.SetChildIndex(this.txtCMi, 0);
this.Controls.SetChildIndex(this.lblInfo, 0);
this.Controls.SetChildIndex(this.lblRunInfo, 0);
this.Controls.SetChildIndex(this.lblRunInfo2, 0);
this.Controls.SetChildIndex(this.label1, 0);
this.Controls.SetChildIndex(this.label2, 0);
this.Controls.SetChildIndex(this.label3, 0);
this.Controls.SetChildIndex(this.label4, 0);
this.Controls.SetChildIndex(this.label9, 0);
this.Controls.SetChildIndex(this.label8, 0);
this.Controls.SetChildIndex(this.label7, 0);
this.Controls.SetChildIndex(this.label6, 0);
this.Controls.SetChildIndex(this.label5, 0);
this.Controls.SetChildIndex(this.txtSDay, 0);
this.Controls.SetChildIndex(this.txtSHour, 0);
this.Controls.SetChildIndex(this.txtSMi, 0);
this.Controls.SetChildIndex(this.chkClearData, 0);
this.Controls.SetChildIndex(this.chkEnabled, 0);
this.Controls.SetChildIndex(this.btnSave, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.Controls.SetChildIndex(this.chkRun, 0);
((System.ComponentModel.ISupportInitialize)(this.txtSDay)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtSHour)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtCDay;
private System.Windows.Forms.TextBox txtCHour;
private System.Windows.Forms.TextBox txtCMi;
private System.Windows.Forms.Label lblInfo;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.NumericUpDown txtSDay;
private System.Windows.Forms.NumericUpDown txtSHour;
private System.Windows.Forms.ComboBox txtSMi;
private System.Windows.Forms.CheckBox chkClearData;
private Basics.BaseControls.C_Button btnCancel;
private Basics.BaseControls.C_Button btnSave;
private System.Windows.Forms.Label lblRunInfo;
private System.Windows.Forms.CheckBox chkEnabled;
private System.Windows.Forms.CheckBox chkRun;
private System.Windows.Forms.Label lblRunInfo2;
}
}