namespace GeoSigma.SigmaDrawerElement { partial class GradientFillForm { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.CurveComoBox = new System.Windows.Forms.ComboBox(); this.LeftColorComboBox = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.MiddleColorComboBox = new System.Windows.Forms.ComboBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.RightColorComboBox = new System.Windows.Forms.ComboBox(); this.LogCheckBox = new System.Windows.Forms.CheckBox(); this.AutoColorCheckBox = new System.Windows.Forms.CheckBox(); this.ButttonOk = new System.Windows.Forms.Button(); this.ButtonCancel = new System.Windows.Forms.Button(); this.LeftValueTextBox = new System.Windows.Forms.TextBox(); this.RightValueTextBox = new System.Windows.Forms.TextBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.RightValueTextBox); this.groupBox1.Controls.Add(this.LeftValueTextBox); this.groupBox1.Controls.Add(this.LogCheckBox); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.CurveComoBox); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(153, 256); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "填充曲线"; // // groupBox2 // this.groupBox2.Controls.Add(this.AutoColorCheckBox); this.groupBox2.Controls.Add(this.RightColorComboBox); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.MiddleColorComboBox); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.LeftColorComboBox); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Location = new System.Drawing.Point(183, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(153, 256); this.groupBox2.TabIndex = 1; this.groupBox2.TabStop = false; this.groupBox2.Text = "渐变颜色"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(48, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(31, 13); this.label1.TabIndex = 0; this.label1.Text = "曲线"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(55, 26); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(31, 13); this.label2.TabIndex = 0; this.label2.Text = "左色"; // // CurveComoBox // this.CurveComoBox.FormattingEnabled = true; this.CurveComoBox.Location = new System.Drawing.Point(17, 53); this.CurveComoBox.Name = "CurveComoBox"; this.CurveComoBox.Size = new System.Drawing.Size(121, 21); this.CurveComoBox.TabIndex = 1; // // LeftColorComboBox // this.LeftColorComboBox.FormattingEnabled = true; this.LeftColorComboBox.Location = new System.Drawing.Point(17, 53); this.LeftColorComboBox.Name = "LeftColorComboBox"; this.LeftColorComboBox.Size = new System.Drawing.Size(121, 21); this.LeftColorComboBox.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(48, 89); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(31, 13); this.label3.TabIndex = 2; this.label3.Text = "左值"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(55, 89); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(43, 13); this.label4.TabIndex = 2; this.label4.Text = "中间色"; // // MiddleColorComboBox // this.MiddleColorComboBox.FormattingEnabled = true; this.MiddleColorComboBox.Location = new System.Drawing.Point(17, 115); this.MiddleColorComboBox.Name = "MiddleColorComboBox"; this.MiddleColorComboBox.Size = new System.Drawing.Size(121, 21); this.MiddleColorComboBox.TabIndex = 3; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(48, 154); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(31, 13); this.label5.TabIndex = 4; this.label5.Text = "右值"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(55, 154); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(31, 13); this.label6.TabIndex = 4; this.label6.Text = "右色"; // // RightColorComboBox // this.RightColorComboBox.FormattingEnabled = true; this.RightColorComboBox.Location = new System.Drawing.Point(17, 181); this.RightColorComboBox.Name = "RightColorComboBox"; this.RightColorComboBox.Size = new System.Drawing.Size(121, 21); this.RightColorComboBox.TabIndex = 5; // // LogCheckBox // this.LogCheckBox.AutoSize = true; this.LogCheckBox.Location = new System.Drawing.Point(33, 220); this.LogCheckBox.Name = "LogCheckBox"; this.LogCheckBox.Size = new System.Drawing.Size(74, 17); this.LogCheckBox.TabIndex = 6; this.LogCheckBox.Text = "对数刻度"; this.LogCheckBox.UseVisualStyleBackColor = true; // // AutoColorCheckBox // this.AutoColorCheckBox.AutoSize = true; this.AutoColorCheckBox.Location = new System.Drawing.Point(39, 220); this.AutoColorCheckBox.Name = "AutoColorCheckBox"; this.AutoColorCheckBox.Size = new System.Drawing.Size(86, 17); this.AutoColorCheckBox.TabIndex = 6; this.AutoColorCheckBox.Text = "自动中间色"; this.AutoColorCheckBox.UseVisualStyleBackColor = true; // // ButttonOk // this.ButttonOk.Location = new System.Drawing.Point(180, 291); this.ButttonOk.Name = "ButttonOk"; this.ButttonOk.Size = new System.Drawing.Size(75, 23); this.ButttonOk.TabIndex = 2; this.ButttonOk.Text = "确定"; this.ButttonOk.UseVisualStyleBackColor = true; // // ButtonCancel // this.ButtonCancel.Location = new System.Drawing.Point(261, 291); this.ButtonCancel.Name = "ButtonCancel"; this.ButtonCancel.Size = new System.Drawing.Size(75, 23); this.ButtonCancel.TabIndex = 3; this.ButtonCancel.Text = "取消"; this.ButtonCancel.UseVisualStyleBackColor = true; // // LeftValueTextBox // this.LeftValueTextBox.Location = new System.Drawing.Point(17, 116); this.LeftValueTextBox.Name = "LeftValueTextBox"; this.LeftValueTextBox.Size = new System.Drawing.Size(121, 20); this.LeftValueTextBox.TabIndex = 7; this.LeftValueTextBox.Text = "0"; // // RightValueTextBox // this.RightValueTextBox.Location = new System.Drawing.Point(17, 181); this.RightValueTextBox.Name = "RightValueTextBox"; this.RightValueTextBox.Size = new System.Drawing.Size(121, 20); this.RightValueTextBox.TabIndex = 8; this.RightValueTextBox.Text = "0"; // // GradientFillForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(348, 326); this.Controls.Add(this.ButtonCancel); this.Controls.Add(this.ButttonOk); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "GradientFillForm"; this.Text = "渐变色填充曲线"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox LogCheckBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label3; private System.Windows.Forms.ComboBox CurveComoBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.CheckBox AutoColorCheckBox; private System.Windows.Forms.ComboBox RightColorComboBox; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox MiddleColorComboBox; private System.Windows.Forms.Label label4; private System.Windows.Forms.ComboBox LeftColorComboBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button ButttonOk; private System.Windows.Forms.Button ButtonCancel; private System.Windows.Forms.TextBox RightValueTextBox; private System.Windows.Forms.TextBox LeftValueTextBox; } }