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.
253 lines
12 KiB
C#
253 lines
12 KiB
C#
namespace PcgDraw
|
|
{
|
|
partial class ExporFilesDialog
|
|
{
|
|
/// <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();
|
|
this.btnExport = new System.Windows.Forms.Button();
|
|
this.txtExportPath = new System.Windows.Forms.TextBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.combIntervalSymbol = new System.Windows.Forms.ComboBox();
|
|
this.combOutput = new System.Windows.Forms.ComboBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.radioBtnCurve = new System.Windows.Forms.RadioButton();
|
|
this.radioBtnPoints = new System.Windows.Forms.RadioButton();
|
|
this.btnFinish = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.tvLayer = new UCDraw.TriStateTreeView();
|
|
this.scintillaExportPreview = new ScintillaNET.Scintilla();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnExport
|
|
//
|
|
this.btnExport.Location = new System.Drawing.Point(319, 18);
|
|
this.btnExport.Name = "btnExport";
|
|
this.btnExport.Size = new System.Drawing.Size(75, 23);
|
|
this.btnExport.TabIndex = 2;
|
|
this.btnExport.Text = "输出";
|
|
this.btnExport.UseVisualStyleBackColor = true;
|
|
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
|
|
//
|
|
// txtExportPath
|
|
//
|
|
this.txtExportPath.Location = new System.Drawing.Point(6, 20);
|
|
this.txtExportPath.Name = "txtExportPath";
|
|
this.txtExportPath.Size = new System.Drawing.Size(288, 21);
|
|
this.txtExportPath.TabIndex = 3;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.txtExportPath);
|
|
this.groupBox2.Controls.Add(this.btnExport);
|
|
this.groupBox2.Location = new System.Drawing.Point(231, 14);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(407, 49);
|
|
this.groupBox2.TabIndex = 4;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "数据信息";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.combIntervalSymbol);
|
|
this.groupBox4.Controls.Add(this.combOutput);
|
|
this.groupBox4.Controls.Add(this.label10);
|
|
this.groupBox4.Controls.Add(this.label9);
|
|
this.groupBox4.Controls.Add(this.radioBtnCurve);
|
|
this.groupBox4.Controls.Add(this.radioBtnPoints);
|
|
this.groupBox4.Location = new System.Drawing.Point(231, 72);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(407, 110);
|
|
this.groupBox4.TabIndex = 5;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "数据";
|
|
//
|
|
// combIntervalSymbol
|
|
//
|
|
this.combIntervalSymbol.FormattingEnabled = true;
|
|
this.combIntervalSymbol.Items.AddRange(new object[] {
|
|
"逗号(,)",
|
|
"空格(右对齐)"});
|
|
this.combIntervalSymbol.Location = new System.Drawing.Point(114, 79);
|
|
this.combIntervalSymbol.Name = "combIntervalSymbol";
|
|
this.combIntervalSymbol.Size = new System.Drawing.Size(118, 20);
|
|
this.combIntervalSymbol.TabIndex = 9;
|
|
this.combIntervalSymbol.SelectedIndexChanged += new System.EventHandler(this.combIntervalSymbol_SelectedIndexChanged);
|
|
//
|
|
// combOutput
|
|
//
|
|
this.combOutput.FormattingEnabled = true;
|
|
this.combOutput.Items.AddRange(new object[] {
|
|
"NAME,X,Y,Z,Layer"});
|
|
this.combOutput.Location = new System.Drawing.Point(112, 41);
|
|
this.combOutput.Name = "combOutput";
|
|
this.combOutput.Size = new System.Drawing.Size(121, 20);
|
|
this.combOutput.TabIndex = 8;
|
|
this.combOutput.SelectedIndexChanged += new System.EventHandler(this.combOutput_SelectedIndexChanged);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(30, 87);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(53, 12);
|
|
this.label10.TabIndex = 7;
|
|
this.label10.Text = "间隔符号";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(30, 49);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(53, 12);
|
|
this.label9.TabIndex = 6;
|
|
this.label9.Text = "输出格式";
|
|
//
|
|
// radioBtnCurve
|
|
//
|
|
this.radioBtnCurve.AutoSize = true;
|
|
this.radioBtnCurve.Location = new System.Drawing.Point(107, 20);
|
|
this.radioBtnCurve.Name = "radioBtnCurve";
|
|
this.radioBtnCurve.Size = new System.Drawing.Size(47, 16);
|
|
this.radioBtnCurve.TabIndex = 1;
|
|
this.radioBtnCurve.TabStop = true;
|
|
this.radioBtnCurve.Text = "曲线";
|
|
this.radioBtnCurve.UseVisualStyleBackColor = true;
|
|
this.radioBtnCurve.CheckedChanged += new System.EventHandler(this.radioBtnCurve_CheckedChanged);
|
|
//
|
|
// radioBtnPoints
|
|
//
|
|
this.radioBtnPoints.AutoSize = true;
|
|
this.radioBtnPoints.Checked = true;
|
|
this.radioBtnPoints.Location = new System.Drawing.Point(32, 20);
|
|
this.radioBtnPoints.Name = "radioBtnPoints";
|
|
this.radioBtnPoints.Size = new System.Drawing.Size(35, 16);
|
|
this.radioBtnPoints.TabIndex = 0;
|
|
this.radioBtnPoints.TabStop = true;
|
|
this.radioBtnPoints.Text = "点";
|
|
this.radioBtnPoints.UseVisualStyleBackColor = true;
|
|
this.radioBtnPoints.CheckedChanged += new System.EventHandler(this.radioBtnPoints_CheckedChanged);
|
|
//
|
|
// btnFinish
|
|
//
|
|
this.btnFinish.Location = new System.Drawing.Point(450, 377);
|
|
this.btnFinish.Name = "btnFinish";
|
|
this.btnFinish.Size = new System.Drawing.Size(75, 23);
|
|
this.btnFinish.TabIndex = 26;
|
|
this.btnFinish.Text = "完成";
|
|
this.btnFinish.UseVisualStyleBackColor = true;
|
|
this.btnFinish.Click += new System.EventHandler(this.btnFinish_Click);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Location = new System.Drawing.Point(560, 377);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
this.btnCancel.TabIndex = 25;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.scintillaExportPreview);
|
|
this.groupBox1.Location = new System.Drawing.Point(231, 188);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(407, 179);
|
|
this.groupBox1.TabIndex = 27;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "数据预览";
|
|
//
|
|
// tvLayer
|
|
//
|
|
this.tvLayer.ID = -1371881633;
|
|
this.tvLayer.Location = new System.Drawing.Point(12, 14);
|
|
this.tvLayer.Name = "tvLayer";
|
|
this.tvLayer.Size = new System.Drawing.Size(213, 353);
|
|
this.tvLayer.TabIndex = 0;
|
|
this.tvLayer.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvLayer_AfterSelect);
|
|
this.tvLayer.Click += new System.EventHandler(this.tvLayer_Click);
|
|
|
|
//
|
|
// scintillaExportPreview
|
|
//
|
|
this.scintillaExportPreview.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.scintillaExportPreview.Location = new System.Drawing.Point(3, 17);
|
|
this.scintillaExportPreview.Name = "scintillaExportPreview";
|
|
this.scintillaExportPreview.Size = new System.Drawing.Size(401, 159);
|
|
this.scintillaExportPreview.TabIndex = 0;
|
|
this.scintillaExportPreview.Text = "scintilla1";
|
|
//
|
|
// ExporFilesDialog
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(646, 408);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.btnFinish);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.tvLayer);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "ExporFilesDialog";
|
|
this.Text = "文件导出";
|
|
this.Load += new System.EventHandler(this.ExporFilesDialog_Load);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UCDraw.TriStateTreeView tvLayer;
|
|
private System.Windows.Forms.Button btnExport;
|
|
private System.Windows.Forms.TextBox txtExportPath;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.RadioButton radioBtnCurve;
|
|
private System.Windows.Forms.RadioButton radioBtnPoints;
|
|
private System.Windows.Forms.ComboBox combIntervalSymbol;
|
|
private System.Windows.Forms.ComboBox combOutput;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Button btnFinish;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private ScintillaNET.Scintilla scintillaExportPreview;
|
|
}
|
|
} |