261 lines
12 KiB
C#
261 lines
12 KiB
C#
namespace OrgSyncDGui
|
|
{
|
|
partial class Win
|
|
{
|
|
/// <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.lBSFile = new System.Windows.Forms.Label();
|
|
this.tBSFile = new System.Windows.Forms.TextBox();
|
|
this.bTSFile = new System.Windows.Forms.Button();
|
|
this.bTDFile = new System.Windows.Forms.Button();
|
|
this.tBDFile = new System.Windows.Forms.TextBox();
|
|
this.lBDFile = new System.Windows.Forms.Label();
|
|
this.bTClearSFile = new System.Windows.Forms.Button();
|
|
this.bTClearDFile = new System.Windows.Forms.Button();
|
|
this.bTGenerateTaFile = new System.Windows.Forms.Button();
|
|
this.bTShowMsg = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.bTTaFile = new System.Windows.Forms.Button();
|
|
this.tBTaFile = new System.Windows.Forms.TextBox();
|
|
this.lBTaFile = new System.Windows.Forms.Label();
|
|
this.tBSyncMileage = new System.Windows.Forms.Button();
|
|
this.bTSyncTowerHeight = new System.Windows.Forms.Button();
|
|
this.bTSyncMileageAndHeight = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// lBSFile
|
|
//
|
|
this.lBSFile.AutoSize = true;
|
|
this.lBSFile.Location = new System.Drawing.Point(34, 31);
|
|
this.lBSFile.Name = "lBSFile";
|
|
this.lBSFile.Size = new System.Drawing.Size(41, 12);
|
|
this.lBSFile.TabIndex = 0;
|
|
this.lBSFile.Text = "S文件:";
|
|
//
|
|
// tBSFile
|
|
//
|
|
this.tBSFile.Location = new System.Drawing.Point(81, 28);
|
|
this.tBSFile.Name = "tBSFile";
|
|
this.tBSFile.Size = new System.Drawing.Size(440, 21);
|
|
this.tBSFile.TabIndex = 1;
|
|
//
|
|
// bTSFile
|
|
//
|
|
this.bTSFile.Location = new System.Drawing.Point(540, 28);
|
|
this.bTSFile.Name = "bTSFile";
|
|
this.bTSFile.Size = new System.Drawing.Size(75, 23);
|
|
this.bTSFile.TabIndex = 2;
|
|
this.bTSFile.Text = "选择S文件";
|
|
this.bTSFile.UseVisualStyleBackColor = true;
|
|
this.bTSFile.Click += new System.EventHandler(this.bTSFile_Click);
|
|
//
|
|
// bTDFile
|
|
//
|
|
this.bTDFile.Location = new System.Drawing.Point(540, 67);
|
|
this.bTDFile.Name = "bTDFile";
|
|
this.bTDFile.Size = new System.Drawing.Size(75, 23);
|
|
this.bTDFile.TabIndex = 5;
|
|
this.bTDFile.Text = "选择D文件";
|
|
this.bTDFile.UseVisualStyleBackColor = true;
|
|
this.bTDFile.Click += new System.EventHandler(this.bTDFile_Click);
|
|
//
|
|
// tBDFile
|
|
//
|
|
this.tBDFile.Location = new System.Drawing.Point(81, 67);
|
|
this.tBDFile.Name = "tBDFile";
|
|
this.tBDFile.Size = new System.Drawing.Size(440, 21);
|
|
this.tBDFile.TabIndex = 4;
|
|
//
|
|
// lBDFile
|
|
//
|
|
this.lBDFile.AutoSize = true;
|
|
this.lBDFile.Location = new System.Drawing.Point(34, 70);
|
|
this.lBDFile.Name = "lBDFile";
|
|
this.lBDFile.Size = new System.Drawing.Size(41, 12);
|
|
this.lBDFile.TabIndex = 3;
|
|
this.lBDFile.Text = "D文件:";
|
|
//
|
|
// bTClearSFile
|
|
//
|
|
this.bTClearSFile.Location = new System.Drawing.Point(621, 28);
|
|
this.bTClearSFile.Name = "bTClearSFile";
|
|
this.bTClearSFile.Size = new System.Drawing.Size(33, 23);
|
|
this.bTClearSFile.TabIndex = 6;
|
|
this.bTClearSFile.Text = "C";
|
|
this.bTClearSFile.UseVisualStyleBackColor = true;
|
|
this.bTClearSFile.Click += new System.EventHandler(this.bTClearSFile_Click);
|
|
//
|
|
// bTClearDFile
|
|
//
|
|
this.bTClearDFile.Location = new System.Drawing.Point(621, 67);
|
|
this.bTClearDFile.Name = "bTClearDFile";
|
|
this.bTClearDFile.Size = new System.Drawing.Size(33, 23);
|
|
this.bTClearDFile.TabIndex = 7;
|
|
this.bTClearDFile.Text = "C";
|
|
this.bTClearDFile.UseVisualStyleBackColor = true;
|
|
this.bTClearDFile.Click += new System.EventHandler(this.bTClearDFile_Click);
|
|
//
|
|
// bTGenerateTaFile
|
|
//
|
|
this.bTGenerateTaFile.Location = new System.Drawing.Point(79, 175);
|
|
this.bTGenerateTaFile.Name = "bTGenerateTaFile";
|
|
this.bTGenerateTaFile.Size = new System.Drawing.Size(458, 56);
|
|
this.bTGenerateTaFile.TabIndex = 8;
|
|
this.bTGenerateTaFile.Text = "生成Ta文件";
|
|
this.bTGenerateTaFile.UseVisualStyleBackColor = true;
|
|
this.bTGenerateTaFile.Click += new System.EventHandler(this.bTGenerateTaFile_Click);
|
|
//
|
|
// bTShowMsg
|
|
//
|
|
this.bTShowMsg.Location = new System.Drawing.Point(565, 175);
|
|
this.bTShowMsg.Name = "bTShowMsg";
|
|
this.bTShowMsg.Size = new System.Drawing.Size(73, 56);
|
|
this.bTShowMsg.TabIndex = 9;
|
|
this.bTShowMsg.Text = "显示消息窗";
|
|
this.bTShowMsg.UseVisualStyleBackColor = true;
|
|
this.bTShowMsg.Click += new System.EventHandler(this.bTShowMsg_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(621, 110);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(33, 23);
|
|
this.button1.TabIndex = 13;
|
|
this.button1.Text = "C";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// bTTaFile
|
|
//
|
|
this.bTTaFile.Location = new System.Drawing.Point(540, 110);
|
|
this.bTTaFile.Name = "bTTaFile";
|
|
this.bTTaFile.Size = new System.Drawing.Size(75, 23);
|
|
this.bTTaFile.TabIndex = 12;
|
|
this.bTTaFile.Text = "选择TA文件";
|
|
this.bTTaFile.UseVisualStyleBackColor = true;
|
|
this.bTTaFile.Click += new System.EventHandler(this.bTTaFile_Click);
|
|
//
|
|
// tBTaFile
|
|
//
|
|
this.tBTaFile.Location = new System.Drawing.Point(81, 110);
|
|
this.tBTaFile.Name = "tBTaFile";
|
|
this.tBTaFile.Size = new System.Drawing.Size(440, 21);
|
|
this.tBTaFile.TabIndex = 11;
|
|
//
|
|
// lBTaFile
|
|
//
|
|
this.lBTaFile.AutoSize = true;
|
|
this.lBTaFile.Location = new System.Drawing.Point(34, 113);
|
|
this.lBTaFile.Name = "lBTaFile";
|
|
this.lBTaFile.Size = new System.Drawing.Size(47, 12);
|
|
this.lBTaFile.TabIndex = 10;
|
|
this.lBTaFile.Text = "TA文件:";
|
|
//
|
|
// tBSyncMileage
|
|
//
|
|
this.tBSyncMileage.Location = new System.Drawing.Point(81, 255);
|
|
this.tBSyncMileage.Name = "tBSyncMileage";
|
|
this.tBSyncMileage.Size = new System.Drawing.Size(458, 56);
|
|
this.tBSyncMileage.TabIndex = 14;
|
|
this.tBSyncMileage.Text = "同步里程";
|
|
this.tBSyncMileage.UseVisualStyleBackColor = true;
|
|
this.tBSyncMileage.Click += new System.EventHandler(this.bTSyncronizeMileageToS_Click);
|
|
//
|
|
// bTSyncTowerHeight
|
|
//
|
|
this.bTSyncTowerHeight.Location = new System.Drawing.Point(81, 337);
|
|
this.bTSyncTowerHeight.Name = "bTSyncTowerHeight";
|
|
this.bTSyncTowerHeight.Size = new System.Drawing.Size(458, 56);
|
|
this.bTSyncTowerHeight.TabIndex = 15;
|
|
this.bTSyncTowerHeight.Text = "同步塔高";
|
|
this.bTSyncTowerHeight.UseVisualStyleBackColor = true;
|
|
this.bTSyncTowerHeight.Click += new System.EventHandler(this.bTSyncTowerHeight_Click);
|
|
//
|
|
// bTSyncMileageAndHeight
|
|
//
|
|
this.bTSyncMileageAndHeight.Location = new System.Drawing.Point(545, 255);
|
|
this.bTSyncMileageAndHeight.Name = "bTSyncMileageAndHeight";
|
|
this.bTSyncMileageAndHeight.Size = new System.Drawing.Size(70, 138);
|
|
this.bTSyncMileageAndHeight.TabIndex = 16;
|
|
this.bTSyncMileageAndHeight.Text = "同步塔型和呼高";
|
|
this.bTSyncMileageAndHeight.UseVisualStyleBackColor = true;
|
|
this.bTSyncMileageAndHeight.Click += new System.EventHandler(this.bTSyncMileageAndHeight_Click);
|
|
//
|
|
// Win
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(673, 429);
|
|
this.Controls.Add(this.bTSyncMileageAndHeight);
|
|
this.Controls.Add(this.bTSyncTowerHeight);
|
|
this.Controls.Add(this.tBSyncMileage);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.bTTaFile);
|
|
this.Controls.Add(this.tBTaFile);
|
|
this.Controls.Add(this.lBTaFile);
|
|
this.Controls.Add(this.bTShowMsg);
|
|
this.Controls.Add(this.bTGenerateTaFile);
|
|
this.Controls.Add(this.bTClearDFile);
|
|
this.Controls.Add(this.bTClearSFile);
|
|
this.Controls.Add(this.bTDFile);
|
|
this.Controls.Add(this.tBDFile);
|
|
this.Controls.Add(this.lBDFile);
|
|
this.Controls.Add(this.bTSFile);
|
|
this.Controls.Add(this.tBSFile);
|
|
this.Controls.Add(this.lBSFile);
|
|
this.Name = "Win";
|
|
this.Text = "DH协同排位";
|
|
this.Load += new System.EventHandler(this.Win_Load);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Win_FormClosing);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lBSFile;
|
|
private System.Windows.Forms.TextBox tBSFile;
|
|
private System.Windows.Forms.Button bTSFile;
|
|
private System.Windows.Forms.Button bTDFile;
|
|
private System.Windows.Forms.TextBox tBDFile;
|
|
private System.Windows.Forms.Label lBDFile;
|
|
private System.Windows.Forms.Button bTClearSFile;
|
|
private System.Windows.Forms.Button bTClearDFile;
|
|
private System.Windows.Forms.Button bTGenerateTaFile;
|
|
private System.Windows.Forms.Button bTShowMsg;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button bTTaFile;
|
|
private System.Windows.Forms.TextBox tBTaFile;
|
|
private System.Windows.Forms.Label lBTaFile;
|
|
private System.Windows.Forms.Button tBSyncMileage;
|
|
private System.Windows.Forms.Button bTSyncTowerHeight;
|
|
private System.Windows.Forms.Button bTSyncMileageAndHeight;
|
|
}
|
|
}
|
|
|