347 lines
14 KiB
C#
347 lines
14 KiB
C#
namespace HexcalMC
|
|
{
|
|
partial class EtalonForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EtalonForm));
|
|
this.btn_draw_test = new System.Windows.Forms.Button();
|
|
this.checkMirrorY = new System.Windows.Forms.CheckBox();
|
|
this.checkMirrorX = new System.Windows.Forms.CheckBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.comboMouse = new System.Windows.Forms.ComboBox();
|
|
this.btnReset = new System.Windows.Forms.Button();
|
|
this.btnScreenshot = new System.Windows.Forms.Button();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.comboRaster = new System.Windows.Forms.ComboBox();
|
|
this.comboColors = new System.Windows.Forms.ComboBox();
|
|
this.btn_etalon_import = new System.Windows.Forms.Button();
|
|
this.labelMouseInfo = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btn_clear = new System.Windows.Forms.Button();
|
|
this.btn_startmove = new System.Windows.Forms.Button();
|
|
this.btn_stop = new System.Windows.Forms.Button();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.text_etalon_info = new System.Windows.Forms.RichTextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.timer_move = new System.Windows.Forms.Timer(this.components);
|
|
this.editor3D = new Plot3D.Editor3D();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_draw_test
|
|
//
|
|
this.btn_draw_test.Location = new System.Drawing.Point(8, 539);
|
|
this.btn_draw_test.Name = "btn_draw_test";
|
|
this.btn_draw_test.Size = new System.Drawing.Size(121, 23);
|
|
this.btn_draw_test.TabIndex = 1;
|
|
this.btn_draw_test.Text = "绘图测试";
|
|
this.btn_draw_test.UseVisualStyleBackColor = true;
|
|
this.btn_draw_test.Click += new System.EventHandler(this.btn_draw_test_Click);
|
|
//
|
|
// checkMirrorY
|
|
//
|
|
this.checkMirrorY.AutoSize = true;
|
|
this.checkMirrorY.BackColor = System.Drawing.Color.Transparent;
|
|
this.checkMirrorY.Location = new System.Drawing.Point(80, 111);
|
|
this.checkMirrorY.Name = "checkMirrorY";
|
|
this.checkMirrorY.Size = new System.Drawing.Size(72, 16);
|
|
this.checkMirrorY.TabIndex = 39;
|
|
this.checkMirrorY.Text = "Mirror Y";
|
|
this.checkMirrorY.UseVisualStyleBackColor = false;
|
|
this.checkMirrorY.CheckedChanged += new System.EventHandler(this.checkMirrorY_CheckedChanged);
|
|
//
|
|
// checkMirrorX
|
|
//
|
|
this.checkMirrorX.AutoSize = true;
|
|
this.checkMirrorX.BackColor = System.Drawing.Color.Transparent;
|
|
this.checkMirrorX.Location = new System.Drawing.Point(8, 111);
|
|
this.checkMirrorX.Name = "checkMirrorX";
|
|
this.checkMirrorX.Size = new System.Drawing.Size(72, 16);
|
|
this.checkMirrorX.TabIndex = 38;
|
|
this.checkMirrorX.Text = "Mirror X";
|
|
this.checkMirrorX.UseVisualStyleBackColor = false;
|
|
this.checkMirrorX.CheckedChanged += new System.EventHandler(this.checkMirrorX_CheckedChanged);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(6, 130);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(89, 12);
|
|
this.label8.TabIndex = 31;
|
|
this.label8.Text = "Mouse Buttons:";
|
|
//
|
|
// comboMouse
|
|
//
|
|
this.comboMouse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboMouse.FormattingEnabled = true;
|
|
this.comboMouse.Items.AddRange(new object[] {
|
|
"Left Theta, Right Phi",
|
|
"Left Theta and Phi",
|
|
"Middle Theta and Phi"});
|
|
this.comboMouse.Location = new System.Drawing.Point(8, 143);
|
|
this.comboMouse.MaxDropDownItems = 30;
|
|
this.comboMouse.Name = "comboMouse";
|
|
this.comboMouse.Size = new System.Drawing.Size(121, 20);
|
|
this.comboMouse.TabIndex = 40;
|
|
this.comboMouse.SelectedIndexChanged += new System.EventHandler(this.comboMouse_SelectedIndexChanged);
|
|
//
|
|
// btnReset
|
|
//
|
|
this.btnReset.Location = new System.Drawing.Point(8, 167);
|
|
this.btnReset.Name = "btnReset";
|
|
this.btnReset.Size = new System.Drawing.Size(121, 21);
|
|
this.btnReset.TabIndex = 41;
|
|
this.btnReset.Text = "重置视图";
|
|
this.btnReset.UseVisualStyleBackColor = true;
|
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
|
//
|
|
// btnScreenshot
|
|
//
|
|
this.btnScreenshot.Location = new System.Drawing.Point(8, 192);
|
|
this.btnScreenshot.Name = "btnScreenshot";
|
|
this.btnScreenshot.Size = new System.Drawing.Size(121, 21);
|
|
this.btnScreenshot.TabIndex = 42;
|
|
this.btnScreenshot.Text = "保存截图";
|
|
this.btnScreenshot.UseVisualStyleBackColor = true;
|
|
this.btnScreenshot.Click += new System.EventHandler(this.btnScreenshot_Click);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 57);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(47, 12);
|
|
this.label4.TabIndex = 28;
|
|
this.label4.Text = "坐标系:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 20);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(35, 12);
|
|
this.label3.TabIndex = 27;
|
|
this.label3.Text = "色卡:";
|
|
//
|
|
// comboRaster
|
|
//
|
|
this.comboRaster.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboRaster.FormattingEnabled = true;
|
|
this.comboRaster.Location = new System.Drawing.Point(8, 71);
|
|
this.comboRaster.MaxDropDownItems = 30;
|
|
this.comboRaster.Name = "comboRaster";
|
|
this.comboRaster.Size = new System.Drawing.Size(121, 20);
|
|
this.comboRaster.TabIndex = 36;
|
|
this.comboRaster.SelectedIndexChanged += new System.EventHandler(this.comboRaster_SelectedIndexChanged);
|
|
//
|
|
// comboColors
|
|
//
|
|
this.comboColors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboColors.FormattingEnabled = true;
|
|
this.comboColors.Location = new System.Drawing.Point(8, 35);
|
|
this.comboColors.MaxDropDownItems = 30;
|
|
this.comboColors.Name = "comboColors";
|
|
this.comboColors.Size = new System.Drawing.Size(121, 20);
|
|
this.comboColors.TabIndex = 35;
|
|
this.comboColors.SelectedIndexChanged += new System.EventHandler(this.comboColors_SelectedIndexChanged);
|
|
//
|
|
// btn_etalon_import
|
|
//
|
|
this.btn_etalon_import.Location = new System.Drawing.Point(15, 29);
|
|
this.btn_etalon_import.Name = "btn_etalon_import";
|
|
this.btn_etalon_import.Size = new System.Drawing.Size(102, 30);
|
|
this.btn_etalon_import.TabIndex = 43;
|
|
this.btn_etalon_import.Text = "导入etalon文件";
|
|
this.btn_etalon_import.UseVisualStyleBackColor = true;
|
|
this.btn_etalon_import.Click += new System.EventHandler(this.btn_etalon_import_Click);
|
|
//
|
|
// labelMouseInfo
|
|
//
|
|
this.labelMouseInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.labelMouseInfo.AutoSize = true;
|
|
this.labelMouseInfo.ForeColor = System.Drawing.Color.Blue;
|
|
this.labelMouseInfo.Location = new System.Drawing.Point(146, 614);
|
|
this.labelMouseInfo.Name = "labelMouseInfo";
|
|
this.labelMouseInfo.Size = new System.Drawing.Size(65, 12);
|
|
this.labelMouseInfo.TabIndex = 45;
|
|
this.labelMouseInfo.Text = "Mouse Info";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btn_clear);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.labelMouseInfo);
|
|
this.groupBox1.Controls.Add(this.btn_draw_test);
|
|
this.groupBox1.Controls.Add(this.comboColors);
|
|
this.groupBox1.Controls.Add(this.comboRaster);
|
|
this.groupBox1.Controls.Add(this.editor3D);
|
|
this.groupBox1.Controls.Add(this.checkMirrorY);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.checkMirrorX);
|
|
this.groupBox1.Controls.Add(this.btnScreenshot);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.btnReset);
|
|
this.groupBox1.Controls.Add(this.comboMouse);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(717, 643);
|
|
this.groupBox1.TabIndex = 46;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "可视化";
|
|
//
|
|
// btn_clear
|
|
//
|
|
this.btn_clear.Location = new System.Drawing.Point(8, 568);
|
|
this.btn_clear.Name = "btn_clear";
|
|
this.btn_clear.Size = new System.Drawing.Size(121, 23);
|
|
this.btn_clear.TabIndex = 46;
|
|
this.btn_clear.Text = "清空绘图";
|
|
this.btn_clear.UseVisualStyleBackColor = true;
|
|
this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
|
|
//
|
|
// btn_startmove
|
|
//
|
|
this.btn_startmove.Image = global::HexcalMC.Properties.Resources.start;
|
|
this.btn_startmove.Location = new System.Drawing.Point(15, 116);
|
|
this.btn_startmove.Name = "btn_startmove";
|
|
this.btn_startmove.Size = new System.Drawing.Size(72, 72);
|
|
this.btn_startmove.TabIndex = 47;
|
|
this.btn_startmove.UseVisualStyleBackColor = true;
|
|
this.btn_startmove.Click += new System.EventHandler(this.btn_startmove_Click);
|
|
//
|
|
// btn_stop
|
|
//
|
|
this.btn_stop.Image = global::HexcalMC.Properties.Resources.stop;
|
|
this.btn_stop.Location = new System.Drawing.Point(128, 116);
|
|
this.btn_stop.Name = "btn_stop";
|
|
this.btn_stop.Size = new System.Drawing.Size(72, 72);
|
|
this.btn_stop.TabIndex = 48;
|
|
this.btn_stop.UseVisualStyleBackColor = true;
|
|
this.btn_stop.Click += new System.EventHandler(this.btn_stop_Click);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.text_etalon_info);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.btn_startmove);
|
|
this.groupBox2.Controls.Add(this.btn_stop);
|
|
this.groupBox2.Controls.Add(this.btn_etalon_import);
|
|
this.groupBox2.Location = new System.Drawing.Point(747, 12);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(465, 643);
|
|
this.groupBox2.TabIndex = 49;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "etalon操作";
|
|
//
|
|
// text_etalon_info
|
|
//
|
|
this.text_etalon_info.Location = new System.Drawing.Point(6, 249);
|
|
this.text_etalon_info.Name = "text_etalon_info";
|
|
this.text_etalon_info.Size = new System.Drawing.Size(440, 361);
|
|
this.text_etalon_info.TabIndex = 50;
|
|
this.text_etalon_info.Text = "";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(9, 225);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 49;
|
|
this.label1.Text = "输出";
|
|
//
|
|
// timer_move
|
|
//
|
|
this.timer_move.Interval = 500;
|
|
this.timer_move.Tick += new System.EventHandler(this.timer_move_Tick);
|
|
//
|
|
// editor3D
|
|
//
|
|
this.editor3D.BackColor = System.Drawing.Color.White;
|
|
this.editor3D.BorderColorFocus = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(153)))), ((int)(((byte)(255)))));
|
|
this.editor3D.BorderColorNormal = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
|
this.editor3D.LegendPos = Plot3D.Editor3D.eLegendPos.BottomLeft;
|
|
this.editor3D.Location = new System.Drawing.Point(148, 20);
|
|
this.editor3D.Name = "editor3D";
|
|
this.editor3D.Normalize = Plot3D.Editor3D.eNormalize.Separate;
|
|
this.editor3D.Raster = Plot3D.Editor3D.eRaster.Labels;
|
|
this.editor3D.Size = new System.Drawing.Size(548, 590);
|
|
this.editor3D.TabIndex = 0;
|
|
this.editor3D.TooltipMode = ((Plot3D.Editor3D.eTooltip)((Plot3D.Editor3D.eTooltip.UserText | Plot3D.Editor3D.eTooltip.Coord)));
|
|
this.editor3D.TopLegendColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(150)))));
|
|
//
|
|
// EtalonForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1237, 681);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "EtalonForm";
|
|
this.Text = "EtalonForm";
|
|
this.Load += new System.EventHandler(this.EtalonForm_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
private Plot3D.Editor3D editor3D;
|
|
private System.Windows.Forms.Button btn_draw_test;
|
|
private System.Windows.Forms.CheckBox checkMirrorY;
|
|
private System.Windows.Forms.CheckBox checkMirrorX;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.ComboBox comboMouse;
|
|
private System.Windows.Forms.Button btnReset;
|
|
private System.Windows.Forms.Button btnScreenshot;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox comboRaster;
|
|
private System.Windows.Forms.ComboBox comboColors;
|
|
private System.Windows.Forms.Button btn_etalon_import;
|
|
private System.Windows.Forms.Label labelMouseInfo;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Button btn_startmove;
|
|
private System.Windows.Forms.Button btn_stop;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button btn_clear;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.RichTextBox text_etalon_info;
|
|
private System.Windows.Forms.Timer timer_move;
|
|
}
|
|
} |