namespace DeviceRepairAndOptimization.Pages { partial class page_Setting { /// /// 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() { DevExpress.Utils.Layout.StackPanel stackPanel1; DevExpress.Utils.Layout.StackPanel stackPanel2; this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.input_PlanAlarmCycle = new System.Windows.Forms.NumericUpDown(); this.btn_Save = new DevExpress.XtraEditors.SimpleButton(); this.groupBox1 = new System.Windows.Forms.GroupBox(); stackPanel1 = new DevExpress.Utils.Layout.StackPanel(); stackPanel2 = new DevExpress.Utils.Layout.StackPanel(); ((System.ComponentModel.ISupportInitialize)(stackPanel1)).BeginInit(); stackPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.input_PlanAlarmCycle)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(stackPanel2)).BeginInit(); stackPanel2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // stackPanel1 // stackPanel1.Controls.Add(this.labelControl1); stackPanel1.Controls.Add(this.input_PlanAlarmCycle); stackPanel1.Dock = System.Windows.Forms.DockStyle.Top; stackPanel1.Location = new System.Drawing.Point(3, 30); stackPanel1.Name = "stackPanel1"; stackPanel1.Size = new System.Drawing.Size(1466, 46); stackPanel1.TabIndex = 0; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(3, 14); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(160, 18); this.labelControl1.TabIndex = 0; this.labelControl1.Text = "计划提前提醒周期(天):"; // // input_PlanAlarmCycle // this.input_PlanAlarmCycle.Location = new System.Drawing.Point(169, 11); this.input_PlanAlarmCycle.Name = "input_PlanAlarmCycle"; this.input_PlanAlarmCycle.Size = new System.Drawing.Size(120, 24); this.input_PlanAlarmCycle.TabIndex = 1; // // stackPanel2 // stackPanel2.Controls.Add(this.btn_Save); stackPanel2.Dock = System.Windows.Forms.DockStyle.Bottom; stackPanel2.LayoutDirection = DevExpress.Utils.Layout.StackPanelLayoutDirection.RightToLeft; stackPanel2.Location = new System.Drawing.Point(0, 891); stackPanel2.Name = "stackPanel2"; stackPanel2.Size = new System.Drawing.Size(1472, 46); stackPanel2.TabIndex = 1; // // btn_Save // this.btn_Save.Location = new System.Drawing.Point(1371, 5); this.btn_Save.Name = "btn_Save"; this.btn_Save.Size = new System.Drawing.Size(98, 35); this.btn_Save.TabIndex = 0; this.btn_Save.Text = "保存"; this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click); // // groupBox1 // this.groupBox1.Controls.Add(stackPanel1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 12F); this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(1472, 80); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "计划提醒 "; // // page_Setting // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1472, 937); this.Controls.Add(stackPanel2); this.Controls.Add(this.groupBox1); this.Name = "page_Setting"; this.Text = "page_Setting"; this.Load += new System.EventHandler(this.page_Setting_Load); ((System.ComponentModel.ISupportInitialize)(stackPanel1)).EndInit(); stackPanel1.ResumeLayout(false); stackPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.input_PlanAlarmCycle)).EndInit(); ((System.ComponentModel.ISupportInitialize)(stackPanel2)).EndInit(); stackPanel2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.NumericUpDown input_PlanAlarmCycle; private DevExpress.XtraEditors.SimpleButton btn_Save; } }