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/SigmaDrawerWellElement/FillCurveGradientFrm.Design...

256 lines
9.0 KiB
C#

1 month ago
namespace GeoSigma.SigmaDrawerStyle
{
partial class FillCurveGradientFrm
{
/// <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()
{
btnOK = new Button();
btnCancel = new Button();
groupBox1 = new GroupBox();
textBoxRightValue = new TextBox();
textBoxLeftValue = new TextBox();
cbxSelectCurve = new ComboBox();
label3 = new Label();
label2 = new Label();
label1 = new Label();
groupbox2 = new GroupBox();
btnRightClr = new Button();
btnMidClr = new Button();
btnLeftClr = new Button();
checkBoxAutoMidClr = new CheckBox();
label6 = new Label();
label5 = new Label();
label4 = new Label();
groupBox1.SuspendLayout();
groupbox2.SuspendLayout();
SuspendLayout();
//
// btnOK
//
btnOK.DialogResult = DialogResult.OK;
btnOK.Location = new Point(114, 352);
btnOK.Name = "btnOK";
btnOK.Size = new Size(75, 33);
btnOK.TabIndex = 0;
btnOK.Text = "确定";
btnOK.UseVisualStyleBackColor = true;
btnOK.Click += btnOK_Click;
//
// btnCancel
//
btnCancel.DialogResult = DialogResult.Cancel;
btnCancel.Location = new Point(195, 352);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(75, 33);
btnCancel.TabIndex = 1;
btnCancel.Text = "取消";
btnCancel.UseVisualStyleBackColor = true;
//
// groupBox1
//
groupBox1.Controls.Add(textBoxRightValue);
groupBox1.Controls.Add(textBoxLeftValue);
groupBox1.Controls.Add(cbxSelectCurve);
groupBox1.Controls.Add(label3);
groupBox1.Controls.Add(label2);
groupBox1.Controls.Add(label1);
groupBox1.Location = new Point(12, 12);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(245, 146);
groupBox1.TabIndex = 2;
groupBox1.TabStop = false;
groupBox1.Text = "填充曲线";
//
// textBoxRightValue
//
textBoxRightValue.Location = new Point(80, 107);
textBoxRightValue.Name = "textBoxRightValue";
textBoxRightValue.Size = new Size(122, 23);
textBoxRightValue.TabIndex = 5;
//
// textBoxLeftValue
//
textBoxLeftValue.Location = new Point(80, 69);
textBoxLeftValue.Name = "textBoxLeftValue";
textBoxLeftValue.Size = new Size(122, 23);
textBoxLeftValue.TabIndex = 4;
//
// cbxSelectCurve
//
cbxSelectCurve.FormattingEnabled = true;
cbxSelectCurve.Location = new Point(81, 29);
cbxSelectCurve.Name = "cbxSelectCurve";
cbxSelectCurve.Size = new Size(121, 25);
cbxSelectCurve.TabIndex = 3;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(34, 111);
label3.Name = "label3";
label3.Size = new Size(32, 17);
label3.TabIndex = 2;
label3.Text = "右值";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(34, 69);
label2.Name = "label2";
label2.Size = new Size(32, 17);
label2.TabIndex = 1;
label2.Text = "左值";
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(30, 32);
label1.Name = "label1";
label1.Size = new Size(36, 17);
label1.TabIndex = 0;
label1.Text = " 曲线";
//
// groupbox2
//
groupbox2.Controls.Add(btnRightClr);
groupbox2.Controls.Add(btnMidClr);
groupbox2.Controls.Add(btnLeftClr);
groupbox2.Controls.Add(checkBoxAutoMidClr);
groupbox2.Controls.Add(label6);
groupbox2.Controls.Add(label5);
groupbox2.Controls.Add(label4);
groupbox2.Location = new Point(12, 167);
groupbox2.Name = "groupbox2";
groupbox2.Size = new Size(245, 179);
groupbox2.TabIndex = 3;
groupbox2.TabStop = false;
groupbox2.Text = "渐变颜色";
//
// btnRightClr
//
btnRightClr.Location = new Point(103, 110);
btnRightClr.Name = "btnRightClr";
btnRightClr.Size = new Size(94, 23);
btnRightClr.TabIndex = 6;
btnRightClr.UseVisualStyleBackColor = true;
btnRightClr.Click += btnRightClr_Click;
//
// btnMidClr
//
btnMidClr.Location = new Point(103, 70);
btnMidClr.Name = "btnMidClr";
btnMidClr.Size = new Size(94, 23);
btnMidClr.TabIndex = 5;
btnMidClr.UseVisualStyleBackColor = true;
btnMidClr.Click += btnMidClr_Click;
//
// btnLeftClr
//
btnLeftClr.Location = new Point(102, 26);
btnLeftClr.Name = "btnLeftClr";
btnLeftClr.Size = new Size(95, 23);
btnLeftClr.TabIndex = 4;
btnLeftClr.UseVisualStyleBackColor = true;
btnLeftClr.Click += btnLeftClr_Click;
//
// checkBoxAutoMidClr
//
checkBoxAutoMidClr.AutoSize = true;
checkBoxAutoMidClr.Location = new Point(38, 149);
checkBoxAutoMidClr.Name = "checkBoxAutoMidClr";
checkBoxAutoMidClr.Size = new Size(87, 21);
checkBoxAutoMidClr.TabIndex = 3;
checkBoxAutoMidClr.Text = "自动中间色";
checkBoxAutoMidClr.UseVisualStyleBackColor = true;
//
// label6
//
label6.AutoSize = true;
label6.Location = new Point(35, 113);
label6.Name = "label6";
label6.Size = new Size(44, 17);
label6.TabIndex = 2;
label6.Text = "右端色";
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(34, 70);
label5.Name = "label5";
label5.Size = new Size(44, 17);
label5.TabIndex = 1;
label5.Text = "中间色";
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(32, 29);
label4.Name = "label4";
label4.Size = new Size(44, 17);
label4.TabIndex = 0;
label4.Text = "左端色";
//
// FillCurveGradientFrm
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(282, 391);
Controls.Add(groupbox2);
Controls.Add(groupBox1);
Controls.Add(btnCancel);
Controls.Add(btnOK);
Name = "FillCurveGradientFrm";
Text = "渐进颜色设置";
Shown += FillCurveGradientFrm_Shown;
groupBox1.ResumeLayout(false);
groupBox1.PerformLayout();
groupbox2.ResumeLayout(false);
groupbox2.PerformLayout();
ResumeLayout(false);
}
#endregion
private Button btnOK;
private Button btnCancel;
private GroupBox groupBox1;
private Label label3;
private Label label2;
private Label label1;
private TextBox textBoxRightValue;
private TextBox textBoxLeftValue;
private ComboBox cbxSelectCurve;
private GroupBox groupbox2;
private CheckBox checkBoxAutoMidClr;
private Label label6;
private Label label5;
private Label label4;
private Button btnRightClr;
private Button btnMidClr;
private Button btnLeftClr;
}
}