コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AsyncRequestDlg));
     this.OkBTN       = new System.Windows.Forms.Button();
     this.CancelBTN   = new System.Windows.Forms.Button();
     this.ButtonsPN   = new System.Windows.Forms.Panel();
     this.GoBTN       = new System.Windows.Forms.Button();
     this.StopBTN     = new System.Windows.Forms.Button();
     this.TopPN       = new System.Windows.Forms.Panel();
     this.ResultsCTRL = new CAS.Lib.OPCClientControlsLib.ResultListViewCtrl();
     this.ButtonsPN.SuspendLayout();
     this.TopPN.SuspendLayout();
     this.SuspendLayout();
     //
     // OkBTN
     //
     this.OkBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.OkBTN.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.OkBTN.Location     = new System.Drawing.Point(5, 8);
     this.OkBTN.Name         = "OkBTN";
     this.OkBTN.Size         = new System.Drawing.Size(75, 23);
     this.OkBTN.TabIndex     = 1;
     this.OkBTN.Text         = "OK";
     //
     // CancelBTN
     //
     this.CancelBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBTN.Location     = new System.Drawing.Point(392, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.Size         = new System.Drawing.Size(75, 23);
     this.CancelBTN.TabIndex     = 0;
     this.CancelBTN.Text         = "Cancel";
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     this.ButtonsPN.Controls.Add(this.OkBTN);
     this.ButtonsPN.Controls.Add(this.GoBTN);
     this.ButtonsPN.Controls.Add(this.StopBTN);
     this.ButtonsPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonsPN.Location = new System.Drawing.Point(0, 202);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(472, 36);
     this.ButtonsPN.TabIndex = 0;
     //
     // GoBTN
     //
     this.GoBTN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.GoBTN.Location = new System.Drawing.Point(200, 8);
     this.GoBTN.Name     = "GoBTN";
     this.GoBTN.Size     = new System.Drawing.Size(75, 23);
     this.GoBTN.TabIndex = 2;
     this.GoBTN.Text     = "Go";
     this.GoBTN.Click   += new System.EventHandler(this.GoBTN_Click);
     //
     // StopBTN
     //
     this.StopBTN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.StopBTN.Location = new System.Drawing.Point(200, 8);
     this.StopBTN.Name     = "StopBTN";
     this.StopBTN.Size     = new System.Drawing.Size(75, 23);
     this.StopBTN.TabIndex = 3;
     this.StopBTN.Text     = "Stop";
     this.StopBTN.Click   += new System.EventHandler(this.StopBTN_Click);
     //
     // TopPN
     //
     this.TopPN.Controls.Add(this.ResultsCTRL);
     this.TopPN.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.TopPN.Location = new System.Drawing.Point(0, 0);
     this.TopPN.Name     = "TopPN";
     this.TopPN.Padding  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.TopPN.Size     = new System.Drawing.Size(472, 202);
     this.TopPN.TabIndex = 1;
     //
     // ResultsCTRL
     //
     this.ResultsCTRL.AllowDrop = true;
     this.ResultsCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ResultsCTRL.Location  = new System.Drawing.Point(4, 4);
     this.ResultsCTRL.Name      = "ResultsCTRL";
     this.ResultsCTRL.Size      = new System.Drawing.Size(464, 194);
     this.ResultsCTRL.TabIndex  = 0;
     //
     // AsyncRequestDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(472, 238);
     this.Controls.Add(this.TopPN);
     this.Controls.Add(this.ButtonsPN);
     this.HelpButton         = true;
     this.Icon               = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox        = false;
     this.MinimizeBox        = false;
     this.Name               = "AsyncRequestDlg";
     this.StartPosition      = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text               = "Asynchronous Request";
     this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.AsyncRequestDlg_HelpButtonClicked);
     this.ButtonsPN.ResumeLayout(false);
     this.TopPN.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(WriteItemsDlg));
     this.BrowseCTRL       = new CAS.Lib.OPCClientControlsLib.BrowseTreeCtrl();
     this.LeftPN           = new System.Windows.Forms.Panel();
     this.SubscriptionCTRL = new CAS.Lib.OPCClientControlsLib.Subscriptions4RWControl();
     this.ItemsCTRL        = new CAS.Lib.OPCClientControlsLib.ItemValueListEditCtrl();
     this.RightPN          = new System.Windows.Forms.Panel();
     this.ResultsCTRL      = new CAS.Lib.OPCClientControlsLib.ResultListViewCtrl();
     this.ButtonsPN        = new System.Windows.Forms.Panel();
     this.OptionsBTN       = new System.Windows.Forms.Button();
     this.BackBTN          = new System.Windows.Forms.Button();
     this.NextBTN          = new System.Windows.Forms.Button();
     this.CancelBTN        = new System.Windows.Forms.Button();
     this.DoneBTN          = new System.Windows.Forms.Button();
     this.SplitterV        = new System.Windows.Forms.Splitter();
     this.LeftPN.SuspendLayout();
     this.RightPN.SuspendLayout();
     this.ButtonsPN.SuspendLayout();
     this.SuspendLayout();
     //
     // BrowseCTRL
     //
     this.BrowseCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.BrowseCTRL.Location = new System.Drawing.Point(4, 4);
     this.BrowseCTRL.Name     = "BrowseCTRL";
     this.BrowseCTRL.Size     = new System.Drawing.Size(246, 296);
     this.BrowseCTRL.TabIndex = 1;
     //
     // LeftPN
     //
     this.LeftPN.Controls.Add(this.SubscriptionCTRL);
     this.LeftPN.Controls.Add(this.BrowseCTRL);
     this.LeftPN.Dock     = System.Windows.Forms.DockStyle.Left;
     this.LeftPN.Location = new System.Drawing.Point(0, 0);
     this.LeftPN.Name     = "LeftPN";
     this.LeftPN.Padding  = new System.Windows.Forms.Padding(4, 4, 0, 0);
     this.LeftPN.Size     = new System.Drawing.Size(250, 300);
     this.LeftPN.TabIndex = 6;
     //
     // SubscriptionCTRL
     //
     this.SubscriptionCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.SubscriptionCTRL.Location = new System.Drawing.Point(4, 4);
     this.SubscriptionCTRL.Name     = "SubscriptionCTRL";
     this.SubscriptionCTRL.Size     = new System.Drawing.Size(246, 296);
     this.SubscriptionCTRL.TabIndex = 2;
     //
     // ItemsCTRL
     //
     this.ItemsCTRL.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ItemsCTRL.Location = new System.Drawing.Point(0, 4);
     this.ItemsCTRL.Name     = "ItemsCTRL";
     this.ItemsCTRL.Size     = new System.Drawing.Size(534, 296);
     this.ItemsCTRL.TabIndex = 7;
     //
     // RightPN
     //
     this.RightPN.Controls.Add(this.ItemsCTRL);
     this.RightPN.Controls.Add(this.ResultsCTRL);
     this.RightPN.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.RightPN.Location = new System.Drawing.Point(254, 0);
     this.RightPN.Name     = "RightPN";
     this.RightPN.Padding  = new System.Windows.Forms.Padding(0, 4, 4, 0);
     this.RightPN.Size     = new System.Drawing.Size(538, 300);
     this.RightPN.TabIndex = 8;
     //
     // ResultsCTRL
     //
     this.ResultsCTRL.AllowDrop = true;
     this.ResultsCTRL.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ResultsCTRL.Location  = new System.Drawing.Point(0, 4);
     this.ResultsCTRL.Name      = "ResultsCTRL";
     this.ResultsCTRL.Size      = new System.Drawing.Size(534, 296);
     this.ResultsCTRL.TabIndex  = 0;
     //
     // ButtonsPN
     //
     this.ButtonsPN.Controls.Add(this.OptionsBTN);
     this.ButtonsPN.Controls.Add(this.BackBTN);
     this.ButtonsPN.Controls.Add(this.NextBTN);
     this.ButtonsPN.Controls.Add(this.CancelBTN);
     this.ButtonsPN.Controls.Add(this.DoneBTN);
     this.ButtonsPN.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ButtonsPN.Location = new System.Drawing.Point(0, 300);
     this.ButtonsPN.Name     = "ButtonsPN";
     this.ButtonsPN.Size     = new System.Drawing.Size(792, 36);
     this.ButtonsPN.TabIndex = 9;
     //
     // OptionsBTN
     //
     this.OptionsBTN.Location = new System.Drawing.Point(5, 8);
     this.OptionsBTN.Name     = "OptionsBTN";
     this.OptionsBTN.Size     = new System.Drawing.Size(75, 23);
     this.OptionsBTN.TabIndex = 7;
     this.OptionsBTN.Text     = "Options...";
     this.OptionsBTN.Click   += new System.EventHandler(this.OptionsBTN_Click);
     //
     // BackBTN
     //
     this.BackBTN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BackBTN.Location = new System.Drawing.Point(552, 8);
     this.BackBTN.Name     = "BackBTN";
     this.BackBTN.Size     = new System.Drawing.Size(75, 23);
     this.BackBTN.TabIndex = 3;
     this.BackBTN.Text     = "< Back";
     this.BackBTN.Click   += new System.EventHandler(this.BackBTN_Click);
     //
     // NextBTN
     //
     this.NextBTN.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.NextBTN.Location = new System.Drawing.Point(632, 8);
     this.NextBTN.Name     = "NextBTN";
     this.NextBTN.Size     = new System.Drawing.Size(75, 23);
     this.NextBTN.TabIndex = 2;
     this.NextBTN.Text     = "Next >";
     this.NextBTN.Click   += new System.EventHandler(this.NextBTN_Click);
     //
     // CancelBTN
     //
     this.CancelBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.CancelBTN.Location     = new System.Drawing.Point(712, 8);
     this.CancelBTN.Name         = "CancelBTN";
     this.CancelBTN.Size         = new System.Drawing.Size(75, 23);
     this.CancelBTN.TabIndex     = 5;
     this.CancelBTN.Text         = "Cancel";
     this.CancelBTN.Click       += new System.EventHandler(this.DoneBTN_Click);
     //
     // DoneBTN
     //
     this.DoneBTN.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.DoneBTN.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.DoneBTN.Location     = new System.Drawing.Point(712, 8);
     this.DoneBTN.Name         = "DoneBTN";
     this.DoneBTN.Size         = new System.Drawing.Size(75, 23);
     this.DoneBTN.TabIndex     = 0;
     this.DoneBTN.Text         = "Done";
     //
     // SplitterV
     //
     this.SplitterV.Location = new System.Drawing.Point(250, 0);
     this.SplitterV.Name     = "SplitterV";
     this.SplitterV.Size     = new System.Drawing.Size(4, 300);
     this.SplitterV.TabIndex = 10;
     this.SplitterV.TabStop  = false;
     //
     // WriteItemsDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 336);
     this.Controls.Add(this.RightPN);
     this.Controls.Add(this.SplitterV);
     this.Controls.Add(this.LeftPN);
     this.Controls.Add(this.ButtonsPN);
     this.HelpButton         = true;
     this.Icon               = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox        = false;
     this.MinimizeBox        = false;
     this.Name               = "WriteItemsDlg";
     this.StartPosition      = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text               = "Write Items";
     this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.WriteItemsDlg_HelpButtonClicked);
     this.LeftPN.ResumeLayout(false);
     this.RightPN.ResumeLayout(false);
     this.ButtonsPN.ResumeLayout(false);
     this.ResumeLayout(false);
 }