namespace LocalSynchronizationSetup
{
partial class DlgLocalSynchronizationSetup
{
///
/// Erforderliche Designervariable.
///
private System.ComponentModel.IContainer components = null;
///
/// Verwendete Ressourcen bereinigen.
///
/// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
///
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
///
private void InitializeComponent()
{
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.infoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.showSynchronizationInfoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bnCreateRemoveSynchronisation = new System.Windows.Forms.Button();
this.bnRunSynchronization = new System.Windows.Forms.Button();
this.bnCancel = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.lbStartuppath = new System.Windows.Forms.Label();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.lbNxPortalSyncStatus = new System.Windows.Forms.Label();
this.rBCreateNxPortalSync = new System.Windows.Forms.RadioButton();
this.label11 = new System.Windows.Forms.Label();
this.rBRemoveNxPortalSync = new System.Windows.Forms.RadioButton();
this.rBNoActionNxPortalSync = new System.Windows.Forms.RadioButton();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.lbNxMachineryLibrarySyncStatus = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.rBNoActionNxMachineryLibrarySync = new System.Windows.Forms.RadioButton();
this.rBRemoveNxMachineryLibrarySync = new System.Windows.Forms.RadioButton();
this.rBCreateNxMachineryLibrarySync = new System.Windows.Forms.RadioButton();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.lbNxEnvironmentSyncStatus = new System.Windows.Forms.Label();
this.rBNoActionNxEnvironmentSync = new System.Windows.Forms.RadioButton();
this.rBRemoveNxEnvironmentSync = new System.Windows.Forms.RadioButton();
this.rBCreateNxEnvironmentSync = new System.Windows.Forms.RadioButton();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.rBCreateModul3DSync = new System.Windows.Forms.RadioButton();
this.rBRemoveModul3DSync = new System.Windows.Forms.RadioButton();
this.lbModul3DSyncStatus = new System.Windows.Forms.Label();
this.rBNoActionModul3DSync = new System.Windows.Forms.RadioButton();
this.menuStrip1.SuspendLayout();
this.groupBox5.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.infoToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(489, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// infoToolStripMenuItem
//
this.infoToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.showSynchronizationInfoToolStripMenuItem,
this.toolStripSeparator1,
this.aboutToolStripMenuItem});
this.infoToolStripMenuItem.Name = "infoToolStripMenuItem";
this.infoToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
this.infoToolStripMenuItem.Text = "Info";
//
// showSynchronizationInfoToolStripMenuItem
//
this.showSynchronizationInfoToolStripMenuItem.Name = "showSynchronizationInfoToolStripMenuItem";
this.showSynchronizationInfoToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
this.showSynchronizationInfoToolStripMenuItem.Text = "Show Synchronization Info";
this.showSynchronizationInfoToolStripMenuItem.Click += new System.EventHandler(this.showSynchronizationInfoToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(212, 6);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(215, 22);
this.aboutToolStripMenuItem.Text = "About";
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
//
// bnCreateRemoveSynchronisation
//
this.bnCreateRemoveSynchronisation.Location = new System.Drawing.Point(12, 264);
this.bnCreateRemoveSynchronisation.Name = "bnCreateRemoveSynchronisation";
this.bnCreateRemoveSynchronisation.Size = new System.Drawing.Size(175, 41);
this.bnCreateRemoveSynchronisation.TabIndex = 1;
this.bnCreateRemoveSynchronisation.Text = "Create/Remove Synchronization";
this.bnCreateRemoveSynchronisation.UseVisualStyleBackColor = true;
this.bnCreateRemoveSynchronisation.Click += new System.EventHandler(this.bnCreateRemoveSynchronisation_Click);
//
// bnRunSynchronization
//
this.bnRunSynchronization.Location = new System.Drawing.Point(193, 264);
this.bnRunSynchronization.Name = "bnRunSynchronization";
this.bnRunSynchronization.Size = new System.Drawing.Size(175, 41);
this.bnRunSynchronization.TabIndex = 2;
this.bnRunSynchronization.Text = "Run Synchronization Now";
this.bnRunSynchronization.UseVisualStyleBackColor = true;
this.bnRunSynchronization.Click += new System.EventHandler(this.bnRunSynchronization_Click);
//
// bnCancel
//
this.bnCancel.Location = new System.Drawing.Point(374, 264);
this.bnCancel.Name = "bnCancel";
this.bnCancel.Size = new System.Drawing.Size(103, 41);
this.bnCancel.TabIndex = 3;
this.bnCancel.Text = "Cancel";
this.bnCancel.UseVisualStyleBackColor = true;
this.bnCancel.Click += new System.EventHandler(this.bnCancel_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(9, 34);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(89, 13);
this.label6.TabIndex = 4;
this.label6.Text = "Startup Directory:";
//
// lbStartuppath
//
this.lbStartuppath.AutoSize = true;
this.lbStartuppath.Location = new System.Drawing.Point(104, 34);
this.lbStartuppath.MaximumSize = new System.Drawing.Size(380, 0);
this.lbStartuppath.Name = "lbStartuppath";
this.lbStartuppath.Size = new System.Drawing.Size(65, 13);
this.lbStartuppath.TabIndex = 5;
this.lbStartuppath.Text = "Startup path";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.lbNxPortalSyncStatus);
this.groupBox5.Controls.Add(this.rBCreateNxPortalSync);
this.groupBox5.Controls.Add(this.label11);
this.groupBox5.Controls.Add(this.rBRemoveNxPortalSync);
this.groupBox5.Controls.Add(this.rBNoActionNxPortalSync);
this.groupBox5.Location = new System.Drawing.Point(12, 207);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(465, 40);
this.groupBox5.TabIndex = 6;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "NX-Portal";
//
// lbNxPortalSyncStatus
//
this.lbNxPortalSyncStatus.AutoSize = true;
this.lbNxPortalSyncStatus.Location = new System.Drawing.Point(306, 19);
this.lbNxPortalSyncStatus.Name = "lbNxPortalSyncStatus";
this.lbNxPortalSyncStatus.Size = new System.Drawing.Size(109, 13);
this.lbNxPortalSyncStatus.TabIndex = 4;
this.lbNxPortalSyncStatus.Text = "Sync. Proc. not exists";
//
// rBCreateNxPortalSync
//
this.rBCreateNxPortalSync.AutoSize = true;
this.rBCreateNxPortalSync.Location = new System.Drawing.Point(6, 17);
this.rBCreateNxPortalSync.Name = "rBCreateNxPortalSync";
this.rBCreateNxPortalSync.Size = new System.Drawing.Size(56, 17);
this.rBCreateNxPortalSync.TabIndex = 0;
this.rBCreateNxPortalSync.TabStop = true;
this.rBCreateNxPortalSync.Text = "Create";
this.rBCreateNxPortalSync.UseVisualStyleBackColor = true;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(260, 19);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(40, 13);
this.label11.TabIndex = 3;
this.label11.Text = "Status:";
//
// rBRemoveNxPortalSync
//
this.rBRemoveNxPortalSync.AutoSize = true;
this.rBRemoveNxPortalSync.Location = new System.Drawing.Point(86, 17);
this.rBRemoveNxPortalSync.Name = "rBRemoveNxPortalSync";
this.rBRemoveNxPortalSync.Size = new System.Drawing.Size(65, 17);
this.rBRemoveNxPortalSync.TabIndex = 1;
this.rBRemoveNxPortalSync.TabStop = true;
this.rBRemoveNxPortalSync.Text = "Remove";
this.rBRemoveNxPortalSync.UseVisualStyleBackColor = true;
//
// rBNoActionNxPortalSync
//
this.rBNoActionNxPortalSync.AutoSize = true;
this.rBNoActionNxPortalSync.Checked = true;
this.rBNoActionNxPortalSync.Location = new System.Drawing.Point(168, 17);
this.rBNoActionNxPortalSync.Name = "rBNoActionNxPortalSync";
this.rBNoActionNxPortalSync.Size = new System.Drawing.Size(71, 17);
this.rBNoActionNxPortalSync.TabIndex = 2;
this.rBNoActionNxPortalSync.TabStop = true;
this.rBNoActionNxPortalSync.Text = "No action";
this.rBNoActionNxPortalSync.UseVisualStyleBackColor = true;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.lbNxMachineryLibrarySyncStatus);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.rBNoActionNxMachineryLibrarySync);
this.groupBox4.Controls.Add(this.rBRemoveNxMachineryLibrarySync);
this.groupBox4.Controls.Add(this.rBCreateNxMachineryLibrarySync);
this.groupBox4.Location = new System.Drawing.Point(12, 160);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(465, 40);
this.groupBox4.TabIndex = 7;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "NX_Machinery_Library";
//
// lbNxMachineryLibrarySyncStatus
//
this.lbNxMachineryLibrarySyncStatus.AutoSize = true;
this.lbNxMachineryLibrarySyncStatus.Location = new System.Drawing.Point(306, 19);
this.lbNxMachineryLibrarySyncStatus.Name = "lbNxMachineryLibrarySyncStatus";
this.lbNxMachineryLibrarySyncStatus.Size = new System.Drawing.Size(109, 13);
this.lbNxMachineryLibrarySyncStatus.TabIndex = 5;
this.lbNxMachineryLibrarySyncStatus.Text = "Sync. Proc. not exists";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(260, 19);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(40, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Status:";
//
// rBNoActionNxMachineryLibrarySync
//
this.rBNoActionNxMachineryLibrarySync.AutoSize = true;
this.rBNoActionNxMachineryLibrarySync.Checked = true;
this.rBNoActionNxMachineryLibrarySync.Location = new System.Drawing.Point(168, 17);
this.rBNoActionNxMachineryLibrarySync.Name = "rBNoActionNxMachineryLibrarySync";
this.rBNoActionNxMachineryLibrarySync.Size = new System.Drawing.Size(71, 17);
this.rBNoActionNxMachineryLibrarySync.TabIndex = 3;
this.rBNoActionNxMachineryLibrarySync.TabStop = true;
this.rBNoActionNxMachineryLibrarySync.Text = "No action";
this.rBNoActionNxMachineryLibrarySync.UseVisualStyleBackColor = true;
//
// rBRemoveNxMachineryLibrarySync
//
this.rBRemoveNxMachineryLibrarySync.AutoSize = true;
this.rBRemoveNxMachineryLibrarySync.Location = new System.Drawing.Point(86, 18);
this.rBRemoveNxMachineryLibrarySync.Name = "rBRemoveNxMachineryLibrarySync";
this.rBRemoveNxMachineryLibrarySync.Size = new System.Drawing.Size(65, 17);
this.rBRemoveNxMachineryLibrarySync.TabIndex = 2;
this.rBRemoveNxMachineryLibrarySync.TabStop = true;
this.rBRemoveNxMachineryLibrarySync.Text = "Remove";
this.rBRemoveNxMachineryLibrarySync.UseVisualStyleBackColor = true;
//
// rBCreateNxMachineryLibrarySync
//
this.rBCreateNxMachineryLibrarySync.AutoSize = true;
this.rBCreateNxMachineryLibrarySync.Location = new System.Drawing.Point(6, 17);
this.rBCreateNxMachineryLibrarySync.Name = "rBCreateNxMachineryLibrarySync";
this.rBCreateNxMachineryLibrarySync.Size = new System.Drawing.Size(56, 17);
this.rBCreateNxMachineryLibrarySync.TabIndex = 1;
this.rBCreateNxMachineryLibrarySync.TabStop = true;
this.rBCreateNxMachineryLibrarySync.Text = "Create";
this.rBCreateNxMachineryLibrarySync.UseVisualStyleBackColor = true;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.lbNxEnvironmentSyncStatus);
this.groupBox1.Controls.Add(this.rBNoActionNxEnvironmentSync);
this.groupBox1.Controls.Add(this.rBRemoveNxEnvironmentSync);
this.groupBox1.Controls.Add(this.rBCreateNxEnvironmentSync);
this.groupBox1.Location = new System.Drawing.Point(12, 68);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(465, 40);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "NX_Environment";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(260, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(40, 13);
this.label3.TabIndex = 5;
this.label3.Text = "Status:";
//
// lbNxEnvironmentSyncStatus
//
this.lbNxEnvironmentSyncStatus.AutoSize = true;
this.lbNxEnvironmentSyncStatus.Location = new System.Drawing.Point(306, 19);
this.lbNxEnvironmentSyncStatus.Name = "lbNxEnvironmentSyncStatus";
this.lbNxEnvironmentSyncStatus.Size = new System.Drawing.Size(109, 13);
this.lbNxEnvironmentSyncStatus.TabIndex = 4;
this.lbNxEnvironmentSyncStatus.Text = "Sync. Proc. not exists";
//
// rBNoActionNxEnvironmentSync
//
this.rBNoActionNxEnvironmentSync.AutoSize = true;
this.rBNoActionNxEnvironmentSync.Checked = true;
this.rBNoActionNxEnvironmentSync.Location = new System.Drawing.Point(168, 17);
this.rBNoActionNxEnvironmentSync.Name = "rBNoActionNxEnvironmentSync";
this.rBNoActionNxEnvironmentSync.Size = new System.Drawing.Size(71, 17);
this.rBNoActionNxEnvironmentSync.TabIndex = 3;
this.rBNoActionNxEnvironmentSync.TabStop = true;
this.rBNoActionNxEnvironmentSync.Text = "No action";
this.rBNoActionNxEnvironmentSync.UseVisualStyleBackColor = true;
//
// rBRemoveNxEnvironmentSync
//
this.rBRemoveNxEnvironmentSync.AutoSize = true;
this.rBRemoveNxEnvironmentSync.Location = new System.Drawing.Point(86, 17);
this.rBRemoveNxEnvironmentSync.Name = "rBRemoveNxEnvironmentSync";
this.rBRemoveNxEnvironmentSync.Size = new System.Drawing.Size(65, 17);
this.rBRemoveNxEnvironmentSync.TabIndex = 2;
this.rBRemoveNxEnvironmentSync.TabStop = true;
this.rBRemoveNxEnvironmentSync.Text = "Remove";
this.rBRemoveNxEnvironmentSync.UseVisualStyleBackColor = true;
//
// rBCreateNxEnvironmentSync
//
this.rBCreateNxEnvironmentSync.AutoSize = true;
this.rBCreateNxEnvironmentSync.Location = new System.Drawing.Point(6, 17);
this.rBCreateNxEnvironmentSync.Name = "rBCreateNxEnvironmentSync";
this.rBCreateNxEnvironmentSync.Size = new System.Drawing.Size(56, 17);
this.rBCreateNxEnvironmentSync.TabIndex = 1;
this.rBCreateNxEnvironmentSync.TabStop = true;
this.rBCreateNxEnvironmentSync.Text = "Create";
this.rBCreateNxEnvironmentSync.UseVisualStyleBackColor = true;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.rBCreateModul3DSync);
this.groupBox2.Controls.Add(this.rBRemoveModul3DSync);
this.groupBox2.Controls.Add(this.lbModul3DSyncStatus);
this.groupBox2.Controls.Add(this.rBNoActionModul3DSync);
this.groupBox2.Location = new System.Drawing.Point(12, 114);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(465, 40);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Modul_3D";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(260, 19);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(40, 13);
this.label5.TabIndex = 5;
this.label5.Text = "Status:";
//
// rBCreateModul3DSync
//
this.rBCreateModul3DSync.AutoSize = true;
this.rBCreateModul3DSync.Location = new System.Drawing.Point(6, 17);
this.rBCreateModul3DSync.Name = "rBCreateModul3DSync";
this.rBCreateModul3DSync.Size = new System.Drawing.Size(56, 17);
this.rBCreateModul3DSync.TabIndex = 3;
this.rBCreateModul3DSync.TabStop = true;
this.rBCreateModul3DSync.Text = "Create";
this.rBCreateModul3DSync.UseVisualStyleBackColor = true;
//
// rBRemoveModul3DSync
//
this.rBRemoveModul3DSync.AutoSize = true;
this.rBRemoveModul3DSync.Location = new System.Drawing.Point(86, 17);
this.rBRemoveModul3DSync.Name = "rBRemoveModul3DSync";
this.rBRemoveModul3DSync.Size = new System.Drawing.Size(65, 17);
this.rBRemoveModul3DSync.TabIndex = 2;
this.rBRemoveModul3DSync.TabStop = true;
this.rBRemoveModul3DSync.Text = "Remove";
this.rBRemoveModul3DSync.UseVisualStyleBackColor = true;
//
// lbModul3DSyncStatus
//
this.lbModul3DSyncStatus.AutoSize = true;
this.lbModul3DSyncStatus.Location = new System.Drawing.Point(306, 19);
this.lbModul3DSyncStatus.Name = "lbModul3DSyncStatus";
this.lbModul3DSyncStatus.Size = new System.Drawing.Size(109, 13);
this.lbModul3DSyncStatus.TabIndex = 1;
this.lbModul3DSyncStatus.Text = "Sync. Proc. not exists";
//
// rBNoActionModul3DSync
//
this.rBNoActionModul3DSync.AutoSize = true;
this.rBNoActionModul3DSync.Checked = true;
this.rBNoActionModul3DSync.Location = new System.Drawing.Point(168, 17);
this.rBNoActionModul3DSync.Name = "rBNoActionModul3DSync";
this.rBNoActionModul3DSync.Size = new System.Drawing.Size(71, 17);
this.rBNoActionModul3DSync.TabIndex = 0;
this.rBNoActionModul3DSync.TabStop = true;
this.rBNoActionModul3DSync.Text = "No action";
this.rBNoActionModul3DSync.UseVisualStyleBackColor = true;
//
// DlgLocalSynchronizationSetup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(489, 317);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.lbStartuppath);
this.Controls.Add(this.label6);
this.Controls.Add(this.bnCancel);
this.Controls.Add(this.bnRunSynchronization);
this.Controls.Add(this.bnCreateRemoveSynchronisation);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "DlgLocalSynchronizationSetup";
this.Text = "Local Synchronization Setup";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem infoToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem showSynchronizationInfoToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.Button bnCreateRemoveSynchronisation;
private System.Windows.Forms.Button bnRunSynchronization;
private System.Windows.Forms.Button bnCancel;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label lbStartuppath;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lbNxEnvironmentSyncStatus;
private System.Windows.Forms.RadioButton rBNoActionNxEnvironmentSync;
private System.Windows.Forms.RadioButton rBRemoveNxEnvironmentSync;
private System.Windows.Forms.RadioButton rBCreateNxEnvironmentSync;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.RadioButton rBCreateModul3DSync;
private System.Windows.Forms.RadioButton rBRemoveModul3DSync;
private System.Windows.Forms.Label lbModul3DSyncStatus;
private System.Windows.Forms.RadioButton rBNoActionModul3DSync;
private System.Windows.Forms.Label lbNxPortalSyncStatus;
private System.Windows.Forms.RadioButton rBCreateNxPortalSync;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.RadioButton rBRemoveNxPortalSync;
private System.Windows.Forms.RadioButton rBNoActionNxPortalSync;
private System.Windows.Forms.RadioButton rBCreateNxMachineryLibrarySync;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.RadioButton rBNoActionNxMachineryLibrarySync;
private System.Windows.Forms.RadioButton rBRemoveNxMachineryLibrarySync;
private System.Windows.Forms.Label lbNxMachineryLibrarySyncStatus;
}
}