You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kev/Drawer/UCDraw/KepGridEditor/CalculateZDialog.Designer.cs

293 lines
16 KiB
C#

1 month ago
namespace KepGridEditor
{
partial class CalculateZDialog
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CalculateZDialog));
this.label1 = new System.Windows.Forms.Label();
this.operationObjectComboBox = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.xExpressionTextBox = new System.Windows.Forms.TextBox();
this.yExpressionTextBox = new System.Windows.Forms.TextBox();
this.zExpressionTextBox = new System.Windows.Forms.TextBox();
this.lExpressionTextBox = new System.Windows.Forms.TextBox();
this.OKButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.variationListBox = new System.Windows.Forms.ListBox();
this.label6 = new System.Windows.Forms.Label();
this.functionListBox = new System.Windows.Forms.ListBox();
this.functionCategoryComboBox = new System.Windows.Forms.ComboBox();
this.label7 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// 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(465, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 17);
this.label1.TabIndex = 0;
this.label1.Text = "操作对象";
this.label1.Visible = false;
//
// operationObjectComboBox
//
this.operationObjectComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.operationObjectComboBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.operationObjectComboBox.FormattingEnabled = true;
this.operationObjectComboBox.Items.AddRange(new object[] {
"全部可编辑图元",
"选中图元"});
this.operationObjectComboBox.Location = new System.Drawing.Point(525, 26);
this.operationObjectComboBox.Name = "operationObjectComboBox";
this.operationObjectComboBox.Size = new System.Drawing.Size(162, 25);
this.operationObjectComboBox.TabIndex = 1;
this.operationObjectComboBox.Visible = false;
//
// 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(467, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(50, 17);
this.label2.TabIndex = 2;
this.label2.Text = "x表达式";
this.label2.Visible = false;
//
// 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(467, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(50, 17);
this.label3.TabIndex = 3;
this.label3.Text = "y表达式";
this.label3.Visible = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(188, 108);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(50, 17);
this.label4.TabIndex = 4;
this.label4.Text = "z表达式";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(467, 115);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(47, 17);
this.label5.TabIndex = 5;
this.label5.Text = "l表达式";
this.label5.Visible = false;
//
// xExpressionTextBox
//
this.xExpressionTextBox.Location = new System.Drawing.Point(525, 58);
this.xExpressionTextBox.Name = "xExpressionTextBox";
this.xExpressionTextBox.Size = new System.Drawing.Size(163, 21);
this.xExpressionTextBox.TabIndex = 0;
this.xExpressionTextBox.Visible = false;
this.xExpressionTextBox.Enter += new System.EventHandler(this.xExpressionTextBox_Enter);
//
// yExpressionTextBox
//
this.yExpressionTextBox.Location = new System.Drawing.Point(525, 86);
this.yExpressionTextBox.Name = "yExpressionTextBox";
this.yExpressionTextBox.Size = new System.Drawing.Size(163, 21);
this.yExpressionTextBox.TabIndex = 1;
this.yExpressionTextBox.Visible = false;
this.yExpressionTextBox.Enter += new System.EventHandler(this.yExpressionTextBox_Enter);
//
// zExpressionTextBox
//
this.zExpressionTextBox.Location = new System.Drawing.Point(187, 128);
this.zExpressionTextBox.Name = "zExpressionTextBox";
this.zExpressionTextBox.Size = new System.Drawing.Size(188, 21);
this.zExpressionTextBox.TabIndex = 2;
this.zExpressionTextBox.Enter += new System.EventHandler(this.zExpressionTextBox_Enter);
//
// lExpressionTextBox
//
this.lExpressionTextBox.Location = new System.Drawing.Point(525, 113);
this.lExpressionTextBox.Name = "lExpressionTextBox";
this.lExpressionTextBox.Size = new System.Drawing.Size(163, 21);
this.lExpressionTextBox.TabIndex = 3;
this.lExpressionTextBox.Visible = false;
this.lExpressionTextBox.Enter += new System.EventHandler(this.lExpressionTextBox_Enter);
//
// 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(211, 174);
this.OKButton.Name = "OKButton";
this.OKButton.Size = new System.Drawing.Size(75, 26);
this.OKButton.TabIndex = 7;
this.OKButton.Text = "确定";
this.OKButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
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(300, 174);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 26);
this.cancelButton.TabIndex = 8;
this.cancelButton.Text = "取消";
this.cancelButton.UseVisualStyleBackColor = true;
//
// 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(187, 43);
this.variationListBox.Name = "variationListBox";
this.variationListBox.Size = new System.Drawing.Size(188, 38);
this.variationListBox.TabIndex = 6;
this.variationListBox.SelectedIndexChanged += new System.EventHandler(this.variationListBox_SelectedIndexChanged);
this.variationListBox.DoubleClick += new System.EventHandler(this.variationListBox_DoubleClick);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(188, 15);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 17);
this.label6.TabIndex = 19;
this.label6.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(10, 43);
this.functionListBox.Name = "functionListBox";
this.functionListBox.Size = new System.Drawing.Size(157, 157);
this.functionListBox.TabIndex = 5;
this.functionListBox.SelectedIndexChanged += new System.EventHandler(this.functionListBox_SelectedIndexChanged);
this.functionListBox.DoubleClick += new System.EventHandler(this.functionListBox_DoubleClick);
this.functionListBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.functionListBox_MouseMove);
//
// functionCategoryComboBox
//
this.functionCategoryComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.functionCategoryComboBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.functionCategoryComboBox.FormattingEnabled = true;
this.functionCategoryComboBox.ItemHeight = 17;
this.functionCategoryComboBox.Items.AddRange(new object[] {
"全部函数",
"常用运算符",
"常用函数",
"逻辑运算符"});
this.functionCategoryComboBox.Location = new System.Drawing.Point(69, 12);
this.functionCategoryComboBox.Name = "functionCategoryComboBox";
this.functionCategoryComboBox.Size = new System.Drawing.Size(98, 25);
this.functionCategoryComboBox.TabIndex = 4;
this.functionCategoryComboBox.SelectedIndexChanged += new System.EventHandler(this.functionCategoryComboBox_SelectedIndexChanged);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(3, 15);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(60, 17);
this.label7.TabIndex = 16;
this.label7.Text = " 函数类别";
//
// CalculateZDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(390, 217);
this.Controls.Add(this.variationListBox);
this.Controls.Add(this.label6);
this.Controls.Add(this.functionListBox);
this.Controls.Add(this.functionCategoryComboBox);
this.Controls.Add(this.label7);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.OKButton);
this.Controls.Add(this.lExpressionTextBox);
this.Controls.Add(this.zExpressionTextBox);
this.Controls.Add(this.yExpressionTextBox);
this.Controls.Add(this.xExpressionTextBox);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.operationObjectComboBox);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MaximumSize = new System.Drawing.Size(406, 256);
this.Name = "CalculateZDialog";
this.Text = "智能等网Z值运算";
this.Load += new System.EventHandler(this.CalculateZDialog_Load);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CalculateZDialog_KeyDown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox operationObjectComboBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox xExpressionTextBox;
private System.Windows.Forms.TextBox yExpressionTextBox;
private System.Windows.Forms.TextBox zExpressionTextBox;
private System.Windows.Forms.TextBox lExpressionTextBox;
private System.Windows.Forms.Button OKButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.ListBox variationListBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ListBox functionListBox;
private System.Windows.Forms.ComboBox functionCategoryComboBox;
private System.Windows.Forms.Label label7;
}
}