/// <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(DCProfileOnServer));
     this.cmPopup       = new System.Windows.Forms.ContextMenu();
     this.mnuPopup_Copy = new System.Windows.Forms.MenuItem();
     this.imglProfile   = new System.Windows.Forms.ImageList(this.components);
     this.panelServer   = new System.Windows.Forms.Panel();
     this.tlcProfile    = new VI.Controls.TreeListControl();
     this.splitter1     = new System.Windows.Forms.Splitter();
     this.panelProfile  = new System.Windows.Forms.Panel();
     this.tlcServer     = new VI.Controls.TreeListControl();
     this.imglServer    = new System.Windows.Forms.ImageList(this.components);
     this.panelServer.SuspendLayout();
     this.panelProfile.SuspendLayout();
     this.SuspendLayout();
     //
     // cmPopup
     //
     this.cmPopup.MenuItems.AddRange(new System.Windows.Forms.MenuItem[]
     {
         this.mnuPopup_Copy
     });
     this.cmPopup.Popup += new System.EventHandler(this.cmPopup_Popup);
     //
     // mnuPopup_Copy
     //
     this.mnuPopup_Copy.Index  = 0;
     this.mnuPopup_Copy.Text   = "~Copy";
     this.mnuPopup_Copy.Click += new System.EventHandler(this.mnuPopup_Copy_Click);
     //
     // imglProfile
     //
     this.imglProfile.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglProfile.ImageStream")));
     this.imglProfile.TransparentColor = System.Drawing.Color.Transparent;
     this.imglProfile.Images.SetKeyName(0, "");
     this.imglProfile.Images.SetKeyName(1, "");
     this.imglProfile.Images.SetKeyName(2, "");
     this.imglProfile.Images.SetKeyName(3, "");
     this.imglProfile.Images.SetKeyName(4, "");
     this.imglProfile.Images.SetKeyName(5, "");
     this.imglProfile.Images.SetKeyName(6, "");
     this.imglProfile.Images.SetKeyName(7, "");
     //
     // panelServer
     //
     this.panelServer.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panelServer.Controls.Add(this.tlcProfile);
     this.panelServer.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelServer.Location = new System.Drawing.Point(0, 0);
     this.panelServer.Name     = "panelServer";
     this.panelServer.Padding  = new System.Windows.Forms.Padding(1);
     this.panelServer.Size     = new System.Drawing.Size(248, 478);
     this.panelServer.TabIndex = 0;
     //
     // tlcProfile
     //
     this.tlcProfile.BackColor            = System.Drawing.SystemColors.Window;
     this.tlcProfile.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tlcProfile.HeaderFont           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tlcProfile.HideSelection        = false;
     this.tlcProfile.ImageList            = this.imglProfile;
     this.tlcProfile.Location             = new System.Drawing.Point(1, 1);
     this.tlcProfile.Margin               = new System.Windows.Forms.Padding(0);
     this.tlcProfile.Name                 = "tlcProfile";
     this.tlcProfile.ShowRootLines        = false;
     this.tlcProfile.Size                 = new System.Drawing.Size(246, 476);
     this.tlcProfile.SubTextColor         = System.Drawing.Color.Blue;
     this.tlcProfile.TabIndex             = 1;
     this.tlcProfile.Text                 = "treeListControl1";
     this.tlcProfile.SelectedNodeChanged += new VI.Controls.TreeListEventHandler(this.tlcProfile_SelectedNodeChanged);
     this.tlcProfile.KeyUp               += new System.Windows.Forms.KeyEventHandler(this.tlcProfile_KeyUp);
     this.tlcProfile.NodeExpanding       += new VI.Controls.TreeListEventHandler(this.tlcProfile_NodeExpanding);
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(248, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(4, 478);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // panelProfile
     //
     this.panelProfile.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panelProfile.Controls.Add(this.tlcServer);
     this.panelProfile.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelProfile.Location = new System.Drawing.Point(252, 0);
     this.panelProfile.Name     = "panelProfile";
     this.panelProfile.Padding  = new System.Windows.Forms.Padding(1);
     this.panelProfile.Size     = new System.Drawing.Size(436, 478);
     this.panelProfile.TabIndex = 2;
     //
     // tlcServer
     //
     this.tlcServer.BackColor     = System.Drawing.SystemColors.Window;
     this.tlcServer.ContextMenu   = this.cmPopup;
     this.tlcServer.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tlcServer.HeaderFont    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tlcServer.ImageList     = this.imglServer;
     this.tlcServer.Location      = new System.Drawing.Point(1, 1);
     this.tlcServer.Margin        = new System.Windows.Forms.Padding(0);
     this.tlcServer.Name          = "tlcServer";
     this.tlcServer.ShowRootLines = false;
     this.tlcServer.Size          = new System.Drawing.Size(434, 476);
     this.tlcServer.SubTextColor  = System.Drawing.Color.Blue;
     this.tlcServer.TabIndex      = 2;
     this.tlcServer.Text          = "treeListControl1";
     this.tlcServer.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.tlcServer_KeyUp);
     //
     // imglServer
     //
     this.imglServer.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglServer.ImageStream")));
     this.imglServer.TransparentColor = System.Drawing.Color.Transparent;
     this.imglServer.Images.SetKeyName(0, "");
     this.imglServer.Images.SetKeyName(1, "");
     this.imglServer.Images.SetKeyName(2, "");
     this.imglServer.Images.SetKeyName(3, "");
     this.imglServer.Images.SetKeyName(4, "");
     this.imglServer.Images.SetKeyName(5, "");
     //
     // DCProfileOnServer
     //
     this.Controls.Add(this.panelProfile);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panelServer);
     this.Name = "DCProfileOnServer";
     this.Size = new System.Drawing.Size(688, 478);
     this.panelServer.ResumeLayout(false);
     this.panelProfile.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #2
0
 /// <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(DCServerHasProfile));
     this.columnHeader1         = new System.Windows.Forms.ColumnHeader();
     this.cmPopup               = new System.Windows.Forms.ContextMenu();
     this.mnuPopup_Copy         = new System.Windows.Forms.MenuItem();
     this.mnuPopup_CL2FDS       = new System.Windows.Forms.MenuItem();
     this.imglTab               = new System.Windows.Forms.ImageList(this.components);
     this.panelLeft             = new System.Windows.Forms.Panel();
     this.tlcServer             = new VI.Controls.TreeListControl();
     this.imglServer            = new System.Windows.Forms.ImageList(this.components);
     this.splitter1             = new System.Windows.Forms.Splitter();
     this.panelRight            = new System.Windows.Forms.Panel();
     this.tbProfileType         = new System.Windows.Forms.ToolBar();
     this.tbbApplicationProfile = new System.Windows.Forms.ToolBarButton();
     this.tbbDriverProfile      = new System.Windows.Forms.ToolBarButton();
     this.tbbMachineType        = new System.Windows.Forms.ToolBarButton();
     this.panelProfile          = new System.Windows.Forms.Panel();
     this.tlcProfile            = new VI.Controls.TreeListControl();
     this.imglProfile           = new System.Windows.Forms.ImageList(this.components);
     this.panelLeft.SuspendLayout();
     this.panelRight.SuspendLayout();
     this.panelProfile.SuspendLayout();
     this.SuspendLayout();
     //
     // columnHeader1
     //
     this.columnHeader1.Width = 180;
     //
     // cmPopup
     //
     this.cmPopup.MenuItems.AddRange(new System.Windows.Forms.MenuItem[]
     {
         this.mnuPopup_Copy,
         this.mnuPopup_CL2FDS
     });
     this.cmPopup.Popup += new System.EventHandler(this.cmPopup_Popup);
     //
     // mnuPopup_Copy
     //
     this.mnuPopup_Copy.Index  = 0;
     this.mnuPopup_Copy.Text   = "~Copy";
     this.mnuPopup_Copy.Click += new System.EventHandler(this.mnuPopup_Copy_Click);
     //
     // mnuPopup_CL2FDS
     //
     this.mnuPopup_CL2FDS.Index  = 1;
     this.mnuPopup_CL2FDS.Text   = "~CL2FDS";
     this.mnuPopup_CL2FDS.Click += new System.EventHandler(this.mnuPopup_CL2FDS_Click);
     //
     // imglTab
     //
     this.imglTab.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglTab.ImageStream")));
     this.imglTab.TransparentColor = System.Drawing.Color.Transparent;
     this.imglTab.Images.SetKeyName(0, "");
     this.imglTab.Images.SetKeyName(1, "");
     this.imglTab.Images.SetKeyName(2, "");
     //
     // panelLeft
     //
     this.panelLeft.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panelLeft.Controls.Add(this.tlcServer);
     this.panelLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelLeft.Location = new System.Drawing.Point(0, 0);
     this.panelLeft.Name     = "panelLeft";
     this.panelLeft.Padding  = new System.Windows.Forms.Padding(1);
     this.panelLeft.Size     = new System.Drawing.Size(200, 422);
     this.panelLeft.TabIndex = 0;
     //
     // tlcServer
     //
     this.tlcServer.BackColor            = System.Drawing.SystemColors.Window;
     this.tlcServer.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.tlcServer.HeaderFont           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tlcServer.HideSelection        = false;
     this.tlcServer.ImageList            = this.imglServer;
     this.tlcServer.Location             = new System.Drawing.Point(1, 1);
     this.tlcServer.Margin               = new System.Windows.Forms.Padding(0);
     this.tlcServer.Name                 = "tlcServer";
     this.tlcServer.ShowRootLines        = false;
     this.tlcServer.Size                 = new System.Drawing.Size(198, 420);
     this.tlcServer.SubTextColor         = System.Drawing.Color.Blue;
     this.tlcServer.TabIndex             = 1;
     this.tlcServer.Text                 = "treeListControl1";
     this.tlcServer.SelectedNodeChanged += new VI.Controls.TreeListEventHandler(this.tlcServer_SelectedNodeChanged);
     this.tlcServer.KeyUp               += new System.Windows.Forms.KeyEventHandler(this.tlcServer_KeyUp);
     this.tlcServer.NodeExpanding       += new VI.Controls.TreeListEventHandler(this.tlcServer_NodeExpanding);
     //
     // imglServer
     //
     this.imglServer.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglServer.ImageStream")));
     this.imglServer.TransparentColor = System.Drawing.Color.Transparent;
     this.imglServer.Images.SetKeyName(0, "");
     this.imglServer.Images.SetKeyName(1, "");
     this.imglServer.Images.SetKeyName(2, "");
     this.imglServer.Images.SetKeyName(3, "");
     this.imglServer.Images.SetKeyName(4, "");
     this.imglServer.Images.SetKeyName(5, "");
     this.imglServer.Images.SetKeyName(6, "");
     this.imglServer.Images.SetKeyName(7, "");
     this.imglServer.Images.SetKeyName(8, "");
     this.imglServer.Images.SetKeyName(9, "");
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(200, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(4, 422);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // panelRight
     //
     this.panelRight.BackColor = System.Drawing.SystemColors.Control;
     this.panelRight.Controls.Add(this.tbProfileType);
     this.panelRight.Controls.Add(this.panelProfile);
     this.panelRight.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelRight.Location = new System.Drawing.Point(204, 0);
     this.panelRight.Name     = "panelRight";
     this.panelRight.Size     = new System.Drawing.Size(524, 422);
     this.panelRight.TabIndex = 2;
     //
     // tbProfileType
     //
     this.tbProfileType.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
     this.tbProfileType.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[]
     {
         this.tbbApplicationProfile,
         this.tbbDriverProfile,
         this.tbbMachineType
     });
     this.tbProfileType.DropDownArrows = true;
     this.tbProfileType.ImageList      = this.imglTab;
     this.tbProfileType.Location       = new System.Drawing.Point(0, 0);
     this.tbProfileType.Name           = "tbProfileType";
     this.tbProfileType.ShowToolTips   = true;
     this.tbProfileType.Size           = new System.Drawing.Size(524, 28);
     this.tbProfileType.TabIndex       = 4;
     this.tbProfileType.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.tbProfileType.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.tbProfileType_ButtonClick);
     //
     // tbbApplicationProfile
     //
     this.tbbApplicationProfile.ImageIndex = 0;
     this.tbbApplicationProfile.Name       = "tbbApplicationProfile";
     this.tbbApplicationProfile.Pushed     = true;
     this.tbbApplicationProfile.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.tbbApplicationProfile.Text       = "~ApplicationProfile";
     //
     // tbbDriverProfile
     //
     this.tbbDriverProfile.ImageIndex = 1;
     this.tbbDriverProfile.Name       = "tbbDriverProfile";
     this.tbbDriverProfile.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.tbbDriverProfile.Text       = "~DriverProfile";
     //
     // tbbMachineType
     //
     this.tbbMachineType.ImageIndex = 2;
     this.tbbMachineType.Name       = "tbbMachineType";
     this.tbbMachineType.Style      = System.Windows.Forms.ToolBarButtonStyle.ToggleButton;
     this.tbbMachineType.Text       = "~MachineType";
     //
     // panelProfile
     //
     this.panelProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.panelProfile.BackColor = System.Drawing.SystemColors.ControlDark;
     this.panelProfile.Controls.Add(this.tlcProfile);
     this.panelProfile.Location = new System.Drawing.Point(0, 32);
     this.panelProfile.Name     = "panelProfile";
     this.panelProfile.Padding  = new System.Windows.Forms.Padding(1);
     this.panelProfile.Size     = new System.Drawing.Size(524, 392);
     this.panelProfile.TabIndex = 3;
     //
     // tlcProfile
     //
     this.tlcProfile.BackColor     = System.Drawing.SystemColors.Window;
     this.tlcProfile.ContextMenu   = this.cmPopup;
     this.tlcProfile.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tlcProfile.HeaderFont    = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tlcProfile.ImageList     = this.imglProfile;
     this.tlcProfile.Location      = new System.Drawing.Point(1, 1);
     this.tlcProfile.Margin        = new System.Windows.Forms.Padding(0);
     this.tlcProfile.Name          = "tlcProfile";
     this.tlcProfile.ShowRootLines = false;
     this.tlcProfile.Size          = new System.Drawing.Size(522, 390);
     this.tlcProfile.SubTextColor  = System.Drawing.Color.Blue;
     this.tlcProfile.TabIndex      = 2;
     this.tlcProfile.Text          = "treeListControl1";
     this.tlcProfile.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.tlcProfile_KeyUp);
     //
     // imglProfile
     //
     this.imglProfile.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglProfile.ImageStream")));
     this.imglProfile.TransparentColor = System.Drawing.Color.Transparent;
     this.imglProfile.Images.SetKeyName(0, "");
     this.imglProfile.Images.SetKeyName(1, "");
     this.imglProfile.Images.SetKeyName(2, "");
     this.imglProfile.Images.SetKeyName(3, "");
     this.imglProfile.Images.SetKeyName(4, "");
     this.imglProfile.Images.SetKeyName(5, "");
     //
     // DCServerHasProfile
     //
     this.Controls.Add(this.panelRight);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panelLeft);
     this.Name = "DCServerHasProfile";
     this.Size = new System.Drawing.Size(728, 422);
     this.panelLeft.ResumeLayout(false);
     this.panelRight.ResumeLayout(false);
     this.panelRight.PerformLayout();
     this.panelProfile.ResumeLayout(false);
     this.ResumeLayout(false);
 }