namespace mainProgram { partial class SVDWindows { /// /// 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(SVDWindows)); this.label1 = new System.Windows.Forms.Label(); this.ProcessBtn = new System.Windows.Forms.Button(); this.CancelBtn = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.Min_FraunhoferWindowTextBox = new System.Windows.Forms.TextBox(); this.Max_FraunhoferWindowTextBox = new System.Windows.Forms.TextBox(); this.FraunhoferPositionTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.MinYearTextBox = new System.Windows.Forms.TextBox(); this.MaxYearTextBox = new System.Windows.Forms.TextBox(); this.ProcessMessageTextBox = new System.Windows.Forms.TextBox(); this.MinMonthTextBox = new System.Windows.Forms.TextBox(); this.MinDayTextBox = new System.Windows.Forms.TextBox(); this.MaxMonthTextBox = new System.Windows.Forms.TextBox(); this.MaxDayTextBox = new System.Windows.Forms.TextBox(); this.LeftShoulder_leftTextBox = new System.Windows.Forms.TextBox(); this.LeftShoulder_rightTextBox = new System.Windows.Forms.TextBox(); this.RightShoulder_leftTextBox = new System.Windows.Forms.TextBox(); this.RightShoulder_rightTextBox = new System.Windows.Forms.TextBox(); this.LeftShoulderLabel = new System.Windows.Forms.Label(); this.RightShoulderLabel = new System.Windows.Forms.Label(); this.min_dateTimePicker = new System.Windows.Forms.DateTimePicker(); this.max_dateTimePicker = new System.Windows.Forms.DateTimePicker(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(28, 95); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 1; this.label1.Text = "选择时间范围"; // // ProcessBtn // this.ProcessBtn.BackColor = System.Drawing.Color.WhiteSmoke; this.ProcessBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ProcessBtn.Location = new System.Drawing.Point(419, 575); this.ProcessBtn.Name = "ProcessBtn"; this.ProcessBtn.Size = new System.Drawing.Size(75, 23); this.ProcessBtn.TabIndex = 3; this.ProcessBtn.Text = "执行"; this.ProcessBtn.UseVisualStyleBackColor = false; this.ProcessBtn.Click += new System.EventHandler(this.ProcessBtn_Click); // // CancelBtn // this.CancelBtn.BackColor = System.Drawing.Color.WhiteSmoke; this.CancelBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.CancelBtn.Location = new System.Drawing.Point(518, 575); this.CancelBtn.Name = "CancelBtn"; this.CancelBtn.Size = new System.Drawing.Size(75, 23); this.CancelBtn.TabIndex = 4; this.CancelBtn.Text = "取消"; this.CancelBtn.UseVisualStyleBackColor = false; this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(28, 29); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 12); this.label2.TabIndex = 5; this.label2.Text = "Fraunhofer窗口"; // // Min_FraunhoferWindowTextBox // this.Min_FraunhoferWindowTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.Min_FraunhoferWindowTextBox.Location = new System.Drawing.Point(145, 26); this.Min_FraunhoferWindowTextBox.Name = "Min_FraunhoferWindowTextBox"; this.Min_FraunhoferWindowTextBox.Size = new System.Drawing.Size(160, 21); this.Min_FraunhoferWindowTextBox.TabIndex = 6; this.Min_FraunhoferWindowTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // Max_FraunhoferWindowTextBox // this.Max_FraunhoferWindowTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.Max_FraunhoferWindowTextBox.Location = new System.Drawing.Point(356, 26); this.Max_FraunhoferWindowTextBox.Name = "Max_FraunhoferWindowTextBox"; this.Max_FraunhoferWindowTextBox.Size = new System.Drawing.Size(160, 21); this.Max_FraunhoferWindowTextBox.TabIndex = 7; this.Max_FraunhoferWindowTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // FraunhoferPositionTextBox // this.FraunhoferPositionTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.FraunhoferPositionTextBox.Location = new System.Drawing.Point(280, 158); this.FraunhoferPositionTextBox.Name = "FraunhoferPositionTextBox"; this.FraunhoferPositionTextBox.Size = new System.Drawing.Size(100, 21); this.FraunhoferPositionTextBox.TabIndex = 8; this.FraunhoferPositionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(32, 161); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(113, 12); this.label3.TabIndex = 9; this.label3.Text = "Fraunhofer确切位置"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(28, 40); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 10; this.label4.Text = "数据时间范围"; // // MinYearTextBox // this.MinYearTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.MinYearTextBox.Location = new System.Drawing.Point(145, 36); this.MinYearTextBox.Name = "MinYearTextBox"; this.MinYearTextBox.ReadOnly = true; this.MinYearTextBox.Size = new System.Drawing.Size(50, 21); this.MinYearTextBox.TabIndex = 11; this.MinYearTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // MaxYearTextBox // this.MaxYearTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.MaxYearTextBox.Location = new System.Drawing.Point(356, 36); this.MaxYearTextBox.Name = "MaxYearTextBox"; this.MaxYearTextBox.ReadOnly = true; this.MaxYearTextBox.Size = new System.Drawing.Size(50, 21); this.MaxYearTextBox.TabIndex = 12; this.MaxYearTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // ProcessMessageTextBox // this.ProcessMessageTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.ProcessMessageTextBox.Location = new System.Drawing.Point(27, 400); this.ProcessMessageTextBox.Multiline = true; this.ProcessMessageTextBox.Name = "ProcessMessageTextBox"; this.ProcessMessageTextBox.ReadOnly = true; this.ProcessMessageTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.ProcessMessageTextBox.Size = new System.Drawing.Size(566, 149); this.ProcessMessageTextBox.TabIndex = 17; // // MinMonthTextBox // this.MinMonthTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.MinMonthTextBox.Location = new System.Drawing.Point(200, 36); this.MinMonthTextBox.Name = "MinMonthTextBox"; this.MinMonthTextBox.ReadOnly = true; this.MinMonthTextBox.Size = new System.Drawing.Size(50, 21); this.MinMonthTextBox.TabIndex = 18; this.MinMonthTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // MinDayTextBox // this.MinDayTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.MinDayTextBox.Location = new System.Drawing.Point(255, 36); this.MinDayTextBox.Name = "MinDayTextBox"; this.MinDayTextBox.ReadOnly = true; this.MinDayTextBox.Size = new System.Drawing.Size(50, 21); this.MinDayTextBox.TabIndex = 19; this.MinDayTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // MaxMonthTextBox // this.MaxMonthTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.MaxMonthTextBox.Location = new System.Drawing.Point(411, 36); this.MaxMonthTextBox.Name = "MaxMonthTextBox"; this.MaxMonthTextBox.ReadOnly = true; this.MaxMonthTextBox.Size = new System.Drawing.Size(50, 21); this.MaxMonthTextBox.TabIndex = 20; this.MaxMonthTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // MaxDayTextBox // this.MaxDayTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.MaxDayTextBox.Location = new System.Drawing.Point(466, 36); this.MaxDayTextBox.Name = "MaxDayTextBox"; this.MaxDayTextBox.ReadOnly = true; this.MaxDayTextBox.Size = new System.Drawing.Size(50, 21); this.MaxDayTextBox.TabIndex = 21; this.MaxDayTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // LeftShoulder_leftTextBox // this.LeftShoulder_leftTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.LeftShoulder_leftTextBox.Location = new System.Drawing.Point(145, 107); this.LeftShoulder_leftTextBox.Name = "LeftShoulder_leftTextBox"; this.LeftShoulder_leftTextBox.Size = new System.Drawing.Size(76, 21); this.LeftShoulder_leftTextBox.TabIndex = 22; this.LeftShoulder_leftTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // LeftShoulder_rightTextBox // this.LeftShoulder_rightTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.LeftShoulder_rightTextBox.Location = new System.Drawing.Point(229, 107); this.LeftShoulder_rightTextBox.Name = "LeftShoulder_rightTextBox"; this.LeftShoulder_rightTextBox.Size = new System.Drawing.Size(76, 21); this.LeftShoulder_rightTextBox.TabIndex = 23; this.LeftShoulder_rightTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // RightShoulder_leftTextBox // this.RightShoulder_leftTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.RightShoulder_leftTextBox.Location = new System.Drawing.Point(356, 107); this.RightShoulder_leftTextBox.Name = "RightShoulder_leftTextBox"; this.RightShoulder_leftTextBox.Size = new System.Drawing.Size(76, 21); this.RightShoulder_leftTextBox.TabIndex = 24; this.RightShoulder_leftTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // RightShoulder_rightTextBox // this.RightShoulder_rightTextBox.BackColor = System.Drawing.Color.WhiteSmoke; this.RightShoulder_rightTextBox.Location = new System.Drawing.Point(438, 107); this.RightShoulder_rightTextBox.Name = "RightShoulder_rightTextBox"; this.RightShoulder_rightTextBox.Size = new System.Drawing.Size(76, 21); this.RightShoulder_rightTextBox.TabIndex = 25; this.RightShoulder_rightTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // LeftShoulderLabel // this.LeftShoulderLabel.AutoSize = true; this.LeftShoulderLabel.Location = new System.Drawing.Point(203, 76); this.LeftShoulderLabel.Name = "LeftShoulderLabel"; this.LeftShoulderLabel.Size = new System.Drawing.Size(53, 12); this.LeftShoulderLabel.TabIndex = 26; this.LeftShoulderLabel.Text = "左肩窗口"; // // RightShoulderLabel // this.RightShoulderLabel.AutoSize = true; this.RightShoulderLabel.Location = new System.Drawing.Point(417, 76); this.RightShoulderLabel.Name = "RightShoulderLabel"; this.RightShoulderLabel.Size = new System.Drawing.Size(53, 12); this.RightShoulderLabel.TabIndex = 27; this.RightShoulderLabel.Text = "右肩窗口"; // // min_dateTimePicker // this.min_dateTimePicker.Location = new System.Drawing.Point(145, 89); this.min_dateTimePicker.Name = "min_dateTimePicker"; this.min_dateTimePicker.Size = new System.Drawing.Size(160, 21); this.min_dateTimePicker.TabIndex = 28; // // max_dateTimePicker // this.max_dateTimePicker.Location = new System.Drawing.Point(356, 89); this.max_dateTimePicker.Name = "max_dateTimePicker"; this.max_dateTimePicker.Size = new System.Drawing.Size(160, 21); this.max_dateTimePicker.TabIndex = 29; // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.White; this.groupBox1.Controls.Add(this.max_dateTimePicker); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.min_dateTimePicker); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.MinYearTextBox); this.groupBox1.Controls.Add(this.MaxYearTextBox); this.groupBox1.Controls.Add(this.MinMonthTextBox); this.groupBox1.Controls.Add(this.MinDayTextBox); this.groupBox1.Controls.Add(this.MaxMonthTextBox); this.groupBox1.Controls.Add(this.MaxDayTextBox); this.groupBox1.Location = new System.Drawing.Point(27, 19); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(566, 143); this.groupBox1.TabIndex = 30; this.groupBox1.TabStop = false; this.groupBox1.Text = "数据"; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.White; this.groupBox2.Controls.Add(this.RightShoulder_leftTextBox); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.RightShoulderLabel); this.groupBox2.Controls.Add(this.Min_FraunhoferWindowTextBox); this.groupBox2.Controls.Add(this.LeftShoulderLabel); this.groupBox2.Controls.Add(this.Max_FraunhoferWindowTextBox); this.groupBox2.Controls.Add(this.RightShoulder_rightTextBox); this.groupBox2.Controls.Add(this.FraunhoferPositionTextBox); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.LeftShoulder_rightTextBox); this.groupBox2.Controls.Add(this.LeftShoulder_leftTextBox); this.groupBox2.Location = new System.Drawing.Point(27, 178); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(566, 198); this.groupBox2.TabIndex = 31; this.groupBox2.TabStop = false; this.groupBox2.Text = "SIF参数"; // // SVDWindows // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(624, 626); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.ProcessMessageTextBox); this.Controls.Add(this.CancelBtn); this.Controls.Add(this.ProcessBtn); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SVDWindows"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "SVDWindows"; this.Load += new System.EventHandler(this.SVDWindows_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button ProcessBtn; private System.Windows.Forms.Button CancelBtn; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox Min_FraunhoferWindowTextBox; private System.Windows.Forms.TextBox Max_FraunhoferWindowTextBox; private System.Windows.Forms.TextBox FraunhoferPositionTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox MinYearTextBox; private System.Windows.Forms.TextBox MaxYearTextBox; private System.Windows.Forms.TextBox ProcessMessageTextBox; private System.Windows.Forms.TextBox MinMonthTextBox; private System.Windows.Forms.TextBox MinDayTextBox; private System.Windows.Forms.TextBox MaxMonthTextBox; private System.Windows.Forms.TextBox MaxDayTextBox; private System.Windows.Forms.TextBox LeftShoulder_leftTextBox; private System.Windows.Forms.TextBox LeftShoulder_rightTextBox; private System.Windows.Forms.TextBox RightShoulder_leftTextBox; private System.Windows.Forms.TextBox RightShoulder_rightTextBox; private System.Windows.Forms.Label LeftShoulderLabel; private System.Windows.Forms.Label RightShoulderLabel; private System.Windows.Forms.DateTimePicker min_dateTimePicker; private System.Windows.Forms.DateTimePicker max_dateTimePicker; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; } }