namespace IStation.WinFrmUI.CalcErQu { partial class CalcPrjHistoryContainter { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.comboBoxMonth = new DevExpress.XtraEditors.ComboBoxEdit(); this.spinEditYear = new DevExpress.XtraEditors.SpinEdit(); this.listBoxDay = new DevExpress.XtraEditors.ListBoxControl(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.anaResultInfoManuCtrl1 = new IStation.WinFrmUI.CalcErQu.AnaResultInfoManuCtrl(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit(); this.splitContainerControl1.Panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit(); this.splitContainerControl1.Panel2.SuspendLayout(); this.splitContainerControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit(); this.groupControl1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxMonth.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spinEditYear.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.listBoxDay)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainerControl1.Location = new System.Drawing.Point(0, 0); this.splitContainerControl1.Name = "splitContainerControl1"; // // splitContainerControl1.Panel1 // this.splitContainerControl1.Panel1.Controls.Add(this.groupControl1); this.splitContainerControl1.Panel1.Text = "Panel1"; // // splitContainerControl1.Panel2 // this.splitContainerControl1.Panel2.Controls.Add(this.anaResultInfoManuCtrl1); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1149, 703); this.splitContainerControl1.SplitterPosition = 198; this.splitContainerControl1.TabIndex = 0; // // groupControl1 // this.groupControl1.Controls.Add(this.tableLayoutPanel1); this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupControl1.Location = new System.Drawing.Point(0, 0); this.groupControl1.Name = "groupControl1"; this.groupControl1.Size = new System.Drawing.Size(198, 703); this.groupControl1.TabIndex = 0; this.groupControl1.Text = "历史"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.listBoxDay, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(2, 23); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 87F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(194, 678); this.tableLayoutPanel1.TabIndex = 1; // // panel1 // this.panel1.Controls.Add(this.labelControl2); this.panel1.Controls.Add(this.labelControl1); this.panel1.Controls.Add(this.comboBoxMonth); this.panel1.Controls.Add(this.spinEditYear); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(188, 81); this.panel1.TabIndex = 0; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(36, 44); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(12, 14); this.labelControl2.TabIndex = 3; this.labelControl2.Text = "月"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(36, 13); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(12, 14); this.labelControl1.TabIndex = 2; this.labelControl1.Text = "年"; // // comboBoxMonth // this.comboBoxMonth.EditValue = "1"; this.comboBoxMonth.Location = new System.Drawing.Point(69, 41); this.comboBoxMonth.Name = "comboBoxMonth"; this.comboBoxMonth.Properties.Appearance.Options.UseTextOptions = true; this.comboBoxMonth.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.comboBoxMonth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comboBoxMonth.Properties.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"}); this.comboBoxMonth.Size = new System.Drawing.Size(100, 20); this.comboBoxMonth.TabIndex = 1; this.comboBoxMonth.SelectedIndexChanged += new System.EventHandler(this.comboBoxMonth_SelectedIndexChanged); // // spinEditYear // this.spinEditYear.EditValue = new decimal(new int[] { 2024, 0, 0, 0}); this.spinEditYear.Location = new System.Drawing.Point(69, 10); this.spinEditYear.Name = "spinEditYear"; this.spinEditYear.Properties.Appearance.Options.UseTextOptions = true; this.spinEditYear.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.spinEditYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.spinEditYear.Properties.IsFloatValue = false; this.spinEditYear.Properties.MaskSettings.Set("mask", "N00"); this.spinEditYear.Properties.MaxValue = new decimal(new int[] { 2030, 0, 0, 0}); this.spinEditYear.Properties.MinValue = new decimal(new int[] { 2024, 0, 0, 0}); this.spinEditYear.Size = new System.Drawing.Size(100, 20); this.spinEditYear.TabIndex = 0; this.spinEditYear.EditValueChanged += new System.EventHandler(this.spinEditYear_EditValueChanged); // // listBoxDay // this.listBoxDay.ContextMenuStrip = this.contextMenuStrip1; this.listBoxDay.Dock = System.Windows.Forms.DockStyle.Fill; this.listBoxDay.Location = new System.Drawing.Point(3, 90); this.listBoxDay.Name = "listBoxDay"; this.listBoxDay.Size = new System.Drawing.Size(188, 585); this.listBoxDay.TabIndex = 1; this.listBoxDay.SelectedIndexChanged += new System.EventHandler(this.listBoxDay_SelectedIndexChanged); this.listBoxDay.CustomItemDisplayText += new DevExpress.XtraEditors.CustomItemDisplayTextEventHandler(this.listBoxDay_CustomItemDisplayText); // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.删除ToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26); // // 删除ToolStripMenuItem // this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem"; this.删除ToolStripMenuItem.Size = new System.Drawing.Size(100, 22); this.删除ToolStripMenuItem.Text = "删除"; this.删除ToolStripMenuItem.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click); // // anaResultInfoManuCtrl1 // this.anaResultInfoManuCtrl1.Dock = System.Windows.Forms.DockStyle.Fill; this.anaResultInfoManuCtrl1.Location = new System.Drawing.Point(0, 0); this.anaResultInfoManuCtrl1.MinimumSize = new System.Drawing.Size(0, 500); this.anaResultInfoManuCtrl1.Name = "anaResultInfoManuCtrl1"; this.anaResultInfoManuCtrl1.Size = new System.Drawing.Size(941, 703); this.anaResultInfoManuCtrl1.TabIndex = 0; // // CalcPrjHistoryContainter // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.splitContainerControl1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "CalcPrjHistoryContainter"; this.Size = new System.Drawing.Size(1149, 703); this.Load += new System.EventHandler(this.CalcPrjHistoryContainter_Load); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit(); this.splitContainerControl1.Panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit(); this.splitContainerControl1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit(); this.groupControl1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.comboBoxMonth.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spinEditYear.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.listBoxDay)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraEditors.GroupControl groupControl1; private AnaResultInfoManuCtrl anaResultInfoManuCtrl1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.SpinEdit spinEditYear; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.ComboBoxEdit comboBoxMonth; private DevExpress.XtraEditors.ListBoxControl listBoxDay; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem; } }