|
|
|
|
|
namespace CompressorXN
|
|
|
|
|
|
{
|
|
|
|
|
|
partial class FrmCopyPara
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <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.panelEx1 = new CompressorXN_ControlLib.PanelEx();
|
|
|
|
|
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.btn_Confirm = new System.Windows.Forms.Button();
|
|
|
|
|
|
this.lkup_TargetMachine = new DevExpress.XtraEditors.LookUpEdit();
|
|
|
|
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
this.lkup_SourceMachine = new DevExpress.XtraEditors.LookUpEdit();
|
|
|
|
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelEx1)).BeginInit();
|
|
|
|
|
|
this.panelEx1.SuspendLayout();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lkup_TargetMachine.Properties)).BeginInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lkup_SourceMachine.Properties)).BeginInit();
|
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
//
|
|
|
|
|
|
// panelEx1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.panelEx1.BorderColor = System.Drawing.Color.Silver;
|
|
|
|
|
|
this.panelEx1.BorderWidth = 1;
|
|
|
|
|
|
this.panelEx1.BottomGap = 1;
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.btn_Cancel);
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.btn_Confirm);
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.lkup_TargetMachine);
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.labelControl3);
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.lkup_SourceMachine);
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.labelControl2);
|
|
|
|
|
|
this.panelEx1.Controls.Add(this.labelControl1);
|
|
|
|
|
|
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
this.panelEx1.LeftGap = 1;
|
|
|
|
|
|
this.panelEx1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
this.panelEx1.Name = "panelEx1";
|
|
|
|
|
|
this.panelEx1.RightGap = 1;
|
|
|
|
|
|
this.panelEx1.Size = new System.Drawing.Size(521, 350);
|
|
|
|
|
|
this.panelEx1.TabIndex = 0;
|
|
|
|
|
|
this.panelEx1.TopGap = 1;
|
|
|
|
|
|
//
|
|
|
|
|
|
// btn_Cancel
|
|
|
|
|
|
//
|
|
|
|
|
|
this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 11.25F);
|
|
|
|
|
|
this.btn_Cancel.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
|
this.btn_Cancel.Location = new System.Drawing.Point(245, 270);
|
|
|
|
|
|
this.btn_Cancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
|
this.btn_Cancel.Name = "btn_Cancel";
|
|
|
|
|
|
this.btn_Cancel.Size = new System.Drawing.Size(125, 45);
|
|
|
|
|
|
this.btn_Cancel.TabIndex = 11;
|
|
|
|
|
|
this.btn_Cancel.Text = "取消";
|
|
|
|
|
|
this.btn_Cancel.UseVisualStyleBackColor = false;
|
|
|
|
|
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// btn_Confirm
|
|
|
|
|
|
//
|
|
|
|
|
|
this.btn_Confirm.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.btn_Confirm.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
|
this.btn_Confirm.Location = new System.Drawing.Point(96, 270);
|
|
|
|
|
|
this.btn_Confirm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
|
this.btn_Confirm.Name = "btn_Confirm";
|
|
|
|
|
|
this.btn_Confirm.Size = new System.Drawing.Size(125, 45);
|
|
|
|
|
|
this.btn_Confirm.TabIndex = 12;
|
|
|
|
|
|
this.btn_Confirm.Text = "确定";
|
|
|
|
|
|
this.btn_Confirm.UseVisualStyleBackColor = false;
|
|
|
|
|
|
this.btn_Confirm.Click += new System.EventHandler(this.btn_Confirm_Click);
|
|
|
|
|
|
//
|
|
|
|
|
|
// lkup_TargetMachine
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lkup_TargetMachine.Location = new System.Drawing.Point(146, 175);
|
|
|
|
|
|
this.lkup_TargetMachine.Name = "lkup_TargetMachine";
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.AppearanceDropDown.Options.UseFont = true;
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.AppearanceDropDownHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.AppearanceDropDownHeader.Options.UseFont = true;
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.AutoHeight = false;
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Text", "描述"),
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "值", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
|
|
|
|
|
this.lkup_TargetMachine.Properties.NullText = "";
|
|
|
|
|
|
this.lkup_TargetMachine.Size = new System.Drawing.Size(254, 31);
|
|
|
|
|
|
this.lkup_TargetMachine.TabIndex = 9;
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelControl3
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
|
this.labelControl3.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.labelControl3.Appearance.Options.UseForeColor = true;
|
|
|
|
|
|
this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
|
|
|
|
this.labelControl3.Location = new System.Drawing.Point(72, 174);
|
|
|
|
|
|
this.labelControl3.Name = "labelControl3";
|
|
|
|
|
|
this.labelControl3.Size = new System.Drawing.Size(68, 31);
|
|
|
|
|
|
this.labelControl3.TabIndex = 7;
|
|
|
|
|
|
this.labelControl3.Text = "目标机种";
|
|
|
|
|
|
//
|
|
|
|
|
|
// lkup_SourceMachine
|
|
|
|
|
|
//
|
|
|
|
|
|
this.lkup_SourceMachine.Location = new System.Drawing.Point(146, 106);
|
|
|
|
|
|
this.lkup_SourceMachine.Name = "lkup_SourceMachine";
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.AppearanceDropDown.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.AppearanceDropDown.Options.UseFont = true;
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.AppearanceDropDownHeader.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold);
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.AppearanceDropDownHeader.Options.UseFont = true;
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.AppearanceFocused.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.AppearanceFocused.Options.UseFont = true;
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.AutoHeight = false;
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Text", "描述"),
|
|
|
|
|
|
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Value", "值", 20, DevExpress.Utils.FormatType.None, "", false, DevExpress.Utils.HorzAlignment.Default, DevExpress.Data.ColumnSortOrder.None, DevExpress.Utils.DefaultBoolean.Default)});
|
|
|
|
|
|
this.lkup_SourceMachine.Properties.NullText = "";
|
|
|
|
|
|
this.lkup_SourceMachine.Size = new System.Drawing.Size(254, 31);
|
|
|
|
|
|
this.lkup_SourceMachine.TabIndex = 10;
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelControl2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.labelControl2.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
|
this.labelControl2.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.labelControl2.Appearance.Options.UseForeColor = true;
|
|
|
|
|
|
this.labelControl2.Appearance.Options.UseTextOptions = true;
|
|
|
|
|
|
this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
|
|
|
|
|
this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
|
|
|
|
this.labelControl2.Location = new System.Drawing.Point(72, 105);
|
|
|
|
|
|
this.labelControl2.Name = "labelControl2";
|
|
|
|
|
|
this.labelControl2.Size = new System.Drawing.Size(68, 31);
|
|
|
|
|
|
this.labelControl2.TabIndex = 8;
|
|
|
|
|
|
this.labelControl2.Text = "源机种";
|
|
|
|
|
|
//
|
|
|
|
|
|
// labelControl1
|
|
|
|
|
|
//
|
|
|
|
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
|
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
|
this.labelControl1.Appearance.Options.UseFont = true;
|
|
|
|
|
|
this.labelControl1.Appearance.Options.UseForeColor = true;
|
|
|
|
|
|
this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
|
|
|
|
|
|
this.labelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
|
this.labelControl1.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
|
this.labelControl1.Name = "labelControl1";
|
|
|
|
|
|
this.labelControl1.Padding = new System.Windows.Forms.Padding(15, 0, 0, 0);
|
|
|
|
|
|
this.labelControl1.Size = new System.Drawing.Size(517, 51);
|
|
|
|
|
|
this.labelControl1.TabIndex = 6;
|
|
|
|
|
|
this.labelControl1.Text = "复制参数";
|
|
|
|
|
|
//
|
|
|
|
|
|
// FrmCopyPara
|
|
|
|
|
|
//
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(521, 350);
|
|
|
|
|
|
this.Controls.Add(this.panelEx1);
|
|
|
|
|
|
this.DoubleBuffered = true;
|
|
|
|
|
|
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
|
|
|
this.Name = "FrmCopyPara";
|
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
|
this.Text = "FrmCopyPara";
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelEx1)).EndInit();
|
|
|
|
|
|
this.panelEx1.ResumeLayout(false);
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lkup_TargetMachine.Properties)).EndInit();
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.lkup_SourceMachine.Properties)).EndInit();
|
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
private CompressorXN_ControlLib.PanelEx panelEx1;
|
|
|
|
|
|
private System.Windows.Forms.Button btn_Cancel;
|
|
|
|
|
|
private System.Windows.Forms.Button btn_Confirm;
|
|
|
|
|
|
private DevExpress.XtraEditors.LookUpEdit lkup_TargetMachine;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
|
|
|
|
private DevExpress.XtraEditors.LookUpEdit lkup_SourceMachine;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
|
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|