namespace KepGridEditor { partial class ExpressionZDialog { /// /// 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() { this.CancelButton = new System.Windows.Forms.Button(); this.OKButton = new System.Windows.Forms.Button(); this.notationTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.variationListBox = new System.Windows.Forms.ListBox(); this.label2 = new System.Windows.Forms.Label(); this.functionListBox = new System.Windows.Forms.ListBox(); this.functionCategoryComboBox = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.expresstionTextBox = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // CancelButton // this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.CancelButton.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CancelButton.Location = new System.Drawing.Point(390, 403); this.CancelButton.Name = "CancelButton"; this.CancelButton.Size = new System.Drawing.Size(75, 23); this.CancelButton.TabIndex = 19; this.CancelButton.Text = "取消"; this.CancelButton.UseVisualStyleBackColor = true; // // OKButton // this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.OKButton.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.OKButton.Location = new System.Drawing.Point(308, 403); this.OKButton.Name = "OKButton"; this.OKButton.Size = new System.Drawing.Size(75, 23); this.OKButton.TabIndex = 18; this.OKButton.Text = "确定"; this.OKButton.UseVisualStyleBackColor = true; // // notationTextBox // this.notationTextBox.Location = new System.Drawing.Point(243, 307); this.notationTextBox.Multiline = true; this.notationTextBox.Name = "notationTextBox"; this.notationTextBox.Size = new System.Drawing.Size(223, 88); this.notationTextBox.TabIndex = 17; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(242, 286); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(80, 17); this.label3.TabIndex = 16; this.label3.Text = "当前函数注释"; // // variationListBox // this.variationListBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.variationListBox.FormattingEnabled = true; this.variationListBox.ItemHeight = 17; this.variationListBox.Location = new System.Drawing.Point(243, 186); this.variationListBox.Name = "variationListBox"; this.variationListBox.Size = new System.Drawing.Size(223, 72); this.variationListBox.TabIndex = 15; this.variationListBox.DoubleClick += new System.EventHandler(this.variationListBox_DoubleClick); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(244, 162); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 17); this.label2.TabIndex = 14; this.label2.Text = "变量列表"; // // functionListBox // this.functionListBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.functionListBox.FormattingEnabled = true; this.functionListBox.ItemHeight = 17; this.functionListBox.Location = new System.Drawing.Point(9, 186); this.functionListBox.Name = "functionListBox"; this.functionListBox.Size = new System.Drawing.Size(227, 208); this.functionListBox.TabIndex = 13; this.functionListBox.SelectedValueChanged += new System.EventHandler(this.functionListBox_SelectedValueChanged); this.functionListBox.DoubleClick += new System.EventHandler(this.functionListBox_DoubleClick); // // functionCategoryComboBox // this.functionCategoryComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.functionCategoryComboBox.FormattingEnabled = true; this.functionCategoryComboBox.Items.AddRange(new object[] { "全部函数", "常用运算符", "常用函数", "逻辑运算符"}); this.functionCategoryComboBox.Location = new System.Drawing.Point(68, 159); this.functionCategoryComboBox.Name = "functionCategoryComboBox"; this.functionCategoryComboBox.Size = new System.Drawing.Size(168, 20); this.functionCategoryComboBox.TabIndex = 12; this.functionCategoryComboBox.SelectedIndexChanged += new System.EventHandler(this.functionCategoryComboBox_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(3, 161); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 17); this.label1.TabIndex = 11; this.label1.Text = " 函数类别"; // // expresstionTextBox // this.expresstionTextBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.expresstionTextBox.Location = new System.Drawing.Point(9, 10); this.expresstionTextBox.Multiline = true; this.expresstionTextBox.Name = "expresstionTextBox"; this.expresstionTextBox.Size = new System.Drawing.Size(457, 142); this.expresstionTextBox.TabIndex = 10; // // ExpressionZDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(473, 432); this.Controls.Add(this.CancelButton); this.Controls.Add(this.OKButton); this.Controls.Add(this.notationTextBox); this.Controls.Add(this.label3); this.Controls.Add(this.variationListBox); this.Controls.Add(this.label2); this.Controls.Add(this.functionListBox); this.Controls.Add(this.functionCategoryComboBox); this.Controls.Add(this.label1); this.Controls.Add(this.expresstionTextBox); this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(489, 471); this.MinimumSize = new System.Drawing.Size(489, 471); this.Name = "ExpressionZDialog"; this.Text = "设置表达式"; this.TopMost = true; this.Load += new System.EventHandler(this.ExpressionZDialog_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button CancelButton; private System.Windows.Forms.Button OKButton; private System.Windows.Forms.TextBox notationTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.ListBox variationListBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.ListBox functionListBox; private System.Windows.Forms.ComboBox functionCategoryComboBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox expresstionTextBox; } }