namespace FormulaEnginePoC.UI { partial class SampleForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SampleForm)); this.DataSourceGrid = new System.Windows.Forms.DataGridView(); this.MainToolStrip = new System.Windows.Forms.ToolStrip(); this.NewToolStripButton = new System.Windows.Forms.ToolStripButton(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.splitContainer3 = new System.Windows.Forms.SplitContainer(); this.splitContainer4 = new System.Windows.Forms.SplitContainer(); this.FormulaTextBox = new System.Windows.Forms.TextBox(); this.toolStrip4 = new System.Windows.Forms.ToolStrip(); this.NewFormulaToolStripButton = new System.Windows.Forms.ToolStripButton(); this.OperatorToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton(); this.FunctionToolStripDropDownButton = new System.Windows.Forms.ToolStripDropDownButton(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.DepCalcExecPanel = new CodeExecPanel(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.DepFilterExecPanel = new CodeExecPanel(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.CspCalcExecPanel = new CodeExecPanel(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.CspFilterExecPanel = new CodeExecPanel(); this.FieldGrid = new System.Windows.Forms.DataGridView(); this.miniToolStrip = new System.Windows.Forms.ToolStrip(); ((System.ComponentModel.ISupportInitialize)(this.DataSourceGrid)).BeginInit(); this.MainToolStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit(); this.splitContainer3.Panel1.SuspendLayout(); this.splitContainer3.Panel2.SuspendLayout(); this.splitContainer3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit(); this.splitContainer4.Panel1.SuspendLayout(); this.splitContainer4.Panel2.SuspendLayout(); this.splitContainer4.SuspendLayout(); this.toolStrip4.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.tabPage4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.FieldGrid)).BeginInit(); this.SuspendLayout(); // // DataSourceGrid // this.DataSourceGrid.AllowUserToOrderColumns = true; this.DataSourceGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DataSourceGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.DataSourceGrid.Location = new System.Drawing.Point(0, 0); this.DataSourceGrid.Name = "DataSourceGrid"; this.DataSourceGrid.RowTemplate.Height = 23; this.DataSourceGrid.Size = new System.Drawing.Size(668, 594); this.DataSourceGrid.TabIndex = 0; // // MainToolStrip // this.MainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.NewToolStripButton}); this.MainToolStrip.Location = new System.Drawing.Point(0, 0); this.MainToolStrip.Name = "MainToolStrip"; this.MainToolStrip.Size = new System.Drawing.Size(1831, 25); this.MainToolStrip.TabIndex = 2; this.MainToolStrip.Text = "toolStrip1"; // // NewToolStripButton // this.NewToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.NewToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("NewToolStripButton.Image"))); this.NewToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.NewToolStripButton.Name = "NewToolStripButton"; this.NewToolStripButton.Size = new System.Drawing.Size(23, 22); this.NewToolStripButton.Text = "新建(&N)"; this.NewToolStripButton.Click += new System.EventHandler(this.NewToolStripButton_Click); // // splitContainer1 // this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer1.Location = new System.Drawing.Point(0, 25); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.DataSourceGrid); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.splitContainer3); this.splitContainer1.Size = new System.Drawing.Size(1831, 594); this.splitContainer1.SplitterDistance = 668; this.splitContainer1.TabIndex = 3; // // splitContainer3 // this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer3.Location = new System.Drawing.Point(0, 0); this.splitContainer3.Name = "splitContainer3"; // // splitContainer3.Panel1 // this.splitContainer3.Panel1.Controls.Add(this.splitContainer4); // // splitContainer3.Panel2 // this.splitContainer3.Panel2.Controls.Add(this.FieldGrid); this.splitContainer3.Size = new System.Drawing.Size(1159, 594); this.splitContainer3.SplitterDistance = 607; this.splitContainer3.TabIndex = 3; // // splitContainer4 // this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill; this.splitContainer4.Location = new System.Drawing.Point(0, 0); this.splitContainer4.Name = "splitContainer4"; this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal; // // splitContainer4.Panel1 // this.splitContainer4.Panel1.Controls.Add(this.FormulaTextBox); this.splitContainer4.Panel1.Controls.Add(this.toolStrip4); // // splitContainer4.Panel2 // this.splitContainer4.Panel2.Controls.Add(this.tabControl1); this.splitContainer4.Size = new System.Drawing.Size(607, 594); this.splitContainer4.SplitterDistance = 195; this.splitContainer4.TabIndex = 1; // // FormulaTextBox // this.FormulaTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.FormulaTextBox.HideSelection = false; this.FormulaTextBox.Location = new System.Drawing.Point(0, 25); this.FormulaTextBox.Multiline = true; this.FormulaTextBox.Name = "FormulaTextBox"; this.FormulaTextBox.Size = new System.Drawing.Size(607, 170); this.FormulaTextBox.TabIndex = 10; // // toolStrip4 // this.toolStrip4.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.NewFormulaToolStripButton, this.OperatorToolStripDropDownButton, this.FunctionToolStripDropDownButton}); this.toolStrip4.Location = new System.Drawing.Point(0, 0); this.toolStrip4.Name = "toolStrip4"; this.toolStrip4.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.toolStrip4.Size = new System.Drawing.Size(607, 25); this.toolStrip4.TabIndex = 9; this.toolStrip4.Text = "toolStrip4"; // // NewFormulaToolStripButton // this.NewFormulaToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.NewFormulaToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("NewFormulaToolStripButton.Image"))); this.NewFormulaToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.NewFormulaToolStripButton.Name = "NewFormulaToolStripButton"; this.NewFormulaToolStripButton.Size = new System.Drawing.Size(23, 22); this.NewFormulaToolStripButton.Text = "新建(&N)"; this.NewFormulaToolStripButton.Click += new System.EventHandler(this.NewFormulaToolStripButton_Click); // // OperatorToolStripDropDownButton // this.OperatorToolStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.OperatorToolStripDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("OperatorToolStripDropDownButton.Image"))); this.OperatorToolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.OperatorToolStripDropDownButton.Name = "OperatorToolStripDropDownButton"; this.OperatorToolStripDropDownButton.Size = new System.Drawing.Size(57, 22); this.OperatorToolStripDropDownButton.Text = "操作符"; this.OperatorToolStripDropDownButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Insert_DropDownItemClicked); // // FunctionToolStripDropDownButton // this.FunctionToolStripDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.FunctionToolStripDropDownButton.Image = ((System.Drawing.Image)(resources.GetObject("FunctionToolStripDropDownButton.Image"))); this.FunctionToolStripDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.FunctionToolStripDropDownButton.Name = "FunctionToolStripDropDownButton"; this.FunctionToolStripDropDownButton.Size = new System.Drawing.Size(45, 22); this.FunctionToolStripDropDownButton.Text = "函数"; this.FunctionToolStripDropDownButton.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.Insert_DropDownItemClicked); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Margin = new System.Windows.Forms.Padding(0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(607, 395); this.tabControl1.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.DepCalcExecPanel); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Margin = new System.Windows.Forms.Padding(0); this.tabPage1.Name = "tabPage1"; this.tabPage1.Size = new System.Drawing.Size(599, 369); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "DEP计算"; this.tabPage1.UseVisualStyleBackColor = true; // // DepCalcExecPanel // this.DepCalcExecPanel.Code = ""; this.DepCalcExecPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.DepCalcExecPanel.Location = new System.Drawing.Point(0, 0); this.DepCalcExecPanel.Name = "DepCalcExecPanel"; this.DepCalcExecPanel.Result = ""; this.DepCalcExecPanel.Size = new System.Drawing.Size(599, 369); this.DepCalcExecPanel.TabIndex = 0; this.DepCalcExecPanel.CompileButtonClicked += new System.EventHandler(this.DepCalcExecPanel_CompileButtonClicked); this.DepCalcExecPanel.ExecuteButtonClicked += new System.EventHandler(this.DepCalcExecPanel_ExecuteButtonClicked); // // tabPage2 // this.tabPage2.Controls.Add(this.DepFilterExecPanel); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Margin = new System.Windows.Forms.Padding(0); this.tabPage2.Name = "tabPage2"; this.tabPage2.Size = new System.Drawing.Size(599, 369); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "DEP筛选"; this.tabPage2.UseVisualStyleBackColor = true; // // DepFilterExecPanel // this.DepFilterExecPanel.Code = ""; this.DepFilterExecPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.DepFilterExecPanel.Location = new System.Drawing.Point(0, 0); this.DepFilterExecPanel.Name = "DepFilterExecPanel"; this.DepFilterExecPanel.Result = ""; this.DepFilterExecPanel.Size = new System.Drawing.Size(599, 369); this.DepFilterExecPanel.TabIndex = 0; this.DepFilterExecPanel.CompileButtonClicked += new System.EventHandler(this.DepFilterExecPanel_CompileButtonClicked); this.DepFilterExecPanel.ExecuteButtonClicked += new System.EventHandler(this.DepFilterExecPanel_ExecuteButtonClicked); // // tabPage3 // this.tabPage3.Controls.Add(this.CspCalcExecPanel); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Size = new System.Drawing.Size(599, 369); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "CSP计算"; this.tabPage3.UseVisualStyleBackColor = true; // // CspCalcExecPanel // this.CspCalcExecPanel.Code = ""; this.CspCalcExecPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.CspCalcExecPanel.Location = new System.Drawing.Point(0, 0); this.CspCalcExecPanel.Name = "CspCalcExecPanel"; this.CspCalcExecPanel.Result = ""; this.CspCalcExecPanel.Size = new System.Drawing.Size(599, 369); this.CspCalcExecPanel.TabIndex = 0; this.CspCalcExecPanel.CompileButtonClicked += new System.EventHandler(this.CspCalcExecPanel_CompileButtonClicked); this.CspCalcExecPanel.ExecuteButtonClicked += new System.EventHandler(this.CspCalcExecPanel_ExecuteButtonClicked); // // tabPage4 // this.tabPage4.Controls.Add(this.CspFilterExecPanel); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Name = "tabPage4"; this.tabPage4.Size = new System.Drawing.Size(599, 369); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "CSP筛选"; this.tabPage4.UseVisualStyleBackColor = true; // // CspFilterExecPanel // this.CspFilterExecPanel.Code = ""; this.CspFilterExecPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.CspFilterExecPanel.Location = new System.Drawing.Point(0, 0); this.CspFilterExecPanel.Name = "CspFilterExecPanel"; this.CspFilterExecPanel.Result = ""; this.CspFilterExecPanel.Size = new System.Drawing.Size(599, 369); this.CspFilterExecPanel.TabIndex = 0; this.CspFilterExecPanel.CompileButtonClicked += new System.EventHandler(this.CspFilterExecPanel_CompileButtonClicked); this.CspFilterExecPanel.ExecuteButtonClicked += new System.EventHandler(this.CspFilterExecPanel_ExecuteButtonClicked); // // FieldGrid // this.FieldGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.FieldGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.FieldGrid.Location = new System.Drawing.Point(0, 0); this.FieldGrid.Name = "FieldGrid"; this.FieldGrid.ReadOnly = true; this.FieldGrid.RowTemplate.Height = 23; this.FieldGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.FieldGrid.Size = new System.Drawing.Size(548, 594); this.FieldGrid.TabIndex = 0; this.FieldGrid.DoubleClick += new System.EventHandler(this.FieldGrid_DoubleClick); // // miniToolStrip // this.miniToolStrip.AccessibleName = "新项选择"; this.miniToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ButtonDropDown; this.miniToolStrip.AutoSize = false; this.miniToolStrip.CanOverflow = false; this.miniToolStrip.Dock = System.Windows.Forms.DockStyle.None; this.miniToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.miniToolStrip.Location = new System.Drawing.Point(45, 3); this.miniToolStrip.Name = "miniToolStrip"; this.miniToolStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.miniToolStrip.Size = new System.Drawing.Size(599, 25); this.miniToolStrip.TabIndex = 3; // // SampleForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1831, 619); this.Controls.Add(this.splitContainer1); this.Controls.Add(this.MainToolStrip); this.Name = "SampleForm"; this.Text = "PoC Formula"; ((System.ComponentModel.ISupportInitialize)(this.DataSourceGrid)).EndInit(); this.MainToolStrip.ResumeLayout(false); this.MainToolStrip.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.splitContainer3.Panel1.ResumeLayout(false); this.splitContainer3.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit(); this.splitContainer3.ResumeLayout(false); this.splitContainer4.Panel1.ResumeLayout(false); this.splitContainer4.Panel1.PerformLayout(); this.splitContainer4.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit(); this.splitContainer4.ResumeLayout(false); this.toolStrip4.ResumeLayout(false); this.toolStrip4.PerformLayout(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage3.ResumeLayout(false); this.tabPage4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.FieldGrid)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView DataSourceGrid; private System.Windows.Forms.ToolStrip MainToolStrip; private System.Windows.Forms.ToolStripButton NewToolStripButton; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.SplitContainer splitContainer3; private System.Windows.Forms.DataGridView FieldGrid; private System.Windows.Forms.SplitContainer splitContainer4; private System.Windows.Forms.TextBox FormulaTextBox; private System.Windows.Forms.ToolStrip toolStrip4; private System.Windows.Forms.ToolStripButton NewFormulaToolStripButton; private System.Windows.Forms.ToolStripDropDownButton OperatorToolStripDropDownButton; private System.Windows.Forms.ToolStripDropDownButton FunctionToolStripDropDownButton; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.ToolStrip miniToolStrip; private CodeExecPanel DepCalcExecPanel; private CodeExecPanel DepFilterExecPanel; private CodeExecPanel CspCalcExecPanel; private CodeExecPanel CspFilterExecPanel; } }