コード例 #1
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSGprsSetupView));
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.MMeanThroughputTB  = new System.Windows.Forms.TextBox();
     this.MMeanThroughputLbl = new System.Windows.Forms.Label();
     this.MPeakThroughputTB  = new System.Windows.Forms.TextBox();
     this.MPeakThroughputLbl = new System.Windows.Forms.Label();
     this.MReliabilityTB     = new System.Windows.Forms.TextBox();
     this.MReliabilityLbl    = new System.Windows.Forms.Label();
     this.MDelayTB           = new System.Windows.Forms.TextBox();
     this.MDelayLbl          = new System.Windows.Forms.Label();
     this.MPrecedenceTB      = new System.Windows.Forms.TextBox();
     this.MPrecedenceLbl     = new System.Windows.Forms.Label();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.CMeanThroughputTB  = new System.Windows.Forms.TextBox();
     this.CMeanThroughputLbl = new System.Windows.Forms.Label();
     this.CPeakThroughputTB  = new System.Windows.Forms.TextBox();
     this.CPeakThroughputLbl = new System.Windows.Forms.Label();
     this.CReliabilityTB     = new System.Windows.Forms.TextBox();
     this.CReliabilityLbl    = new System.Windows.Forms.Label();
     this.CDelayTB           = new System.Windows.Forms.TextBox();
     this.CDelayLbl          = new System.Windows.Forms.Label();
     this.CPrecedenceTB      = new System.Windows.Forms.TextBox();
     this.CPrecedenceLbl     = new System.Windows.Forms.Label();
     this.PINCodeTB          = new GXDLMSDirector.Views.GXValueField();
     this.PINCodeLbl         = new System.Windows.Forms.Label();
     this.APNTB          = new GXDLMSDirector.Views.GXValueField();
     this.APNLbl         = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.PINCodeTB);
     this.groupBox1.Controls.Add(this.PINCodeLbl);
     this.groupBox1.Controls.Add(this.APNTB);
     this.groupBox1.Controls.Add(this.APNLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 368);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "GPRS Modem Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.MMeanThroughputTB);
     this.groupBox3.Controls.Add(this.MMeanThroughputLbl);
     this.groupBox3.Controls.Add(this.MPeakThroughputTB);
     this.groupBox3.Controls.Add(this.MPeakThroughputLbl);
     this.groupBox3.Controls.Add(this.MReliabilityTB);
     this.groupBox3.Controls.Add(this.MReliabilityLbl);
     this.groupBox3.Controls.Add(this.MDelayTB);
     this.groupBox3.Controls.Add(this.MDelayLbl);
     this.groupBox3.Controls.Add(this.MPrecedenceTB);
     this.groupBox3.Controls.Add(this.MPrecedenceLbl);
     this.groupBox3.Location = new System.Drawing.Point(0, 227);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(296, 142);
     this.groupBox3.TabIndex = 17;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Quality of Service";
     //
     // MMeanThroughputTB
     //
     this.MMeanThroughputTB.Location = new System.Drawing.Point(105, 117);
     this.MMeanThroughputTB.Name     = "MMeanThroughputTB";
     this.MMeanThroughputTB.Size     = new System.Drawing.Size(168, 20);
     this.MMeanThroughputTB.TabIndex = 16;
     //
     // MMeanThroughputLbl
     //
     this.MMeanThroughputLbl.AutoSize = true;
     this.MMeanThroughputLbl.Location = new System.Drawing.Point(6, 120);
     this.MMeanThroughputLbl.Name     = "MMeanThroughputLbl";
     this.MMeanThroughputLbl.Size     = new System.Drawing.Size(95, 13);
     this.MMeanThroughputLbl.TabIndex = 15;
     this.MMeanThroughputLbl.Text     = "Mean Throughput:";
     //
     // MPeakThroughputTB
     //
     this.MPeakThroughputTB.Location = new System.Drawing.Point(105, 91);
     this.MPeakThroughputTB.Name     = "MPeakThroughputTB";
     this.MPeakThroughputTB.Size     = new System.Drawing.Size(168, 20);
     this.MPeakThroughputTB.TabIndex = 14;
     //
     // MPeakThroughputLbl
     //
     this.MPeakThroughputLbl.AutoSize = true;
     this.MPeakThroughputLbl.Location = new System.Drawing.Point(6, 94);
     this.MPeakThroughputLbl.Name     = "MPeakThroughputLbl";
     this.MPeakThroughputLbl.Size     = new System.Drawing.Size(93, 13);
     this.MPeakThroughputLbl.TabIndex = 13;
     this.MPeakThroughputLbl.Text     = "Peak Throughput:";
     //
     // MReliabilityTB
     //
     this.MReliabilityTB.Location = new System.Drawing.Point(105, 65);
     this.MReliabilityTB.Name     = "MReliabilityTB";
     this.MReliabilityTB.Size     = new System.Drawing.Size(168, 20);
     this.MReliabilityTB.TabIndex = 12;
     //
     // MReliabilityLbl
     //
     this.MReliabilityLbl.AutoSize = true;
     this.MReliabilityLbl.Location = new System.Drawing.Point(6, 68);
     this.MReliabilityLbl.Name     = "MReliabilityLbl";
     this.MReliabilityLbl.Size     = new System.Drawing.Size(54, 13);
     this.MReliabilityLbl.TabIndex = 11;
     this.MReliabilityLbl.Text     = "Reliability:";
     //
     // MDelayTB
     //
     this.MDelayTB.Location = new System.Drawing.Point(105, 39);
     this.MDelayTB.Name     = "MDelayTB";
     this.MDelayTB.Size     = new System.Drawing.Size(168, 20);
     this.MDelayTB.TabIndex = 10;
     //
     // MDelayLbl
     //
     this.MDelayLbl.AutoSize = true;
     this.MDelayLbl.Location = new System.Drawing.Point(6, 42);
     this.MDelayLbl.Name     = "MDelayLbl";
     this.MDelayLbl.Size     = new System.Drawing.Size(37, 13);
     this.MDelayLbl.TabIndex = 9;
     this.MDelayLbl.Text     = "Delay:";
     //
     // MPrecedenceTB
     //
     this.MPrecedenceTB.Location = new System.Drawing.Point(105, 13);
     this.MPrecedenceTB.Name     = "MPrecedenceTB";
     this.MPrecedenceTB.Size     = new System.Drawing.Size(168, 20);
     this.MPrecedenceTB.TabIndex = 8;
     //
     // MPrecedenceLbl
     //
     this.MPrecedenceLbl.AutoSize = true;
     this.MPrecedenceLbl.Location = new System.Drawing.Point(6, 16);
     this.MPrecedenceLbl.Name     = "MPrecedenceLbl";
     this.MPrecedenceLbl.Size     = new System.Drawing.Size(68, 13);
     this.MPrecedenceLbl.TabIndex = 7;
     this.MPrecedenceLbl.Text     = "Precedence:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.CMeanThroughputTB);
     this.groupBox2.Controls.Add(this.CMeanThroughputLbl);
     this.groupBox2.Controls.Add(this.CPeakThroughputTB);
     this.groupBox2.Controls.Add(this.CPeakThroughputLbl);
     this.groupBox2.Controls.Add(this.CReliabilityTB);
     this.groupBox2.Controls.Add(this.CReliabilityLbl);
     this.groupBox2.Controls.Add(this.CDelayTB);
     this.groupBox2.Controls.Add(this.CDelayLbl);
     this.groupBox2.Controls.Add(this.CPrecedenceTB);
     this.groupBox2.Controls.Add(this.CPrecedenceLbl);
     this.groupBox2.Location = new System.Drawing.Point(0, 93);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(296, 142);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Quality of Service";
     //
     // CMeanThroughputTB
     //
     this.CMeanThroughputTB.Location = new System.Drawing.Point(105, 117);
     this.CMeanThroughputTB.Name     = "CMeanThroughputTB";
     this.CMeanThroughputTB.Size     = new System.Drawing.Size(168, 20);
     this.CMeanThroughputTB.TabIndex = 16;
     //
     // CMeanThroughputLbl
     //
     this.CMeanThroughputLbl.AutoSize = true;
     this.CMeanThroughputLbl.Location = new System.Drawing.Point(6, 120);
     this.CMeanThroughputLbl.Name     = "CMeanThroughputLbl";
     this.CMeanThroughputLbl.Size     = new System.Drawing.Size(95, 13);
     this.CMeanThroughputLbl.TabIndex = 15;
     this.CMeanThroughputLbl.Text     = "Mean Throughput:";
     //
     // CPeakThroughputTB
     //
     this.CPeakThroughputTB.Location = new System.Drawing.Point(105, 91);
     this.CPeakThroughputTB.Name     = "CPeakThroughputTB";
     this.CPeakThroughputTB.Size     = new System.Drawing.Size(168, 20);
     this.CPeakThroughputTB.TabIndex = 14;
     //
     // CPeakThroughputLbl
     //
     this.CPeakThroughputLbl.AutoSize = true;
     this.CPeakThroughputLbl.Location = new System.Drawing.Point(6, 94);
     this.CPeakThroughputLbl.Name     = "CPeakThroughputLbl";
     this.CPeakThroughputLbl.Size     = new System.Drawing.Size(93, 13);
     this.CPeakThroughputLbl.TabIndex = 13;
     this.CPeakThroughputLbl.Text     = "Peak Throughput:";
     //
     // CReliabilityTB
     //
     this.CReliabilityTB.Location = new System.Drawing.Point(105, 65);
     this.CReliabilityTB.Name     = "CReliabilityTB";
     this.CReliabilityTB.Size     = new System.Drawing.Size(168, 20);
     this.CReliabilityTB.TabIndex = 12;
     //
     // CReliabilityLbl
     //
     this.CReliabilityLbl.AutoSize = true;
     this.CReliabilityLbl.Location = new System.Drawing.Point(6, 68);
     this.CReliabilityLbl.Name     = "CReliabilityLbl";
     this.CReliabilityLbl.Size     = new System.Drawing.Size(54, 13);
     this.CReliabilityLbl.TabIndex = 11;
     this.CReliabilityLbl.Text     = "Reliability:";
     //
     // CDelayTB
     //
     this.CDelayTB.Location = new System.Drawing.Point(105, 39);
     this.CDelayTB.Name     = "CDelayTB";
     this.CDelayTB.Size     = new System.Drawing.Size(168, 20);
     this.CDelayTB.TabIndex = 10;
     //
     // CDelayLbl
     //
     this.CDelayLbl.AutoSize = true;
     this.CDelayLbl.Location = new System.Drawing.Point(6, 42);
     this.CDelayLbl.Name     = "CDelayLbl";
     this.CDelayLbl.Size     = new System.Drawing.Size(37, 13);
     this.CDelayLbl.TabIndex = 9;
     this.CDelayLbl.Text     = "Delay:";
     //
     // CPrecedenceTB
     //
     this.CPrecedenceTB.Location = new System.Drawing.Point(105, 13);
     this.CPrecedenceTB.Name     = "CPrecedenceTB";
     this.CPrecedenceTB.Size     = new System.Drawing.Size(168, 20);
     this.CPrecedenceTB.TabIndex = 8;
     //
     // CPrecedenceLbl
     //
     this.CPrecedenceLbl.AutoSize = true;
     this.CPrecedenceLbl.Location = new System.Drawing.Point(6, 16);
     this.CPrecedenceLbl.Name     = "CPrecedenceLbl";
     this.CPrecedenceLbl.Size     = new System.Drawing.Size(68, 13);
     this.CPrecedenceLbl.TabIndex = 7;
     this.CPrecedenceLbl.Text     = "Precedence:";
     //
     // PINCodeTB
     //
     this.PINCodeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.PINCodeTB.AttributeID = 3;
     this.PINCodeTB.Location    = new System.Drawing.Point(102, 73);
     this.PINCodeTB.Name        = "PINCodeTB";
     this.PINCodeTB.Size        = new System.Drawing.Size(171, 20);
     this.PINCodeTB.TabIndex    = 3;
     this.PINCodeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // PINCodeLbl
     //
     this.PINCodeLbl.AutoSize = true;
     this.PINCodeLbl.Location = new System.Drawing.Point(6, 76);
     this.PINCodeLbl.Name     = "PINCodeLbl";
     this.PINCodeLbl.Size     = new System.Drawing.Size(56, 13);
     this.PINCodeLbl.TabIndex = 4;
     this.PINCodeLbl.Text     = "PIN Code:";
     //
     // APNTB
     //
     this.APNTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.APNTB.AttributeID = 2;
     this.APNTB.Location    = new System.Drawing.Point(102, 47);
     this.APNTB.Name        = "APNTB";
     this.APNTB.Size        = new System.Drawing.Size(171, 20);
     this.APNTB.TabIndex    = 2;
     this.APNTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // APNLbl
     //
     this.APNLbl.AutoSize = true;
     this.APNLbl.Location = new System.Drawing.Point(6, 50);
     this.APNLbl.Name     = "APNLbl";
     this.APNLbl.Size     = new System.Drawing.Size(32, 13);
     this.APNLbl.TabIndex = 2;
     this.APNLbl.Text     = "APN:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSGprsSetupView
     //
     this.ClientSize = new System.Drawing.Size(320, 387);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSGprsSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSMBusSlavePortSetupView));
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.BusAddressLbl        = new System.Windows.Forms.Label();
     this.AddressStateLbl      = new System.Windows.Forms.Label();
     this.AvailableBaudrateLbl = new System.Windows.Forms.Label();
     this.DefaultBaudrateLbl   = new System.Windows.Forms.Label();
     this.LogicalNameLbl       = new System.Windows.Forms.Label();
     this.errorProvider1       = new System.Windows.Forms.ErrorProvider(this.components);
     this.BusAddressTB         = new GXDLMSDirector.Views.GXValueField();
     this.AddressStateTB       = new GXDLMSDirector.Views.GXValueField();
     this.AvailableBaudrateTB  = new GXDLMSDirector.Views.GXValueField();
     this.DefaultBaudrateTB    = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameTB        = new GXDLMSDirector.Views.GXValueField();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.BusAddressTB);
     this.groupBox1.Controls.Add(this.BusAddressLbl);
     this.groupBox1.Controls.Add(this.AddressStateTB);
     this.groupBox1.Controls.Add(this.AddressStateLbl);
     this.groupBox1.Controls.Add(this.AvailableBaudrateTB);
     this.groupBox1.Controls.Add(this.AvailableBaudrateLbl);
     this.groupBox1.Controls.Add(this.DefaultBaudrateTB);
     this.groupBox1.Controls.Add(this.DefaultBaudrateLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(300, 153);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "MBus Slave Port Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // BusAddressLbl
     //
     this.BusAddressLbl.AutoSize = true;
     this.BusAddressLbl.Location = new System.Drawing.Point(3, 128);
     this.BusAddressLbl.Name     = "BusAddressLbl";
     this.BusAddressLbl.Size     = new System.Drawing.Size(69, 13);
     this.BusAddressLbl.TabIndex = 19;
     this.BusAddressLbl.Text     = "Bus Address:";
     //
     // AddressStateLbl
     //
     this.AddressStateLbl.AutoSize = true;
     this.AddressStateLbl.Location = new System.Drawing.Point(3, 102);
     this.AddressStateLbl.Name     = "AddressStateLbl";
     this.AddressStateLbl.Size     = new System.Drawing.Size(76, 13);
     this.AddressStateLbl.TabIndex = 17;
     this.AddressStateLbl.Text     = "Address State:";
     //
     // AvailableBaudrateLbl
     //
     this.AvailableBaudrateLbl.AutoSize = true;
     this.AvailableBaudrateLbl.Location = new System.Drawing.Point(6, 76);
     this.AvailableBaudrateLbl.Name     = "AvailableBaudrateLbl";
     this.AvailableBaudrateLbl.Size     = new System.Drawing.Size(99, 13);
     this.AvailableBaudrateLbl.TabIndex = 4;
     this.AvailableBaudrateLbl.Text     = "Available Baudrate:";
     //
     // DefaultBaudrateLbl
     //
     this.DefaultBaudrateLbl.AutoSize = true;
     this.DefaultBaudrateLbl.Location = new System.Drawing.Point(6, 50);
     this.DefaultBaudrateLbl.Name     = "DefaultBaudrateLbl";
     this.DefaultBaudrateLbl.Size     = new System.Drawing.Size(90, 13);
     this.DefaultBaudrateLbl.TabIndex = 2;
     this.DefaultBaudrateLbl.Text     = "Default Baudrate:";
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // BusAddressTB
     //
     this.BusAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.BusAddressTB.AttributeID = 5;
     this.BusAddressTB.Location    = new System.Drawing.Point(122, 125);
     this.BusAddressTB.Name        = "BusAddressTB";
     this.BusAddressTB.Size        = new System.Drawing.Size(168, 20);
     this.BusAddressTB.TabIndex    = 20;
     this.BusAddressTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // AddressStateTB
     //
     this.AddressStateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.AddressStateTB.AttributeID = 4;
     this.AddressStateTB.Location    = new System.Drawing.Point(122, 99);
     this.AddressStateTB.Name        = "AddressStateTB";
     this.AddressStateTB.Size        = new System.Drawing.Size(168, 20);
     this.AddressStateTB.TabIndex    = 18;
     this.AddressStateTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // AvailableBaudrateTB
     //
     this.AvailableBaudrateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.AvailableBaudrateTB.AttributeID = 3;
     this.AvailableBaudrateTB.Location    = new System.Drawing.Point(122, 73);
     this.AvailableBaudrateTB.Name        = "AvailableBaudrateTB";
     this.AvailableBaudrateTB.Size        = new System.Drawing.Size(168, 20);
     this.AvailableBaudrateTB.TabIndex    = 3;
     this.AvailableBaudrateTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DefaultBaudrateTB
     //
     this.DefaultBaudrateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.DefaultBaudrateTB.AttributeID = 2;
     this.DefaultBaudrateTB.Location    = new System.Drawing.Point(122, 47);
     this.DefaultBaudrateTB.Name        = "DefaultBaudrateTB";
     this.DefaultBaudrateTB.Size        = new System.Drawing.Size(168, 20);
     this.DefaultBaudrateTB.TabIndex    = 2;
     this.DefaultBaudrateTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(122, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(168, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // GXDLMSMBusSlavePortSetupView
     //
     this.ClientSize = new System.Drawing.Size(324, 179);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSMBusSlavePortSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSImageTransferView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ImageTransferStatusCB = new GXDLMSDirector.Views.GXValueField();
     this.ImageTransferStatusLbl = new System.Windows.Forms.Label();
     this.ImageTransferEnabledCB = new System.Windows.Forms.CheckBox();
     this.ImageTransferEnabledLbl = new System.Windows.Forms.Label();
     this.ImageFirstNotTransferredBlockNumberTB = new GXDLMSDirector.Views.GXValueField();
     this.ImageFirstNotTransferredBlockNumberLbl = new System.Windows.Forms.Label();
     this.ImageTransferredBlocksStatusTB = new GXDLMSDirector.Views.GXValueField();
     this.ImageTransferredBlocksStatusLbl = new System.Windows.Forms.Label();
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB = new System.Windows.Forms.TextBox();
     this.ImageBlockSizeTB = new GXDLMSDirector.Views.GXValueField();
     this.ImageBlockSizeLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.ImageActivateInfoTB = new GXDLMSDirector.Views.GXValueField();
     this.ImageActivateInfoLbl = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ImageActivateInfoTB);
     this.groupBox1.Controls.Add(this.ImageActivateInfoLbl);
     this.groupBox1.Controls.Add(this.ImageTransferStatusCB);
     this.groupBox1.Controls.Add(this.ImageTransferStatusLbl);
     this.groupBox1.Controls.Add(this.ImageTransferEnabledCB);
     this.groupBox1.Controls.Add(this.ImageTransferEnabledLbl);
     this.groupBox1.Controls.Add(this.ImageFirstNotTransferredBlockNumberTB);
     this.groupBox1.Controls.Add(this.ImageFirstNotTransferredBlockNumberLbl);
     this.groupBox1.Controls.Add(this.ImageTransferredBlocksStatusTB);
     this.groupBox1.Controls.Add(this.ImageTransferredBlocksStatusLbl);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ImageBlockSizeTB);
     this.groupBox1.Controls.Add(this.ImageBlockSizeLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 251);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Image Transfer Object";
     //
     // ImageTransferStatusCB
     //
     this.ImageTransferStatusCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageTransferStatusCB.AttributeID = 6;
     this.ImageTransferStatusCB.Location = new System.Drawing.Point(104, 171);
     this.ImageTransferStatusCB.Name = "ImageTransferStatusCB";
     this.ImageTransferStatusCB.ReadOnly = true;
     this.ImageTransferStatusCB.Size = new System.Drawing.Size(171, 59);
     this.ImageTransferStatusCB.TabIndex = 19;
     this.ImageTransferStatusCB.Type = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // ImageTransferStatusLbl
     //
     this.ImageTransferStatusLbl.AutoSize = true;
     this.ImageTransferStatusLbl.Location = new System.Drawing.Point(7, 174);
     this.ImageTransferStatusLbl.Name = "ImageTransferStatusLbl";
     this.ImageTransferStatusLbl.Size = new System.Drawing.Size(40, 13);
     this.ImageTransferStatusLbl.TabIndex = 20;
     this.ImageTransferStatusLbl.Text = "Status:";
     //
     // ImageTransferEnabledCB
     //
     this.ImageTransferEnabledCB.Checked = true;
     this.ImageTransferEnabledCB.CheckState = System.Windows.Forms.CheckState.Indeterminate;
     this.ImageTransferEnabledCB.Location = new System.Drawing.Point(104, 148);
     this.ImageTransferEnabledCB.Name = "ImageTransferEnabledCB";
     this.ImageTransferEnabledCB.Size = new System.Drawing.Size(27, 17);
     this.ImageTransferEnabledCB.TabIndex = 17;
     this.ImageTransferEnabledCB.UseVisualStyleBackColor = false;
     //
     // ImageTransferEnabledLbl
     //
     this.ImageTransferEnabledLbl.AutoSize = true;
     this.ImageTransferEnabledLbl.Location = new System.Drawing.Point(7, 149);
     this.ImageTransferEnabledLbl.Name = "ImageTransferEnabledLbl";
     this.ImageTransferEnabledLbl.Size = new System.Drawing.Size(49, 13);
     this.ImageTransferEnabledLbl.TabIndex = 18;
     this.ImageTransferEnabledLbl.Text = "Enabled:";
     //
     // ImageFirstNotTransferredBlockNumberTB
     //
     this.ImageFirstNotTransferredBlockNumberTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageFirstNotTransferredBlockNumberTB.AttributeID = 4;
     this.ImageFirstNotTransferredBlockNumberTB.Location = new System.Drawing.Point(104, 123);
     this.ImageFirstNotTransferredBlockNumberTB.Name = "ImageFirstNotTransferredBlockNumberTB";
     this.ImageFirstNotTransferredBlockNumberTB.Size = new System.Drawing.Size(171, 20);
     this.ImageFirstNotTransferredBlockNumberTB.TabIndex = 8;
     this.ImageFirstNotTransferredBlockNumberTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ImageFirstNotTransferredBlockNumberLbl
     //
     this.ImageFirstNotTransferredBlockNumberLbl.AutoSize = true;
     this.ImageFirstNotTransferredBlockNumberLbl.Location = new System.Drawing.Point(7, 126);
     this.ImageFirstNotTransferredBlockNumberLbl.Name = "ImageFirstNotTransferredBlockNumberLbl";
     this.ImageFirstNotTransferredBlockNumberLbl.Size = new System.Drawing.Size(59, 13);
     this.ImageFirstNotTransferredBlockNumberLbl.TabIndex = 9;
     this.ImageFirstNotTransferredBlockNumberLbl.Text = "First Block:";
     //
     // ImageTransferredBlocksStatusTB
     //
     this.ImageTransferredBlocksStatusTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageTransferredBlocksStatusTB.AttributeID = 3;
     this.ImageTransferredBlocksStatusTB.Location = new System.Drawing.Point(104, 97);
     this.ImageTransferredBlocksStatusTB.Name = "ImageTransferredBlocksStatusTB";
     this.ImageTransferredBlocksStatusTB.Size = new System.Drawing.Size(171, 20);
     this.ImageTransferredBlocksStatusTB.TabIndex = 6;
     this.ImageTransferredBlocksStatusTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ImageTransferredBlocksStatusLbl
     //
     this.ImageTransferredBlocksStatusLbl.AutoSize = true;
     this.ImageTransferredBlocksStatusLbl.Location = new System.Drawing.Point(7, 100);
     this.ImageTransferredBlocksStatusLbl.Name = "ImageTransferredBlocksStatusLbl";
     this.ImageTransferredBlocksStatusLbl.Size = new System.Drawing.Size(75, 13);
     this.ImageTransferredBlocksStatusLbl.TabIndex = 7;
     this.ImageTransferredBlocksStatusLbl.Text = "Blocks Status:";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name = "DescriptionLbl";
     this.DescriptionLbl.Size = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size = new System.Drawing.Size(172, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // ImageBlockSizeTB
     //
     this.ImageBlockSizeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageBlockSizeTB.AttributeID = 2;
     this.ImageBlockSizeTB.Location = new System.Drawing.Point(104, 71);
     this.ImageBlockSizeTB.Name = "ImageBlockSizeTB";
     this.ImageBlockSizeTB.Size = new System.Drawing.Size(171, 20);
     this.ImageBlockSizeTB.TabIndex = 0;
     this.ImageBlockSizeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     this.ImageBlockSizeTB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ValueTB_KeyPress);
     this.ImageBlockSizeTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ValueTB_KeyUp);
     //
     // ImageBlockSizeLbl
     //
     this.ImageBlockSizeLbl.AutoSize = true;
     this.ImageBlockSizeLbl.Location = new System.Drawing.Point(7, 74);
     this.ImageBlockSizeLbl.Name = "ImageBlockSizeLbl";
     this.ImageBlockSizeLbl.Size = new System.Drawing.Size(92, 13);
     this.ImageBlockSizeLbl.TabIndex = 2;
     this.ImageBlockSizeLbl.Text = "Image Block Size:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // ImageActivateInfoTB
     //
     this.ImageActivateInfoTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageActivateInfoTB.AttributeID = 7;
     this.ImageActivateInfoTB.Location = new System.Drawing.Point(103, 200);
     this.ImageActivateInfoTB.Name = "ImageActivateInfoTB";
     this.ImageActivateInfoTB.Size = new System.Drawing.Size(171, 20);
     this.ImageActivateInfoTB.TabIndex = 21;
     this.ImageActivateInfoTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ImageActivateInfoLbl
     //
     this.ImageActivateInfoLbl.AutoSize = true;
     this.ImageActivateInfoLbl.Location = new System.Drawing.Point(6, 203);
     this.ImageActivateInfoLbl.Name = "ImageActivateInfoLbl";
     this.ImageActivateInfoLbl.Size = new System.Drawing.Size(59, 13);
     this.ImageActivateInfoLbl.TabIndex = 22;
     this.ImageActivateInfoLbl.Text = "First Block:";
     //
     // GXDLMSImageTransferView
     //
     this.ClientSize = new System.Drawing.Size(320, 275);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSImageTransferView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSTcpUdpSetupView));
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.InactivityTimeoutTB   = new GXDLMSDirector.Views.GXValueField();
     this.InactivityTimeoutLbl  = new System.Windows.Forms.Label();
     this.MaxConnectionsTB      = new GXDLMSDirector.Views.GXValueField();
     this.MaxConnectionsLbl     = new System.Windows.Forms.Label();
     this.MaximumSegmentSizeTB  = new GXDLMSDirector.Views.GXValueField();
     this.MaximumSegmentSizeLbl = new System.Windows.Forms.Label();
     this.IPReferenceTB         = new GXDLMSDirector.Views.GXValueField();
     this.IPReferenceLbl        = new System.Windows.Forms.Label();
     this.PortTB         = new GXDLMSDirector.Views.GXValueField();
     this.PortLbl        = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.InactivityTimeoutTB);
     this.groupBox1.Controls.Add(this.InactivityTimeoutLbl);
     this.groupBox1.Controls.Add(this.MaxConnectionsTB);
     this.groupBox1.Controls.Add(this.MaxConnectionsLbl);
     this.groupBox1.Controls.Add(this.MaximumSegmentSizeTB);
     this.groupBox1.Controls.Add(this.MaximumSegmentSizeLbl);
     this.groupBox1.Controls.Add(this.IPReferenceTB);
     this.groupBox1.Controls.Add(this.IPReferenceLbl);
     this.groupBox1.Controls.Add(this.PortTB);
     this.groupBox1.Controls.Add(this.PortLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 184);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "TCP/UDP Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // InactivityTimeoutTB
     //
     this.InactivityTimeoutTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.InactivityTimeoutTB.AttributeID = 6;
     this.InactivityTimeoutTB.Location    = new System.Drawing.Point(102, 151);
     this.InactivityTimeoutTB.Name        = "InactivityTimeoutTB";
     this.InactivityTimeoutTB.Size        = new System.Drawing.Size(171, 20);
     this.InactivityTimeoutTB.TabIndex    = 11;
     this.InactivityTimeoutTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // InactivityTimeoutLbl
     //
     this.InactivityTimeoutLbl.AutoSize = true;
     this.InactivityTimeoutLbl.Location = new System.Drawing.Point(6, 154);
     this.InactivityTimeoutLbl.Name     = "InactivityTimeoutLbl";
     this.InactivityTimeoutLbl.Size     = new System.Drawing.Size(93, 13);
     this.InactivityTimeoutLbl.TabIndex = 10;
     this.InactivityTimeoutLbl.Text     = "Inactivity Timeout:";
     //
     // MaxConnectionsTB
     //
     this.MaxConnectionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.MaxConnectionsTB.AttributeID = 5;
     this.MaxConnectionsTB.Location    = new System.Drawing.Point(102, 125);
     this.MaxConnectionsTB.Name        = "MaxConnectionsTB";
     this.MaxConnectionsTB.Size        = new System.Drawing.Size(171, 20);
     this.MaxConnectionsTB.TabIndex    = 9;
     this.MaxConnectionsTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MaxConnectionsLbl
     //
     this.MaxConnectionsLbl.AutoSize = true;
     this.MaxConnectionsLbl.Location = new System.Drawing.Point(6, 128);
     this.MaxConnectionsLbl.Name     = "MaxConnectionsLbl";
     this.MaxConnectionsLbl.Size     = new System.Drawing.Size(92, 13);
     this.MaxConnectionsLbl.TabIndex = 8;
     this.MaxConnectionsLbl.Text     = "Max Connections:";
     //
     // MaximumSegmentSizeTB
     //
     this.MaximumSegmentSizeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.MaximumSegmentSizeTB.AttributeID = 4;
     this.MaximumSegmentSizeTB.Location    = new System.Drawing.Point(102, 99);
     this.MaximumSegmentSizeTB.Name        = "MaximumSegmentSizeTB";
     this.MaximumSegmentSizeTB.Size        = new System.Drawing.Size(171, 20);
     this.MaximumSegmentSizeTB.TabIndex    = 7;
     this.MaximumSegmentSizeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MaximumSegmentSizeLbl
     //
     this.MaximumSegmentSizeLbl.AutoSize = true;
     this.MaximumSegmentSizeLbl.Location = new System.Drawing.Point(6, 102);
     this.MaximumSegmentSizeLbl.Name     = "MaximumSegmentSizeLbl";
     this.MaximumSegmentSizeLbl.Size     = new System.Drawing.Size(98, 13);
     this.MaximumSegmentSizeLbl.TabIndex = 6;
     this.MaximumSegmentSizeLbl.Text     = "Max Segment Size:";
     //
     // IPReferenceTB
     //
     this.IPReferenceTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.IPReferenceTB.AttributeID = 3;
     this.IPReferenceTB.Location    = new System.Drawing.Point(102, 73);
     this.IPReferenceTB.Name        = "IPReferenceTB";
     this.IPReferenceTB.Size        = new System.Drawing.Size(171, 20);
     this.IPReferenceTB.TabIndex    = 5;
     this.IPReferenceTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // IPReferenceLbl
     //
     this.IPReferenceLbl.AutoSize = true;
     this.IPReferenceLbl.Location = new System.Drawing.Point(6, 76);
     this.IPReferenceLbl.Name     = "IPReferenceLbl";
     this.IPReferenceLbl.Size     = new System.Drawing.Size(73, 13);
     this.IPReferenceLbl.TabIndex = 4;
     this.IPReferenceLbl.Text     = "IP Reference:";
     //
     // PortTB
     //
     this.PortTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.PortTB.AttributeID = 2;
     this.PortTB.Location    = new System.Drawing.Point(102, 47);
     this.PortTB.Name        = "PortTB";
     this.PortTB.Size        = new System.Drawing.Size(171, 20);
     this.PortTB.TabIndex    = 3;
     this.PortTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // PortLbl
     //
     this.PortLbl.AutoSize = true;
     this.PortLbl.Location = new System.Drawing.Point(6, 50);
     this.PortLbl.Name     = "PortLbl";
     this.PortLbl.Size     = new System.Drawing.Size(29, 13);
     this.PortLbl.TabIndex = 2;
     this.PortLbl.Text     = "Port:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSTcpUdpSetupView
     //
     this.ClientSize = new System.Drawing.Size(320, 199);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSTcpUdpSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #5
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSIp4SetupView));
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.UseDHCCB               = new System.Windows.Forms.CheckBox();
     this.SecondaryDNSAddressTB  = new GXDLMSDirector.Views.GXValueField();
     this.SecondaryDNSAddressLbl = new System.Windows.Forms.Label();
     this.PrimaryDNSAddressTB    = new GXDLMSDirector.Views.GXValueField();
     this.PrimaryDNSAddressLbl   = new System.Windows.Forms.Label();
     this.UseDHCPLbl             = new System.Windows.Forms.Label();
     this.GatewayIPAddressTB     = new GXDLMSDirector.Views.GXValueField();
     this.GatewayIPAddressLbl    = new System.Windows.Forms.Label();
     this.SubnetMaskTB           = new GXDLMSDirector.Views.GXValueField();
     this.SubnetMaskLbl          = new System.Windows.Forms.Label();
     this.IPOptionsTB            = new GXDLMSDirector.Views.GXValueField();
     this.IPOptionsLbl           = new System.Windows.Forms.Label();
     this.MulticastIPAddressTB   = new GXDLMSDirector.Views.GXValueField();
     this.MulticastIPAddressLbl  = new System.Windows.Forms.Label();
     this.IPAddressTB            = new GXDLMSDirector.Views.GXValueField();
     this.IPAddressLbl           = new System.Windows.Forms.Label();
     this.DataLinkLayerTB        = new GXDLMSDirector.Views.GXValueField();
     this.DataLinkLayerLbl       = new System.Windows.Forms.Label();
     this.LogicalNameTB          = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl         = new System.Windows.Forms.Label();
     this.errorProvider1         = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.UseDHCCB);
     this.groupBox1.Controls.Add(this.SecondaryDNSAddressTB);
     this.groupBox1.Controls.Add(this.SecondaryDNSAddressLbl);
     this.groupBox1.Controls.Add(this.PrimaryDNSAddressTB);
     this.groupBox1.Controls.Add(this.PrimaryDNSAddressLbl);
     this.groupBox1.Controls.Add(this.UseDHCPLbl);
     this.groupBox1.Controls.Add(this.GatewayIPAddressTB);
     this.groupBox1.Controls.Add(this.GatewayIPAddressLbl);
     this.groupBox1.Controls.Add(this.SubnetMaskTB);
     this.groupBox1.Controls.Add(this.SubnetMaskLbl);
     this.groupBox1.Controls.Add(this.IPOptionsTB);
     this.groupBox1.Controls.Add(this.IPOptionsLbl);
     this.groupBox1.Controls.Add(this.MulticastIPAddressTB);
     this.groupBox1.Controls.Add(this.MulticastIPAddressLbl);
     this.groupBox1.Controls.Add(this.IPAddressTB);
     this.groupBox1.Controls.Add(this.IPAddressLbl);
     this.groupBox1.Controls.Add(this.DataLinkLayerTB);
     this.groupBox1.Controls.Add(this.DataLinkLayerLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(348, 292);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "TCP/UDP Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // UseDHCCB
     //
     this.UseDHCCB.Checked    = true;
     this.UseDHCCB.CheckState = System.Windows.Forms.CheckState.Indeterminate;
     this.UseDHCCB.Location   = new System.Drawing.Point(129, 204);
     this.UseDHCCB.Name       = "UseDHCCB";
     this.UseDHCCB.Size       = new System.Drawing.Size(27, 17);
     this.UseDHCCB.TabIndex   = 7;
     this.UseDHCCB.UseVisualStyleBackColor = false;
     //
     // SecondaryDNSAddressTB
     //
     this.SecondaryDNSAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.SecondaryDNSAddressTB.AttributeID = 10;
     this.SecondaryDNSAddressTB.Location    = new System.Drawing.Point(136, 255);
     this.SecondaryDNSAddressTB.Name        = "SecondaryDNSAddressTB";
     this.SecondaryDNSAddressTB.Size        = new System.Drawing.Size(206, 20);
     this.SecondaryDNSAddressTB.TabIndex    = 9;
     this.SecondaryDNSAddressTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SecondaryDNSAddressLbl
     //
     this.SecondaryDNSAddressLbl.AutoSize = true;
     this.SecondaryDNSAddressLbl.Location = new System.Drawing.Point(6, 258);
     this.SecondaryDNSAddressLbl.Name     = "SecondaryDNSAddressLbl";
     this.SecondaryDNSAddressLbl.Size     = new System.Drawing.Size(128, 13);
     this.SecondaryDNSAddressLbl.TabIndex = 18;
     this.SecondaryDNSAddressLbl.Text     = "Secondary DNS Address:";
     //
     // PrimaryDNSAddressTB
     //
     this.PrimaryDNSAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.PrimaryDNSAddressTB.AttributeID = 9;
     this.PrimaryDNSAddressTB.Location    = new System.Drawing.Point(136, 229);
     this.PrimaryDNSAddressTB.Name        = "PrimaryDNSAddressTB";
     this.PrimaryDNSAddressTB.Size        = new System.Drawing.Size(206, 20);
     this.PrimaryDNSAddressTB.TabIndex    = 8;
     this.PrimaryDNSAddressTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // PrimaryDNSAddressLbl
     //
     this.PrimaryDNSAddressLbl.AutoSize = true;
     this.PrimaryDNSAddressLbl.Location = new System.Drawing.Point(6, 232);
     this.PrimaryDNSAddressLbl.Name     = "PrimaryDNSAddressLbl";
     this.PrimaryDNSAddressLbl.Size     = new System.Drawing.Size(111, 13);
     this.PrimaryDNSAddressLbl.TabIndex = 16;
     this.PrimaryDNSAddressLbl.Text     = "Primary DNS Address:";
     //
     // UseDHCPLbl
     //
     this.UseDHCPLbl.AutoSize = true;
     this.UseDHCPLbl.Location = new System.Drawing.Point(6, 206);
     this.UseDHCPLbl.Name     = "UseDHCPLbl";
     this.UseDHCPLbl.Size     = new System.Drawing.Size(62, 13);
     this.UseDHCPLbl.TabIndex = 14;
     this.UseDHCPLbl.Text     = "Use DHCP:";
     //
     // GatewayIPAddressTB
     //
     this.GatewayIPAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.GatewayIPAddressTB.AttributeID = 7;
     this.GatewayIPAddressTB.Location    = new System.Drawing.Point(136, 177);
     this.GatewayIPAddressTB.Name        = "GatewayIPAddressTB";
     this.GatewayIPAddressTB.Size        = new System.Drawing.Size(206, 20);
     this.GatewayIPAddressTB.TabIndex    = 6;
     this.GatewayIPAddressTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // GatewayIPAddressLbl
     //
     this.GatewayIPAddressLbl.AutoSize = true;
     this.GatewayIPAddressLbl.Location = new System.Drawing.Point(6, 180);
     this.GatewayIPAddressLbl.Name     = "GatewayIPAddressLbl";
     this.GatewayIPAddressLbl.Size     = new System.Drawing.Size(106, 13);
     this.GatewayIPAddressLbl.TabIndex = 12;
     this.GatewayIPAddressLbl.Text     = "Gateway IP Address:";
     //
     // SubnetMaskTB
     //
     this.SubnetMaskTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.SubnetMaskTB.AttributeID = 6;
     this.SubnetMaskTB.Location    = new System.Drawing.Point(136, 151);
     this.SubnetMaskTB.Name        = "SubnetMaskTB";
     this.SubnetMaskTB.Size        = new System.Drawing.Size(206, 20);
     this.SubnetMaskTB.TabIndex    = 5;
     this.SubnetMaskTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SubnetMaskLbl
     //
     this.SubnetMaskLbl.AutoSize = true;
     this.SubnetMaskLbl.Location = new System.Drawing.Point(6, 154);
     this.SubnetMaskLbl.Name     = "SubnetMaskLbl";
     this.SubnetMaskLbl.Size     = new System.Drawing.Size(73, 13);
     this.SubnetMaskLbl.TabIndex = 10;
     this.SubnetMaskLbl.Text     = "Subnet Mask:";
     //
     // IPOptionsTB
     //
     this.IPOptionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.IPOptionsTB.AttributeID = 5;
     this.IPOptionsTB.Location    = new System.Drawing.Point(136, 125);
     this.IPOptionsTB.Name        = "IPOptionsTB";
     this.IPOptionsTB.Size        = new System.Drawing.Size(206, 20);
     this.IPOptionsTB.TabIndex    = 4;
     this.IPOptionsTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // IPOptionsLbl
     //
     this.IPOptionsLbl.AutoSize = true;
     this.IPOptionsLbl.Location = new System.Drawing.Point(6, 128);
     this.IPOptionsLbl.Name     = "IPOptionsLbl";
     this.IPOptionsLbl.Size     = new System.Drawing.Size(59, 13);
     this.IPOptionsLbl.TabIndex = 8;
     this.IPOptionsLbl.Text     = "IP Options:";
     //
     // MulticastIPAddressTB
     //
     this.MulticastIPAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.MulticastIPAddressTB.AttributeID = 4;
     this.MulticastIPAddressTB.Location    = new System.Drawing.Point(136, 99);
     this.MulticastIPAddressTB.Name        = "MulticastIPAddressTB";
     this.MulticastIPAddressTB.Size        = new System.Drawing.Size(206, 20);
     this.MulticastIPAddressTB.TabIndex    = 3;
     this.MulticastIPAddressTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MulticastIPAddressLbl
     //
     this.MulticastIPAddressLbl.AutoSize = true;
     this.MulticastIPAddressLbl.Location = new System.Drawing.Point(6, 102);
     this.MulticastIPAddressLbl.Name     = "MulticastIPAddressLbl";
     this.MulticastIPAddressLbl.Size     = new System.Drawing.Size(106, 13);
     this.MulticastIPAddressLbl.TabIndex = 6;
     this.MulticastIPAddressLbl.Text     = "Multicast IP Address:";
     //
     // IPAddressTB
     //
     this.IPAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.IPAddressTB.AttributeID = 3;
     this.IPAddressTB.Location    = new System.Drawing.Point(136, 73);
     this.IPAddressTB.Name        = "IPAddressTB";
     this.IPAddressTB.Size        = new System.Drawing.Size(206, 20);
     this.IPAddressTB.TabIndex    = 2;
     this.IPAddressTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // IPAddressLbl
     //
     this.IPAddressLbl.AutoSize = true;
     this.IPAddressLbl.Location = new System.Drawing.Point(6, 76);
     this.IPAddressLbl.Name     = "IPAddressLbl";
     this.IPAddressLbl.Size     = new System.Drawing.Size(61, 13);
     this.IPAddressLbl.TabIndex = 4;
     this.IPAddressLbl.Text     = "IP Address:";
     //
     // DataLinkLayerTB
     //
     this.DataLinkLayerTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.DataLinkLayerTB.AttributeID = 2;
     this.DataLinkLayerTB.Location    = new System.Drawing.Point(136, 47);
     this.DataLinkLayerTB.Name        = "DataLinkLayerTB";
     this.DataLinkLayerTB.Size        = new System.Drawing.Size(206, 20);
     this.DataLinkLayerTB.TabIndex    = 1;
     this.DataLinkLayerTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DataLinkLayerLbl
     //
     this.DataLinkLayerLbl.AutoSize = true;
     this.DataLinkLayerLbl.Location = new System.Drawing.Point(6, 50);
     this.DataLinkLayerLbl.Name     = "DataLinkLayerLbl";
     this.DataLinkLayerLbl.Size     = new System.Drawing.Size(77, 13);
     this.DataLinkLayerLbl.TabIndex = 2;
     this.DataLinkLayerLbl.Text     = "Data link layer:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(136, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(206, 20);
     this.LogicalNameTB.TabIndex    = 0;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSIp4SetupView
     //
     this.ClientSize = new System.Drawing.Size(372, 335);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSIp4SetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #6
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSAssociationLogicalNameView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.gxValueField1 = new GXDLMSDirector.Views.GXValueField();
     this.label1 = new System.Windows.Forms.Label();
     this.CallingWindowLV = new System.Windows.Forms.ListView();
     this.ClassIdHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.VersionHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.LogicalNameHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.AttributeAccesssHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.MethodAccessHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.SecretTB = new GXDLMSDirector.Views.GXValueField();
     this.SecretLbl = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.SecretTB);
     this.groupBox1.Controls.Add(this.SecretLbl);
     this.groupBox1.Controls.Add(this.gxValueField1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.CallingWindowLV);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(515, 324);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Association Logical  Name Object";
     //
     // gxValueField1
     //
     this.gxValueField1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.gxValueField1.AttributeID = 8;
     this.gxValueField1.Location = new System.Drawing.Point(102, 47);
     this.gxValueField1.Name = "gxValueField1";
     this.gxValueField1.Size = new System.Drawing.Size(390, 20);
     this.gxValueField1.TabIndex = 11;
     this.gxValueField1.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 50);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(97, 13);
     this.label1.TabIndex = 10;
     this.label1.Text = "Association Status:";
     //
     // CallingWindowLV
     //
     this.CallingWindowLV.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.CallingWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.ClassIdHeader,
     this.VersionHeader,
     this.LogicalNameHeader,
     this.AttributeAccesssHeader,
     this.MethodAccessHeader});
     this.CallingWindowLV.FullRowSelect = true;
     this.CallingWindowLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CallingWindowLV.HideSelection = false;
     this.CallingWindowLV.Location = new System.Drawing.Point(9, 103);
     this.CallingWindowLV.Name = "CallingWindowLV";
     this.CallingWindowLV.Size = new System.Drawing.Size(483, 215);
     this.CallingWindowLV.TabIndex = 9;
     this.CallingWindowLV.UseCompatibleStateImageBehavior = false;
     this.CallingWindowLV.View = System.Windows.Forms.View.Details;
     //
     // ClassIdHeader
     //
     this.ClassIdHeader.Text = "Class ID:";
     this.ClassIdHeader.Width = 105;
     //
     // VersionHeader
     //
     this.VersionHeader.Text = "Version:";
     //
     // LogicalNameHeader
     //
     this.LogicalNameHeader.Text = "Logical Name:";
     this.LogicalNameHeader.Width = 106;
     //
     // AttributeAccesssHeader
     //
     this.AttributeAccesssHeader.Text = "Acctibute Access:";
     this.AttributeAccesssHeader.Width = 106;
     //
     // MethodAccessHeader
     //
     this.MethodAccessHeader.Text = "Method Access:";
     this.MethodAccessHeader.Width = 97;
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(390, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // SecretTB
     //
     this.SecretTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.SecretTB.AttributeID = 7;
     this.SecretTB.Location = new System.Drawing.Point(102, 73);
     this.SecretTB.Name = "SecretTB";
     this.SecretTB.ReadOnly = true;
     this.SecretTB.Size = new System.Drawing.Size(390, 20);
     this.SecretTB.TabIndex = 13;
     this.SecretTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SecretLbl
     //
     this.SecretLbl.AutoSize = true;
     this.SecretLbl.Location = new System.Drawing.Point(6, 76);
     this.SecretLbl.Name = "SecretLbl";
     this.SecretLbl.Size = new System.Drawing.Size(41, 13);
     this.SecretLbl.TabIndex = 12;
     this.SecretLbl.Text = "Secret:";
     //
     // GXDLMSAssociationLogicalNameView
     //
     this.ClientSize = new System.Drawing.Size(539, 348);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSAssociationLogicalNameView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #7
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSActionScheduleView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.CallingWindowLV = new System.Windows.Forms.ListView();
     this.TimeHeader = new System.Windows.Forms.ColumnHeader();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.ScriptTypeLbl = new System.Windows.Forms.Label();
     this.ScriptTypeTB = new System.Windows.Forms.TextBox();
     this.ScriptSelectorLbl = new System.Windows.Forms.Label();
     this.ScriptSelectorTB = new System.Windows.Forms.TextBox();
     this.ScriptNameLbl = new System.Windows.Forms.Label();
     this.ScriptNameTB = new System.Windows.Forms.TextBox();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.CallingWindowLV);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(388, 335);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Action Schedule Object";
     //
     // CallingWindowLV
     //
     this.CallingWindowLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.CallingWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.TimeHeader});
     this.CallingWindowLV.FullRowSelect = true;
     this.CallingWindowLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CallingWindowLV.HideSelection = false;
     this.CallingWindowLV.Location = new System.Drawing.Point(6, 174);
     this.CallingWindowLV.Name = "CallingWindowLV";
     this.CallingWindowLV.Size = new System.Drawing.Size(359, 143);
     this.CallingWindowLV.TabIndex = 9;
     this.CallingWindowLV.UseCompatibleStateImageBehavior = false;
     this.CallingWindowLV.View = System.Windows.Forms.View.Details;
     //
     // TimeHeader
     //
     this.TimeHeader.Text = "Time:";
     this.TimeHeader.Width = 339;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.ScriptTypeLbl);
     this.groupBox2.Controls.Add(this.ScriptTypeTB);
     this.groupBox2.Controls.Add(this.ScriptSelectorLbl);
     this.groupBox2.Controls.Add(this.ScriptSelectorTB);
     this.groupBox2.Controls.Add(this.ScriptNameLbl);
     this.groupBox2.Controls.Add(this.ScriptNameTB);
     this.groupBox2.Location = new System.Drawing.Point(1, 58);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(387, 110);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Executed Script";
     //
     // ScriptTypeLbl
     //
     this.ScriptTypeLbl.AutoSize = true;
     this.ScriptTypeLbl.Location = new System.Drawing.Point(6, 80);
     this.ScriptTypeLbl.Name = "ScriptTypeLbl";
     this.ScriptTypeLbl.Size = new System.Drawing.Size(64, 13);
     this.ScriptTypeLbl.TabIndex = 5;
     this.ScriptTypeLbl.Text = "Script Type:";
     //
     // ScriptTypeTB
     //
     this.ScriptTypeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ScriptTypeTB.Location = new System.Drawing.Point(101, 80);
     this.ScriptTypeTB.Name = "ScriptTypeTB";
     this.ScriptTypeTB.Size = new System.Drawing.Size(261, 20);
     this.ScriptTypeTB.TabIndex = 4;
     //
     // ScriptSelectorLbl
     //
     this.ScriptSelectorLbl.AutoSize = true;
     this.ScriptSelectorLbl.Location = new System.Drawing.Point(6, 54);
     this.ScriptSelectorLbl.Name = "ScriptSelectorLbl";
     this.ScriptSelectorLbl.Size = new System.Drawing.Size(79, 13);
     this.ScriptSelectorLbl.TabIndex = 3;
     this.ScriptSelectorLbl.Text = "Script Selector:";
     //
     // ScriptSelectorTB
     //
     this.ScriptSelectorTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ScriptSelectorTB.Location = new System.Drawing.Point(101, 54);
     this.ScriptSelectorTB.Name = "ScriptSelectorTB";
     this.ScriptSelectorTB.Size = new System.Drawing.Size(261, 20);
     this.ScriptSelectorTB.TabIndex = 2;
     //
     // ScriptNameLbl
     //
     this.ScriptNameLbl.AutoSize = true;
     this.ScriptNameLbl.Location = new System.Drawing.Point(6, 28);
     this.ScriptNameLbl.Name = "ScriptNameLbl";
     this.ScriptNameLbl.Size = new System.Drawing.Size(68, 13);
     this.ScriptNameLbl.TabIndex = 1;
     this.ScriptNameLbl.Text = "Script Name:";
     //
     // ScriptNameTB
     //
     this.ScriptNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ScriptNameTB.Location = new System.Drawing.Point(101, 28);
     this.ScriptNameTB.Name = "ScriptNameTB";
     this.ScriptNameTB.Size = new System.Drawing.Size(261, 20);
     this.ScriptNameTB.TabIndex = 0;
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(263, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSActionScheduleView
     //
     this.ClientSize = new System.Drawing.Size(412, 359);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSActionScheduleView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #8
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSActivityCalendarView));
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.tabPage1               = new System.Windows.Forms.TabPage();
     this.label2                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.ADayProfileTC          = new System.Windows.Forms.TabControl();
     this.tabPage3               = new System.Windows.Forms.TabPage();
     this.AWeekProfileLV         = new System.Windows.Forms.ListView();
     this.columnHeader1          = new System.Windows.Forms.ColumnHeader();
     this.MonHeader              = new System.Windows.Forms.ColumnHeader();
     this.TueHeader              = new System.Windows.Forms.ColumnHeader();
     this.WedHeader              = new System.Windows.Forms.ColumnHeader();
     this.ThuHeader              = new System.Windows.Forms.ColumnHeader();
     this.FriHeader              = new System.Windows.Forms.ColumnHeader();
     this.SatHeader              = new System.Windows.Forms.ColumnHeader();
     this.SunHeader              = new System.Windows.Forms.ColumnHeader();
     this.SeasonProfileActiveLV  = new System.Windows.Forms.ListView();
     this.NameHeader             = new System.Windows.Forms.ColumnHeader();
     this.StartHeader            = new System.Windows.Forms.ColumnHeader();
     this.DayHeader              = new System.Windows.Forms.ColumnHeader();
     this.MonthHeader            = new System.Windows.Forms.ColumnHeader();
     this.YearHeader             = new System.Windows.Forms.ColumnHeader();
     this.WeekdaysHeader         = new System.Windows.Forms.ColumnHeader();
     this.WeekNameHeader         = new System.Windows.Forms.ColumnHeader();
     this.ASeasonProfileLbl      = new System.Windows.Forms.Label();
     this.ACalendarNameTB        = new GXDLMSDirector.Views.GXValueField();
     this.ACalendarNameLbl       = new System.Windows.Forms.Label();
     this.tabPage2               = new System.Windows.Forms.TabPage();
     this.label3                 = new System.Windows.Forms.Label();
     this.label4                 = new System.Windows.Forms.Label();
     this.PDayProfileTC          = new System.Windows.Forms.TabControl();
     this.tabPage4               = new System.Windows.Forms.TabPage();
     this.PWeekProfileLV         = new System.Windows.Forms.ListView();
     this.columnHeader2          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8          = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9          = new System.Windows.Forms.ColumnHeader();
     this.SeasonProfilePassiveLV = new System.Windows.Forms.ListView();
     this.columnHeader10         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader15         = new System.Windows.Forms.ColumnHeader();
     this.columnHeader16         = new System.Windows.Forms.ColumnHeader();
     this.label5                 = new System.Windows.Forms.Label();
     this.PCalendarNameTB        = new GXDLMSDirector.Views.GXValueField();
     this.PCalendarNameLbl       = new System.Windows.Forms.Label();
     this.LogicalNameTB          = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl         = new System.Windows.Forms.Label();
     this.errorProvider1         = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.ADayProfileTC.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.PDayProfileTC.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.tabControl1);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(507, 618);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Activity Calendar Object";
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(6, 47);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(495, 558);
     this.tabControl1.TabIndex      = 4;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.ADayProfileTC);
     this.tabPage1.Controls.Add(this.AWeekProfileLV);
     this.tabPage1.Controls.Add(this.SeasonProfileActiveLV);
     this.tabPage1.Controls.Add(this.ASeasonProfileLbl);
     this.tabPage1.Controls.Add(this.ACalendarNameTB);
     this.tabPage1.Controls.Add(this.ACalendarNameLbl);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(487, 532);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Active";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 326);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(61, 13);
     this.label2.TabIndex = 19;
     this.label2.Text     = "Day Profile:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 158);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(71, 13);
     this.label1.TabIndex = 18;
     this.label1.Text     = "Week Profile:";
     //
     // ADayProfileTC
     //
     this.ADayProfileTC.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.ADayProfileTC.Controls.Add(this.tabPage3);
     this.ADayProfileTC.Location      = new System.Drawing.Point(11, 342);
     this.ADayProfileTC.Name          = "ADayProfileTC";
     this.ADayProfileTC.SelectedIndex = 0;
     this.ADayProfileTC.Size          = new System.Drawing.Size(470, 176);
     this.ADayProfileTC.TabIndex      = 17;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(462, 150);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text     = "tabPage3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // AWeekProfileLV
     //
     this.AWeekProfileLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.AWeekProfileLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.MonHeader,
         this.TueHeader,
         this.WedHeader,
         this.ThuHeader,
         this.FriHeader,
         this.SatHeader,
         this.SunHeader
     });
     this.AWeekProfileLV.FullRowSelect = true;
     this.AWeekProfileLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.AWeekProfileLV.HideSelection = false;
     this.AWeekProfileLV.Location      = new System.Drawing.Point(11, 174);
     this.AWeekProfileLV.Name          = "AWeekProfileLV";
     this.AWeekProfileLV.Size          = new System.Drawing.Size(470, 147);
     this.AWeekProfileLV.TabIndex      = 16;
     this.AWeekProfileLV.UseCompatibleStateImageBehavior = false;
     this.AWeekProfileLV.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Name";
     this.columnHeader1.Width = 49;
     //
     // MonHeader
     //
     this.MonHeader.Text  = "Mon";
     this.MonHeader.Width = 50;
     //
     // TueHeader
     //
     this.TueHeader.Text = "Tue";
     //
     // WedHeader
     //
     this.WedHeader.Text = "Wed";
     //
     // ThuHeader
     //
     this.ThuHeader.Text = "Thu";
     //
     // FriHeader
     //
     this.FriHeader.Text  = "Fri";
     this.FriHeader.Width = 73;
     //
     // SatHeader
     //
     this.SatHeader.Text  = "Sat";
     this.SatHeader.Width = 78;
     //
     // SunHeader
     //
     this.SunHeader.Text = "Sun";
     //
     // SeasonProfileActiveLV
     //
     this.SeasonProfileActiveLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.SeasonProfileActiveLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.NameHeader,
         this.StartHeader,
         this.DayHeader,
         this.MonthHeader,
         this.YearHeader,
         this.WeekdaysHeader,
         this.WeekNameHeader
     });
     this.SeasonProfileActiveLV.FullRowSelect = true;
     this.SeasonProfileActiveLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.SeasonProfileActiveLV.HideSelection = false;
     this.SeasonProfileActiveLV.Location      = new System.Drawing.Point(11, 54);
     this.SeasonProfileActiveLV.Name          = "SeasonProfileActiveLV";
     this.SeasonProfileActiveLV.Size          = new System.Drawing.Size(470, 99);
     this.SeasonProfileActiveLV.TabIndex      = 15;
     this.SeasonProfileActiveLV.UseCompatibleStateImageBehavior = false;
     this.SeasonProfileActiveLV.View = System.Windows.Forms.View.Details;
     //
     // NameHeader
     //
     this.NameHeader.Text  = "Name";
     this.NameHeader.Width = 49;
     //
     // StartHeader
     //
     this.StartHeader.Text  = "Start";
     this.StartHeader.Width = 50;
     //
     // DayHeader
     //
     this.DayHeader.Text = "Day";
     //
     // MonthHeader
     //
     this.MonthHeader.Text = "Month";
     //
     // YearHeader
     //
     this.YearHeader.Text = "Year";
     //
     // WeekdaysHeader
     //
     this.WeekdaysHeader.Text  = "Weekdays";
     this.WeekdaysHeader.Width = 73;
     //
     // WeekNameHeader
     //
     this.WeekNameHeader.Text  = "Week Name";
     this.WeekNameHeader.Width = 78;
     //
     // ASeasonProfileLbl
     //
     this.ASeasonProfileLbl.AutoSize = true;
     this.ASeasonProfileLbl.Location = new System.Drawing.Point(11, 38);
     this.ASeasonProfileLbl.Name     = "ASeasonProfileLbl";
     this.ASeasonProfileLbl.Size     = new System.Drawing.Size(78, 13);
     this.ASeasonProfileLbl.TabIndex = 14;
     this.ASeasonProfileLbl.Text     = "Season Profile:";
     //
     // ACalendarNameTB
     //
     this.ACalendarNameTB.AttributeID = 2;
     this.ACalendarNameTB.Location    = new System.Drawing.Point(107, 9);
     this.ACalendarNameTB.Name        = "ACalendarNameTB";
     this.ACalendarNameTB.ReadOnly    = true;
     this.ACalendarNameTB.Size        = new System.Drawing.Size(208, 20);
     this.ACalendarNameTB.TabIndex    = 12;
     this.ACalendarNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ACalendarNameLbl
     //
     this.ACalendarNameLbl.AutoSize = true;
     this.ACalendarNameLbl.Location = new System.Drawing.Point(11, 12);
     this.ACalendarNameLbl.Name     = "ACalendarNameLbl";
     this.ACalendarNameLbl.Size     = new System.Drawing.Size(83, 13);
     this.ACalendarNameLbl.TabIndex = 13;
     this.ACalendarNameLbl.Text     = "Calendar Name:";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.PDayProfileTC);
     this.tabPage2.Controls.Add(this.PWeekProfileLV);
     this.tabPage2.Controls.Add(this.SeasonProfilePassiveLV);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.PCalendarNameTB);
     this.tabPage2.Controls.Add(this.PCalendarNameLbl);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(487, 532);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Passive";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 329);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(61, 13);
     this.label3.TabIndex = 27;
     this.label3.Text     = "Day Profile:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 161);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(71, 13);
     this.label4.TabIndex = 26;
     this.label4.Text     = "Week Profile:";
     //
     // PDayProfileTC
     //
     this.PDayProfileTC.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.PDayProfileTC.Controls.Add(this.tabPage4);
     this.PDayProfileTC.Location      = new System.Drawing.Point(8, 345);
     this.PDayProfileTC.Name          = "PDayProfileTC";
     this.PDayProfileTC.SelectedIndex = 0;
     this.PDayProfileTC.Size          = new System.Drawing.Size(470, 176);
     this.PDayProfileTC.TabIndex      = 25;
     //
     // tabPage4
     //
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size     = new System.Drawing.Size(462, 150);
     this.tabPage4.TabIndex = 0;
     this.tabPage4.Text     = "tabPage4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // PWeekProfileLV
     //
     this.PWeekProfileLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.PWeekProfileLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9
     });
     this.PWeekProfileLV.FullRowSelect = true;
     this.PWeekProfileLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.PWeekProfileLV.HideSelection = false;
     this.PWeekProfileLV.Location      = new System.Drawing.Point(8, 177);
     this.PWeekProfileLV.Name          = "PWeekProfileLV";
     this.PWeekProfileLV.Size          = new System.Drawing.Size(470, 147);
     this.PWeekProfileLV.TabIndex      = 24;
     this.PWeekProfileLV.UseCompatibleStateImageBehavior = false;
     this.PWeekProfileLV.View = System.Windows.Forms.View.Details;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Name";
     this.columnHeader2.Width = 49;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Mon";
     this.columnHeader3.Width = 50;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Tue";
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Wed";
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Thu";
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Fri";
     this.columnHeader7.Width = 73;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "Sat";
     this.columnHeader8.Width = 78;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Sun";
     //
     // SeasonProfilePassiveLV
     //
     this.SeasonProfilePassiveLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.SeasonProfilePassiveLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader10,
         this.columnHeader11,
         this.columnHeader12,
         this.columnHeader13,
         this.columnHeader14,
         this.columnHeader15,
         this.columnHeader16
     });
     this.SeasonProfilePassiveLV.FullRowSelect = true;
     this.SeasonProfilePassiveLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.SeasonProfilePassiveLV.HideSelection = false;
     this.SeasonProfilePassiveLV.Location      = new System.Drawing.Point(8, 57);
     this.SeasonProfilePassiveLV.Name          = "SeasonProfilePassiveLV";
     this.SeasonProfilePassiveLV.Size          = new System.Drawing.Size(470, 99);
     this.SeasonProfilePassiveLV.TabIndex      = 23;
     this.SeasonProfilePassiveLV.UseCompatibleStateImageBehavior = false;
     this.SeasonProfilePassiveLV.View = System.Windows.Forms.View.Details;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "Name";
     this.columnHeader10.Width = 49;
     //
     // columnHeader11
     //
     this.columnHeader11.Text  = "Start";
     this.columnHeader11.Width = 50;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Day";
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Month";
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "Year";
     //
     // columnHeader15
     //
     this.columnHeader15.Text  = "Weekdays";
     this.columnHeader15.Width = 73;
     //
     // columnHeader16
     //
     this.columnHeader16.Text  = "Week Name";
     this.columnHeader16.Width = 78;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(8, 41);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(78, 13);
     this.label5.TabIndex = 22;
     this.label5.Text     = "Season Profile:";
     //
     // PCalendarNameTB
     //
     this.PCalendarNameTB.AttributeID = 6;
     this.PCalendarNameTB.Location    = new System.Drawing.Point(104, 12);
     this.PCalendarNameTB.Name        = "PCalendarNameTB";
     this.PCalendarNameTB.ReadOnly    = true;
     this.PCalendarNameTB.Size        = new System.Drawing.Size(208, 20);
     this.PCalendarNameTB.TabIndex    = 20;
     this.PCalendarNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // PCalendarNameLbl
     //
     this.PCalendarNameLbl.AutoSize = true;
     this.PCalendarNameLbl.Location = new System.Drawing.Point(8, 15);
     this.PCalendarNameLbl.Name     = "PCalendarNameLbl";
     this.PCalendarNameLbl.Size     = new System.Drawing.Size(83, 13);
     this.PCalendarNameLbl.TabIndex = 21;
     this.PCalendarNameLbl.Text     = "Calendar Name:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.ReadOnly    = true;
     this.LogicalNameTB.Size        = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSActivityCalendarView
     //
     this.ClientSize = new System.Drawing.Size(531, 635);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSActivityCalendarView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.ADayProfileTC.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.PDayProfileTC.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #9
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSHdlcSetupView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.ReceiveMaxLengthTB = new GXDLMSDirector.Views.GXValueField();
     this.ReceiveMaxLengthLbl = new System.Windows.Forms.Label();
     this.ReceiveWindowSizeTB = new GXDLMSDirector.Views.GXValueField();
     this.ReceiveWindowSizeLbl = new System.Windows.Forms.Label();
     this.DeviceAddressTB = new GXDLMSDirector.Views.GXValueField();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.TransmitMaxLengthTB = new GXDLMSDirector.Views.GXValueField();
     this.TransmitMaxLengthLbl = new System.Windows.Forms.Label();
     this.TransmitWindowSizeTB = new GXDLMSDirector.Views.GXValueField();
     this.TransmitWindowSizeLbl = new System.Windows.Forms.Label();
     this.DeviceAddressLbl = new System.Windows.Forms.Label();
     this.InactivityTimeoutTB = new GXDLMSDirector.Views.GXValueField();
     this.InactivityTimeoutLbl = new System.Windows.Forms.Label();
     this.InternalTimeOutLTB = new GXDLMSDirector.Views.GXValueField();
     this.InternalTimeOutLbl = new System.Windows.Forms.Label();
     this.SpeedTB = new GXDLMSDirector.Views.GXValueField();
     this.SpeedLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.DeviceAddressTB);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.DeviceAddressLbl);
     this.groupBox1.Controls.Add(this.InactivityTimeoutTB);
     this.groupBox1.Controls.Add(this.InactivityTimeoutLbl);
     this.groupBox1.Controls.Add(this.InternalTimeOutLTB);
     this.groupBox1.Controls.Add(this.InternalTimeOutLbl);
     this.groupBox1.Controls.Add(this.SpeedTB);
     this.groupBox1.Controls.Add(this.SpeedLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(333, 313);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "HDLC Setup Object";
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.ReceiveMaxLengthTB);
     this.groupBox3.Controls.Add(this.ReceiveMaxLengthLbl);
     this.groupBox3.Controls.Add(this.ReceiveWindowSizeTB);
     this.groupBox3.Controls.Add(this.ReceiveWindowSizeLbl);
     this.groupBox3.Location = new System.Drawing.Point(0, 146);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(333, 74);
     this.groupBox3.TabIndex = 17;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Receive:";
     //
     // ReceiveMaxLengthTB
     //
     this.ReceiveMaxLengthTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ReceiveMaxLengthTB.AttributeID = 6;
     this.ReceiveMaxLengthTB.Location = new System.Drawing.Point(102, 45);
     this.ReceiveMaxLengthTB.Name = "ReceiveMaxLengthTB";
     this.ReceiveMaxLengthTB.Size = new System.Drawing.Size(208, 20);
     this.ReceiveMaxLengthTB.TabIndex = 13;
     this.ReceiveMaxLengthTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ReceiveMaxLengthLbl
     //
     this.ReceiveMaxLengthLbl.AutoSize = true;
     this.ReceiveMaxLengthLbl.Location = new System.Drawing.Point(6, 48);
     this.ReceiveMaxLengthLbl.Name = "ReceiveMaxLengthLbl";
     this.ReceiveMaxLengthLbl.Size = new System.Drawing.Size(37, 13);
     this.ReceiveMaxLengthLbl.TabIndex = 14;
     this.ReceiveMaxLengthLbl.Text = "Value:";
     //
     // ReceiveWindowSizeTB
     //
     this.ReceiveWindowSizeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ReceiveWindowSizeTB.AttributeID = 5;
     this.ReceiveWindowSizeTB.Location = new System.Drawing.Point(102, 19);
     this.ReceiveWindowSizeTB.Name = "ReceiveWindowSizeTB";
     this.ReceiveWindowSizeTB.Size = new System.Drawing.Size(208, 20);
     this.ReceiveWindowSizeTB.TabIndex = 11;
     this.ReceiveWindowSizeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ReceiveWindowSizeLbl
     //
     this.ReceiveWindowSizeLbl.AutoSize = true;
     this.ReceiveWindowSizeLbl.Location = new System.Drawing.Point(6, 22);
     this.ReceiveWindowSizeLbl.Name = "ReceiveWindowSizeLbl";
     this.ReceiveWindowSizeLbl.Size = new System.Drawing.Size(72, 13);
     this.ReceiveWindowSizeLbl.TabIndex = 12;
     this.ReceiveWindowSizeLbl.Text = "Window Size:";
     //
     // DeviceAddressTB
     //
     this.DeviceAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DeviceAddressTB.AttributeID = 9;
     this.DeviceAddressTB.Location = new System.Drawing.Point(102, 278);
     this.DeviceAddressTB.Name = "DeviceAddressTB";
     this.DeviceAddressTB.Size = new System.Drawing.Size(208, 20);
     this.DeviceAddressTB.TabIndex = 15;
     this.DeviceAddressTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.TransmitMaxLengthTB);
     this.groupBox2.Controls.Add(this.TransmitMaxLengthLbl);
     this.groupBox2.Controls.Add(this.TransmitWindowSizeTB);
     this.groupBox2.Controls.Add(this.TransmitWindowSizeLbl);
     this.groupBox2.Location = new System.Drawing.Point(0, 73);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(333, 80);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Transmit";
     //
     // TransmitMaxLengthTB
     //
     this.TransmitMaxLengthTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TransmitMaxLengthTB.AttributeID = 4;
     this.TransmitMaxLengthTB.Location = new System.Drawing.Point(102, 48);
     this.TransmitMaxLengthTB.Name = "TransmitMaxLengthTB";
     this.TransmitMaxLengthTB.Size = new System.Drawing.Size(208, 20);
     this.TransmitMaxLengthTB.TabIndex = 11;
     this.TransmitMaxLengthTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // TransmitMaxLengthLbl
     //
     this.TransmitMaxLengthLbl.AutoSize = true;
     this.TransmitMaxLengthLbl.Location = new System.Drawing.Point(6, 51);
     this.TransmitMaxLengthLbl.Name = "TransmitMaxLengthLbl";
     this.TransmitMaxLengthLbl.Size = new System.Drawing.Size(90, 13);
     this.TransmitMaxLengthLbl.TabIndex = 12;
     this.TransmitMaxLengthLbl.Text = "Maximum Length:";
     //
     // TransmitWindowSizeTB
     //
     this.TransmitWindowSizeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TransmitWindowSizeTB.AttributeID = 3;
     this.TransmitWindowSizeTB.Location = new System.Drawing.Point(102, 22);
     this.TransmitWindowSizeTB.Name = "TransmitWindowSizeTB";
     this.TransmitWindowSizeTB.Size = new System.Drawing.Size(208, 20);
     this.TransmitWindowSizeTB.TabIndex = 9;
     this.TransmitWindowSizeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // TransmitWindowSizeLbl
     //
     this.TransmitWindowSizeLbl.AutoSize = true;
     this.TransmitWindowSizeLbl.Location = new System.Drawing.Point(6, 25);
     this.TransmitWindowSizeLbl.Name = "TransmitWindowSizeLbl";
     this.TransmitWindowSizeLbl.Size = new System.Drawing.Size(72, 13);
     this.TransmitWindowSizeLbl.TabIndex = 10;
     this.TransmitWindowSizeLbl.Text = "Window Size:";
     //
     // DeviceAddressLbl
     //
     this.DeviceAddressLbl.AutoSize = true;
     this.DeviceAddressLbl.Location = new System.Drawing.Point(6, 281);
     this.DeviceAddressLbl.Name = "DeviceAddressLbl";
     this.DeviceAddressLbl.Size = new System.Drawing.Size(85, 13);
     this.DeviceAddressLbl.TabIndex = 16;
     this.DeviceAddressLbl.Text = "Device Address:";
     //
     // InactivityTimeoutTB
     //
     this.InactivityTimeoutTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.InactivityTimeoutTB.AttributeID = 8;
     this.InactivityTimeoutTB.Location = new System.Drawing.Point(102, 252);
     this.InactivityTimeoutTB.Name = "InactivityTimeoutTB";
     this.InactivityTimeoutTB.Size = new System.Drawing.Size(208, 20);
     this.InactivityTimeoutTB.TabIndex = 13;
     this.InactivityTimeoutTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // InactivityTimeoutLbl
     //
     this.InactivityTimeoutLbl.AutoSize = true;
     this.InactivityTimeoutLbl.Location = new System.Drawing.Point(6, 255);
     this.InactivityTimeoutLbl.Name = "InactivityTimeoutLbl";
     this.InactivityTimeoutLbl.Size = new System.Drawing.Size(93, 13);
     this.InactivityTimeoutLbl.TabIndex = 14;
     this.InactivityTimeoutLbl.Text = "Inactivity Timeout:";
     //
     // InternalTimeOutLTB
     //
     this.InternalTimeOutLTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.InternalTimeOutLTB.AttributeID = 7;
     this.InternalTimeOutLTB.Location = new System.Drawing.Point(102, 226);
     this.InternalTimeOutLTB.Name = "InternalTimeOutLTB";
     this.InternalTimeOutLTB.Size = new System.Drawing.Size(208, 20);
     this.InternalTimeOutLTB.TabIndex = 11;
     this.InternalTimeOutLTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // InternalTimeOutLbl
     //
     this.InternalTimeOutLbl.AutoSize = true;
     this.InternalTimeOutLbl.Location = new System.Drawing.Point(6, 229);
     this.InternalTimeOutLbl.Name = "InternalTimeOutLbl";
     this.InternalTimeOutLbl.Size = new System.Drawing.Size(83, 13);
     this.InternalTimeOutLbl.TabIndex = 12;
     this.InternalTimeOutLbl.Text = "Internal Timeout";
     //
     // SpeedTB
     //
     this.SpeedTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SpeedTB.AttributeID = 2;
     this.SpeedTB.Location = new System.Drawing.Point(102, 47);
     this.SpeedTB.Name = "SpeedTB";
     this.SpeedTB.Size = new System.Drawing.Size(208, 20);
     this.SpeedTB.TabIndex = 0;
     this.SpeedTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SpeedLbl
     //
     this.SpeedLbl.AutoSize = true;
     this.SpeedLbl.Location = new System.Drawing.Point(6, 50);
     this.SpeedLbl.Name = "SpeedLbl";
     this.SpeedLbl.Size = new System.Drawing.Size(41, 13);
     this.SpeedLbl.TabIndex = 2;
     this.SpeedLbl.Text = "Speed:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSHdlcSetupView
     //
     this.ClientSize = new System.Drawing.Size(357, 335);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSHdlcSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #10
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSRegisterView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ResetBtn = new GXDLMSDirector.Views.GXButton();
     this.UnitTB = new GXDLMSDirector.Views.GXValueField();
     this.UnitLbl = new System.Windows.Forms.Label();
     this.ScalerTB = new GXDLMSDirector.Views.GXValueField();
     this.ScalerLbl = new System.Windows.Forms.Label();
     this.ValueTB = new GXDLMSDirector.Views.GXValueField();
     this.ValueLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ResetBtn);
     this.groupBox1.Controls.Add(this.UnitTB);
     this.groupBox1.Controls.Add(this.UnitLbl);
     this.groupBox1.Controls.Add(this.ScalerTB);
     this.groupBox1.Controls.Add(this.ScalerLbl);
     this.groupBox1.Controls.Add(this.ValueTB);
     this.groupBox1.Controls.Add(this.ValueLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(333, 188);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Register Object";
     //
     // ResetBtn
     //
     this.ResetBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ResetBtn.AttributeID = 1;
     this.ResetBtn.Location = new System.Drawing.Point(236, 151);
     this.ResetBtn.Name = "ResetBtn";
     this.ResetBtn.Size = new System.Drawing.Size(75, 23);
     this.ResetBtn.TabIndex = 7;
     this.ResetBtn.Text = "Reset";
     this.ResetBtn.UseVisualStyleBackColor = true;
     //
     // UnitTB
     //
     this.UnitTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.UnitTB.AttributeID = 0;
     this.UnitTB.Location = new System.Drawing.Point(103, 123);
     this.UnitTB.Name = "UnitTB";
     this.UnitTB.ReadOnly = true;
     this.UnitTB.Size = new System.Drawing.Size(208, 20);
     this.UnitTB.TabIndex = 2;
     this.UnitTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // UnitLbl
     //
     this.UnitLbl.AutoSize = true;
     this.UnitLbl.Location = new System.Drawing.Point(7, 126);
     this.UnitLbl.Name = "UnitLbl";
     this.UnitLbl.Size = new System.Drawing.Size(29, 13);
     this.UnitLbl.TabIndex = 6;
     this.UnitLbl.Text = "Unit:";
     //
     // ScalerTB
     //
     this.ScalerTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ScalerTB.AttributeID = 0;
     this.ScalerTB.Location = new System.Drawing.Point(103, 97);
     this.ScalerTB.Name = "ScalerTB";
     this.ScalerTB.ReadOnly = true;
     this.ScalerTB.Size = new System.Drawing.Size(208, 20);
     this.ScalerTB.TabIndex = 1;
     this.ScalerTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ScalerLbl
     //
     this.ScalerLbl.AutoSize = true;
     this.ScalerLbl.Location = new System.Drawing.Point(7, 100);
     this.ScalerLbl.Name = "ScalerLbl";
     this.ScalerLbl.Size = new System.Drawing.Size(40, 13);
     this.ScalerLbl.TabIndex = 4;
     this.ScalerLbl.Text = "Scaler:";
     //
     // ValueTB
     //
     this.ValueTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ValueTB.AttributeID = 2;
     this.ValueTB.Location = new System.Drawing.Point(103, 71);
     this.ValueTB.Name = "ValueTB";
     this.ValueTB.Size = new System.Drawing.Size(208, 20);
     this.ValueTB.TabIndex = 0;
     this.ValueTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ValueLbl
     //
     this.ValueLbl.AutoSize = true;
     this.ValueLbl.Location = new System.Drawing.Point(7, 74);
     this.ValueLbl.Name = "ValueLbl";
     this.ValueLbl.Size = new System.Drawing.Size(37, 13);
     this.ValueLbl.TabIndex = 2;
     this.ValueLbl.Text = "Value:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.ReadOnly = true;
     this.LogicalNameTB.Size = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name = "DescriptionLbl";
     this.DescriptionLbl.Size = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 9;
     this.DescriptionLbl.Text = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size = new System.Drawing.Size(208, 20);
     this.DescriptionTB.TabIndex = 8;
     //
     // GXDLMSRegisterView
     //
     this.ClientSize = new System.Drawing.Size(357, 214);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSRegisterView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #11
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSImageTransferView));
     this.groupBox1               = new System.Windows.Forms.GroupBox();
     this.ImageTransferStatusCB   = new GXDLMSDirector.Views.GXValueField();
     this.ImageTransferStatusLbl  = new System.Windows.Forms.Label();
     this.ImageTransferEnabledCB  = new System.Windows.Forms.CheckBox();
     this.ImageTransferEnabledLbl = new System.Windows.Forms.Label();
     this.ImageFirstNotTransferredBlockNumberTB  = new GXDLMSDirector.Views.GXValueField();
     this.ImageFirstNotTransferredBlockNumberLbl = new System.Windows.Forms.Label();
     this.ImageTransferredBlocksStatusTB         = new GXDLMSDirector.Views.GXValueField();
     this.ImageTransferredBlocksStatusLbl        = new System.Windows.Forms.Label();
     this.DescriptionLbl       = new System.Windows.Forms.Label();
     this.DescriptionTB        = new System.Windows.Forms.TextBox();
     this.ImageBlockSizeTB     = new GXDLMSDirector.Views.GXValueField();
     this.ImageBlockSizeLbl    = new System.Windows.Forms.Label();
     this.LogicalNameTB        = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl       = new System.Windows.Forms.Label();
     this.errorProvider1       = new System.Windows.Forms.ErrorProvider(this.components);
     this.ImageActivateInfoTB  = new GXDLMSDirector.Views.GXValueField();
     this.ImageActivateInfoLbl = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ImageActivateInfoTB);
     this.groupBox1.Controls.Add(this.ImageActivateInfoLbl);
     this.groupBox1.Controls.Add(this.ImageTransferStatusCB);
     this.groupBox1.Controls.Add(this.ImageTransferStatusLbl);
     this.groupBox1.Controls.Add(this.ImageTransferEnabledCB);
     this.groupBox1.Controls.Add(this.ImageTransferEnabledLbl);
     this.groupBox1.Controls.Add(this.ImageFirstNotTransferredBlockNumberTB);
     this.groupBox1.Controls.Add(this.ImageFirstNotTransferredBlockNumberLbl);
     this.groupBox1.Controls.Add(this.ImageTransferredBlocksStatusTB);
     this.groupBox1.Controls.Add(this.ImageTransferredBlocksStatusLbl);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ImageBlockSizeTB);
     this.groupBox1.Controls.Add(this.ImageBlockSizeLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 251);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Image Transfer Object";
     //
     // ImageTransferStatusCB
     //
     this.ImageTransferStatusCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageTransferStatusCB.AttributeID = 6;
     this.ImageTransferStatusCB.Location    = new System.Drawing.Point(104, 171);
     this.ImageTransferStatusCB.Name        = "ImageTransferStatusCB";
     this.ImageTransferStatusCB.ReadOnly    = true;
     this.ImageTransferStatusCB.Size        = new System.Drawing.Size(171, 59);
     this.ImageTransferStatusCB.TabIndex    = 19;
     this.ImageTransferStatusCB.Type        = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // ImageTransferStatusLbl
     //
     this.ImageTransferStatusLbl.AutoSize = true;
     this.ImageTransferStatusLbl.Location = new System.Drawing.Point(7, 174);
     this.ImageTransferStatusLbl.Name     = "ImageTransferStatusLbl";
     this.ImageTransferStatusLbl.Size     = new System.Drawing.Size(40, 13);
     this.ImageTransferStatusLbl.TabIndex = 20;
     this.ImageTransferStatusLbl.Text     = "Status:";
     //
     // ImageTransferEnabledCB
     //
     this.ImageTransferEnabledCB.Checked    = true;
     this.ImageTransferEnabledCB.CheckState = System.Windows.Forms.CheckState.Indeterminate;
     this.ImageTransferEnabledCB.Location   = new System.Drawing.Point(104, 148);
     this.ImageTransferEnabledCB.Name       = "ImageTransferEnabledCB";
     this.ImageTransferEnabledCB.Size       = new System.Drawing.Size(27, 17);
     this.ImageTransferEnabledCB.TabIndex   = 17;
     this.ImageTransferEnabledCB.UseVisualStyleBackColor = false;
     //
     // ImageTransferEnabledLbl
     //
     this.ImageTransferEnabledLbl.AutoSize = true;
     this.ImageTransferEnabledLbl.Location = new System.Drawing.Point(7, 149);
     this.ImageTransferEnabledLbl.Name     = "ImageTransferEnabledLbl";
     this.ImageTransferEnabledLbl.Size     = new System.Drawing.Size(49, 13);
     this.ImageTransferEnabledLbl.TabIndex = 18;
     this.ImageTransferEnabledLbl.Text     = "Enabled:";
     //
     // ImageFirstNotTransferredBlockNumberTB
     //
     this.ImageFirstNotTransferredBlockNumberTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageFirstNotTransferredBlockNumberTB.AttributeID = 4;
     this.ImageFirstNotTransferredBlockNumberTB.Location    = new System.Drawing.Point(104, 123);
     this.ImageFirstNotTransferredBlockNumberTB.Name        = "ImageFirstNotTransferredBlockNumberTB";
     this.ImageFirstNotTransferredBlockNumberTB.Size        = new System.Drawing.Size(171, 20);
     this.ImageFirstNotTransferredBlockNumberTB.TabIndex    = 8;
     this.ImageFirstNotTransferredBlockNumberTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ImageFirstNotTransferredBlockNumberLbl
     //
     this.ImageFirstNotTransferredBlockNumberLbl.AutoSize = true;
     this.ImageFirstNotTransferredBlockNumberLbl.Location = new System.Drawing.Point(7, 126);
     this.ImageFirstNotTransferredBlockNumberLbl.Name     = "ImageFirstNotTransferredBlockNumberLbl";
     this.ImageFirstNotTransferredBlockNumberLbl.Size     = new System.Drawing.Size(59, 13);
     this.ImageFirstNotTransferredBlockNumberLbl.TabIndex = 9;
     this.ImageFirstNotTransferredBlockNumberLbl.Text     = "First Block:";
     //
     // ImageTransferredBlocksStatusTB
     //
     this.ImageTransferredBlocksStatusTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageTransferredBlocksStatusTB.AttributeID = 3;
     this.ImageTransferredBlocksStatusTB.Location    = new System.Drawing.Point(104, 97);
     this.ImageTransferredBlocksStatusTB.Name        = "ImageTransferredBlocksStatusTB";
     this.ImageTransferredBlocksStatusTB.Size        = new System.Drawing.Size(171, 20);
     this.ImageTransferredBlocksStatusTB.TabIndex    = 6;
     this.ImageTransferredBlocksStatusTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ImageTransferredBlocksStatusLbl
     //
     this.ImageTransferredBlocksStatusLbl.AutoSize = true;
     this.ImageTransferredBlocksStatusLbl.Location = new System.Drawing.Point(7, 100);
     this.ImageTransferredBlocksStatusLbl.Name     = "ImageTransferredBlocksStatusLbl";
     this.ImageTransferredBlocksStatusLbl.Size     = new System.Drawing.Size(75, 13);
     this.ImageTransferredBlocksStatusLbl.TabIndex = 7;
     this.ImageTransferredBlocksStatusLbl.Text     = "Blocks Status:";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name     = "DescriptionLbl";
     this.DescriptionLbl.Size     = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text     = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name     = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size     = new System.Drawing.Size(172, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // ImageBlockSizeTB
     //
     this.ImageBlockSizeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageBlockSizeTB.AttributeID = 2;
     this.ImageBlockSizeTB.Location    = new System.Drawing.Point(104, 71);
     this.ImageBlockSizeTB.Name        = "ImageBlockSizeTB";
     this.ImageBlockSizeTB.Size        = new System.Drawing.Size(171, 20);
     this.ImageBlockSizeTB.TabIndex    = 0;
     this.ImageBlockSizeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     this.ImageBlockSizeTB.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.ValueTB_KeyPress);
     this.ImageBlockSizeTB.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.ValueTB_KeyUp);
     //
     // ImageBlockSizeLbl
     //
     this.ImageBlockSizeLbl.AutoSize = true;
     this.ImageBlockSizeLbl.Location = new System.Drawing.Point(7, 74);
     this.ImageBlockSizeLbl.Name     = "ImageBlockSizeLbl";
     this.ImageBlockSizeLbl.Size     = new System.Drawing.Size(92, 13);
     this.ImageBlockSizeLbl.TabIndex = 2;
     this.ImageBlockSizeLbl.Text     = "Image Block Size:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // ImageActivateInfoTB
     //
     this.ImageActivateInfoTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.ImageActivateInfoTB.AttributeID = 7;
     this.ImageActivateInfoTB.Location    = new System.Drawing.Point(103, 200);
     this.ImageActivateInfoTB.Name        = "ImageActivateInfoTB";
     this.ImageActivateInfoTB.Size        = new System.Drawing.Size(171, 20);
     this.ImageActivateInfoTB.TabIndex    = 21;
     this.ImageActivateInfoTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ImageActivateInfoLbl
     //
     this.ImageActivateInfoLbl.AutoSize = true;
     this.ImageActivateInfoLbl.Location = new System.Drawing.Point(6, 203);
     this.ImageActivateInfoLbl.Name     = "ImageActivateInfoLbl";
     this.ImageActivateInfoLbl.Size     = new System.Drawing.Size(59, 13);
     this.ImageActivateInfoLbl.TabIndex = 22;
     this.ImageActivateInfoLbl.Text     = "First Block:";
     //
     // GXDLMSImageTransferView
     //
     this.ClientSize = new System.Drawing.Size(320, 275);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSImageTransferView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #12
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSPppSetupView));
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.PasswordLbl     = new System.Windows.Forms.Label();
     this.UserNameLbl     = new System.Windows.Forms.Label();
     this.IPCPOptionsTB   = new GXDLMSDirector.Views.GXValueField();
     this.IPCPOptionsLbl  = new System.Windows.Forms.Label();
     this.LCPOptionsTB    = new GXDLMSDirector.Views.GXValueField();
     this.LCPOptionsLbl   = new System.Windows.Forms.Label();
     this.PHYReferenceTB  = new GXDLMSDirector.Views.GXValueField();
     this.PHYReferenceLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB   = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl  = new System.Windows.Forms.Label();
     this.errorProvider1  = new System.Windows.Forms.ErrorProvider(this.components);
     this.UserNameTB      = new System.Windows.Forms.TextBox();
     this.PasswordTB      = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.PasswordTB);
     this.groupBox1.Controls.Add(this.UserNameTB);
     this.groupBox1.Controls.Add(this.PasswordLbl);
     this.groupBox1.Controls.Add(this.UserNameLbl);
     this.groupBox1.Controls.Add(this.IPCPOptionsTB);
     this.groupBox1.Controls.Add(this.IPCPOptionsLbl);
     this.groupBox1.Controls.Add(this.LCPOptionsTB);
     this.groupBox1.Controls.Add(this.LCPOptionsLbl);
     this.groupBox1.Controls.Add(this.PHYReferenceTB);
     this.groupBox1.Controls.Add(this.PHYReferenceLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 189);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "PPP Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // PasswordLbl
     //
     this.PasswordLbl.AutoSize = true;
     this.PasswordLbl.Location = new System.Drawing.Point(6, 154);
     this.PasswordLbl.Name     = "PasswordLbl";
     this.PasswordLbl.Size     = new System.Drawing.Size(56, 13);
     this.PasswordLbl.TabIndex = 10;
     this.PasswordLbl.Text     = "Password:"******"UserNameLbl";
     this.UserNameLbl.Size     = new System.Drawing.Size(63, 13);
     this.UserNameLbl.TabIndex = 8;
     this.UserNameLbl.Text     = "User Name:";
     //
     // IPCPOptionsTB
     //
     this.IPCPOptionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.IPCPOptionsTB.AttributeID = 4;
     this.IPCPOptionsTB.Location    = new System.Drawing.Point(114, 99);
     this.IPCPOptionsTB.Name        = "IPCPOptionsTB";
     this.IPCPOptionsTB.Size        = new System.Drawing.Size(171, 20);
     this.IPCPOptionsTB.TabIndex    = 7;
     this.IPCPOptionsTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // IPCPOptionsLbl
     //
     this.IPCPOptionsLbl.AutoSize = true;
     this.IPCPOptionsLbl.Location = new System.Drawing.Point(6, 102);
     this.IPCPOptionsLbl.Name     = "IPCPOptionsLbl";
     this.IPCPOptionsLbl.Size     = new System.Drawing.Size(73, 13);
     this.IPCPOptionsLbl.TabIndex = 6;
     this.IPCPOptionsLbl.Text     = "IPCP Options:";
     //
     // LCPOptionsTB
     //
     this.LCPOptionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.LCPOptionsTB.AttributeID = 3;
     this.LCPOptionsTB.Location    = new System.Drawing.Point(114, 73);
     this.LCPOptionsTB.Name        = "LCPOptionsTB";
     this.LCPOptionsTB.Size        = new System.Drawing.Size(171, 20);
     this.LCPOptionsTB.TabIndex    = 5;
     this.LCPOptionsTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LCPOptionsLbl
     //
     this.LCPOptionsLbl.AutoSize = true;
     this.LCPOptionsLbl.Location = new System.Drawing.Point(6, 76);
     this.LCPOptionsLbl.Name     = "LCPOptionsLbl";
     this.LCPOptionsLbl.Size     = new System.Drawing.Size(69, 13);
     this.LCPOptionsLbl.TabIndex = 4;
     this.LCPOptionsLbl.Text     = "LCP Options:";
     //
     // PHYReferenceTB
     //
     this.PHYReferenceTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.PHYReferenceTB.AttributeID = 2;
     this.PHYReferenceTB.Location    = new System.Drawing.Point(114, 47);
     this.PHYReferenceTB.Name        = "PHYReferenceTB";
     this.PHYReferenceTB.Size        = new System.Drawing.Size(171, 20);
     this.PHYReferenceTB.TabIndex    = 3;
     this.PHYReferenceTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     this.PHYReferenceTB.Load       += new System.EventHandler(this.DataLinkLayerTB_Load);
     //
     // PHYReferenceLbl
     //
     this.PHYReferenceLbl.AutoSize = true;
     this.PHYReferenceLbl.Location = new System.Drawing.Point(6, 50);
     this.PHYReferenceLbl.Name     = "PHYReferenceLbl";
     this.PHYReferenceLbl.Size     = new System.Drawing.Size(85, 13);
     this.PHYReferenceLbl.TabIndex = 2;
     this.PHYReferenceLbl.Text     = "PHY Reference:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(114, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // UserNameTB
     //
     this.UserNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.UserNameTB.Location = new System.Drawing.Point(115, 126);
     this.UserNameTB.Name     = "UserNameTB";
     this.UserNameTB.Size     = new System.Drawing.Size(170, 20);
     this.UserNameTB.TabIndex = 12;
     //
     // PasswordTB
     //
     this.PasswordTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.PasswordTB.Location = new System.Drawing.Point(116, 152);
     this.PasswordTB.Name     = "PasswordTB";
     this.PasswordTB.Size     = new System.Drawing.Size(170, 20);
     this.PasswordTB.TabIndex = 13;
     //
     // GXDLMSPppSetupView
     //
     this.ClientSize = new System.Drawing.Size(320, 211);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSPppSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #13
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSDisconnectControlView));
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.OutputStateCB   = new System.Windows.Forms.CheckBox();
     this.OutputStateLbl  = new System.Windows.Forms.Label();
     this.DescriptionLbl  = new System.Windows.Forms.Label();
     this.DescriptionTB   = new System.Windows.Forms.TextBox();
     this.ControlStateCB  = new GXDLMSDirector.Views.GXValueField();
     this.ControlStateLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB   = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl  = new System.Windows.Forms.Label();
     this.errorProvider1  = new System.Windows.Forms.ErrorProvider(this.components);
     this.ControlModeCB   = new GXDLMSDirector.Views.GXValueField();
     this.ControlModeLbl  = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ControlModeCB);
     this.groupBox1.Controls.Add(this.ControlModeLbl);
     this.groupBox1.Controls.Add(this.OutputStateCB);
     this.groupBox1.Controls.Add(this.OutputStateLbl);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ControlStateCB);
     this.groupBox1.Controls.Add(this.ControlStateLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 172);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Disconnect Control Object";
     //
     // OutputStateCB
     //
     this.OutputStateCB.Checked    = true;
     this.OutputStateCB.CheckState = System.Windows.Forms.CheckState.Indeterminate;
     this.OutputStateCB.Location   = new System.Drawing.Point(103, 71);
     this.OutputStateCB.Name       = "OutputStateCB";
     this.OutputStateCB.Size       = new System.Drawing.Size(27, 17);
     this.OutputStateCB.TabIndex   = 15;
     this.OutputStateCB.UseVisualStyleBackColor = false;
     //
     // OutputStateLbl
     //
     this.OutputStateLbl.AutoSize = true;
     this.OutputStateLbl.Location = new System.Drawing.Point(8, 72);
     this.OutputStateLbl.Name     = "OutputStateLbl";
     this.OutputStateLbl.Size     = new System.Drawing.Size(70, 13);
     this.OutputStateLbl.TabIndex = 16;
     this.OutputStateLbl.Text     = "Output State:";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name     = "DescriptionLbl";
     this.DescriptionLbl.Size     = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text     = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name     = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size     = new System.Drawing.Size(172, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // ControlStateCB
     //
     this.ControlStateCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.ControlStateCB.AttributeID = 3;
     this.ControlStateCB.Location    = new System.Drawing.Point(103, 92);
     this.ControlStateCB.Name        = "ControlStateCB";
     this.ControlStateCB.ReadOnly    = true;
     this.ControlStateCB.Size        = new System.Drawing.Size(171, 74);
     this.ControlStateCB.TabIndex    = 0;
     this.ControlStateCB.Type        = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     this.ControlStateCB.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.ValueTB_KeyPress);
     this.ControlStateCB.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.ValueTB_KeyUp);
     //
     // ControlStateLbl
     //
     this.ControlStateLbl.AutoSize = true;
     this.ControlStateLbl.Location = new System.Drawing.Point(6, 95);
     this.ControlStateLbl.Name     = "ControlStateLbl";
     this.ControlStateLbl.Size     = new System.Drawing.Size(71, 13);
     this.ControlStateLbl.TabIndex = 2;
     this.ControlStateLbl.Text     = "Control State:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // ControlModeCB
     //
     this.ControlModeCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.ControlModeCB.AttributeID = 4;
     this.ControlModeCB.Location    = new System.Drawing.Point(104, 118);
     this.ControlModeCB.Name        = "ControlModeCB";
     this.ControlModeCB.ReadOnly    = true;
     this.ControlModeCB.Size        = new System.Drawing.Size(171, 74);
     this.ControlModeCB.TabIndex    = 17;
     this.ControlModeCB.Type        = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // ControlModeLbl
     //
     this.ControlModeLbl.AutoSize = true;
     this.ControlModeLbl.Location = new System.Drawing.Point(7, 121);
     this.ControlModeLbl.Name     = "ControlModeLbl";
     this.ControlModeLbl.Size     = new System.Drawing.Size(73, 13);
     this.ControlModeLbl.TabIndex = 18;
     this.ControlModeLbl.Text     = "Control Mode:";
     //
     // GXDLMSDisconnectControlView
     //
     this.ClientSize = new System.Drawing.Size(320, 196);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSDisconnectControlView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #14
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSIECOpticalPortSetupView));
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.Password5TB        = new GXDLMSDirector.Views.GXValueField();
     this.Password5Lbl       = new System.Windows.Forms.Label();
     this.Password2TB        = new GXDLMSDirector.Views.GXValueField();
     this.Password2Lbl       = new System.Windows.Forms.Label();
     this.Password1TB        = new GXDLMSDirector.Views.GXValueField();
     this.Password1Lbl       = new System.Windows.Forms.Label();
     this.DeviceAddressTB    = new GXDLMSDirector.Views.GXValueField();
     this.DeviceAddressLbl   = new System.Windows.Forms.Label();
     this.ResponseTimeTB     = new GXDLMSDirector.Views.GXValueField();
     this.ResponseTimeLbl    = new System.Windows.Forms.Label();
     this.MaximumBaudrateTB  = new GXDLMSDirector.Views.GXValueField();
     this.MaximumBaudrateLbl = new System.Windows.Forms.Label();
     this.DefaultBaudrateTB  = new GXDLMSDirector.Views.GXValueField();
     this.DefaultBaudrateLbl = new System.Windows.Forms.Label();
     this.DefaultModeTB      = new GXDLMSDirector.Views.GXValueField();
     this.DefaultModeLbl     = new System.Windows.Forms.Label();
     this.LogicalNameTB      = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl     = new System.Windows.Forms.Label();
     this.errorProvider1     = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.Password5TB);
     this.groupBox1.Controls.Add(this.Password5Lbl);
     this.groupBox1.Controls.Add(this.Password2TB);
     this.groupBox1.Controls.Add(this.Password2Lbl);
     this.groupBox1.Controls.Add(this.Password1TB);
     this.groupBox1.Controls.Add(this.Password1Lbl);
     this.groupBox1.Controls.Add(this.DeviceAddressTB);
     this.groupBox1.Controls.Add(this.DeviceAddressLbl);
     this.groupBox1.Controls.Add(this.ResponseTimeTB);
     this.groupBox1.Controls.Add(this.ResponseTimeLbl);
     this.groupBox1.Controls.Add(this.MaximumBaudrateTB);
     this.groupBox1.Controls.Add(this.MaximumBaudrateLbl);
     this.groupBox1.Controls.Add(this.DefaultBaudrateTB);
     this.groupBox1.Controls.Add(this.DefaultBaudrateLbl);
     this.groupBox1.Controls.Add(this.DefaultModeTB);
     this.groupBox1.Controls.Add(this.DefaultModeLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(333, 266);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "IEC Optical Port Setup";
     //
     // Password5TB
     //
     this.Password5TB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.Password5TB.AttributeID = 9;
     this.Password5TB.Location    = new System.Drawing.Point(102, 229);
     this.Password5TB.Name        = "Password5TB";
     this.Password5TB.Size        = new System.Drawing.Size(208, 20);
     this.Password5TB.TabIndex    = 8;
     this.Password5TB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // Password5Lbl
     //
     this.Password5Lbl.AutoSize = true;
     this.Password5Lbl.Location = new System.Drawing.Point(6, 232);
     this.Password5Lbl.Name     = "Password5Lbl";
     this.Password5Lbl.Size     = new System.Drawing.Size(65, 13);
     this.Password5Lbl.TabIndex = 16;
     this.Password5Lbl.Text     = "Password 5:";
     //
     // Password2TB
     //
     this.Password2TB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.Password2TB.AttributeID = 8;
     this.Password2TB.Location    = new System.Drawing.Point(102, 203);
     this.Password2TB.Name        = "Password2TB";
     this.Password2TB.Size        = new System.Drawing.Size(208, 20);
     this.Password2TB.TabIndex    = 7;
     this.Password2TB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // Password2Lbl
     //
     this.Password2Lbl.AutoSize = true;
     this.Password2Lbl.Location = new System.Drawing.Point(6, 206);
     this.Password2Lbl.Name     = "Password2Lbl";
     this.Password2Lbl.Size     = new System.Drawing.Size(65, 13);
     this.Password2Lbl.TabIndex = 14;
     this.Password2Lbl.Text     = "Password 2:";
     //
     // Password1TB
     //
     this.Password1TB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.Password1TB.AttributeID = 7;
     this.Password1TB.Location    = new System.Drawing.Point(102, 177);
     this.Password1TB.Name        = "Password1TB";
     this.Password1TB.Size        = new System.Drawing.Size(208, 20);
     this.Password1TB.TabIndex    = 6;
     this.Password1TB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // Password1Lbl
     //
     this.Password1Lbl.AutoSize = true;
     this.Password1Lbl.Location = new System.Drawing.Point(6, 180);
     this.Password1Lbl.Name     = "Password1Lbl";
     this.Password1Lbl.Size     = new System.Drawing.Size(65, 13);
     this.Password1Lbl.TabIndex = 12;
     this.Password1Lbl.Text     = "Password 1:";
     //
     // DeviceAddressTB
     //
     this.DeviceAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.DeviceAddressTB.AttributeID = 6;
     this.DeviceAddressTB.Location    = new System.Drawing.Point(102, 151);
     this.DeviceAddressTB.Name        = "DeviceAddressTB";
     this.DeviceAddressTB.Size        = new System.Drawing.Size(208, 20);
     this.DeviceAddressTB.TabIndex    = 5;
     this.DeviceAddressTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DeviceAddressLbl
     //
     this.DeviceAddressLbl.AutoSize = true;
     this.DeviceAddressLbl.Location = new System.Drawing.Point(6, 154);
     this.DeviceAddressLbl.Name     = "DeviceAddressLbl";
     this.DeviceAddressLbl.Size     = new System.Drawing.Size(85, 13);
     this.DeviceAddressLbl.TabIndex = 10;
     this.DeviceAddressLbl.Text     = "Device Address:";
     //
     // ResponseTimeTB
     //
     this.ResponseTimeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.ResponseTimeTB.AttributeID = 5;
     this.ResponseTimeTB.Location    = new System.Drawing.Point(102, 125);
     this.ResponseTimeTB.Name        = "ResponseTimeTB";
     this.ResponseTimeTB.ReadOnly    = true;
     this.ResponseTimeTB.Size        = new System.Drawing.Size(208, 20);
     this.ResponseTimeTB.TabIndex    = 4;
     this.ResponseTimeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // ResponseTimeLbl
     //
     this.ResponseTimeLbl.AutoSize = true;
     this.ResponseTimeLbl.Location = new System.Drawing.Point(6, 128);
     this.ResponseTimeLbl.Name     = "ResponseTimeLbl";
     this.ResponseTimeLbl.Size     = new System.Drawing.Size(84, 13);
     this.ResponseTimeLbl.TabIndex = 8;
     this.ResponseTimeLbl.Text     = "Response Time:";
     //
     // MaximumBaudrateTB
     //
     this.MaximumBaudrateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.MaximumBaudrateTB.AttributeID = 4;
     this.MaximumBaudrateTB.Location    = new System.Drawing.Point(102, 99);
     this.MaximumBaudrateTB.Name        = "MaximumBaudrateTB";
     this.MaximumBaudrateTB.ReadOnly    = true;
     this.MaximumBaudrateTB.Size        = new System.Drawing.Size(208, 20);
     this.MaximumBaudrateTB.TabIndex    = 3;
     this.MaximumBaudrateTB.Type        = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // MaximumBaudrateLbl
     //
     this.MaximumBaudrateLbl.AutoSize = true;
     this.MaximumBaudrateLbl.Location = new System.Drawing.Point(6, 102);
     this.MaximumBaudrateLbl.Name     = "MaximumBaudrateLbl";
     this.MaximumBaudrateLbl.Size     = new System.Drawing.Size(100, 13);
     this.MaximumBaudrateLbl.TabIndex = 6;
     this.MaximumBaudrateLbl.Text     = "Maximum Baudrate:";
     //
     // DefaultBaudrateTB
     //
     this.DefaultBaudrateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.DefaultBaudrateTB.AttributeID = 3;
     this.DefaultBaudrateTB.Location    = new System.Drawing.Point(102, 73);
     this.DefaultBaudrateTB.Name        = "DefaultBaudrateTB";
     this.DefaultBaudrateTB.ReadOnly    = true;
     this.DefaultBaudrateTB.Size        = new System.Drawing.Size(208, 20);
     this.DefaultBaudrateTB.TabIndex    = 2;
     this.DefaultBaudrateTB.Type        = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // DefaultBaudrateLbl
     //
     this.DefaultBaudrateLbl.AutoSize = true;
     this.DefaultBaudrateLbl.Location = new System.Drawing.Point(6, 76);
     this.DefaultBaudrateLbl.Name     = "DefaultBaudrateLbl";
     this.DefaultBaudrateLbl.Size     = new System.Drawing.Size(90, 13);
     this.DefaultBaudrateLbl.TabIndex = 4;
     this.DefaultBaudrateLbl.Text     = "Default Baudrate:";
     //
     // DefaultModeTB
     //
     this.DefaultModeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DefaultModeTB.AttributeID = 2;
     this.DefaultModeTB.Location    = new System.Drawing.Point(102, 47);
     this.DefaultModeTB.Name        = "DefaultModeTB";
     this.DefaultModeTB.Size        = new System.Drawing.Size(208, 20);
     this.DefaultModeTB.TabIndex    = 1;
     this.DefaultModeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DefaultModeLbl
     //
     this.DefaultModeLbl.AutoSize = true;
     this.DefaultModeLbl.Location = new System.Drawing.Point(6, 50);
     this.DefaultModeLbl.Name     = "DefaultModeLbl";
     this.DefaultModeLbl.Size     = new System.Drawing.Size(74, 13);
     this.DefaultModeLbl.TabIndex = 2;
     this.DefaultModeLbl.Text     = "Default Mode:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex    = 0;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSIECOpticalPortSetupView
     //
     this.ClientSize = new System.Drawing.Size(357, 290);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSIECOpticalPortSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #15
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSRegisterView));
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.ResetBtn       = new GXDLMSDirector.Views.GXButton();
     this.UnitTB         = new GXDLMSDirector.Views.GXValueField();
     this.UnitLbl        = new System.Windows.Forms.Label();
     this.ScalerTB       = new GXDLMSDirector.Views.GXValueField();
     this.ScalerLbl      = new System.Windows.Forms.Label();
     this.ValueTB        = new GXDLMSDirector.Views.GXValueField();
     this.ValueLbl       = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB  = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ResetBtn);
     this.groupBox1.Controls.Add(this.UnitTB);
     this.groupBox1.Controls.Add(this.UnitLbl);
     this.groupBox1.Controls.Add(this.ScalerTB);
     this.groupBox1.Controls.Add(this.ScalerLbl);
     this.groupBox1.Controls.Add(this.ValueTB);
     this.groupBox1.Controls.Add(this.ValueLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(333, 188);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Register Object";
     //
     // ResetBtn
     //
     this.ResetBtn.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ResetBtn.AttributeID             = 1;
     this.ResetBtn.Location                = new System.Drawing.Point(236, 151);
     this.ResetBtn.Name                    = "ResetBtn";
     this.ResetBtn.Size                    = new System.Drawing.Size(75, 23);
     this.ResetBtn.TabIndex                = 7;
     this.ResetBtn.Text                    = "Reset";
     this.ResetBtn.UseVisualStyleBackColor = true;
     //
     // UnitTB
     //
     this.UnitTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.UnitTB.AttributeID = 0;
     this.UnitTB.Location    = new System.Drawing.Point(103, 123);
     this.UnitTB.Name        = "UnitTB";
     this.UnitTB.ReadOnly    = true;
     this.UnitTB.Size        = new System.Drawing.Size(208, 20);
     this.UnitTB.TabIndex    = 2;
     this.UnitTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // UnitLbl
     //
     this.UnitLbl.AutoSize = true;
     this.UnitLbl.Location = new System.Drawing.Point(7, 126);
     this.UnitLbl.Name     = "UnitLbl";
     this.UnitLbl.Size     = new System.Drawing.Size(29, 13);
     this.UnitLbl.TabIndex = 6;
     this.UnitLbl.Text     = "Unit:";
     //
     // ScalerTB
     //
     this.ScalerTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.ScalerTB.AttributeID = 0;
     this.ScalerTB.Location    = new System.Drawing.Point(103, 97);
     this.ScalerTB.Name        = "ScalerTB";
     this.ScalerTB.ReadOnly    = true;
     this.ScalerTB.Size        = new System.Drawing.Size(208, 20);
     this.ScalerTB.TabIndex    = 1;
     this.ScalerTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ScalerLbl
     //
     this.ScalerLbl.AutoSize = true;
     this.ScalerLbl.Location = new System.Drawing.Point(7, 100);
     this.ScalerLbl.Name     = "ScalerLbl";
     this.ScalerLbl.Size     = new System.Drawing.Size(40, 13);
     this.ScalerLbl.TabIndex = 4;
     this.ScalerLbl.Text     = "Scaler:";
     //
     // ValueTB
     //
     this.ValueTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ValueTB.AttributeID = 2;
     this.ValueTB.Location    = new System.Drawing.Point(103, 71);
     this.ValueTB.Name        = "ValueTB";
     this.ValueTB.Size        = new System.Drawing.Size(208, 20);
     this.ValueTB.TabIndex    = 0;
     this.ValueTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ValueLbl
     //
     this.ValueLbl.AutoSize = true;
     this.ValueLbl.Location = new System.Drawing.Point(7, 74);
     this.ValueLbl.Name     = "ValueLbl";
     this.ValueLbl.Size     = new System.Drawing.Size(37, 13);
     this.ValueLbl.TabIndex = 2;
     this.ValueLbl.Text     = "Value:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.ReadOnly    = true;
     this.LogicalNameTB.Size        = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name     = "DescriptionLbl";
     this.DescriptionLbl.Size     = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 9;
     this.DescriptionLbl.Text     = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name     = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size     = new System.Drawing.Size(208, 20);
     this.DescriptionTB.TabIndex = 8;
     //
     // GXDLMSRegisterView
     //
     this.ClientSize = new System.Drawing.Size(357, 214);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSRegisterView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #16
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSPppSetupView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.PasswordLbl = new System.Windows.Forms.Label();
     this.UserNameLbl = new System.Windows.Forms.Label();
     this.IPCPOptionsTB = new GXDLMSDirector.Views.GXValueField();
     this.IPCPOptionsLbl = new System.Windows.Forms.Label();
     this.LCPOptionsTB = new GXDLMSDirector.Views.GXValueField();
     this.LCPOptionsLbl = new System.Windows.Forms.Label();
     this.PHYReferenceTB = new GXDLMSDirector.Views.GXValueField();
     this.PHYReferenceLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.UserNameTB = new System.Windows.Forms.TextBox();
     this.PasswordTB = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.PasswordTB);
     this.groupBox1.Controls.Add(this.UserNameTB);
     this.groupBox1.Controls.Add(this.PasswordLbl);
     this.groupBox1.Controls.Add(this.UserNameLbl);
     this.groupBox1.Controls.Add(this.IPCPOptionsTB);
     this.groupBox1.Controls.Add(this.IPCPOptionsLbl);
     this.groupBox1.Controls.Add(this.LCPOptionsTB);
     this.groupBox1.Controls.Add(this.LCPOptionsLbl);
     this.groupBox1.Controls.Add(this.PHYReferenceTB);
     this.groupBox1.Controls.Add(this.PHYReferenceLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 189);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "PPP Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // PasswordLbl
     //
     this.PasswordLbl.AutoSize = true;
     this.PasswordLbl.Location = new System.Drawing.Point(6, 154);
     this.PasswordLbl.Name = "PasswordLbl";
     this.PasswordLbl.Size = new System.Drawing.Size(56, 13);
     this.PasswordLbl.TabIndex = 10;
     this.PasswordLbl.Text = "Password:"******"UserNameLbl";
     this.UserNameLbl.Size = new System.Drawing.Size(63, 13);
     this.UserNameLbl.TabIndex = 8;
     this.UserNameLbl.Text = "User Name:";
     //
     // IPCPOptionsTB
     //
     this.IPCPOptionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.IPCPOptionsTB.AttributeID = 4;
     this.IPCPOptionsTB.Location = new System.Drawing.Point(114, 99);
     this.IPCPOptionsTB.Name = "IPCPOptionsTB";
     this.IPCPOptionsTB.Size = new System.Drawing.Size(171, 20);
     this.IPCPOptionsTB.TabIndex = 7;
     this.IPCPOptionsTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // IPCPOptionsLbl
     //
     this.IPCPOptionsLbl.AutoSize = true;
     this.IPCPOptionsLbl.Location = new System.Drawing.Point(6, 102);
     this.IPCPOptionsLbl.Name = "IPCPOptionsLbl";
     this.IPCPOptionsLbl.Size = new System.Drawing.Size(73, 13);
     this.IPCPOptionsLbl.TabIndex = 6;
     this.IPCPOptionsLbl.Text = "IPCP Options:";
     //
     // LCPOptionsTB
     //
     this.LCPOptionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LCPOptionsTB.AttributeID = 3;
     this.LCPOptionsTB.Location = new System.Drawing.Point(114, 73);
     this.LCPOptionsTB.Name = "LCPOptionsTB";
     this.LCPOptionsTB.Size = new System.Drawing.Size(171, 20);
     this.LCPOptionsTB.TabIndex = 5;
     this.LCPOptionsTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LCPOptionsLbl
     //
     this.LCPOptionsLbl.AutoSize = true;
     this.LCPOptionsLbl.Location = new System.Drawing.Point(6, 76);
     this.LCPOptionsLbl.Name = "LCPOptionsLbl";
     this.LCPOptionsLbl.Size = new System.Drawing.Size(69, 13);
     this.LCPOptionsLbl.TabIndex = 4;
     this.LCPOptionsLbl.Text = "LCP Options:";
     //
     // PHYReferenceTB
     //
     this.PHYReferenceTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.PHYReferenceTB.AttributeID = 2;
     this.PHYReferenceTB.Location = new System.Drawing.Point(114, 47);
     this.PHYReferenceTB.Name = "PHYReferenceTB";
     this.PHYReferenceTB.Size = new System.Drawing.Size(171, 20);
     this.PHYReferenceTB.TabIndex = 3;
     this.PHYReferenceTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     this.PHYReferenceTB.Load += new System.EventHandler(this.DataLinkLayerTB_Load);
     //
     // PHYReferenceLbl
     //
     this.PHYReferenceLbl.AutoSize = true;
     this.PHYReferenceLbl.Location = new System.Drawing.Point(6, 50);
     this.PHYReferenceLbl.Name = "PHYReferenceLbl";
     this.PHYReferenceLbl.Size = new System.Drawing.Size(85, 13);
     this.PHYReferenceLbl.TabIndex = 2;
     this.PHYReferenceLbl.Text = "PHY Reference:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(114, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // UserNameTB
     //
     this.UserNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.UserNameTB.Location = new System.Drawing.Point(115, 126);
     this.UserNameTB.Name = "UserNameTB";
     this.UserNameTB.Size = new System.Drawing.Size(170, 20);
     this.UserNameTB.TabIndex = 12;
     //
     // PasswordTB
     //
     this.PasswordTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.PasswordTB.Location = new System.Drawing.Point(116, 152);
     this.PasswordTB.Name = "PasswordTB";
     this.PasswordTB.Size = new System.Drawing.Size(170, 20);
     this.PasswordTB.TabIndex = 13;
     //
     // GXDLMSPppSetupView
     //
     this.ClientSize = new System.Drawing.Size(320, 211);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSPppSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #17
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSMBusSlavePortSetupView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.BusAddressLbl = new System.Windows.Forms.Label();
     this.AddressStateLbl = new System.Windows.Forms.Label();
     this.AvailableBaudrateLbl = new System.Windows.Forms.Label();
     this.DefaultBaudrateLbl = new System.Windows.Forms.Label();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.BusAddressTB = new GXDLMSDirector.Views.GXValueField();
     this.AddressStateTB = new GXDLMSDirector.Views.GXValueField();
     this.AvailableBaudrateTB = new GXDLMSDirector.Views.GXValueField();
     this.DefaultBaudrateTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.BusAddressTB);
     this.groupBox1.Controls.Add(this.BusAddressLbl);
     this.groupBox1.Controls.Add(this.AddressStateTB);
     this.groupBox1.Controls.Add(this.AddressStateLbl);
     this.groupBox1.Controls.Add(this.AvailableBaudrateTB);
     this.groupBox1.Controls.Add(this.AvailableBaudrateLbl);
     this.groupBox1.Controls.Add(this.DefaultBaudrateTB);
     this.groupBox1.Controls.Add(this.DefaultBaudrateLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(300, 153);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "MBus Slave Port Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // BusAddressLbl
     //
     this.BusAddressLbl.AutoSize = true;
     this.BusAddressLbl.Location = new System.Drawing.Point(3, 128);
     this.BusAddressLbl.Name = "BusAddressLbl";
     this.BusAddressLbl.Size = new System.Drawing.Size(69, 13);
     this.BusAddressLbl.TabIndex = 19;
     this.BusAddressLbl.Text = "Bus Address:";
     //
     // AddressStateLbl
     //
     this.AddressStateLbl.AutoSize = true;
     this.AddressStateLbl.Location = new System.Drawing.Point(3, 102);
     this.AddressStateLbl.Name = "AddressStateLbl";
     this.AddressStateLbl.Size = new System.Drawing.Size(76, 13);
     this.AddressStateLbl.TabIndex = 17;
     this.AddressStateLbl.Text = "Address State:";
     //
     // AvailableBaudrateLbl
     //
     this.AvailableBaudrateLbl.AutoSize = true;
     this.AvailableBaudrateLbl.Location = new System.Drawing.Point(6, 76);
     this.AvailableBaudrateLbl.Name = "AvailableBaudrateLbl";
     this.AvailableBaudrateLbl.Size = new System.Drawing.Size(99, 13);
     this.AvailableBaudrateLbl.TabIndex = 4;
     this.AvailableBaudrateLbl.Text = "Available Baudrate:";
     //
     // DefaultBaudrateLbl
     //
     this.DefaultBaudrateLbl.AutoSize = true;
     this.DefaultBaudrateLbl.Location = new System.Drawing.Point(6, 50);
     this.DefaultBaudrateLbl.Name = "DefaultBaudrateLbl";
     this.DefaultBaudrateLbl.Size = new System.Drawing.Size(90, 13);
     this.DefaultBaudrateLbl.TabIndex = 2;
     this.DefaultBaudrateLbl.Text = "Default Baudrate:";
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // BusAddressTB
     //
     this.BusAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.BusAddressTB.AttributeID = 5;
     this.BusAddressTB.Location = new System.Drawing.Point(122, 125);
     this.BusAddressTB.Name = "BusAddressTB";
     this.BusAddressTB.Size = new System.Drawing.Size(168, 20);
     this.BusAddressTB.TabIndex = 20;
     this.BusAddressTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // AddressStateTB
     //
     this.AddressStateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.AddressStateTB.AttributeID = 4;
     this.AddressStateTB.Location = new System.Drawing.Point(122, 99);
     this.AddressStateTB.Name = "AddressStateTB";
     this.AddressStateTB.Size = new System.Drawing.Size(168, 20);
     this.AddressStateTB.TabIndex = 18;
     this.AddressStateTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // AvailableBaudrateTB
     //
     this.AvailableBaudrateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.AvailableBaudrateTB.AttributeID = 3;
     this.AvailableBaudrateTB.Location = new System.Drawing.Point(122, 73);
     this.AvailableBaudrateTB.Name = "AvailableBaudrateTB";
     this.AvailableBaudrateTB.Size = new System.Drawing.Size(168, 20);
     this.AvailableBaudrateTB.TabIndex = 3;
     this.AvailableBaudrateTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DefaultBaudrateTB
     //
     this.DefaultBaudrateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DefaultBaudrateTB.AttributeID = 2;
     this.DefaultBaudrateTB.Location = new System.Drawing.Point(122, 47);
     this.DefaultBaudrateTB.Name = "DefaultBaudrateTB";
     this.DefaultBaudrateTB.Size = new System.Drawing.Size(168, 20);
     this.DefaultBaudrateTB.TabIndex = 2;
     this.DefaultBaudrateTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(122, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(168, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // GXDLMSMBusSlavePortSetupView
     //
     this.ClientSize = new System.Drawing.Size(324, 179);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSMBusSlavePortSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #18
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSDemandRegisterView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.CaptureTimeTB = new GXDLMSDirector.Views.GXValueField();
     this.CaptureTimeLbl = new System.Windows.Forms.Label();
     this.NOPeriodTB = new GXDLMSDirector.Views.GXValueField();
     this.NoPeriodLbl = new System.Windows.Forms.Label();
     this.PeriodTB = new GXDLMSDirector.Views.GXValueField();
     this.PeriodLbl = new System.Windows.Forms.Label();
     this.LAValueTB = new GXDLMSDirector.Views.GXValueField();
     this.LAValueLbl = new System.Windows.Forms.Label();
     this.CurrentStartTimeTB = new GXDLMSDirector.Views.GXValueField();
     this.CurrentStartTimeLbl = new System.Windows.Forms.Label();
     this.StatusTB = new GXDLMSDirector.Views.GXValueField();
     this.StatusLbl = new System.Windows.Forms.Label();
     this.UnitTB = new GXDLMSDirector.Views.GXValueField();
     this.UnitLbl = new System.Windows.Forms.Label();
     this.ScalerTB = new GXDLMSDirector.Views.GXValueField();
     this.ScalerLbl = new System.Windows.Forms.Label();
     this.CAValueTB = new GXDLMSDirector.Views.GXValueField();
     this.ValueLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.CaptureTimeTB);
     this.groupBox1.Controls.Add(this.CaptureTimeLbl);
     this.groupBox1.Controls.Add(this.NOPeriodTB);
     this.groupBox1.Controls.Add(this.NoPeriodLbl);
     this.groupBox1.Controls.Add(this.PeriodTB);
     this.groupBox1.Controls.Add(this.PeriodLbl);
     this.groupBox1.Controls.Add(this.LAValueTB);
     this.groupBox1.Controls.Add(this.LAValueLbl);
     this.groupBox1.Controls.Add(this.CurrentStartTimeTB);
     this.groupBox1.Controls.Add(this.CurrentStartTimeLbl);
     this.groupBox1.Controls.Add(this.StatusTB);
     this.groupBox1.Controls.Add(this.StatusLbl);
     this.groupBox1.Controls.Add(this.UnitTB);
     this.groupBox1.Controls.Add(this.UnitLbl);
     this.groupBox1.Controls.Add(this.ScalerTB);
     this.groupBox1.Controls.Add(this.ScalerLbl);
     this.groupBox1.Controls.Add(this.CAValueTB);
     this.groupBox1.Controls.Add(this.ValueLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(333, 286);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Demand Register Object";
     //
     // CaptureTimeTB
     //
     this.CaptureTimeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.CaptureTimeTB.AttributeID = 6;
     this.CaptureTimeTB.Location = new System.Drawing.Point(102, 178);
     this.CaptureTimeTB.Name = "CaptureTimeTB";
     this.CaptureTimeTB.Size = new System.Drawing.Size(208, 20);
     this.CaptureTimeTB.TabIndex = 5;
     this.CaptureTimeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // CaptureTimeLbl
     //
     this.CaptureTimeLbl.AutoSize = true;
     this.CaptureTimeLbl.Location = new System.Drawing.Point(6, 181);
     this.CaptureTimeLbl.Name = "CaptureTimeLbl";
     this.CaptureTimeLbl.Size = new System.Drawing.Size(73, 13);
     this.CaptureTimeLbl.TabIndex = 20;
     this.CaptureTimeLbl.Text = "Capture Time:";
     //
     // NOPeriodTB
     //
     this.NOPeriodTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.NOPeriodTB.AttributeID = 9;
     this.NOPeriodTB.Location = new System.Drawing.Point(102, 256);
     this.NOPeriodTB.Name = "NOPeriodTB";
     this.NOPeriodTB.Size = new System.Drawing.Size(208, 20);
     this.NOPeriodTB.TabIndex = 8;
     this.NOPeriodTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // NoPeriodLbl
     //
     this.NoPeriodLbl.AutoSize = true;
     this.NoPeriodLbl.Location = new System.Drawing.Point(6, 259);
     this.NoPeriodLbl.Name = "NoPeriodLbl";
     this.NoPeriodLbl.Size = new System.Drawing.Size(97, 13);
     this.NoPeriodLbl.TabIndex = 18;
     this.NoPeriodLbl.Text = "Number of Periods:";
     //
     // PeriodTB
     //
     this.PeriodTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.PeriodTB.AttributeID = 8;
     this.PeriodTB.Location = new System.Drawing.Point(102, 230);
     this.PeriodTB.Name = "PeriodTB";
     this.PeriodTB.Size = new System.Drawing.Size(208, 20);
     this.PeriodTB.TabIndex = 7;
     this.PeriodTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // PeriodLbl
     //
     this.PeriodLbl.AutoSize = true;
     this.PeriodLbl.Location = new System.Drawing.Point(6, 233);
     this.PeriodLbl.Name = "PeriodLbl";
     this.PeriodLbl.Size = new System.Drawing.Size(40, 13);
     this.PeriodLbl.TabIndex = 16;
     this.PeriodLbl.Text = "Period:";
     //
     // LAValueTB
     //
     this.LAValueTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LAValueTB.AttributeID = 3;
     this.LAValueTB.Location = new System.Drawing.Point(102, 73);
     this.LAValueTB.Name = "LAValueTB";
     this.LAValueTB.Size = new System.Drawing.Size(208, 20);
     this.LAValueTB.TabIndex = 1;
     this.LAValueTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LAValueLbl
     //
     this.LAValueLbl.AutoSize = true;
     this.LAValueLbl.Location = new System.Drawing.Point(6, 76);
     this.LAValueLbl.Name = "LAValueLbl";
     this.LAValueLbl.Size = new System.Drawing.Size(73, 13);
     this.LAValueLbl.TabIndex = 12;
     this.LAValueLbl.Text = "Last Average:";
     //
     // CurrentStartTimeTB
     //
     this.CurrentStartTimeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.CurrentStartTimeTB.AttributeID = 7;
     this.CurrentStartTimeTB.Location = new System.Drawing.Point(102, 204);
     this.CurrentStartTimeTB.Name = "CurrentStartTimeTB";
     this.CurrentStartTimeTB.Size = new System.Drawing.Size(208, 20);
     this.CurrentStartTimeTB.TabIndex = 6;
     this.CurrentStartTimeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // CurrentStartTimeLbl
     //
     this.CurrentStartTimeLbl.AutoSize = true;
     this.CurrentStartTimeLbl.Location = new System.Drawing.Point(6, 207);
     this.CurrentStartTimeLbl.Name = "CurrentStartTimeLbl";
     this.CurrentStartTimeLbl.Size = new System.Drawing.Size(95, 13);
     this.CurrentStartTimeLbl.TabIndex = 10;
     this.CurrentStartTimeLbl.Text = "Current Start Time:";
     //
     // StatusTB
     //
     this.StatusTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.StatusTB.AttributeID = 5;
     this.StatusTB.Location = new System.Drawing.Point(102, 152);
     this.StatusTB.Name = "StatusTB";
     this.StatusTB.Size = new System.Drawing.Size(208, 20);
     this.StatusTB.TabIndex = 4;
     this.StatusTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // StatusLbl
     //
     this.StatusLbl.AutoSize = true;
     this.StatusLbl.Location = new System.Drawing.Point(6, 155);
     this.StatusLbl.Name = "StatusLbl";
     this.StatusLbl.Size = new System.Drawing.Size(40, 13);
     this.StatusLbl.TabIndex = 8;
     this.StatusLbl.Text = "Status:";
     //
     // UnitTB
     //
     this.UnitTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.UnitTB.AttributeID = 0;
     this.UnitTB.Location = new System.Drawing.Point(102, 126);
     this.UnitTB.Name = "UnitTB";
     this.UnitTB.Size = new System.Drawing.Size(208, 20);
     this.UnitTB.TabIndex = 3;
     this.UnitTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // UnitLbl
     //
     this.UnitLbl.AutoSize = true;
     this.UnitLbl.Location = new System.Drawing.Point(6, 129);
     this.UnitLbl.Name = "UnitLbl";
     this.UnitLbl.Size = new System.Drawing.Size(29, 13);
     this.UnitLbl.TabIndex = 6;
     this.UnitLbl.Text = "Unit:";
     //
     // ScalerTB
     //
     this.ScalerTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ScalerTB.AttributeID = 0;
     this.ScalerTB.Location = new System.Drawing.Point(102, 100);
     this.ScalerTB.Name = "ScalerTB";
     this.ScalerTB.Size = new System.Drawing.Size(208, 20);
     this.ScalerTB.TabIndex = 2;
     this.ScalerTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ScalerLbl
     //
     this.ScalerLbl.AutoSize = true;
     this.ScalerLbl.Location = new System.Drawing.Point(6, 103);
     this.ScalerLbl.Name = "ScalerLbl";
     this.ScalerLbl.Size = new System.Drawing.Size(40, 13);
     this.ScalerLbl.TabIndex = 4;
     this.ScalerLbl.Text = "Scaler:";
     //
     // CAValueTB
     //
     this.CAValueTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.CAValueTB.AttributeID = 2;
     this.CAValueTB.Location = new System.Drawing.Point(102, 47);
     this.CAValueTB.Name = "CAValueTB";
     this.CAValueTB.Size = new System.Drawing.Size(208, 20);
     this.CAValueTB.TabIndex = 0;
     this.CAValueTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ValueLbl
     //
     this.ValueLbl.AutoSize = true;
     this.ValueLbl.Location = new System.Drawing.Point(6, 50);
     this.ValueLbl.Name = "ValueLbl";
     this.ValueLbl.Size = new System.Drawing.Size(87, 13);
     this.ValueLbl.TabIndex = 2;
     this.ValueLbl.Text = "Current Average:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSDemandRegisterView
     //
     this.ClientSize = new System.Drawing.Size(357, 337);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSDemandRegisterView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #19
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSProfileGenericView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label5 = new System.Windows.Forms.Label();
     this.CapturePeriodTB = new GXDLMSDirector.Views.GXValueField();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.SortObjectTB = new GXDLMSDirector.Views.GXValueField();
     this.label4 = new System.Windows.Forms.Label();
     this.SortModeTB = new GXDLMSDirector.Views.GXValueField();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.ProfileGenericView = new System.Windows.Forms.DataGridView();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.m_MyPane = new ZedGraph.ZedGraphControl();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.ReadAllRB = new System.Windows.Forms.RadioButton();
     this.ReadLastTB = new System.Windows.Forms.NumericUpDown();
     this.label2 = new System.Windows.Forms.Label();
     this.EndEntry = new System.Windows.Forms.NumericUpDown();
     this.StartEntry = new System.Windows.Forms.NumericUpDown();
     this.DaysLbl = new System.Windows.Forms.Label();
     this.ToLbl = new System.Windows.Forms.Label();
     this.ToPick = new System.Windows.Forms.DateTimePicker();
     this.StartPick = new System.Windows.Forms.DateTimePicker();
     this.ReadFromRB = new System.Windows.Forms.RadioButton();
     this.ReadLastRB = new System.Windows.Forms.RadioButton();
     this.ReadEntryBtn = new System.Windows.Forms.RadioButton();
     this.EntriesTB = new GXDLMSDirector.Views.GXValueField();
     this.EntriesInUseTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.label1 = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ProfileGenericView)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ReadLastTB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EndEntry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StartEntry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.CapturePeriodTB);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.tabControl1);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.EntriesTB);
     this.groupBox1.Controls.Add(this.EntriesInUseTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(501, 572);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Profile Generic";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(245, 146);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 14;
     this.label5.Text = "Period:";
     //
     // CapturePeriodTB
     //
     this.CapturePeriodTB.AttributeID = 4;
     this.CapturePeriodTB.Location = new System.Drawing.Point(297, 144);
     this.CapturePeriodTB.Name = "CapturePeriodTB";
     this.CapturePeriodTB.Size = new System.Drawing.Size(185, 20);
     this.CapturePeriodTB.TabIndex = 15;
     this.CapturePeriodTB.TabStop = false;
     this.CapturePeriodTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.SortObjectTB);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.SortModeTB);
     this.groupBox3.Location = new System.Drawing.Point(3, 193);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(486, 49);
     this.groupBox3.TabIndex = 12;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Sort:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(243, 22);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(41, 13);
     this.label3.TabIndex = 14;
     this.label3.Text = "Object:";
     //
     // SortObjectTB
     //
     this.SortObjectTB.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.SortObjectTB.AttributeID = 6;
     this.SortObjectTB.Location = new System.Drawing.Point(294, 18);
     this.SortObjectTB.Name = "SortObjectTB";
     this.SortObjectTB.Size = new System.Drawing.Size(185, 20);
     this.SortObjectTB.TabIndex = 15;
     this.SortObjectTB.TabStop = false;
     this.SortObjectTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(11, 22);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(37, 13);
     this.label4.TabIndex = 12;
     this.label4.Text = "Mode:";
     //
     // SortModeTB
     //
     this.SortModeTB.AttributeID = 5;
     this.SortModeTB.Location = new System.Drawing.Point(94, 18);
     this.SortModeTB.Name = "SortModeTB";
     this.SortModeTB.ReadOnly = true;
     this.SortModeTB.Size = new System.Drawing.Size(134, 20);
     this.SortModeTB.TabIndex = 13;
     this.SortModeTB.TabStop = false;
     this.SortModeTB.Type = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location = new System.Drawing.Point(5, 249);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(490, 317);
     this.tabControl1.TabIndex = 9;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.ProfileGenericView);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(482, 291);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Data";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // ProfileGenericView
     //
     this.ProfileGenericView.AllowUserToAddRows = false;
     this.ProfileGenericView.AllowUserToDeleteRows = false;
     this.ProfileGenericView.AllowUserToOrderColumns = true;
     this.ProfileGenericView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ProfileGenericView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ProfileGenericView.Location = new System.Drawing.Point(3, 3);
     this.ProfileGenericView.Name = "ProfileGenericView";
     this.ProfileGenericView.ReadOnly = true;
     this.ProfileGenericView.ShowCellErrors = false;
     this.ProfileGenericView.ShowRowErrors = false;
     this.ProfileGenericView.Size = new System.Drawing.Size(476, 285);
     this.ProfileGenericView.TabIndex = 4;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.m_MyPane);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(482, 291);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Graph";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // m_MyPane
     //
     this.m_MyPane.Dock = System.Windows.Forms.DockStyle.Fill;
     this.m_MyPane.Location = new System.Drawing.Point(3, 3);
     this.m_MyPane.Name = "m_MyPane";
     this.m_MyPane.ScrollGrace = 0D;
     this.m_MyPane.ScrollMaxX = 0D;
     this.m_MyPane.ScrollMaxY = 0D;
     this.m_MyPane.ScrollMaxY2 = 0D;
     this.m_MyPane.ScrollMinX = 0D;
     this.m_MyPane.ScrollMinY = 0D;
     this.m_MyPane.ScrollMinY2 = 0D;
     this.m_MyPane.Size = new System.Drawing.Size(476, 285);
     this.m_MyPane.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ReadAllRB);
     this.groupBox2.Controls.Add(this.ReadLastTB);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.EndEntry);
     this.groupBox2.Controls.Add(this.StartEntry);
     this.groupBox2.Controls.Add(this.DaysLbl);
     this.groupBox2.Controls.Add(this.ToLbl);
     this.groupBox2.Controls.Add(this.ToPick);
     this.groupBox2.Controls.Add(this.StartPick);
     this.groupBox2.Controls.Add(this.ReadFromRB);
     this.groupBox2.Controls.Add(this.ReadLastRB);
     this.groupBox2.Controls.Add(this.ReadEntryBtn);
     this.groupBox2.Location = new System.Drawing.Point(5, 15);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(367, 120);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Reading";
     //
     // ReadAllRB
     //
     this.ReadAllRB.Location = new System.Drawing.Point(6, 89);
     this.ReadAllRB.Name = "ReadAllRB";
     this.ReadAllRB.Size = new System.Drawing.Size(80, 16);
     this.ReadAllRB.TabIndex = 12;
     this.ReadAllRB.Text = "All";
     //
     // ReadLastTB
     //
     this.ReadLastTB.Location = new System.Drawing.Point(94, 45);
     this.ReadLastTB.Maximum = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.ReadLastTB.Name = "ReadLastTB";
     this.ReadLastTB.Size = new System.Drawing.Size(114, 20);
     this.ReadLastTB.TabIndex = 12;
     this.ReadLastTB.ValueChanged += new System.EventHandler(this.ReadLastTB_ValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(192, 22);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(38, 13);
     this.label2.TabIndex = 18;
     this.label2.Text = "Count:";
     //
     // EndEntry
     //
     this.EndEntry.Location = new System.Drawing.Point(238, 20);
     this.EndEntry.Maximum = new decimal(new int[] {
     100000,
     0,
     0,
     0});
     this.EndEntry.Name = "EndEntry";
     this.EndEntry.Size = new System.Drawing.Size(112, 20);
     this.EndEntry.TabIndex = 11;
     this.EndEntry.ValueChanged += new System.EventHandler(this.StartEntry_ValueChanged);
     //
     // StartEntry
     //
     this.StartEntry.Location = new System.Drawing.Point(94, 19);
     this.StartEntry.Name = "StartEntry";
     this.StartEntry.Size = new System.Drawing.Size(86, 20);
     this.StartEntry.TabIndex = 10;
     this.StartEntry.ValueChanged += new System.EventHandler(this.StartEntry_ValueChanged);
     //
     // DaysLbl
     //
     this.DaysLbl.Location = new System.Drawing.Point(214, 43);
     this.DaysLbl.Name = "DaysLbl";
     this.DaysLbl.Size = new System.Drawing.Size(72, 16);
     this.DaysLbl.TabIndex = 16;
     this.DaysLbl.Text = "Days";
     //
     // ToLbl
     //
     this.ToLbl.AutoSize = true;
     this.ToLbl.Location = new System.Drawing.Point(214, 70);
     this.ToLbl.Name = "ToLbl";
     this.ToLbl.Size = new System.Drawing.Size(20, 13);
     this.ToLbl.TabIndex = 15;
     this.ToLbl.Text = "To";
     //
     // ToPick
     //
     this.ToPick.Checked = false;
     this.ToPick.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.ToPick.Location = new System.Drawing.Point(238, 67);
     this.ToPick.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.ToPick.Name = "ToPick";
     this.ToPick.ShowCheckBox = true;
     this.ToPick.Size = new System.Drawing.Size(112, 20);
     this.ToPick.TabIndex = 14;
     this.ToPick.ValueChanged += new System.EventHandler(this.StartPick_ValueChanged);
     //
     // StartPick
     //
     this.StartPick.Checked = false;
     this.StartPick.Format = System.Windows.Forms.DateTimePickerFormat.Short;
     this.StartPick.Location = new System.Drawing.Point(94, 67);
     this.StartPick.MinDate = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.StartPick.Name = "StartPick";
     this.StartPick.ShowCheckBox = true;
     this.StartPick.Size = new System.Drawing.Size(112, 20);
     this.StartPick.TabIndex = 13;
     this.StartPick.ValueChanged += new System.EventHandler(this.StartPick_ValueChanged);
     //
     // ReadFromRB
     //
     this.ReadFromRB.Location = new System.Drawing.Point(6, 67);
     this.ReadFromRB.Name = "ReadFromRB";
     this.ReadFromRB.Size = new System.Drawing.Size(80, 16);
     this.ReadFromRB.TabIndex = 11;
     this.ReadFromRB.Text = "Read From";
     //
     // ReadLastRB
     //
     this.ReadLastRB.Checked = true;
     this.ReadLastRB.Location = new System.Drawing.Point(6, 43);
     this.ReadLastRB.Name = "ReadLastRB";
     this.ReadLastRB.Size = new System.Drawing.Size(80, 16);
     this.ReadLastRB.TabIndex = 10;
     this.ReadLastRB.TabStop = true;
     this.ReadLastRB.Text = "Read last";
     //
     // ReadEntryBtn
     //
     this.ReadEntryBtn.Location = new System.Drawing.Point(6, 19);
     this.ReadEntryBtn.Name = "ReadEntryBtn";
     this.ReadEntryBtn.Size = new System.Drawing.Size(80, 16);
     this.ReadEntryBtn.TabIndex = 9;
     this.ReadEntryBtn.Text = "Read Entry:";
     //
     // EntriesTB
     //
     this.EntriesTB.AttributeID = 8;
     this.EntriesTB.Location = new System.Drawing.Point(186, 167);
     this.EntriesTB.Name = "EntriesTB";
     this.EntriesTB.Size = new System.Drawing.Size(57, 20);
     this.EntriesTB.TabIndex = 7;
     this.EntriesTB.TabStop = false;
     this.EntriesTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // EntriesInUseTB
     //
     this.EntriesInUseTB.AttributeID = 7;
     this.EntriesInUseTB.Location = new System.Drawing.Point(94, 167);
     this.EntriesInUseTB.Name = "EntriesInUseTB";
     this.EntriesInUseTB.Size = new System.Drawing.Size(66, 20);
     this.EntriesInUseTB.TabIndex = 5;
     this.EntriesInUseTB.TabStop = false;
     this.EntriesInUseTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(10, 144);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(94, 141);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(140, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.TabStop = false;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 170);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(42, 13);
     this.label1.TabIndex = 4;
     this.label1.Text = "Entries:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSProfileGenericView
     //
     this.ClientSize = new System.Drawing.Size(517, 582);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSProfileGenericView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ProfileGenericView)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ReadLastTB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EndEntry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StartEntry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #20
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSLimiterView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.ActionUnderThresholdLbl = new System.Windows.Forms.Label();
     this.ActionOverThresholdLbl = new System.Windows.Forms.Label();
     this.EmergencyProfileActiveCB = new System.Windows.Forms.CheckBox();
     this.EmergencyProfileGroupIDsLbl = new System.Windows.Forms.Label();
     this.EmergencyProfileLbl = new System.Windows.Forms.Label();
     this.MinUnderThresholdDurationLbl = new System.Windows.Forms.Label();
     this.MinOverThresholdDurationLbl = new System.Windows.Forms.Label();
     this.ThresholdEmergencyLbl = new System.Windows.Forms.Label();
     this.ThresholdNormalLbl = new System.Windows.Forms.Label();
     this.ThresholdActiveLbl = new System.Windows.Forms.Label();
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB = new System.Windows.Forms.TextBox();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.MonitoredGB = new System.Windows.Forms.GroupBox();
     this.MonitoredIndexTB = new System.Windows.Forms.TextBox();
     this.MonitoredIndexLbl = new System.Windows.Forms.Label();
     this.MonitoredValueLbl = new System.Windows.Forms.Label();
     this.MonitoredValueTB = new System.Windows.Forms.TextBox();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.ActionUnderThresholdTB = new GXDLMSDirector.Views.GXValueField();
     this.ActionOverThresholdTB = new GXDLMSDirector.Views.GXValueField();
     this.EmergencyProfileGroupIDsTB = new GXDLMSDirector.Views.GXValueField();
     this.EmergencyProfileTB = new GXDLMSDirector.Views.GXValueField();
     this.MinUnderThresholdDurationTB = new GXDLMSDirector.Views.GXValueField();
     this.MinOverThresholdDurationTB = new GXDLMSDirector.Views.GXValueField();
     this.ThresholdEmergencyTB = new GXDLMSDirector.Views.GXValueField();
     this.ThresholdNormalTB = new GXDLMSDirector.Views.GXValueField();
     this.ThresholdActiveTB = new GXDLMSDirector.Views.GXValueField();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.MonitoredGB.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Controls.Add(this.ActionUnderThresholdTB);
     this.groupBox1.Controls.Add(this.ActionUnderThresholdLbl);
     this.groupBox1.Controls.Add(this.ActionOverThresholdTB);
     this.groupBox1.Controls.Add(this.ActionOverThresholdLbl);
     this.groupBox1.Controls.Add(this.EmergencyProfileActiveCB);
     this.groupBox1.Controls.Add(this.EmergencyProfileGroupIDsTB);
     this.groupBox1.Controls.Add(this.EmergencyProfileGroupIDsLbl);
     this.groupBox1.Controls.Add(this.EmergencyProfileTB);
     this.groupBox1.Controls.Add(this.EmergencyProfileLbl);
     this.groupBox1.Controls.Add(this.MinUnderThresholdDurationTB);
     this.groupBox1.Controls.Add(this.MinUnderThresholdDurationLbl);
     this.groupBox1.Controls.Add(this.MinOverThresholdDurationTB);
     this.groupBox1.Controls.Add(this.MinOverThresholdDurationLbl);
     this.groupBox1.Controls.Add(this.ThresholdEmergencyTB);
     this.groupBox1.Controls.Add(this.ThresholdEmergencyLbl);
     this.groupBox1.Controls.Add(this.ThresholdNormalTB);
     this.groupBox1.Controls.Add(this.ThresholdNormalLbl);
     this.groupBox1.Controls.Add(this.ThresholdActiveTB);
     this.groupBox1.Controls.Add(this.ThresholdActiveLbl);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 443);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Limiter Object";
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(8, 22);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 36;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // ActionUnderThresholdLbl
     //
     this.ActionUnderThresholdLbl.AutoSize = true;
     this.ActionUnderThresholdLbl.Location = new System.Drawing.Point(10, 400);
     this.ActionUnderThresholdLbl.Name = "ActionUnderThresholdLbl";
     this.ActionUnderThresholdLbl.Size = new System.Drawing.Size(72, 13);
     this.ActionUnderThresholdLbl.TabIndex = 31;
     this.ActionUnderThresholdLbl.Text = "Action Under:";
     //
     // ActionOverThresholdLbl
     //
     this.ActionOverThresholdLbl.AutoSize = true;
     this.ActionOverThresholdLbl.Location = new System.Drawing.Point(10, 359);
     this.ActionOverThresholdLbl.Name = "ActionOverThresholdLbl";
     this.ActionOverThresholdLbl.Size = new System.Drawing.Size(66, 13);
     this.ActionOverThresholdLbl.TabIndex = 29;
     this.ActionOverThresholdLbl.Text = "Action Over:";
     //
     // EmergencyProfileActiveCB
     //
     this.EmergencyProfileActiveCB.AutoSize = true;
     this.EmergencyProfileActiveCB.Location = new System.Drawing.Point(12, 337);
     this.EmergencyProfileActiveCB.Name = "EmergencyProfileActiveCB";
     this.EmergencyProfileActiveCB.Size = new System.Drawing.Size(56, 17);
     this.EmergencyProfileActiveCB.TabIndex = 28;
     this.EmergencyProfileActiveCB.Text = "Active";
     this.EmergencyProfileActiveCB.UseVisualStyleBackColor = true;
     //
     // EmergencyProfileGroupIDsLbl
     //
     this.EmergencyProfileGroupIDsLbl.AutoSize = true;
     this.EmergencyProfileGroupIDsLbl.Location = new System.Drawing.Point(9, 303);
     this.EmergencyProfileGroupIDsLbl.Name = "EmergencyProfileGroupIDsLbl";
     this.EmergencyProfileGroupIDsLbl.Size = new System.Drawing.Size(58, 13);
     this.EmergencyProfileGroupIDsLbl.TabIndex = 26;
     this.EmergencyProfileGroupIDsLbl.Text = "Group IDs:";
     //
     // EmergencyProfileLbl
     //
     this.EmergencyProfileLbl.AutoSize = true;
     this.EmergencyProfileLbl.Location = new System.Drawing.Point(8, 278);
     this.EmergencyProfileLbl.Name = "EmergencyProfileLbl";
     this.EmergencyProfileLbl.Size = new System.Drawing.Size(94, 13);
     this.EmergencyProfileLbl.TabIndex = 24;
     this.EmergencyProfileLbl.Text = "Emergency profile:";
     //
     // MinUnderThresholdDurationLbl
     //
     this.MinUnderThresholdDurationLbl.AutoSize = true;
     this.MinUnderThresholdDurationLbl.Location = new System.Drawing.Point(8, 253);
     this.MinUnderThresholdDurationLbl.Name = "MinUnderThresholdDurationLbl";
     this.MinUnderThresholdDurationLbl.Size = new System.Drawing.Size(77, 13);
     this.MinUnderThresholdDurationLbl.TabIndex = 22;
     this.MinUnderThresholdDurationLbl.Text = "Minimal Under:";
     //
     // MinOverThresholdDurationLbl
     //
     this.MinOverThresholdDurationLbl.AutoSize = true;
     this.MinOverThresholdDurationLbl.Location = new System.Drawing.Point(8, 227);
     this.MinOverThresholdDurationLbl.Name = "MinOverThresholdDurationLbl";
     this.MinOverThresholdDurationLbl.Size = new System.Drawing.Size(71, 13);
     this.MinOverThresholdDurationLbl.TabIndex = 20;
     this.MinOverThresholdDurationLbl.Text = "Minimal Over:";
     //
     // ThresholdEmergencyLbl
     //
     this.ThresholdEmergencyLbl.AutoSize = true;
     this.ThresholdEmergencyLbl.Location = new System.Drawing.Point(7, 201);
     this.ThresholdEmergencyLbl.Name = "ThresholdEmergencyLbl";
     this.ThresholdEmergencyLbl.Size = new System.Drawing.Size(113, 13);
     this.ThresholdEmergencyLbl.TabIndex = 18;
     this.ThresholdEmergencyLbl.Text = "Threshold Emergency:";
     //
     // ThresholdNormalLbl
     //
     this.ThresholdNormalLbl.AutoSize = true;
     this.ThresholdNormalLbl.Location = new System.Drawing.Point(7, 176);
     this.ThresholdNormalLbl.Name = "ThresholdNormalLbl";
     this.ThresholdNormalLbl.Size = new System.Drawing.Size(93, 13);
     this.ThresholdNormalLbl.TabIndex = 16;
     this.ThresholdNormalLbl.Text = "Threshold Normal:";
     //
     // ThresholdActiveLbl
     //
     this.ThresholdActiveLbl.AutoSize = true;
     this.ThresholdActiveLbl.Location = new System.Drawing.Point(7, 150);
     this.ThresholdActiveLbl.Name = "ThresholdActiveLbl";
     this.ThresholdActiveLbl.Size = new System.Drawing.Size(90, 13);
     this.ThresholdActiveLbl.TabIndex = 13;
     this.ThresholdActiveLbl.Text = "Threshold Active:";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 50);
     this.DescriptionLbl.Name = "DescriptionLbl";
     this.DescriptionLbl.Size = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 47);
     this.DescriptionTB.Name = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size = new System.Drawing.Size(172, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // MonitoredGB
     //
     this.MonitoredGB.Controls.Add(this.MonitoredIndexTB);
     this.MonitoredGB.Controls.Add(this.MonitoredIndexLbl);
     this.MonitoredGB.Controls.Add(this.MonitoredValueLbl);
     this.MonitoredGB.Controls.Add(this.MonitoredValueTB);
     this.MonitoredGB.Location = new System.Drawing.Point(12, 79);
     this.MonitoredGB.Name = "MonitoredGB";
     this.MonitoredGB.Size = new System.Drawing.Size(296, 76);
     this.MonitoredGB.TabIndex = 8;
     this.MonitoredGB.TabStop = false;
     this.MonitoredGB.Text = "Monitored:";
     //
     // MonitoredIndexTB
     //
     this.MonitoredIndexTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MonitoredIndexTB.Location = new System.Drawing.Point(103, 45);
     this.MonitoredIndexTB.Name = "MonitoredIndexTB";
     this.MonitoredIndexTB.Size = new System.Drawing.Size(171, 20);
     this.MonitoredIndexTB.TabIndex = 10;
     //
     // MonitoredIndexLbl
     //
     this.MonitoredIndexLbl.AutoSize = true;
     this.MonitoredIndexLbl.Location = new System.Drawing.Point(7, 48);
     this.MonitoredIndexLbl.Name = "MonitoredIndexLbl";
     this.MonitoredIndexLbl.Size = new System.Drawing.Size(36, 13);
     this.MonitoredIndexLbl.TabIndex = 9;
     this.MonitoredIndexLbl.Text = "Index:";
     //
     // MonitoredValueLbl
     //
     this.MonitoredValueLbl.AutoSize = true;
     this.MonitoredValueLbl.Location = new System.Drawing.Point(7, 22);
     this.MonitoredValueLbl.Name = "MonitoredValueLbl";
     this.MonitoredValueLbl.Size = new System.Drawing.Size(37, 13);
     this.MonitoredValueLbl.TabIndex = 6;
     this.MonitoredValueLbl.Text = "Value:";
     //
     // MonitoredValueTB
     //
     this.MonitoredValueTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MonitoredValueTB.Location = new System.Drawing.Point(103, 19);
     this.MonitoredValueTB.Name = "MonitoredValueTB";
     this.MonitoredValueTB.Size = new System.Drawing.Size(171, 20);
     this.MonitoredValueTB.TabIndex = 5;
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(104, 19);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex = 35;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ActionUnderThresholdTB
     //
     this.ActionUnderThresholdTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ActionUnderThresholdTB.AttributeID = 12;
     this.ActionUnderThresholdTB.Location = new System.Drawing.Point(106, 400);
     this.ActionUnderThresholdTB.Name = "ActionUnderThresholdTB";
     this.ActionUnderThresholdTB.Size = new System.Drawing.Size(171, 40);
     this.ActionUnderThresholdTB.TabIndex = 32;
     this.ActionUnderThresholdTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ActionOverThresholdTB
     //
     this.ActionOverThresholdTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ActionOverThresholdTB.AttributeID = 11;
     this.ActionOverThresholdTB.Location = new System.Drawing.Point(106, 359);
     this.ActionOverThresholdTB.Name = "ActionOverThresholdTB";
     this.ActionOverThresholdTB.Size = new System.Drawing.Size(171, 35);
     this.ActionOverThresholdTB.TabIndex = 30;
     this.ActionOverThresholdTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // EmergencyProfileGroupIDsTB
     //
     this.EmergencyProfileGroupIDsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.EmergencyProfileGroupIDsTB.AttributeID = 9;
     this.EmergencyProfileGroupIDsTB.Location = new System.Drawing.Point(105, 303);
     this.EmergencyProfileGroupIDsTB.Name = "EmergencyProfileGroupIDsTB";
     this.EmergencyProfileGroupIDsTB.ReadOnly = true;
     this.EmergencyProfileGroupIDsTB.Size = new System.Drawing.Size(171, 33);
     this.EmergencyProfileGroupIDsTB.TabIndex = 27;
     this.EmergencyProfileGroupIDsTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // EmergencyProfileTB
     //
     this.EmergencyProfileTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.EmergencyProfileTB.AttributeID = 8;
     this.EmergencyProfileTB.Location = new System.Drawing.Point(104, 278);
     this.EmergencyProfileTB.Name = "EmergencyProfileTB";
     this.EmergencyProfileTB.Size = new System.Drawing.Size(171, 20);
     this.EmergencyProfileTB.TabIndex = 25;
     this.EmergencyProfileTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MinUnderThresholdDurationTB
     //
     this.MinUnderThresholdDurationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MinUnderThresholdDurationTB.AttributeID = 7;
     this.MinUnderThresholdDurationTB.Location = new System.Drawing.Point(104, 253);
     this.MinUnderThresholdDurationTB.Name = "MinUnderThresholdDurationTB";
     this.MinUnderThresholdDurationTB.Size = new System.Drawing.Size(171, 20);
     this.MinUnderThresholdDurationTB.TabIndex = 23;
     this.MinUnderThresholdDurationTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MinOverThresholdDurationTB
     //
     this.MinOverThresholdDurationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MinOverThresholdDurationTB.AttributeID = 6;
     this.MinOverThresholdDurationTB.Location = new System.Drawing.Point(104, 227);
     this.MinOverThresholdDurationTB.Name = "MinOverThresholdDurationTB";
     this.MinOverThresholdDurationTB.Size = new System.Drawing.Size(171, 20);
     this.MinOverThresholdDurationTB.TabIndex = 21;
     this.MinOverThresholdDurationTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ThresholdEmergencyTB
     //
     this.ThresholdEmergencyTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ThresholdEmergencyTB.AttributeID = 5;
     this.ThresholdEmergencyTB.Location = new System.Drawing.Point(103, 201);
     this.ThresholdEmergencyTB.Name = "ThresholdEmergencyTB";
     this.ThresholdEmergencyTB.Size = new System.Drawing.Size(171, 20);
     this.ThresholdEmergencyTB.TabIndex = 19;
     this.ThresholdEmergencyTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ThresholdNormalTB
     //
     this.ThresholdNormalTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ThresholdNormalTB.AttributeID = 4;
     this.ThresholdNormalTB.Location = new System.Drawing.Point(103, 176);
     this.ThresholdNormalTB.Name = "ThresholdNormalTB";
     this.ThresholdNormalTB.Size = new System.Drawing.Size(171, 20);
     this.ThresholdNormalTB.TabIndex = 17;
     this.ThresholdNormalTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ThresholdActiveTB
     //
     this.ThresholdActiveTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ThresholdActiveTB.AttributeID = 3;
     this.ThresholdActiveTB.Location = new System.Drawing.Point(103, 150);
     this.ThresholdActiveTB.Name = "ThresholdActiveTB";
     this.ThresholdActiveTB.Size = new System.Drawing.Size(171, 20);
     this.ThresholdActiveTB.TabIndex = 15;
     this.ThresholdActiveTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // GXDLMSLimiterView
     //
     this.ClientSize = new System.Drawing.Size(320, 456);
     this.Controls.Add(this.MonitoredGB);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSLimiterView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.MonitoredGB.ResumeLayout(false);
     this.MonitoredGB.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #21
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSModemConfigurationView));
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.ModemProfileTB        = new System.Windows.Forms.TextBox();
     this.ModemProfileLbl       = new System.Windows.Forms.Label();
     this.InitialisationTB      = new System.Windows.Forms.TextBox();
     this.InitialisationLbl     = new System.Windows.Forms.Label();
     this.CommunicationSpeedTB  = new GXDLMSDirector.Views.GXValueField();
     this.CommunicationSpeedLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB         = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl        = new System.Windows.Forms.Label();
     this.errorProvider1        = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ModemProfileTB);
     this.groupBox1.Controls.Add(this.ModemProfileLbl);
     this.groupBox1.Controls.Add(this.InitialisationTB);
     this.groupBox1.Controls.Add(this.InitialisationLbl);
     this.groupBox1.Controls.Add(this.CommunicationSpeedTB);
     this.groupBox1.Controls.Add(this.CommunicationSpeedLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(292, 250);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Modem Configuration Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // ModemProfileTB
     //
     this.ModemProfileTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.ModemProfileTB.Location  = new System.Drawing.Point(102, 161);
     this.ModemProfileTB.Multiline = true;
     this.ModemProfileTB.Name      = "ModemProfileTB";
     this.ModemProfileTB.ReadOnly  = true;
     this.ModemProfileTB.Size      = new System.Drawing.Size(175, 82);
     this.ModemProfileTB.TabIndex  = 5;
     //
     // ModemProfileLbl
     //
     this.ModemProfileLbl.AutoSize = true;
     this.ModemProfileLbl.Location = new System.Drawing.Point(6, 164);
     this.ModemProfileLbl.Name     = "ModemProfileLbl";
     this.ModemProfileLbl.Size     = new System.Drawing.Size(77, 13);
     this.ModemProfileLbl.TabIndex = 6;
     this.ModemProfileLbl.Text     = "Modem Profile:";
     //
     // InitialisationTB
     //
     this.InitialisationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.InitialisationTB.Location  = new System.Drawing.Point(102, 73);
     this.InitialisationTB.Multiline = true;
     this.InitialisationTB.Name      = "InitialisationTB";
     this.InitialisationTB.ReadOnly  = true;
     this.InitialisationTB.Size      = new System.Drawing.Size(175, 82);
     this.InitialisationTB.TabIndex  = 3;
     //
     // InitialisationLbl
     //
     this.InitialisationLbl.AutoSize = true;
     this.InitialisationLbl.Location = new System.Drawing.Point(6, 76);
     this.InitialisationLbl.Name     = "InitialisationLbl";
     this.InitialisationLbl.Size     = new System.Drawing.Size(64, 13);
     this.InitialisationLbl.TabIndex = 4;
     this.InitialisationLbl.Text     = "Initialisation:";
     //
     // CommunicationSpeedTB
     //
     this.CommunicationSpeedTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.CommunicationSpeedTB.AttributeID = 2;
     this.CommunicationSpeedTB.Location    = new System.Drawing.Point(102, 47);
     this.CommunicationSpeedTB.Name        = "CommunicationSpeedTB";
     this.CommunicationSpeedTB.Size        = new System.Drawing.Size(175, 20);
     this.CommunicationSpeedTB.TabIndex    = 0;
     this.CommunicationSpeedTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // CommunicationSpeedLbl
     //
     this.CommunicationSpeedLbl.AutoSize = true;
     this.CommunicationSpeedLbl.Location = new System.Drawing.Point(6, 50);
     this.CommunicationSpeedLbl.Name     = "CommunicationSpeedLbl";
     this.CommunicationSpeedLbl.Size     = new System.Drawing.Size(41, 13);
     this.CommunicationSpeedLbl.TabIndex = 2;
     this.CommunicationSpeedLbl.Text     = "Speed:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(175, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSModemConfigurationView
     //
     this.ClientSize = new System.Drawing.Size(314, 270);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSModemConfigurationView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #22
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSGprsSetupView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.MMeanThroughputTB = new System.Windows.Forms.TextBox();
     this.MMeanThroughputLbl = new System.Windows.Forms.Label();
     this.MPeakThroughputTB = new System.Windows.Forms.TextBox();
     this.MPeakThroughputLbl = new System.Windows.Forms.Label();
     this.MReliabilityTB = new System.Windows.Forms.TextBox();
     this.MReliabilityLbl = new System.Windows.Forms.Label();
     this.MDelayTB = new System.Windows.Forms.TextBox();
     this.MDelayLbl = new System.Windows.Forms.Label();
     this.MPrecedenceTB = new System.Windows.Forms.TextBox();
     this.MPrecedenceLbl = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.CMeanThroughputTB = new System.Windows.Forms.TextBox();
     this.CMeanThroughputLbl = new System.Windows.Forms.Label();
     this.CPeakThroughputTB = new System.Windows.Forms.TextBox();
     this.CPeakThroughputLbl = new System.Windows.Forms.Label();
     this.CReliabilityTB = new System.Windows.Forms.TextBox();
     this.CReliabilityLbl = new System.Windows.Forms.Label();
     this.CDelayTB = new System.Windows.Forms.TextBox();
     this.CDelayLbl = new System.Windows.Forms.Label();
     this.CPrecedenceTB = new System.Windows.Forms.TextBox();
     this.CPrecedenceLbl = new System.Windows.Forms.Label();
     this.PINCodeTB = new GXDLMSDirector.Views.GXValueField();
     this.PINCodeLbl = new System.Windows.Forms.Label();
     this.APNTB = new GXDLMSDirector.Views.GXValueField();
     this.APNLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.PINCodeTB);
     this.groupBox1.Controls.Add(this.PINCodeLbl);
     this.groupBox1.Controls.Add(this.APNTB);
     this.groupBox1.Controls.Add(this.APNLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 368);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "GPRS Modem Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.MMeanThroughputTB);
     this.groupBox3.Controls.Add(this.MMeanThroughputLbl);
     this.groupBox3.Controls.Add(this.MPeakThroughputTB);
     this.groupBox3.Controls.Add(this.MPeakThroughputLbl);
     this.groupBox3.Controls.Add(this.MReliabilityTB);
     this.groupBox3.Controls.Add(this.MReliabilityLbl);
     this.groupBox3.Controls.Add(this.MDelayTB);
     this.groupBox3.Controls.Add(this.MDelayLbl);
     this.groupBox3.Controls.Add(this.MPrecedenceTB);
     this.groupBox3.Controls.Add(this.MPrecedenceLbl);
     this.groupBox3.Location = new System.Drawing.Point(0, 227);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(296, 142);
     this.groupBox3.TabIndex = 17;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Quality of Service";
     //
     // MMeanThroughputTB
     //
     this.MMeanThroughputTB.Location = new System.Drawing.Point(105, 117);
     this.MMeanThroughputTB.Name = "MMeanThroughputTB";
     this.MMeanThroughputTB.Size = new System.Drawing.Size(168, 20);
     this.MMeanThroughputTB.TabIndex = 16;
     //
     // MMeanThroughputLbl
     //
     this.MMeanThroughputLbl.AutoSize = true;
     this.MMeanThroughputLbl.Location = new System.Drawing.Point(6, 120);
     this.MMeanThroughputLbl.Name = "MMeanThroughputLbl";
     this.MMeanThroughputLbl.Size = new System.Drawing.Size(95, 13);
     this.MMeanThroughputLbl.TabIndex = 15;
     this.MMeanThroughputLbl.Text = "Mean Throughput:";
     //
     // MPeakThroughputTB
     //
     this.MPeakThroughputTB.Location = new System.Drawing.Point(105, 91);
     this.MPeakThroughputTB.Name = "MPeakThroughputTB";
     this.MPeakThroughputTB.Size = new System.Drawing.Size(168, 20);
     this.MPeakThroughputTB.TabIndex = 14;
     //
     // MPeakThroughputLbl
     //
     this.MPeakThroughputLbl.AutoSize = true;
     this.MPeakThroughputLbl.Location = new System.Drawing.Point(6, 94);
     this.MPeakThroughputLbl.Name = "MPeakThroughputLbl";
     this.MPeakThroughputLbl.Size = new System.Drawing.Size(93, 13);
     this.MPeakThroughputLbl.TabIndex = 13;
     this.MPeakThroughputLbl.Text = "Peak Throughput:";
     //
     // MReliabilityTB
     //
     this.MReliabilityTB.Location = new System.Drawing.Point(105, 65);
     this.MReliabilityTB.Name = "MReliabilityTB";
     this.MReliabilityTB.Size = new System.Drawing.Size(168, 20);
     this.MReliabilityTB.TabIndex = 12;
     //
     // MReliabilityLbl
     //
     this.MReliabilityLbl.AutoSize = true;
     this.MReliabilityLbl.Location = new System.Drawing.Point(6, 68);
     this.MReliabilityLbl.Name = "MReliabilityLbl";
     this.MReliabilityLbl.Size = new System.Drawing.Size(54, 13);
     this.MReliabilityLbl.TabIndex = 11;
     this.MReliabilityLbl.Text = "Reliability:";
     //
     // MDelayTB
     //
     this.MDelayTB.Location = new System.Drawing.Point(105, 39);
     this.MDelayTB.Name = "MDelayTB";
     this.MDelayTB.Size = new System.Drawing.Size(168, 20);
     this.MDelayTB.TabIndex = 10;
     //
     // MDelayLbl
     //
     this.MDelayLbl.AutoSize = true;
     this.MDelayLbl.Location = new System.Drawing.Point(6, 42);
     this.MDelayLbl.Name = "MDelayLbl";
     this.MDelayLbl.Size = new System.Drawing.Size(37, 13);
     this.MDelayLbl.TabIndex = 9;
     this.MDelayLbl.Text = "Delay:";
     //
     // MPrecedenceTB
     //
     this.MPrecedenceTB.Location = new System.Drawing.Point(105, 13);
     this.MPrecedenceTB.Name = "MPrecedenceTB";
     this.MPrecedenceTB.Size = new System.Drawing.Size(168, 20);
     this.MPrecedenceTB.TabIndex = 8;
     //
     // MPrecedenceLbl
     //
     this.MPrecedenceLbl.AutoSize = true;
     this.MPrecedenceLbl.Location = new System.Drawing.Point(6, 16);
     this.MPrecedenceLbl.Name = "MPrecedenceLbl";
     this.MPrecedenceLbl.Size = new System.Drawing.Size(68, 13);
     this.MPrecedenceLbl.TabIndex = 7;
     this.MPrecedenceLbl.Text = "Precedence:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.CMeanThroughputTB);
     this.groupBox2.Controls.Add(this.CMeanThroughputLbl);
     this.groupBox2.Controls.Add(this.CPeakThroughputTB);
     this.groupBox2.Controls.Add(this.CPeakThroughputLbl);
     this.groupBox2.Controls.Add(this.CReliabilityTB);
     this.groupBox2.Controls.Add(this.CReliabilityLbl);
     this.groupBox2.Controls.Add(this.CDelayTB);
     this.groupBox2.Controls.Add(this.CDelayLbl);
     this.groupBox2.Controls.Add(this.CPrecedenceTB);
     this.groupBox2.Controls.Add(this.CPrecedenceLbl);
     this.groupBox2.Location = new System.Drawing.Point(0, 93);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(296, 142);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Quality of Service";
     //
     // CMeanThroughputTB
     //
     this.CMeanThroughputTB.Location = new System.Drawing.Point(105, 117);
     this.CMeanThroughputTB.Name = "CMeanThroughputTB";
     this.CMeanThroughputTB.Size = new System.Drawing.Size(168, 20);
     this.CMeanThroughputTB.TabIndex = 16;
     //
     // CMeanThroughputLbl
     //
     this.CMeanThroughputLbl.AutoSize = true;
     this.CMeanThroughputLbl.Location = new System.Drawing.Point(6, 120);
     this.CMeanThroughputLbl.Name = "CMeanThroughputLbl";
     this.CMeanThroughputLbl.Size = new System.Drawing.Size(95, 13);
     this.CMeanThroughputLbl.TabIndex = 15;
     this.CMeanThroughputLbl.Text = "Mean Throughput:";
     //
     // CPeakThroughputTB
     //
     this.CPeakThroughputTB.Location = new System.Drawing.Point(105, 91);
     this.CPeakThroughputTB.Name = "CPeakThroughputTB";
     this.CPeakThroughputTB.Size = new System.Drawing.Size(168, 20);
     this.CPeakThroughputTB.TabIndex = 14;
     //
     // CPeakThroughputLbl
     //
     this.CPeakThroughputLbl.AutoSize = true;
     this.CPeakThroughputLbl.Location = new System.Drawing.Point(6, 94);
     this.CPeakThroughputLbl.Name = "CPeakThroughputLbl";
     this.CPeakThroughputLbl.Size = new System.Drawing.Size(93, 13);
     this.CPeakThroughputLbl.TabIndex = 13;
     this.CPeakThroughputLbl.Text = "Peak Throughput:";
     //
     // CReliabilityTB
     //
     this.CReliabilityTB.Location = new System.Drawing.Point(105, 65);
     this.CReliabilityTB.Name = "CReliabilityTB";
     this.CReliabilityTB.Size = new System.Drawing.Size(168, 20);
     this.CReliabilityTB.TabIndex = 12;
     //
     // CReliabilityLbl
     //
     this.CReliabilityLbl.AutoSize = true;
     this.CReliabilityLbl.Location = new System.Drawing.Point(6, 68);
     this.CReliabilityLbl.Name = "CReliabilityLbl";
     this.CReliabilityLbl.Size = new System.Drawing.Size(54, 13);
     this.CReliabilityLbl.TabIndex = 11;
     this.CReliabilityLbl.Text = "Reliability:";
     //
     // CDelayTB
     //
     this.CDelayTB.Location = new System.Drawing.Point(105, 39);
     this.CDelayTB.Name = "CDelayTB";
     this.CDelayTB.Size = new System.Drawing.Size(168, 20);
     this.CDelayTB.TabIndex = 10;
     //
     // CDelayLbl
     //
     this.CDelayLbl.AutoSize = true;
     this.CDelayLbl.Location = new System.Drawing.Point(6, 42);
     this.CDelayLbl.Name = "CDelayLbl";
     this.CDelayLbl.Size = new System.Drawing.Size(37, 13);
     this.CDelayLbl.TabIndex = 9;
     this.CDelayLbl.Text = "Delay:";
     //
     // CPrecedenceTB
     //
     this.CPrecedenceTB.Location = new System.Drawing.Point(105, 13);
     this.CPrecedenceTB.Name = "CPrecedenceTB";
     this.CPrecedenceTB.Size = new System.Drawing.Size(168, 20);
     this.CPrecedenceTB.TabIndex = 8;
     //
     // CPrecedenceLbl
     //
     this.CPrecedenceLbl.AutoSize = true;
     this.CPrecedenceLbl.Location = new System.Drawing.Point(6, 16);
     this.CPrecedenceLbl.Name = "CPrecedenceLbl";
     this.CPrecedenceLbl.Size = new System.Drawing.Size(68, 13);
     this.CPrecedenceLbl.TabIndex = 7;
     this.CPrecedenceLbl.Text = "Precedence:";
     //
     // PINCodeTB
     //
     this.PINCodeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.PINCodeTB.AttributeID = 3;
     this.PINCodeTB.Location = new System.Drawing.Point(102, 73);
     this.PINCodeTB.Name = "PINCodeTB";
     this.PINCodeTB.Size = new System.Drawing.Size(171, 20);
     this.PINCodeTB.TabIndex = 3;
     this.PINCodeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // PINCodeLbl
     //
     this.PINCodeLbl.AutoSize = true;
     this.PINCodeLbl.Location = new System.Drawing.Point(6, 76);
     this.PINCodeLbl.Name = "PINCodeLbl";
     this.PINCodeLbl.Size = new System.Drawing.Size(56, 13);
     this.PINCodeLbl.TabIndex = 4;
     this.PINCodeLbl.Text = "PIN Code:";
     //
     // APNTB
     //
     this.APNTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.APNTB.AttributeID = 2;
     this.APNTB.Location = new System.Drawing.Point(102, 47);
     this.APNTB.Name = "APNTB";
     this.APNTB.Size = new System.Drawing.Size(171, 20);
     this.APNTB.TabIndex = 2;
     this.APNTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // APNLbl
     //
     this.APNLbl.AutoSize = true;
     this.APNLbl.Location = new System.Drawing.Point(6, 50);
     this.APNLbl.Name = "APNLbl";
     this.APNLbl.Size = new System.Drawing.Size(32, 13);
     this.APNLbl.TabIndex = 2;
     this.APNLbl.Text = "APN:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSGprsSetupView
     //
     this.ClientSize = new System.Drawing.Size(320, 387);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSGprsSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #23
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSAutoConnectView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.DestinationLbl = new System.Windows.Forms.Label();
     this.CallingWindowLV = new System.Windows.Forms.ListView();
     this.StartTimeHeader = new System.Windows.Forms.ColumnHeader();
     this.EndTimeHeader = new System.Windows.Forms.ColumnHeader();
     this.CallingWindowLbl = new System.Windows.Forms.Label();
     this.RepetitionDelayTB = new GXDLMSDirector.Views.GXValueField();
     this.RepetitionDelayLbl = new System.Windows.Forms.Label();
     this.RepetitionsTB = new GXDLMSDirector.Views.GXValueField();
     this.RepetitionsLbl = new System.Windows.Forms.Label();
     this.ModeTB = new GXDLMSDirector.Views.GXValueField();
     this.CommunicationSpeedLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.DestinationTB = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.DestinationTB);
     this.groupBox1.Controls.Add(this.DestinationLbl);
     this.groupBox1.Controls.Add(this.CallingWindowLV);
     this.groupBox1.Controls.Add(this.CallingWindowLbl);
     this.groupBox1.Controls.Add(this.RepetitionDelayTB);
     this.groupBox1.Controls.Add(this.RepetitionDelayLbl);
     this.groupBox1.Controls.Add(this.RepetitionsTB);
     this.groupBox1.Controls.Add(this.RepetitionsLbl);
     this.groupBox1.Controls.Add(this.ModeTB);
     this.groupBox1.Controls.Add(this.CommunicationSpeedLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 316);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Auto Connect Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // DestinationLbl
     //
     this.DestinationLbl.AutoSize = true;
     this.DestinationLbl.Location = new System.Drawing.Point(6, 223);
     this.DestinationLbl.Name = "DestinationLbl";
     this.DestinationLbl.Size = new System.Drawing.Size(68, 13);
     this.DestinationLbl.TabIndex = 10;
     this.DestinationLbl.Text = "Destinations:";
     //
     // CallingWindowLV
     //
     this.CallingWindowLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.CallingWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.StartTimeHeader,
     this.EndTimeHeader});
     this.CallingWindowLV.FullRowSelect = true;
     this.CallingWindowLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CallingWindowLV.HideSelection = false;
     this.CallingWindowLV.Location = new System.Drawing.Point(102, 125);
     this.CallingWindowLV.Name = "CallingWindowLV";
     this.CallingWindowLV.Size = new System.Drawing.Size(188, 92);
     this.CallingWindowLV.TabIndex = 8;
     this.CallingWindowLV.UseCompatibleStateImageBehavior = false;
     this.CallingWindowLV.View = System.Windows.Forms.View.Details;
     //
     // StartTimeHeader
     //
     this.StartTimeHeader.Text = "Start Time:";
     this.StartTimeHeader.Width = 77;
     //
     // EndTimeHeader
     //
     this.EndTimeHeader.Text = "End Time:";
     this.EndTimeHeader.Width = 105;
     //
     // CallingWindowLbl
     //
     this.CallingWindowLbl.AutoSize = true;
     this.CallingWindowLbl.Location = new System.Drawing.Point(6, 138);
     this.CallingWindowLbl.Name = "CallingWindowLbl";
     this.CallingWindowLbl.Size = new System.Drawing.Size(83, 13);
     this.CallingWindowLbl.TabIndex = 7;
     this.CallingWindowLbl.Text = "Calling Window:";
     //
     // RepetitionDelayTB
     //
     this.RepetitionDelayTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.RepetitionDelayTB.AttributeID = 4;
     this.RepetitionDelayTB.Location = new System.Drawing.Point(102, 99);
     this.RepetitionDelayTB.Name = "RepetitionDelayTB";
     this.RepetitionDelayTB.ReadOnly = true;
     this.RepetitionDelayTB.Size = new System.Drawing.Size(188, 20);
     this.RepetitionDelayTB.TabIndex = 5;
     this.RepetitionDelayTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // RepetitionDelayLbl
     //
     this.RepetitionDelayLbl.AutoSize = true;
     this.RepetitionDelayLbl.Location = new System.Drawing.Point(6, 102);
     this.RepetitionDelayLbl.Name = "RepetitionDelayLbl";
     this.RepetitionDelayLbl.Size = new System.Drawing.Size(88, 13);
     this.RepetitionDelayLbl.TabIndex = 6;
     this.RepetitionDelayLbl.Text = "Repetition Delay:";
     //
     // RepetitionsTB
     //
     this.RepetitionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.RepetitionsTB.AttributeID = 3;
     this.RepetitionsTB.Location = new System.Drawing.Point(102, 73);
     this.RepetitionsTB.Name = "RepetitionsTB";
     this.RepetitionsTB.ReadOnly = true;
     this.RepetitionsTB.Size = new System.Drawing.Size(188, 20);
     this.RepetitionsTB.TabIndex = 3;
     this.RepetitionsTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // RepetitionsLbl
     //
     this.RepetitionsLbl.AutoSize = true;
     this.RepetitionsLbl.Location = new System.Drawing.Point(6, 76);
     this.RepetitionsLbl.Name = "RepetitionsLbl";
     this.RepetitionsLbl.Size = new System.Drawing.Size(63, 13);
     this.RepetitionsLbl.TabIndex = 4;
     this.RepetitionsLbl.Text = "Repetitions:";
     //
     // ModeTB
     //
     this.ModeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ModeTB.AttributeID = 2;
     this.ModeTB.Location = new System.Drawing.Point(102, 47);
     this.ModeTB.Name = "ModeTB";
     this.ModeTB.ReadOnly = true;
     this.ModeTB.Size = new System.Drawing.Size(188, 20);
     this.ModeTB.TabIndex = 0;
     this.ModeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // CommunicationSpeedLbl
     //
     this.CommunicationSpeedLbl.AutoSize = true;
     this.CommunicationSpeedLbl.Location = new System.Drawing.Point(6, 50);
     this.CommunicationSpeedLbl.Name = "CommunicationSpeedLbl";
     this.CommunicationSpeedLbl.Size = new System.Drawing.Size(37, 13);
     this.CommunicationSpeedLbl.TabIndex = 2;
     this.CommunicationSpeedLbl.Text = "Mode:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.ReadOnly = true;
     this.LogicalNameTB.Size = new System.Drawing.Size(188, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // DestinationTB
     //
     this.DestinationTB.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.DestinationTB.Location = new System.Drawing.Point(102, 223);
     this.DestinationTB.Multiline = true;
     this.DestinationTB.Name = "DestinationTB";
     this.DestinationTB.Size = new System.Drawing.Size(188, 87);
     this.DestinationTB.TabIndex = 11;
     //
     // GXDLMSAutoConnectView
     //
     this.ClientSize = new System.Drawing.Size(320, 335);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSAutoConnectView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #24
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSActivityCalendarView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.ADayProfileTC = new System.Windows.Forms.TabControl();
     this.tabPage3 = new System.Windows.Forms.TabPage();
     this.AWeekProfileLV = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.MonHeader = new System.Windows.Forms.ColumnHeader();
     this.TueHeader = new System.Windows.Forms.ColumnHeader();
     this.WedHeader = new System.Windows.Forms.ColumnHeader();
     this.ThuHeader = new System.Windows.Forms.ColumnHeader();
     this.FriHeader = new System.Windows.Forms.ColumnHeader();
     this.SatHeader = new System.Windows.Forms.ColumnHeader();
     this.SunHeader = new System.Windows.Forms.ColumnHeader();
     this.SeasonProfileActiveLV = new System.Windows.Forms.ListView();
     this.NameHeader = new System.Windows.Forms.ColumnHeader();
     this.StartHeader = new System.Windows.Forms.ColumnHeader();
     this.DayHeader = new System.Windows.Forms.ColumnHeader();
     this.MonthHeader = new System.Windows.Forms.ColumnHeader();
     this.YearHeader = new System.Windows.Forms.ColumnHeader();
     this.WeekdaysHeader = new System.Windows.Forms.ColumnHeader();
     this.WeekNameHeader = new System.Windows.Forms.ColumnHeader();
     this.ASeasonProfileLbl = new System.Windows.Forms.Label();
     this.ACalendarNameTB = new GXDLMSDirector.Views.GXValueField();
     this.ACalendarNameLbl = new System.Windows.Forms.Label();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.PDayProfileTC = new System.Windows.Forms.TabControl();
     this.tabPage4 = new System.Windows.Forms.TabPage();
     this.PWeekProfileLV = new System.Windows.Forms.ListView();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader8 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader9 = new System.Windows.Forms.ColumnHeader();
     this.SeasonProfilePassiveLV = new System.Windows.Forms.ListView();
     this.columnHeader10 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader11 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader12 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader13 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader14 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader15 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader16 = new System.Windows.Forms.ColumnHeader();
     this.label5 = new System.Windows.Forms.Label();
     this.PCalendarNameTB = new GXDLMSDirector.Views.GXValueField();
     this.PCalendarNameLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.ADayProfileTC.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.PDayProfileTC.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.tabControl1);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(507, 618);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Activity Calendar Object";
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location = new System.Drawing.Point(6, 47);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(495, 558);
     this.tabControl1.TabIndex = 4;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Controls.Add(this.ADayProfileTC);
     this.tabPage1.Controls.Add(this.AWeekProfileLV);
     this.tabPage1.Controls.Add(this.SeasonProfileActiveLV);
     this.tabPage1.Controls.Add(this.ASeasonProfileLbl);
     this.tabPage1.Controls.Add(this.ACalendarNameTB);
     this.tabPage1.Controls.Add(this.ACalendarNameLbl);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(487, 532);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Active";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 326);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(61, 13);
     this.label2.TabIndex = 19;
     this.label2.Text = "Day Profile:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(11, 158);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(71, 13);
     this.label1.TabIndex = 18;
     this.label1.Text = "Week Profile:";
     //
     // ADayProfileTC
     //
     this.ADayProfileTC.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.ADayProfileTC.Controls.Add(this.tabPage3);
     this.ADayProfileTC.Location = new System.Drawing.Point(11, 342);
     this.ADayProfileTC.Name = "ADayProfileTC";
     this.ADayProfileTC.SelectedIndex = 0;
     this.ADayProfileTC.Size = new System.Drawing.Size(470, 176);
     this.ADayProfileTC.TabIndex = 17;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name = "tabPage3";
     this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size = new System.Drawing.Size(462, 150);
     this.tabPage3.TabIndex = 0;
     this.tabPage3.Text = "tabPage3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // AWeekProfileLV
     //
     this.AWeekProfileLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.AWeekProfileLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.MonHeader,
     this.TueHeader,
     this.WedHeader,
     this.ThuHeader,
     this.FriHeader,
     this.SatHeader,
     this.SunHeader});
     this.AWeekProfileLV.FullRowSelect = true;
     this.AWeekProfileLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.AWeekProfileLV.HideSelection = false;
     this.AWeekProfileLV.Location = new System.Drawing.Point(11, 174);
     this.AWeekProfileLV.Name = "AWeekProfileLV";
     this.AWeekProfileLV.Size = new System.Drawing.Size(470, 147);
     this.AWeekProfileLV.TabIndex = 16;
     this.AWeekProfileLV.UseCompatibleStateImageBehavior = false;
     this.AWeekProfileLV.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Name";
     this.columnHeader1.Width = 49;
     //
     // MonHeader
     //
     this.MonHeader.Text = "Mon";
     this.MonHeader.Width = 50;
     //
     // TueHeader
     //
     this.TueHeader.Text = "Tue";
     //
     // WedHeader
     //
     this.WedHeader.Text = "Wed";
     //
     // ThuHeader
     //
     this.ThuHeader.Text = "Thu";
     //
     // FriHeader
     //
     this.FriHeader.Text = "Fri";
     this.FriHeader.Width = 73;
     //
     // SatHeader
     //
     this.SatHeader.Text = "Sat";
     this.SatHeader.Width = 78;
     //
     // SunHeader
     //
     this.SunHeader.Text = "Sun";
     //
     // SeasonProfileActiveLV
     //
     this.SeasonProfileActiveLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SeasonProfileActiveLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.NameHeader,
     this.StartHeader,
     this.DayHeader,
     this.MonthHeader,
     this.YearHeader,
     this.WeekdaysHeader,
     this.WeekNameHeader});
     this.SeasonProfileActiveLV.FullRowSelect = true;
     this.SeasonProfileActiveLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.SeasonProfileActiveLV.HideSelection = false;
     this.SeasonProfileActiveLV.Location = new System.Drawing.Point(11, 54);
     this.SeasonProfileActiveLV.Name = "SeasonProfileActiveLV";
     this.SeasonProfileActiveLV.Size = new System.Drawing.Size(470, 99);
     this.SeasonProfileActiveLV.TabIndex = 15;
     this.SeasonProfileActiveLV.UseCompatibleStateImageBehavior = false;
     this.SeasonProfileActiveLV.View = System.Windows.Forms.View.Details;
     //
     // NameHeader
     //
     this.NameHeader.Text = "Name";
     this.NameHeader.Width = 49;
     //
     // StartHeader
     //
     this.StartHeader.Text = "Start";
     this.StartHeader.Width = 50;
     //
     // DayHeader
     //
     this.DayHeader.Text = "Day";
     //
     // MonthHeader
     //
     this.MonthHeader.Text = "Month";
     //
     // YearHeader
     //
     this.YearHeader.Text = "Year";
     //
     // WeekdaysHeader
     //
     this.WeekdaysHeader.Text = "Weekdays";
     this.WeekdaysHeader.Width = 73;
     //
     // WeekNameHeader
     //
     this.WeekNameHeader.Text = "Week Name";
     this.WeekNameHeader.Width = 78;
     //
     // ASeasonProfileLbl
     //
     this.ASeasonProfileLbl.AutoSize = true;
     this.ASeasonProfileLbl.Location = new System.Drawing.Point(11, 38);
     this.ASeasonProfileLbl.Name = "ASeasonProfileLbl";
     this.ASeasonProfileLbl.Size = new System.Drawing.Size(78, 13);
     this.ASeasonProfileLbl.TabIndex = 14;
     this.ASeasonProfileLbl.Text = "Season Profile:";
     //
     // ACalendarNameTB
     //
     this.ACalendarNameTB.AttributeID = 2;
     this.ACalendarNameTB.Location = new System.Drawing.Point(107, 9);
     this.ACalendarNameTB.Name = "ACalendarNameTB";
     this.ACalendarNameTB.ReadOnly = true;
     this.ACalendarNameTB.Size = new System.Drawing.Size(208, 20);
     this.ACalendarNameTB.TabIndex = 12;
     this.ACalendarNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ACalendarNameLbl
     //
     this.ACalendarNameLbl.AutoSize = true;
     this.ACalendarNameLbl.Location = new System.Drawing.Point(11, 12);
     this.ACalendarNameLbl.Name = "ACalendarNameLbl";
     this.ACalendarNameLbl.Size = new System.Drawing.Size(83, 13);
     this.ACalendarNameLbl.TabIndex = 13;
     this.ACalendarNameLbl.Text = "Calendar Name:";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.PDayProfileTC);
     this.tabPage2.Controls.Add(this.PWeekProfileLV);
     this.tabPage2.Controls.Add(this.SeasonProfilePassiveLV);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.PCalendarNameTB);
     this.tabPage2.Controls.Add(this.PCalendarNameLbl);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(487, 532);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Passive";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 329);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(61, 13);
     this.label3.TabIndex = 27;
     this.label3.Text = "Day Profile:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 161);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(71, 13);
     this.label4.TabIndex = 26;
     this.label4.Text = "Week Profile:";
     //
     // PDayProfileTC
     //
     this.PDayProfileTC.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.PDayProfileTC.Controls.Add(this.tabPage4);
     this.PDayProfileTC.Location = new System.Drawing.Point(8, 345);
     this.PDayProfileTC.Name = "PDayProfileTC";
     this.PDayProfileTC.SelectedIndex = 0;
     this.PDayProfileTC.Size = new System.Drawing.Size(470, 176);
     this.PDayProfileTC.TabIndex = 25;
     //
     // tabPage4
     //
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name = "tabPage4";
     this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage4.Size = new System.Drawing.Size(462, 150);
     this.tabPage4.TabIndex = 0;
     this.tabPage4.Text = "tabPage4";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // PWeekProfileLV
     //
     this.PWeekProfileLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.PWeekProfileLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader2,
     this.columnHeader3,
     this.columnHeader4,
     this.columnHeader5,
     this.columnHeader6,
     this.columnHeader7,
     this.columnHeader8,
     this.columnHeader9});
     this.PWeekProfileLV.FullRowSelect = true;
     this.PWeekProfileLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.PWeekProfileLV.HideSelection = false;
     this.PWeekProfileLV.Location = new System.Drawing.Point(8, 177);
     this.PWeekProfileLV.Name = "PWeekProfileLV";
     this.PWeekProfileLV.Size = new System.Drawing.Size(470, 147);
     this.PWeekProfileLV.TabIndex = 24;
     this.PWeekProfileLV.UseCompatibleStateImageBehavior = false;
     this.PWeekProfileLV.View = System.Windows.Forms.View.Details;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Name";
     this.columnHeader2.Width = 49;
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "Mon";
     this.columnHeader3.Width = 50;
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Tue";
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Wed";
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Thu";
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Fri";
     this.columnHeader7.Width = 73;
     //
     // columnHeader8
     //
     this.columnHeader8.Text = "Sat";
     this.columnHeader8.Width = 78;
     //
     // columnHeader9
     //
     this.columnHeader9.Text = "Sun";
     //
     // SeasonProfilePassiveLV
     //
     this.SeasonProfilePassiveLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SeasonProfilePassiveLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader10,
     this.columnHeader11,
     this.columnHeader12,
     this.columnHeader13,
     this.columnHeader14,
     this.columnHeader15,
     this.columnHeader16});
     this.SeasonProfilePassiveLV.FullRowSelect = true;
     this.SeasonProfilePassiveLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.SeasonProfilePassiveLV.HideSelection = false;
     this.SeasonProfilePassiveLV.Location = new System.Drawing.Point(8, 57);
     this.SeasonProfilePassiveLV.Name = "SeasonProfilePassiveLV";
     this.SeasonProfilePassiveLV.Size = new System.Drawing.Size(470, 99);
     this.SeasonProfilePassiveLV.TabIndex = 23;
     this.SeasonProfilePassiveLV.UseCompatibleStateImageBehavior = false;
     this.SeasonProfilePassiveLV.View = System.Windows.Forms.View.Details;
     //
     // columnHeader10
     //
     this.columnHeader10.Text = "Name";
     this.columnHeader10.Width = 49;
     //
     // columnHeader11
     //
     this.columnHeader11.Text = "Start";
     this.columnHeader11.Width = 50;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "Day";
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "Month";
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "Year";
     //
     // columnHeader15
     //
     this.columnHeader15.Text = "Weekdays";
     this.columnHeader15.Width = 73;
     //
     // columnHeader16
     //
     this.columnHeader16.Text = "Week Name";
     this.columnHeader16.Width = 78;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(8, 41);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(78, 13);
     this.label5.TabIndex = 22;
     this.label5.Text = "Season Profile:";
     //
     // PCalendarNameTB
     //
     this.PCalendarNameTB.AttributeID = 6;
     this.PCalendarNameTB.Location = new System.Drawing.Point(104, 12);
     this.PCalendarNameTB.Name = "PCalendarNameTB";
     this.PCalendarNameTB.ReadOnly = true;
     this.PCalendarNameTB.Size = new System.Drawing.Size(208, 20);
     this.PCalendarNameTB.TabIndex = 20;
     this.PCalendarNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // PCalendarNameLbl
     //
     this.PCalendarNameLbl.AutoSize = true;
     this.PCalendarNameLbl.Location = new System.Drawing.Point(8, 15);
     this.PCalendarNameLbl.Name = "PCalendarNameLbl";
     this.PCalendarNameLbl.Size = new System.Drawing.Size(83, 13);
     this.PCalendarNameLbl.TabIndex = 21;
     this.PCalendarNameLbl.Text = "Calendar Name:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.ReadOnly = true;
     this.LogicalNameTB.Size = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSActivityCalendarView
     //
     this.ClientSize = new System.Drawing.Size(531, 635);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSActivityCalendarView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.ADayProfileTC.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.PDayProfileTC.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #25
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSAutoConnectView));
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.DestinationLbl        = new System.Windows.Forms.Label();
     this.CallingWindowLV       = new System.Windows.Forms.ListView();
     this.StartTimeHeader       = new System.Windows.Forms.ColumnHeader();
     this.EndTimeHeader         = new System.Windows.Forms.ColumnHeader();
     this.CallingWindowLbl      = new System.Windows.Forms.Label();
     this.RepetitionDelayTB     = new GXDLMSDirector.Views.GXValueField();
     this.RepetitionDelayLbl    = new System.Windows.Forms.Label();
     this.RepetitionsTB         = new GXDLMSDirector.Views.GXValueField();
     this.RepetitionsLbl        = new System.Windows.Forms.Label();
     this.ModeTB                = new GXDLMSDirector.Views.GXValueField();
     this.CommunicationSpeedLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB         = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl        = new System.Windows.Forms.Label();
     this.errorProvider1        = new System.Windows.Forms.ErrorProvider(this.components);
     this.DestinationTB         = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.DestinationTB);
     this.groupBox1.Controls.Add(this.DestinationLbl);
     this.groupBox1.Controls.Add(this.CallingWindowLV);
     this.groupBox1.Controls.Add(this.CallingWindowLbl);
     this.groupBox1.Controls.Add(this.RepetitionDelayTB);
     this.groupBox1.Controls.Add(this.RepetitionDelayLbl);
     this.groupBox1.Controls.Add(this.RepetitionsTB);
     this.groupBox1.Controls.Add(this.RepetitionsLbl);
     this.groupBox1.Controls.Add(this.ModeTB);
     this.groupBox1.Controls.Add(this.CommunicationSpeedLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 316);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Auto Connect Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // DestinationLbl
     //
     this.DestinationLbl.AutoSize = true;
     this.DestinationLbl.Location = new System.Drawing.Point(6, 223);
     this.DestinationLbl.Name     = "DestinationLbl";
     this.DestinationLbl.Size     = new System.Drawing.Size(68, 13);
     this.DestinationLbl.TabIndex = 10;
     this.DestinationLbl.Text     = "Destinations:";
     //
     // CallingWindowLV
     //
     this.CallingWindowLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.CallingWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.StartTimeHeader,
         this.EndTimeHeader
     });
     this.CallingWindowLV.FullRowSelect = true;
     this.CallingWindowLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CallingWindowLV.HideSelection = false;
     this.CallingWindowLV.Location      = new System.Drawing.Point(102, 125);
     this.CallingWindowLV.Name          = "CallingWindowLV";
     this.CallingWindowLV.Size          = new System.Drawing.Size(188, 92);
     this.CallingWindowLV.TabIndex      = 8;
     this.CallingWindowLV.UseCompatibleStateImageBehavior = false;
     this.CallingWindowLV.View = System.Windows.Forms.View.Details;
     //
     // StartTimeHeader
     //
     this.StartTimeHeader.Text  = "Start Time:";
     this.StartTimeHeader.Width = 77;
     //
     // EndTimeHeader
     //
     this.EndTimeHeader.Text  = "End Time:";
     this.EndTimeHeader.Width = 105;
     //
     // CallingWindowLbl
     //
     this.CallingWindowLbl.AutoSize = true;
     this.CallingWindowLbl.Location = new System.Drawing.Point(6, 138);
     this.CallingWindowLbl.Name     = "CallingWindowLbl";
     this.CallingWindowLbl.Size     = new System.Drawing.Size(83, 13);
     this.CallingWindowLbl.TabIndex = 7;
     this.CallingWindowLbl.Text     = "Calling Window:";
     //
     // RepetitionDelayTB
     //
     this.RepetitionDelayTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.RepetitionDelayTB.AttributeID = 4;
     this.RepetitionDelayTB.Location    = new System.Drawing.Point(102, 99);
     this.RepetitionDelayTB.Name        = "RepetitionDelayTB";
     this.RepetitionDelayTB.ReadOnly    = true;
     this.RepetitionDelayTB.Size        = new System.Drawing.Size(188, 20);
     this.RepetitionDelayTB.TabIndex    = 5;
     this.RepetitionDelayTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // RepetitionDelayLbl
     //
     this.RepetitionDelayLbl.AutoSize = true;
     this.RepetitionDelayLbl.Location = new System.Drawing.Point(6, 102);
     this.RepetitionDelayLbl.Name     = "RepetitionDelayLbl";
     this.RepetitionDelayLbl.Size     = new System.Drawing.Size(88, 13);
     this.RepetitionDelayLbl.TabIndex = 6;
     this.RepetitionDelayLbl.Text     = "Repetition Delay:";
     //
     // RepetitionsTB
     //
     this.RepetitionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.RepetitionsTB.AttributeID = 3;
     this.RepetitionsTB.Location    = new System.Drawing.Point(102, 73);
     this.RepetitionsTB.Name        = "RepetitionsTB";
     this.RepetitionsTB.ReadOnly    = true;
     this.RepetitionsTB.Size        = new System.Drawing.Size(188, 20);
     this.RepetitionsTB.TabIndex    = 3;
     this.RepetitionsTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // RepetitionsLbl
     //
     this.RepetitionsLbl.AutoSize = true;
     this.RepetitionsLbl.Location = new System.Drawing.Point(6, 76);
     this.RepetitionsLbl.Name     = "RepetitionsLbl";
     this.RepetitionsLbl.Size     = new System.Drawing.Size(63, 13);
     this.RepetitionsLbl.TabIndex = 4;
     this.RepetitionsLbl.Text     = "Repetitions:";
     //
     // ModeTB
     //
     this.ModeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.ModeTB.AttributeID = 2;
     this.ModeTB.Location    = new System.Drawing.Point(102, 47);
     this.ModeTB.Name        = "ModeTB";
     this.ModeTB.ReadOnly    = true;
     this.ModeTB.Size        = new System.Drawing.Size(188, 20);
     this.ModeTB.TabIndex    = 0;
     this.ModeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // CommunicationSpeedLbl
     //
     this.CommunicationSpeedLbl.AutoSize = true;
     this.CommunicationSpeedLbl.Location = new System.Drawing.Point(6, 50);
     this.CommunicationSpeedLbl.Name     = "CommunicationSpeedLbl";
     this.CommunicationSpeedLbl.Size     = new System.Drawing.Size(37, 13);
     this.CommunicationSpeedLbl.TabIndex = 2;
     this.CommunicationSpeedLbl.Text     = "Mode:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.ReadOnly    = true;
     this.LogicalNameTB.Size        = new System.Drawing.Size(188, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // DestinationTB
     //
     this.DestinationTB.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.DestinationTB.Location  = new System.Drawing.Point(102, 223);
     this.DestinationTB.Multiline = true;
     this.DestinationTB.Name      = "DestinationTB";
     this.DestinationTB.Size      = new System.Drawing.Size(188, 87);
     this.DestinationTB.TabIndex  = 11;
     //
     // GXDLMSAutoConnectView
     //
     this.ClientSize = new System.Drawing.Size(320, 335);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSAutoConnectView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #26
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSClockView));
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.ClockBaseTB    = new GXDLMSDirector.Views.GXValueField();
     this.ClockBaseLbl   = new System.Windows.Forms.Label();
     this.StatusTB       = new GXDLMSDirector.Views.GXValueField();
     this.StatusLbl      = new System.Windows.Forms.Label();
     this.TimeZoneTB     = new GXDLMSDirector.Views.GXValueField();
     this.TimeZoneLbl    = new System.Windows.Forms.Label();
     this.TimeTB         = new GXDLMSDirector.Views.GXValueField();
     this.TimeLbl        = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.groupBox2      = new System.Windows.Forms.GroupBox();
     this.EndTB          = new GXDLMSDirector.Views.GXValueField();
     this.EnabledLbl     = new System.Windows.Forms.Label();
     this.EnabledCB      = new System.Windows.Forms.CheckBox();
     this.DeviationTB    = new GXDLMSDirector.Views.GXValueField();
     this.DeviationLbl   = new System.Windows.Forms.Label();
     this.EndLbl         = new System.Windows.Forms.Label();
     this.BeginTB        = new GXDLMSDirector.Views.GXValueField();
     this.BeginLbl       = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.ClockBaseTB);
     this.groupBox1.Controls.Add(this.ClockBaseLbl);
     this.groupBox1.Controls.Add(this.StatusTB);
     this.groupBox1.Controls.Add(this.StatusLbl);
     this.groupBox1.Controls.Add(this.TimeZoneTB);
     this.groupBox1.Controls.Add(this.TimeZoneLbl);
     this.groupBox1.Controls.Add(this.TimeTB);
     this.groupBox1.Controls.Add(this.TimeLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(333, 291);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Clock Object";
     //
     // ClockBaseTB
     //
     this.ClockBaseTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.ClockBaseTB.AttributeID  = 9;
     this.ClockBaseTB.Location     = new System.Drawing.Point(102, 257);
     this.ClockBaseTB.Name         = "ClockBaseTB";
     this.ClockBaseTB.Size         = new System.Drawing.Size(208, 20);
     this.ClockBaseTB.TabIndex     = 7;
     this.ClockBaseTB.Type         = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     this.ClockBaseTB.TextChanged += new System.EventHandler(this.ClockBaseTB_TextChanged);
     //
     // ClockBaseLbl
     //
     this.ClockBaseLbl.AutoSize = true;
     this.ClockBaseLbl.Location = new System.Drawing.Point(6, 260);
     this.ClockBaseLbl.Name     = "ClockBaseLbl";
     this.ClockBaseLbl.Size     = new System.Drawing.Size(64, 13);
     this.ClockBaseLbl.TabIndex = 22;
     this.ClockBaseLbl.Text     = "Clock Base:";
     this.ClockBaseLbl.Click   += new System.EventHandler(this.ClockBaseLbl_Click);
     //
     // StatusTB
     //
     this.StatusTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.StatusTB.AttributeID = 4;
     this.StatusTB.Location    = new System.Drawing.Point(102, 99);
     this.StatusTB.Name        = "StatusTB";
     this.StatusTB.ReadOnly    = true;
     this.StatusTB.Size        = new System.Drawing.Size(208, 20);
     this.StatusTB.TabIndex    = 2;
     this.StatusTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // StatusLbl
     //
     this.StatusLbl.AutoSize = true;
     this.StatusLbl.Location = new System.Drawing.Point(6, 102);
     this.StatusLbl.Name     = "StatusLbl";
     this.StatusLbl.Size     = new System.Drawing.Size(40, 13);
     this.StatusLbl.TabIndex = 6;
     this.StatusLbl.Text     = "Status:";
     //
     // TimeZoneTB
     //
     this.TimeZoneTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.TimeZoneTB.AttributeID = 3;
     this.TimeZoneTB.Location    = new System.Drawing.Point(102, 73);
     this.TimeZoneTB.Name        = "TimeZoneTB";
     this.TimeZoneTB.Size        = new System.Drawing.Size(208, 20);
     this.TimeZoneTB.TabIndex    = 1;
     this.TimeZoneTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // TimeZoneLbl
     //
     this.TimeZoneLbl.AutoSize = true;
     this.TimeZoneLbl.Location = new System.Drawing.Point(6, 76);
     this.TimeZoneLbl.Name     = "TimeZoneLbl";
     this.TimeZoneLbl.Size     = new System.Drawing.Size(61, 13);
     this.TimeZoneLbl.TabIndex = 4;
     this.TimeZoneLbl.Text     = "Time Zone:";
     //
     // TimeTB
     //
     this.TimeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.TimeTB.AttributeID = 2;
     this.TimeTB.Location    = new System.Drawing.Point(102, 47);
     this.TimeTB.Name        = "TimeTB";
     this.TimeTB.Size        = new System.Drawing.Size(208, 20);
     this.TimeTB.TabIndex    = 0;
     this.TimeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // TimeLbl
     //
     this.TimeLbl.AutoSize = true;
     this.TimeLbl.Location = new System.Drawing.Point(6, 50);
     this.TimeLbl.Name     = "TimeLbl";
     this.TimeLbl.Size     = new System.Drawing.Size(33, 13);
     this.TimeLbl.TabIndex = 2;
     this.TimeLbl.Text     = "Time:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.ReadOnly    = true;
     this.LogicalNameTB.Size        = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex    = 0;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.EndTB);
     this.groupBox2.Controls.Add(this.EnabledLbl);
     this.groupBox2.Controls.Add(this.EnabledCB);
     this.groupBox2.Controls.Add(this.DeviationTB);
     this.groupBox2.Controls.Add(this.DeviationLbl);
     this.groupBox2.Controls.Add(this.EndLbl);
     this.groupBox2.Controls.Add(this.BeginTB);
     this.groupBox2.Controls.Add(this.BeginLbl);
     this.groupBox2.Location = new System.Drawing.Point(12, 137);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(333, 126);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Daylight Savings";
     //
     // EndTB
     //
     this.EndTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.EndTB.AttributeID = 0;
     this.EndTB.Location    = new System.Drawing.Point(102, 68);
     this.EndTB.Name        = "EndTB";
     this.EndTB.Size        = new System.Drawing.Size(208, 20);
     this.EndTB.TabIndex    = 5;
     this.EndTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // EnabledLbl
     //
     this.EnabledLbl.AutoSize = true;
     this.EnabledLbl.Location = new System.Drawing.Point(6, 21);
     this.EnabledLbl.Name     = "EnabledLbl";
     this.EnabledLbl.Size     = new System.Drawing.Size(49, 13);
     this.EnabledLbl.TabIndex = 22;
     this.EnabledLbl.Text     = "Enabled:";
     //
     // EnabledCB
     //
     this.EnabledCB.Location = new System.Drawing.Point(102, 19);
     this.EnabledCB.Name     = "EnabledCB";
     this.EnabledCB.Size     = new System.Drawing.Size(37, 17);
     this.EnabledCB.TabIndex = 3;
     this.EnabledCB.UseVisualStyleBackColor = false;
     this.EnabledCB.CheckedChanged         += new System.EventHandler(this.EnabledCB_CheckedChanged);
     //
     // DeviationTB
     //
     this.DeviationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.DeviationTB.AttributeID = 0;
     this.DeviationTB.Location    = new System.Drawing.Point(102, 94);
     this.DeviationTB.Name        = "DeviationTB";
     this.DeviationTB.Size        = new System.Drawing.Size(208, 20);
     this.DeviationTB.TabIndex    = 6;
     this.DeviationTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DeviationLbl
     //
     this.DeviationLbl.AutoSize = true;
     this.DeviationLbl.Location = new System.Drawing.Point(6, 97);
     this.DeviationLbl.Name     = "DeviationLbl";
     this.DeviationLbl.Size     = new System.Drawing.Size(55, 13);
     this.DeviationLbl.TabIndex = 20;
     this.DeviationLbl.Text     = "Deviation:";
     //
     // EndLbl
     //
     this.EndLbl.AutoSize = true;
     this.EndLbl.Location = new System.Drawing.Point(6, 71);
     this.EndLbl.Name     = "EndLbl";
     this.EndLbl.Size     = new System.Drawing.Size(29, 13);
     this.EndLbl.TabIndex = 18;
     this.EndLbl.Text     = "End:";
     //
     // BeginTB
     //
     this.BeginTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.BeginTB.AttributeID = 0;
     this.BeginTB.Location    = new System.Drawing.Point(102, 42);
     this.BeginTB.Name        = "BeginTB";
     this.BeginTB.Size        = new System.Drawing.Size(208, 20);
     this.BeginTB.TabIndex    = 4;
     this.BeginTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // BeginLbl
     //
     this.BeginLbl.AutoSize = true;
     this.BeginLbl.Location = new System.Drawing.Point(6, 45);
     this.BeginLbl.Name     = "BeginLbl";
     this.BeginLbl.Size     = new System.Drawing.Size(37, 13);
     this.BeginLbl.TabIndex = 16;
     this.BeginLbl.Text     = "Begin:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSClockView
     //
     this.ClientSize = new System.Drawing.Size(357, 320);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSClockView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #27
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSSpecialDaysTableView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.CallingWindowLV = new System.Windows.Forms.ListView();
     this.IndexHeader = new System.Windows.Forms.ColumnHeader();
     this.SpecialDayDateHeader = new System.Windows.Forms.ColumnHeader();
     this.DayIdHeader = new System.Windows.Forms.ColumnHeader();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.CallingWindowLV);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(333, 266);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Special Days Table Object";
     //
     // CallingWindowLV
     //
     this.CallingWindowLV.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.CallingWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.IndexHeader,
     this.SpecialDayDateHeader,
     this.DayIdHeader});
     this.CallingWindowLV.FullRowSelect = true;
     this.CallingWindowLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CallingWindowLV.HideSelection = false;
     this.CallingWindowLV.Location = new System.Drawing.Point(6, 57);
     this.CallingWindowLV.Name = "CallingWindowLV";
     this.CallingWindowLV.Size = new System.Drawing.Size(304, 193);
     this.CallingWindowLV.TabIndex = 9;
     this.CallingWindowLV.UseCompatibleStateImageBehavior = false;
     this.CallingWindowLV.View = System.Windows.Forms.View.Details;
     //
     // IndexHeader
     //
     this.IndexHeader.Text = "Index:";
     this.IndexHeader.Width = 77;
     //
     // SpecialDayDateHeader
     //
     this.SpecialDayDateHeader.Text = "Special Day Date:";
     this.SpecialDayDateHeader.Width = 115;
     //
     // DayIdHeader
     //
     this.DayIdHeader.Text = "Day ID:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSSpecialDaysTableView
     //
     this.ClientSize = new System.Drawing.Size(357, 290);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSSpecialDaysTableView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #28
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSModemConfigurationView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ModemProfileTB = new System.Windows.Forms.TextBox();
     this.ModemProfileLbl = new System.Windows.Forms.Label();
     this.InitialisationTB = new System.Windows.Forms.TextBox();
     this.InitialisationLbl = new System.Windows.Forms.Label();
     this.CommunicationSpeedTB = new GXDLMSDirector.Views.GXValueField();
     this.CommunicationSpeedLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ModemProfileTB);
     this.groupBox1.Controls.Add(this.ModemProfileLbl);
     this.groupBox1.Controls.Add(this.InitialisationTB);
     this.groupBox1.Controls.Add(this.InitialisationLbl);
     this.groupBox1.Controls.Add(this.CommunicationSpeedTB);
     this.groupBox1.Controls.Add(this.CommunicationSpeedLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(292, 250);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Modem Configuration Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // ModemProfileTB
     //
     this.ModemProfileTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ModemProfileTB.Location = new System.Drawing.Point(102, 161);
     this.ModemProfileTB.Multiline = true;
     this.ModemProfileTB.Name = "ModemProfileTB";
     this.ModemProfileTB.ReadOnly = true;
     this.ModemProfileTB.Size = new System.Drawing.Size(175, 82);
     this.ModemProfileTB.TabIndex = 5;
     //
     // ModemProfileLbl
     //
     this.ModemProfileLbl.AutoSize = true;
     this.ModemProfileLbl.Location = new System.Drawing.Point(6, 164);
     this.ModemProfileLbl.Name = "ModemProfileLbl";
     this.ModemProfileLbl.Size = new System.Drawing.Size(77, 13);
     this.ModemProfileLbl.TabIndex = 6;
     this.ModemProfileLbl.Text = "Modem Profile:";
     //
     // InitialisationTB
     //
     this.InitialisationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.InitialisationTB.Location = new System.Drawing.Point(102, 73);
     this.InitialisationTB.Multiline = true;
     this.InitialisationTB.Name = "InitialisationTB";
     this.InitialisationTB.ReadOnly = true;
     this.InitialisationTB.Size = new System.Drawing.Size(175, 82);
     this.InitialisationTB.TabIndex = 3;
     //
     // InitialisationLbl
     //
     this.InitialisationLbl.AutoSize = true;
     this.InitialisationLbl.Location = new System.Drawing.Point(6, 76);
     this.InitialisationLbl.Name = "InitialisationLbl";
     this.InitialisationLbl.Size = new System.Drawing.Size(64, 13);
     this.InitialisationLbl.TabIndex = 4;
     this.InitialisationLbl.Text = "Initialisation:";
     //
     // CommunicationSpeedTB
     //
     this.CommunicationSpeedTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.CommunicationSpeedTB.AttributeID = 2;
     this.CommunicationSpeedTB.Location = new System.Drawing.Point(102, 47);
     this.CommunicationSpeedTB.Name = "CommunicationSpeedTB";
     this.CommunicationSpeedTB.Size = new System.Drawing.Size(175, 20);
     this.CommunicationSpeedTB.TabIndex = 0;
     this.CommunicationSpeedTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // CommunicationSpeedLbl
     //
     this.CommunicationSpeedLbl.AutoSize = true;
     this.CommunicationSpeedLbl.Location = new System.Drawing.Point(6, 50);
     this.CommunicationSpeedLbl.Name = "CommunicationSpeedLbl";
     this.CommunicationSpeedLbl.Size = new System.Drawing.Size(41, 13);
     this.CommunicationSpeedLbl.TabIndex = 2;
     this.CommunicationSpeedLbl.Text = "Speed:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(175, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSModemConfigurationView
     //
     this.ClientSize = new System.Drawing.Size(314, 270);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSModemConfigurationView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #29
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSSpecialDaysTableView));
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.CallingWindowLV      = new System.Windows.Forms.ListView();
     this.IndexHeader          = new System.Windows.Forms.ColumnHeader();
     this.SpecialDayDateHeader = new System.Windows.Forms.ColumnHeader();
     this.DayIdHeader          = new System.Windows.Forms.ColumnHeader();
     this.LogicalNameTB        = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl       = new System.Windows.Forms.Label();
     this.errorProvider1       = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.CallingWindowLV);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(333, 266);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Special Days Table Object";
     //
     // CallingWindowLV
     //
     this.CallingWindowLV.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.CallingWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.IndexHeader,
         this.SpecialDayDateHeader,
         this.DayIdHeader
     });
     this.CallingWindowLV.FullRowSelect = true;
     this.CallingWindowLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CallingWindowLV.HideSelection = false;
     this.CallingWindowLV.Location      = new System.Drawing.Point(6, 57);
     this.CallingWindowLV.Name          = "CallingWindowLV";
     this.CallingWindowLV.Size          = new System.Drawing.Size(304, 193);
     this.CallingWindowLV.TabIndex      = 9;
     this.CallingWindowLV.UseCompatibleStateImageBehavior = false;
     this.CallingWindowLV.View = System.Windows.Forms.View.Details;
     //
     // IndexHeader
     //
     this.IndexHeader.Text  = "Index:";
     this.IndexHeader.Width = 77;
     //
     // SpecialDayDateHeader
     //
     this.SpecialDayDateHeader.Text  = "Special Day Date:";
     this.SpecialDayDateHeader.Width = 115;
     //
     // DayIdHeader
     //
     this.DayIdHeader.Text = "Day ID:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSSpecialDaysTableView
     //
     this.ClientSize = new System.Drawing.Size(357, 290);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSSpecialDaysTableView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #30
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSPushSetupView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.RepetitionDelayTB = new GXDLMSDirector.Views.GXValueField();
     this.LblRepetitionDelay = new System.Windows.Forms.Label();
     this.NumberOfRetriesTB = new GXDLMSDirector.Views.GXValueField();
     this.NumberOfRetriesLbl = new System.Windows.Forms.Label();
     this.RandomisationStartIntervalTB = new GXDLMSDirector.Views.GXValueField();
     this.RandomisationStartIntervalLbl = new System.Windows.Forms.Label();
     this.GXSendDestinationAndMethodGB = new System.Windows.Forms.GroupBox();
     this.MessageLbl = new System.Windows.Forms.Label();
     this.MessageTB = new System.Windows.Forms.TextBox();
     this.DestinationLbl = new System.Windows.Forms.Label();
     this.DestinationTB = new System.Windows.Forms.TextBox();
     this.ServiceLbl = new System.Windows.Forms.Label();
     this.ServiceTB = new System.Windows.Forms.TextBox();
     this.CommunicationWindowLV = new System.Windows.Forms.ListView();
     this.StartHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.EndHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.CommunicationWindowLbl = new System.Windows.Forms.Label();
     this.ObjectsLV = new System.Windows.Forms.ListView();
     this.TypeHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.LogicalNameHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.AttributeIndexHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DataIndexHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB = new System.Windows.Forms.TextBox();
     this.ValueLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.GXSendDestinationAndMethodGB.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.RepetitionDelayTB);
     this.groupBox1.Controls.Add(this.LblRepetitionDelay);
     this.groupBox1.Controls.Add(this.NumberOfRetriesTB);
     this.groupBox1.Controls.Add(this.NumberOfRetriesLbl);
     this.groupBox1.Controls.Add(this.RandomisationStartIntervalTB);
     this.groupBox1.Controls.Add(this.RandomisationStartIntervalLbl);
     this.groupBox1.Controls.Add(this.GXSendDestinationAndMethodGB);
     this.groupBox1.Controls.Add(this.CommunicationWindowLV);
     this.groupBox1.Controls.Add(this.CommunicationWindowLbl);
     this.groupBox1.Controls.Add(this.ObjectsLV);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ValueLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(421, 427);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Data Object";
     //
     // RepetitionDelayTB
     //
     this.RepetitionDelayTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.RepetitionDelayTB.AttributeID = 7;
     this.RepetitionDelayTB.Location = new System.Drawing.Point(103, 401);
     this.RepetitionDelayTB.Name = "RepetitionDelayTB";
     this.RepetitionDelayTB.Size = new System.Drawing.Size(296, 20);
     this.RepetitionDelayTB.TabIndex = 22;
     this.RepetitionDelayTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LblRepetitionDelay
     //
     this.LblRepetitionDelay.AutoSize = true;
     this.LblRepetitionDelay.Location = new System.Drawing.Point(7, 404);
     this.LblRepetitionDelay.Name = "LblRepetitionDelay";
     this.LblRepetitionDelay.Size = new System.Drawing.Size(86, 13);
     this.LblRepetitionDelay.TabIndex = 21;
     this.LblRepetitionDelay.Text = "Repetition delay:";
     //
     // NumberOfRetriesTB
     //
     this.NumberOfRetriesTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.NumberOfRetriesTB.AttributeID = 6;
     this.NumberOfRetriesTB.Location = new System.Drawing.Point(103, 376);
     this.NumberOfRetriesTB.Name = "NumberOfRetriesTB";
     this.NumberOfRetriesTB.Size = new System.Drawing.Size(296, 20);
     this.NumberOfRetriesTB.TabIndex = 20;
     this.NumberOfRetriesTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // NumberOfRetriesLbl
     //
     this.NumberOfRetriesLbl.AutoSize = true;
     this.NumberOfRetriesLbl.Location = new System.Drawing.Point(7, 379);
     this.NumberOfRetriesLbl.Name = "NumberOfRetriesLbl";
     this.NumberOfRetriesLbl.Size = new System.Drawing.Size(90, 13);
     this.NumberOfRetriesLbl.TabIndex = 19;
     this.NumberOfRetriesLbl.Text = "Number of retries:";
     //
     // RandomisationStartIntervalTB
     //
     this.RandomisationStartIntervalTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.RandomisationStartIntervalTB.AttributeID = 5;
     this.RandomisationStartIntervalTB.Location = new System.Drawing.Point(103, 350);
     this.RandomisationStartIntervalTB.Name = "RandomisationStartIntervalTB";
     this.RandomisationStartIntervalTB.Size = new System.Drawing.Size(296, 20);
     this.RandomisationStartIntervalTB.TabIndex = 18;
     this.RandomisationStartIntervalTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // RandomisationStartIntervalLbl
     //
     this.RandomisationStartIntervalLbl.AutoSize = true;
     this.RandomisationStartIntervalLbl.Location = new System.Drawing.Point(7, 353);
     this.RandomisationStartIntervalLbl.Name = "RandomisationStartIntervalLbl";
     this.RandomisationStartIntervalLbl.Size = new System.Drawing.Size(80, 13);
     this.RandomisationStartIntervalLbl.TabIndex = 17;
     this.RandomisationStartIntervalLbl.Text = "Randomisation:";
     //
     // GXSendDestinationAndMethodGB
     //
     this.GXSendDestinationAndMethodGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.GXSendDestinationAndMethodGB.Controls.Add(this.MessageLbl);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.MessageTB);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.DestinationLbl);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.DestinationTB);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.ServiceLbl);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.ServiceTB);
     this.GXSendDestinationAndMethodGB.Location = new System.Drawing.Point(0, 155);
     this.GXSendDestinationAndMethodGB.Name = "GXSendDestinationAndMethodGB";
     this.GXSendDestinationAndMethodGB.Size = new System.Drawing.Size(421, 108);
     this.GXSendDestinationAndMethodGB.TabIndex = 16;
     this.GXSendDestinationAndMethodGB.TabStop = false;
     this.GXSendDestinationAndMethodGB.Text = "Send destination and method";
     //
     // MessageLbl
     //
     this.MessageLbl.AutoSize = true;
     this.MessageLbl.Location = new System.Drawing.Point(7, 74);
     this.MessageLbl.Name = "MessageLbl";
     this.MessageLbl.Size = new System.Drawing.Size(53, 13);
     this.MessageLbl.TabIndex = 11;
     this.MessageLbl.Text = "Message:";
     //
     // MessageTB
     //
     this.MessageTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MessageTB.Location = new System.Drawing.Point(103, 71);
     this.MessageTB.Name = "MessageTB";
     this.MessageTB.Size = new System.Drawing.Size(297, 20);
     this.MessageTB.TabIndex = 10;
     //
     // DestinationLbl
     //
     this.DestinationLbl.AutoSize = true;
     this.DestinationLbl.Location = new System.Drawing.Point(7, 48);
     this.DestinationLbl.Name = "DestinationLbl";
     this.DestinationLbl.Size = new System.Drawing.Size(63, 13);
     this.DestinationLbl.TabIndex = 9;
     this.DestinationLbl.Text = "Destination:";
     //
     // DestinationTB
     //
     this.DestinationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DestinationTB.Location = new System.Drawing.Point(103, 45);
     this.DestinationTB.Name = "DestinationTB";
     this.DestinationTB.Size = new System.Drawing.Size(297, 20);
     this.DestinationTB.TabIndex = 8;
     //
     // ServiceLbl
     //
     this.ServiceLbl.AutoSize = true;
     this.ServiceLbl.Location = new System.Drawing.Point(7, 22);
     this.ServiceLbl.Name = "ServiceLbl";
     this.ServiceLbl.Size = new System.Drawing.Size(46, 13);
     this.ServiceLbl.TabIndex = 7;
     this.ServiceLbl.Text = "Service:";
     //
     // ServiceTB
     //
     this.ServiceTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ServiceTB.Location = new System.Drawing.Point(103, 19);
     this.ServiceTB.Name = "ServiceTB";
     this.ServiceTB.Size = new System.Drawing.Size(297, 20);
     this.ServiceTB.TabIndex = 6;
     //
     // CommunicationWindowLV
     //
     this.CommunicationWindowLV.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.CommunicationWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.StartHeader,
     this.EndHeader});
     this.CommunicationWindowLV.FullRowSelect = true;
     this.CommunicationWindowLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CommunicationWindowLV.HideSelection = false;
     this.CommunicationWindowLV.Location = new System.Drawing.Point(102, 268);
     this.CommunicationWindowLV.Name = "CommunicationWindowLV";
     this.CommunicationWindowLV.Size = new System.Drawing.Size(296, 75);
     this.CommunicationWindowLV.TabIndex = 15;
     this.CommunicationWindowLV.UseCompatibleStateImageBehavior = false;
     this.CommunicationWindowLV.View = System.Windows.Forms.View.Details;
     //
     // StartHeader
     //
     this.StartHeader.Text = "Start";
     this.StartHeader.Width = 128;
     //
     // EndHeader
     //
     this.EndHeader.Text = "End";
     this.EndHeader.Width = 157;
     //
     // CommunicationWindowLbl
     //
     this.CommunicationWindowLbl.Location = new System.Drawing.Point(6, 268);
     this.CommunicationWindowLbl.Name = "CommunicationWindowLbl";
     this.CommunicationWindowLbl.Size = new System.Drawing.Size(91, 61);
     this.CommunicationWindowLbl.TabIndex = 14;
     this.CommunicationWindowLbl.Text = "Communication Window:";
     //
     // ObjectsLV
     //
     this.ObjectsLV.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.ObjectsLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.TypeHeader,
     this.LogicalNameHeader,
     this.AttributeIndexHeader,
     this.DataIndexHeader});
     this.ObjectsLV.FullRowSelect = true;
     this.ObjectsLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ObjectsLV.HideSelection = false;
     this.ObjectsLV.Location = new System.Drawing.Point(103, 74);
     this.ObjectsLV.Name = "ObjectsLV";
     this.ObjectsLV.Size = new System.Drawing.Size(296, 75);
     this.ObjectsLV.TabIndex = 13;
     this.ObjectsLV.UseCompatibleStateImageBehavior = false;
     this.ObjectsLV.View = System.Windows.Forms.View.Details;
     //
     // TypeHeader
     //
     this.TypeHeader.Text = "Type";
     this.TypeHeader.Width = 48;
     //
     // LogicalNameHeader
     //
     this.LogicalNameHeader.Text = "LogicalName";
     this.LogicalNameHeader.Width = 76;
     //
     // AttributeIndexHeader
     //
     this.AttributeIndexHeader.Text = "Attribute Index";
     this.AttributeIndexHeader.Width = 85;
     //
     // DataIndexHeader
     //
     this.DataIndexHeader.Text = "Data Index";
     this.DataIndexHeader.Width = 74;
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name = "DescriptionLbl";
     this.DescriptionLbl.Size = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size = new System.Drawing.Size(297, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // ValueLbl
     //
     this.ValueLbl.AutoSize = true;
     this.ValueLbl.Location = new System.Drawing.Point(7, 74);
     this.ValueLbl.Name = "ValueLbl";
     this.ValueLbl.Size = new System.Drawing.Size(46, 13);
     this.ValueLbl.TabIndex = 2;
     this.ValueLbl.Text = "Objects:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(296, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSPushSetupView
     //
     this.ClientSize = new System.Drawing.Size(445, 451);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSPushSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.GXSendDestinationAndMethodGB.ResumeLayout(false);
     this.GXSendDestinationAndMethodGB.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #31
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSPushSetupView));
     this.groupBox1                     = new System.Windows.Forms.GroupBox();
     this.RepetitionDelayTB             = new GXDLMSDirector.Views.GXValueField();
     this.LblRepetitionDelay            = new System.Windows.Forms.Label();
     this.NumberOfRetriesTB             = new GXDLMSDirector.Views.GXValueField();
     this.NumberOfRetriesLbl            = new System.Windows.Forms.Label();
     this.RandomisationStartIntervalTB  = new GXDLMSDirector.Views.GXValueField();
     this.RandomisationStartIntervalLbl = new System.Windows.Forms.Label();
     this.GXSendDestinationAndMethodGB  = new System.Windows.Forms.GroupBox();
     this.MessageLbl                    = new System.Windows.Forms.Label();
     this.MessageTB                     = new System.Windows.Forms.TextBox();
     this.DestinationLbl                = new System.Windows.Forms.Label();
     this.DestinationTB                 = new System.Windows.Forms.TextBox();
     this.ServiceLbl                    = new System.Windows.Forms.Label();
     this.ServiceTB                     = new System.Windows.Forms.TextBox();
     this.CommunicationWindowLV         = new System.Windows.Forms.ListView();
     this.StartHeader                   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.EndHeader                     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.CommunicationWindowLbl        = new System.Windows.Forms.Label();
     this.ObjectsLV                     = new System.Windows.Forms.ListView();
     this.TypeHeader                    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.LogicalNameHeader             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.AttributeIndexHeader          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DataIndexHeader               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DescriptionLbl                = new System.Windows.Forms.Label();
     this.DescriptionTB                 = new System.Windows.Forms.TextBox();
     this.ValueLbl       = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.GXSendDestinationAndMethodGB.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.RepetitionDelayTB);
     this.groupBox1.Controls.Add(this.LblRepetitionDelay);
     this.groupBox1.Controls.Add(this.NumberOfRetriesTB);
     this.groupBox1.Controls.Add(this.NumberOfRetriesLbl);
     this.groupBox1.Controls.Add(this.RandomisationStartIntervalTB);
     this.groupBox1.Controls.Add(this.RandomisationStartIntervalLbl);
     this.groupBox1.Controls.Add(this.GXSendDestinationAndMethodGB);
     this.groupBox1.Controls.Add(this.CommunicationWindowLV);
     this.groupBox1.Controls.Add(this.CommunicationWindowLbl);
     this.groupBox1.Controls.Add(this.ObjectsLV);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ValueLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(421, 427);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Data Object";
     //
     // RepetitionDelayTB
     //
     this.RepetitionDelayTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.RepetitionDelayTB.AttributeID = 7;
     this.RepetitionDelayTB.Location    = new System.Drawing.Point(103, 401);
     this.RepetitionDelayTB.Name        = "RepetitionDelayTB";
     this.RepetitionDelayTB.Size        = new System.Drawing.Size(296, 20);
     this.RepetitionDelayTB.TabIndex    = 22;
     this.RepetitionDelayTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LblRepetitionDelay
     //
     this.LblRepetitionDelay.AutoSize = true;
     this.LblRepetitionDelay.Location = new System.Drawing.Point(7, 404);
     this.LblRepetitionDelay.Name     = "LblRepetitionDelay";
     this.LblRepetitionDelay.Size     = new System.Drawing.Size(86, 13);
     this.LblRepetitionDelay.TabIndex = 21;
     this.LblRepetitionDelay.Text     = "Repetition delay:";
     //
     // NumberOfRetriesTB
     //
     this.NumberOfRetriesTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.NumberOfRetriesTB.AttributeID = 6;
     this.NumberOfRetriesTB.Location    = new System.Drawing.Point(103, 376);
     this.NumberOfRetriesTB.Name        = "NumberOfRetriesTB";
     this.NumberOfRetriesTB.Size        = new System.Drawing.Size(296, 20);
     this.NumberOfRetriesTB.TabIndex    = 20;
     this.NumberOfRetriesTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // NumberOfRetriesLbl
     //
     this.NumberOfRetriesLbl.AutoSize = true;
     this.NumberOfRetriesLbl.Location = new System.Drawing.Point(7, 379);
     this.NumberOfRetriesLbl.Name     = "NumberOfRetriesLbl";
     this.NumberOfRetriesLbl.Size     = new System.Drawing.Size(90, 13);
     this.NumberOfRetriesLbl.TabIndex = 19;
     this.NumberOfRetriesLbl.Text     = "Number of retries:";
     //
     // RandomisationStartIntervalTB
     //
     this.RandomisationStartIntervalTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.RandomisationStartIntervalTB.AttributeID = 5;
     this.RandomisationStartIntervalTB.Location    = new System.Drawing.Point(103, 350);
     this.RandomisationStartIntervalTB.Name        = "RandomisationStartIntervalTB";
     this.RandomisationStartIntervalTB.Size        = new System.Drawing.Size(296, 20);
     this.RandomisationStartIntervalTB.TabIndex    = 18;
     this.RandomisationStartIntervalTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // RandomisationStartIntervalLbl
     //
     this.RandomisationStartIntervalLbl.AutoSize = true;
     this.RandomisationStartIntervalLbl.Location = new System.Drawing.Point(7, 353);
     this.RandomisationStartIntervalLbl.Name     = "RandomisationStartIntervalLbl";
     this.RandomisationStartIntervalLbl.Size     = new System.Drawing.Size(80, 13);
     this.RandomisationStartIntervalLbl.TabIndex = 17;
     this.RandomisationStartIntervalLbl.Text     = "Randomisation:";
     //
     // GXSendDestinationAndMethodGB
     //
     this.GXSendDestinationAndMethodGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.GXSendDestinationAndMethodGB.Controls.Add(this.MessageLbl);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.MessageTB);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.DestinationLbl);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.DestinationTB);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.ServiceLbl);
     this.GXSendDestinationAndMethodGB.Controls.Add(this.ServiceTB);
     this.GXSendDestinationAndMethodGB.Location = new System.Drawing.Point(0, 155);
     this.GXSendDestinationAndMethodGB.Name     = "GXSendDestinationAndMethodGB";
     this.GXSendDestinationAndMethodGB.Size     = new System.Drawing.Size(421, 108);
     this.GXSendDestinationAndMethodGB.TabIndex = 16;
     this.GXSendDestinationAndMethodGB.TabStop  = false;
     this.GXSendDestinationAndMethodGB.Text     = "Send destination and method";
     //
     // MessageLbl
     //
     this.MessageLbl.AutoSize = true;
     this.MessageLbl.Location = new System.Drawing.Point(7, 74);
     this.MessageLbl.Name     = "MessageLbl";
     this.MessageLbl.Size     = new System.Drawing.Size(53, 13);
     this.MessageLbl.TabIndex = 11;
     this.MessageLbl.Text     = "Message:";
     //
     // MessageTB
     //
     this.MessageTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.MessageTB.Location = new System.Drawing.Point(103, 71);
     this.MessageTB.Name     = "MessageTB";
     this.MessageTB.Size     = new System.Drawing.Size(297, 20);
     this.MessageTB.TabIndex = 10;
     //
     // DestinationLbl
     //
     this.DestinationLbl.AutoSize = true;
     this.DestinationLbl.Location = new System.Drawing.Point(7, 48);
     this.DestinationLbl.Name     = "DestinationLbl";
     this.DestinationLbl.Size     = new System.Drawing.Size(63, 13);
     this.DestinationLbl.TabIndex = 9;
     this.DestinationLbl.Text     = "Destination:";
     //
     // DestinationTB
     //
     this.DestinationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DestinationTB.Location = new System.Drawing.Point(103, 45);
     this.DestinationTB.Name     = "DestinationTB";
     this.DestinationTB.Size     = new System.Drawing.Size(297, 20);
     this.DestinationTB.TabIndex = 8;
     //
     // ServiceLbl
     //
     this.ServiceLbl.AutoSize = true;
     this.ServiceLbl.Location = new System.Drawing.Point(7, 22);
     this.ServiceLbl.Name     = "ServiceLbl";
     this.ServiceLbl.Size     = new System.Drawing.Size(46, 13);
     this.ServiceLbl.TabIndex = 7;
     this.ServiceLbl.Text     = "Service:";
     //
     // ServiceTB
     //
     this.ServiceTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.ServiceTB.Location = new System.Drawing.Point(103, 19);
     this.ServiceTB.Name     = "ServiceTB";
     this.ServiceTB.Size     = new System.Drawing.Size(297, 20);
     this.ServiceTB.TabIndex = 6;
     //
     // CommunicationWindowLV
     //
     this.CommunicationWindowLV.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.CommunicationWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.StartHeader,
         this.EndHeader
     });
     this.CommunicationWindowLV.FullRowSelect = true;
     this.CommunicationWindowLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CommunicationWindowLV.HideSelection = false;
     this.CommunicationWindowLV.Location      = new System.Drawing.Point(102, 268);
     this.CommunicationWindowLV.Name          = "CommunicationWindowLV";
     this.CommunicationWindowLV.Size          = new System.Drawing.Size(296, 75);
     this.CommunicationWindowLV.TabIndex      = 15;
     this.CommunicationWindowLV.UseCompatibleStateImageBehavior = false;
     this.CommunicationWindowLV.View = System.Windows.Forms.View.Details;
     //
     // StartHeader
     //
     this.StartHeader.Text  = "Start";
     this.StartHeader.Width = 128;
     //
     // EndHeader
     //
     this.EndHeader.Text  = "End";
     this.EndHeader.Width = 157;
     //
     // CommunicationWindowLbl
     //
     this.CommunicationWindowLbl.Location = new System.Drawing.Point(6, 268);
     this.CommunicationWindowLbl.Name     = "CommunicationWindowLbl";
     this.CommunicationWindowLbl.Size     = new System.Drawing.Size(91, 61);
     this.CommunicationWindowLbl.TabIndex = 14;
     this.CommunicationWindowLbl.Text     = "Communication Window:";
     //
     // ObjectsLV
     //
     this.ObjectsLV.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.ObjectsLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.TypeHeader,
         this.LogicalNameHeader,
         this.AttributeIndexHeader,
         this.DataIndexHeader
     });
     this.ObjectsLV.FullRowSelect = true;
     this.ObjectsLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ObjectsLV.HideSelection = false;
     this.ObjectsLV.Location      = new System.Drawing.Point(103, 74);
     this.ObjectsLV.Name          = "ObjectsLV";
     this.ObjectsLV.Size          = new System.Drawing.Size(296, 75);
     this.ObjectsLV.TabIndex      = 13;
     this.ObjectsLV.UseCompatibleStateImageBehavior = false;
     this.ObjectsLV.View = System.Windows.Forms.View.Details;
     //
     // TypeHeader
     //
     this.TypeHeader.Text  = "Type";
     this.TypeHeader.Width = 48;
     //
     // LogicalNameHeader
     //
     this.LogicalNameHeader.Text  = "LogicalName";
     this.LogicalNameHeader.Width = 76;
     //
     // AttributeIndexHeader
     //
     this.AttributeIndexHeader.Text  = "Attribute Index";
     this.AttributeIndexHeader.Width = 85;
     //
     // DataIndexHeader
     //
     this.DataIndexHeader.Text  = "Data Index";
     this.DataIndexHeader.Width = 74;
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name     = "DescriptionLbl";
     this.DescriptionLbl.Size     = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text     = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name     = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size     = new System.Drawing.Size(297, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // ValueLbl
     //
     this.ValueLbl.AutoSize = true;
     this.ValueLbl.Location = new System.Drawing.Point(7, 74);
     this.ValueLbl.Name     = "ValueLbl";
     this.ValueLbl.Size     = new System.Drawing.Size(46, 13);
     this.ValueLbl.TabIndex = 2;
     this.ValueLbl.Text     = "Objects:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(296, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSPushSetupView
     //
     this.ClientSize = new System.Drawing.Size(445, 451);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSPushSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.GXSendDestinationAndMethodGB.ResumeLayout(false);
     this.GXSendDestinationAndMethodGB.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #32
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSClockView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ClockBaseTB = new GXDLMSDirector.Views.GXValueField();
     this.ClockBaseLbl = new System.Windows.Forms.Label();
     this.StatusTB = new GXDLMSDirector.Views.GXValueField();
     this.StatusLbl = new System.Windows.Forms.Label();
     this.TimeZoneTB = new GXDLMSDirector.Views.GXValueField();
     this.TimeZoneLbl = new System.Windows.Forms.Label();
     this.TimeTB = new GXDLMSDirector.Views.GXValueField();
     this.TimeLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.EndTB = new GXDLMSDirector.Views.GXValueField();
     this.EnabledLbl = new System.Windows.Forms.Label();
     this.EnabledCB = new System.Windows.Forms.CheckBox();
     this.DeviationTB = new GXDLMSDirector.Views.GXValueField();
     this.DeviationLbl = new System.Windows.Forms.Label();
     this.EndLbl = new System.Windows.Forms.Label();
     this.BeginTB = new GXDLMSDirector.Views.GXValueField();
     this.BeginLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.ClockBaseTB);
     this.groupBox1.Controls.Add(this.ClockBaseLbl);
     this.groupBox1.Controls.Add(this.StatusTB);
     this.groupBox1.Controls.Add(this.StatusLbl);
     this.groupBox1.Controls.Add(this.TimeZoneTB);
     this.groupBox1.Controls.Add(this.TimeZoneLbl);
     this.groupBox1.Controls.Add(this.TimeTB);
     this.groupBox1.Controls.Add(this.TimeLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(333, 291);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Clock Object";
     //
     // ClockBaseTB
     //
     this.ClockBaseTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ClockBaseTB.AttributeID = 9;
     this.ClockBaseTB.Location = new System.Drawing.Point(102, 257);
     this.ClockBaseTB.Name = "ClockBaseTB";
     this.ClockBaseTB.Size = new System.Drawing.Size(208, 20);
     this.ClockBaseTB.TabIndex = 7;
     this.ClockBaseTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     this.ClockBaseTB.TextChanged += new System.EventHandler(this.ClockBaseTB_TextChanged);
     //
     // ClockBaseLbl
     //
     this.ClockBaseLbl.AutoSize = true;
     this.ClockBaseLbl.Location = new System.Drawing.Point(6, 260);
     this.ClockBaseLbl.Name = "ClockBaseLbl";
     this.ClockBaseLbl.Size = new System.Drawing.Size(64, 13);
     this.ClockBaseLbl.TabIndex = 22;
     this.ClockBaseLbl.Text = "Clock Base:";
     this.ClockBaseLbl.Click += new System.EventHandler(this.ClockBaseLbl_Click);
     //
     // StatusTB
     //
     this.StatusTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.StatusTB.AttributeID = 4;
     this.StatusTB.Location = new System.Drawing.Point(102, 99);
     this.StatusTB.Name = "StatusTB";
     this.StatusTB.ReadOnly = true;
     this.StatusTB.Size = new System.Drawing.Size(208, 20);
     this.StatusTB.TabIndex = 2;
     this.StatusTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // StatusLbl
     //
     this.StatusLbl.AutoSize = true;
     this.StatusLbl.Location = new System.Drawing.Point(6, 102);
     this.StatusLbl.Name = "StatusLbl";
     this.StatusLbl.Size = new System.Drawing.Size(40, 13);
     this.StatusLbl.TabIndex = 6;
     this.StatusLbl.Text = "Status:";
     //
     // TimeZoneTB
     //
     this.TimeZoneTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TimeZoneTB.AttributeID = 3;
     this.TimeZoneTB.Location = new System.Drawing.Point(102, 73);
     this.TimeZoneTB.Name = "TimeZoneTB";
     this.TimeZoneTB.Size = new System.Drawing.Size(208, 20);
     this.TimeZoneTB.TabIndex = 1;
     this.TimeZoneTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // TimeZoneLbl
     //
     this.TimeZoneLbl.AutoSize = true;
     this.TimeZoneLbl.Location = new System.Drawing.Point(6, 76);
     this.TimeZoneLbl.Name = "TimeZoneLbl";
     this.TimeZoneLbl.Size = new System.Drawing.Size(61, 13);
     this.TimeZoneLbl.TabIndex = 4;
     this.TimeZoneLbl.Text = "Time Zone:";
     //
     // TimeTB
     //
     this.TimeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TimeTB.AttributeID = 2;
     this.TimeTB.Location = new System.Drawing.Point(102, 47);
     this.TimeTB.Name = "TimeTB";
     this.TimeTB.Size = new System.Drawing.Size(208, 20);
     this.TimeTB.TabIndex = 0;
     this.TimeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // TimeLbl
     //
     this.TimeLbl.AutoSize = true;
     this.TimeLbl.Location = new System.Drawing.Point(6, 50);
     this.TimeLbl.Name = "TimeLbl";
     this.TimeLbl.Size = new System.Drawing.Size(33, 13);
     this.TimeLbl.TabIndex = 2;
     this.TimeLbl.Text = "Time:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.ReadOnly = true;
     this.LogicalNameTB.Size = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex = 0;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.EndTB);
     this.groupBox2.Controls.Add(this.EnabledLbl);
     this.groupBox2.Controls.Add(this.EnabledCB);
     this.groupBox2.Controls.Add(this.DeviationTB);
     this.groupBox2.Controls.Add(this.DeviationLbl);
     this.groupBox2.Controls.Add(this.EndLbl);
     this.groupBox2.Controls.Add(this.BeginTB);
     this.groupBox2.Controls.Add(this.BeginLbl);
     this.groupBox2.Location = new System.Drawing.Point(12, 137);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(333, 126);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Daylight Savings";
     //
     // EndTB
     //
     this.EndTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.EndTB.AttributeID = 0;
     this.EndTB.Location = new System.Drawing.Point(102, 68);
     this.EndTB.Name = "EndTB";
     this.EndTB.Size = new System.Drawing.Size(208, 20);
     this.EndTB.TabIndex = 5;
     this.EndTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // EnabledLbl
     //
     this.EnabledLbl.AutoSize = true;
     this.EnabledLbl.Location = new System.Drawing.Point(6, 21);
     this.EnabledLbl.Name = "EnabledLbl";
     this.EnabledLbl.Size = new System.Drawing.Size(49, 13);
     this.EnabledLbl.TabIndex = 22;
     this.EnabledLbl.Text = "Enabled:";
     //
     // EnabledCB
     //
     this.EnabledCB.Location = new System.Drawing.Point(102, 19);
     this.EnabledCB.Name = "EnabledCB";
     this.EnabledCB.Size = new System.Drawing.Size(37, 17);
     this.EnabledCB.TabIndex = 3;
     this.EnabledCB.UseVisualStyleBackColor = false;
     this.EnabledCB.CheckedChanged += new System.EventHandler(this.EnabledCB_CheckedChanged);
     //
     // DeviationTB
     //
     this.DeviationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DeviationTB.AttributeID = 0;
     this.DeviationTB.Location = new System.Drawing.Point(102, 94);
     this.DeviationTB.Name = "DeviationTB";
     this.DeviationTB.Size = new System.Drawing.Size(208, 20);
     this.DeviationTB.TabIndex = 6;
     this.DeviationTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DeviationLbl
     //
     this.DeviationLbl.AutoSize = true;
     this.DeviationLbl.Location = new System.Drawing.Point(6, 97);
     this.DeviationLbl.Name = "DeviationLbl";
     this.DeviationLbl.Size = new System.Drawing.Size(55, 13);
     this.DeviationLbl.TabIndex = 20;
     this.DeviationLbl.Text = "Deviation:";
     //
     // EndLbl
     //
     this.EndLbl.AutoSize = true;
     this.EndLbl.Location = new System.Drawing.Point(6, 71);
     this.EndLbl.Name = "EndLbl";
     this.EndLbl.Size = new System.Drawing.Size(29, 13);
     this.EndLbl.TabIndex = 18;
     this.EndLbl.Text = "End:";
     //
     // BeginTB
     //
     this.BeginTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.BeginTB.AttributeID = 0;
     this.BeginTB.Location = new System.Drawing.Point(102, 42);
     this.BeginTB.Name = "BeginTB";
     this.BeginTB.Size = new System.Drawing.Size(208, 20);
     this.BeginTB.TabIndex = 4;
     this.BeginTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // BeginLbl
     //
     this.BeginLbl.AutoSize = true;
     this.BeginLbl.Location = new System.Drawing.Point(6, 45);
     this.BeginLbl.Name = "BeginLbl";
     this.BeginLbl.Size = new System.Drawing.Size(37, 13);
     this.BeginLbl.TabIndex = 16;
     this.BeginLbl.Text = "Begin:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSClockView
     //
     this.ClientSize = new System.Drawing.Size(357, 320);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSClockView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #33
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSProfileGenericView));
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label5             = new System.Windows.Forms.Label();
     this.CapturePeriodTB    = new GXDLMSDirector.Views.GXValueField();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.label3             = new System.Windows.Forms.Label();
     this.SortObjectTB       = new GXDLMSDirector.Views.GXValueField();
     this.label4             = new System.Windows.Forms.Label();
     this.SortModeTB         = new GXDLMSDirector.Views.GXValueField();
     this.tabControl1        = new System.Windows.Forms.TabControl();
     this.tabPage1           = new System.Windows.Forms.TabPage();
     this.ProfileGenericView = new System.Windows.Forms.DataGridView();
     this.tabPage2           = new System.Windows.Forms.TabPage();
     this.m_MyPane           = new ZedGraph.ZedGraphControl();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.ReadLastTB         = new System.Windows.Forms.NumericUpDown();
     this.label2             = new System.Windows.Forms.Label();
     this.EndEntry           = new System.Windows.Forms.NumericUpDown();
     this.StartEntry         = new System.Windows.Forms.NumericUpDown();
     this.DaysLbl            = new System.Windows.Forms.Label();
     this.ToLbl          = new System.Windows.Forms.Label();
     this.ToPick         = new System.Windows.Forms.DateTimePicker();
     this.StartPick      = new System.Windows.Forms.DateTimePicker();
     this.ReadFromRB     = new System.Windows.Forms.RadioButton();
     this.ReadLastRB     = new System.Windows.Forms.RadioButton();
     this.ReadEntryBtn   = new System.Windows.Forms.RadioButton();
     this.EntriesTB      = new GXDLMSDirector.Views.GXValueField();
     this.EntriesInUseTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.label1         = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ProfileGenericView)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ReadLastTB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.EndEntry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.StartEntry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.CapturePeriodTB);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.tabControl1);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.EntriesTB);
     this.groupBox1.Controls.Add(this.EntriesInUseTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(501, 572);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Profile Generic";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(245, 122);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 14;
     this.label5.Text     = "Period:";
     //
     // CapturePeriodTB
     //
     this.CapturePeriodTB.AttributeID = 4;
     this.CapturePeriodTB.Location    = new System.Drawing.Point(297, 120);
     this.CapturePeriodTB.Name        = "CapturePeriodTB";
     this.CapturePeriodTB.Size        = new System.Drawing.Size(185, 20);
     this.CapturePeriodTB.TabIndex    = 15;
     this.CapturePeriodTB.TabStop     = false;
     this.CapturePeriodTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.SortObjectTB);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.SortModeTB);
     this.groupBox3.Location = new System.Drawing.Point(3, 169);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(486, 49);
     this.groupBox3.TabIndex = 12;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Sort:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(243, 22);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 13);
     this.label3.TabIndex = 14;
     this.label3.Text     = "Object:";
     //
     // SortObjectTB
     //
     this.SortObjectTB.Anchor      = System.Windows.Forms.AnchorStyles.Top;
     this.SortObjectTB.AttributeID = 6;
     this.SortObjectTB.Location    = new System.Drawing.Point(294, 18);
     this.SortObjectTB.Name        = "SortObjectTB";
     this.SortObjectTB.Size        = new System.Drawing.Size(185, 20);
     this.SortObjectTB.TabIndex    = 15;
     this.SortObjectTB.TabStop     = false;
     this.SortObjectTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(11, 22);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(37, 13);
     this.label4.TabIndex = 12;
     this.label4.Text     = "Mode:";
     //
     // SortModeTB
     //
     this.SortModeTB.AttributeID = 5;
     this.SortModeTB.Location    = new System.Drawing.Point(94, 18);
     this.SortModeTB.Name        = "SortModeTB";
     this.SortModeTB.ReadOnly    = true;
     this.SortModeTB.Size        = new System.Drawing.Size(134, 20);
     this.SortModeTB.TabIndex    = 13;
     this.SortModeTB.TabStop     = false;
     this.SortModeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(5, 224);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(490, 342);
     this.tabControl1.TabIndex      = 9;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.ProfileGenericView);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(482, 316);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Data";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // ProfileGenericView
     //
     this.ProfileGenericView.AllowUserToAddRows          = false;
     this.ProfileGenericView.AllowUserToDeleteRows       = false;
     this.ProfileGenericView.AllowUserToOrderColumns     = true;
     this.ProfileGenericView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ProfileGenericView.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.ProfileGenericView.Location       = new System.Drawing.Point(3, 3);
     this.ProfileGenericView.Name           = "ProfileGenericView";
     this.ProfileGenericView.ReadOnly       = true;
     this.ProfileGenericView.ShowCellErrors = false;
     this.ProfileGenericView.ShowRowErrors  = false;
     this.ProfileGenericView.Size           = new System.Drawing.Size(476, 310);
     this.ProfileGenericView.TabIndex       = 4;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.m_MyPane);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(482, 316);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Graph";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // m_MyPane
     //
     this.m_MyPane.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.m_MyPane.Location    = new System.Drawing.Point(3, 3);
     this.m_MyPane.Name        = "m_MyPane";
     this.m_MyPane.ScrollGrace = 0;
     this.m_MyPane.ScrollMaxX  = 0;
     this.m_MyPane.ScrollMaxY  = 0;
     this.m_MyPane.ScrollMaxY2 = 0;
     this.m_MyPane.ScrollMinX  = 0;
     this.m_MyPane.ScrollMinY  = 0;
     this.m_MyPane.ScrollMinY2 = 0;
     this.m_MyPane.Size        = new System.Drawing.Size(476, 310);
     this.m_MyPane.TabIndex    = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ReadLastTB);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.EndEntry);
     this.groupBox2.Controls.Add(this.StartEntry);
     this.groupBox2.Controls.Add(this.DaysLbl);
     this.groupBox2.Controls.Add(this.ToLbl);
     this.groupBox2.Controls.Add(this.ToPick);
     this.groupBox2.Controls.Add(this.StartPick);
     this.groupBox2.Controls.Add(this.ReadFromRB);
     this.groupBox2.Controls.Add(this.ReadLastRB);
     this.groupBox2.Controls.Add(this.ReadEntryBtn);
     this.groupBox2.Location = new System.Drawing.Point(5, 15);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(367, 97);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Reading";
     //
     // ReadLastTB
     //
     this.ReadLastTB.Location = new System.Drawing.Point(94, 45);
     this.ReadLastTB.Maximum  = new decimal(new int[] {
         1000,
         0,
         0,
         0
     });
     this.ReadLastTB.Name          = "ReadLastTB";
     this.ReadLastTB.Size          = new System.Drawing.Size(114, 20);
     this.ReadLastTB.TabIndex      = 12;
     this.ReadLastTB.ValueChanged += new System.EventHandler(this.ReadLastTB_ValueChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(192, 22);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(38, 13);
     this.label2.TabIndex = 18;
     this.label2.Text     = "Count:";
     //
     // EndEntry
     //
     this.EndEntry.Location = new System.Drawing.Point(238, 20);
     this.EndEntry.Maximum  = new decimal(new int[] {
         100000,
         0,
         0,
         0
     });
     this.EndEntry.Name          = "EndEntry";
     this.EndEntry.Size          = new System.Drawing.Size(112, 20);
     this.EndEntry.TabIndex      = 11;
     this.EndEntry.ValueChanged += new System.EventHandler(this.StartEntry_ValueChanged);
     //
     // StartEntry
     //
     this.StartEntry.Location      = new System.Drawing.Point(94, 19);
     this.StartEntry.Name          = "StartEntry";
     this.StartEntry.Size          = new System.Drawing.Size(86, 20);
     this.StartEntry.TabIndex      = 10;
     this.StartEntry.ValueChanged += new System.EventHandler(this.StartEntry_ValueChanged);
     //
     // DaysLbl
     //
     this.DaysLbl.Location = new System.Drawing.Point(214, 43);
     this.DaysLbl.Name     = "DaysLbl";
     this.DaysLbl.Size     = new System.Drawing.Size(72, 16);
     this.DaysLbl.TabIndex = 16;
     this.DaysLbl.Text     = "Days";
     //
     // ToLbl
     //
     this.ToLbl.AutoSize = true;
     this.ToLbl.Location = new System.Drawing.Point(214, 70);
     this.ToLbl.Name     = "ToLbl";
     this.ToLbl.Size     = new System.Drawing.Size(20, 13);
     this.ToLbl.TabIndex = 15;
     this.ToLbl.Text     = "To";
     //
     // ToPick
     //
     this.ToPick.Checked       = false;
     this.ToPick.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.ToPick.Location      = new System.Drawing.Point(238, 67);
     this.ToPick.MinDate       = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.ToPick.Name          = "ToPick";
     this.ToPick.ShowCheckBox  = true;
     this.ToPick.Size          = new System.Drawing.Size(112, 20);
     this.ToPick.TabIndex      = 14;
     this.ToPick.ValueChanged += new System.EventHandler(this.StartPick_ValueChanged);
     //
     // StartPick
     //
     this.StartPick.Checked       = false;
     this.StartPick.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.StartPick.Location      = new System.Drawing.Point(94, 67);
     this.StartPick.MinDate       = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
     this.StartPick.Name          = "StartPick";
     this.StartPick.ShowCheckBox  = true;
     this.StartPick.Size          = new System.Drawing.Size(112, 20);
     this.StartPick.TabIndex      = 13;
     this.StartPick.ValueChanged += new System.EventHandler(this.StartPick_ValueChanged);
     //
     // ReadFromRB
     //
     this.ReadFromRB.Location = new System.Drawing.Point(6, 67);
     this.ReadFromRB.Name     = "ReadFromRB";
     this.ReadFromRB.Size     = new System.Drawing.Size(80, 16);
     this.ReadFromRB.TabIndex = 11;
     this.ReadFromRB.Text     = "Read From";
     //
     // ReadLastRB
     //
     this.ReadLastRB.Checked  = true;
     this.ReadLastRB.Location = new System.Drawing.Point(6, 43);
     this.ReadLastRB.Name     = "ReadLastRB";
     this.ReadLastRB.Size     = new System.Drawing.Size(80, 16);
     this.ReadLastRB.TabIndex = 10;
     this.ReadLastRB.TabStop  = true;
     this.ReadLastRB.Text     = "Read last";
     //
     // ReadEntryBtn
     //
     this.ReadEntryBtn.Location = new System.Drawing.Point(6, 19);
     this.ReadEntryBtn.Name     = "ReadEntryBtn";
     this.ReadEntryBtn.Size     = new System.Drawing.Size(80, 16);
     this.ReadEntryBtn.TabIndex = 9;
     this.ReadEntryBtn.Text     = "Read Entry:";
     //
     // EntriesTB
     //
     this.EntriesTB.AttributeID = 8;
     this.EntriesTB.Location    = new System.Drawing.Point(186, 143);
     this.EntriesTB.Name        = "EntriesTB";
     this.EntriesTB.Size        = new System.Drawing.Size(57, 20);
     this.EntriesTB.TabIndex    = 7;
     this.EntriesTB.TabStop     = false;
     this.EntriesTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // EntriesInUseTB
     //
     this.EntriesInUseTB.AttributeID = 7;
     this.EntriesInUseTB.Location    = new System.Drawing.Point(94, 143);
     this.EntriesInUseTB.Name        = "EntriesInUseTB";
     this.EntriesInUseTB.Size        = new System.Drawing.Size(66, 20);
     this.EntriesInUseTB.TabIndex    = 5;
     this.EntriesInUseTB.TabStop     = false;
     this.EntriesInUseTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(10, 120);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(94, 117);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(140, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.TabStop     = false;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 146);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(42, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Entries:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSProfileGenericView
     //
     this.ClientSize = new System.Drawing.Size(517, 582);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSProfileGenericView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ProfileGenericView)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ReadLastTB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.EndEntry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.StartEntry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #34
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSRegisterActivationView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ValueTB = new GXDLMSDirector.Views.GXValueField();
     this.ValueLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ValueTB);
     this.groupBox1.Controls.Add(this.ValueLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(333, 113);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Register Activation Object";
     //
     // ValueTB
     //
     this.ValueTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ValueTB.AttributeID = 2;
     this.ValueTB.Location = new System.Drawing.Point(107, 71);
     this.ValueTB.Name = "ValueTB";
     this.ValueTB.Size = new System.Drawing.Size(208, 20);
     this.ValueTB.TabIndex = 0;
     this.ValueTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ValueLbl
     //
     this.ValueLbl.AutoSize = true;
     this.ValueLbl.Location = new System.Drawing.Point(11, 74);
     this.ValueLbl.Name = "ValueLbl";
     this.ValueLbl.Size = new System.Drawing.Size(37, 13);
     this.ValueLbl.TabIndex = 2;
     this.ValueLbl.Text = "Value:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(107, 45);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(11, 48);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(11, 22);
     this.DescriptionLbl.Name = "DescriptionLbl";
     this.DescriptionLbl.Size = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 13;
     this.DescriptionLbl.Text = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(107, 19);
     this.DescriptionTB.Name = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size = new System.Drawing.Size(208, 20);
     this.DescriptionTB.TabIndex = 12;
     //
     // GXDLMSRegisterActivationView
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(357, 134);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSRegisterActivationView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #35
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSTcpUdpSetupView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.InactivityTimeoutTB = new GXDLMSDirector.Views.GXValueField();
     this.InactivityTimeoutLbl = new System.Windows.Forms.Label();
     this.MaxConnectionsTB = new GXDLMSDirector.Views.GXValueField();
     this.MaxConnectionsLbl = new System.Windows.Forms.Label();
     this.MaximumSegmentSizeTB = new GXDLMSDirector.Views.GXValueField();
     this.MaximumSegmentSizeLbl = new System.Windows.Forms.Label();
     this.IPReferenceTB = new GXDLMSDirector.Views.GXValueField();
     this.IPReferenceLbl = new System.Windows.Forms.Label();
     this.PortTB = new GXDLMSDirector.Views.GXValueField();
     this.PortLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.InactivityTimeoutTB);
     this.groupBox1.Controls.Add(this.InactivityTimeoutLbl);
     this.groupBox1.Controls.Add(this.MaxConnectionsTB);
     this.groupBox1.Controls.Add(this.MaxConnectionsLbl);
     this.groupBox1.Controls.Add(this.MaximumSegmentSizeTB);
     this.groupBox1.Controls.Add(this.MaximumSegmentSizeLbl);
     this.groupBox1.Controls.Add(this.IPReferenceTB);
     this.groupBox1.Controls.Add(this.IPReferenceLbl);
     this.groupBox1.Controls.Add(this.PortTB);
     this.groupBox1.Controls.Add(this.PortLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 184);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "TCP/UDP Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // InactivityTimeoutTB
     //
     this.InactivityTimeoutTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.InactivityTimeoutTB.AttributeID = 6;
     this.InactivityTimeoutTB.Location = new System.Drawing.Point(102, 151);
     this.InactivityTimeoutTB.Name = "InactivityTimeoutTB";
     this.InactivityTimeoutTB.Size = new System.Drawing.Size(171, 20);
     this.InactivityTimeoutTB.TabIndex = 11;
     this.InactivityTimeoutTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // InactivityTimeoutLbl
     //
     this.InactivityTimeoutLbl.AutoSize = true;
     this.InactivityTimeoutLbl.Location = new System.Drawing.Point(6, 154);
     this.InactivityTimeoutLbl.Name = "InactivityTimeoutLbl";
     this.InactivityTimeoutLbl.Size = new System.Drawing.Size(93, 13);
     this.InactivityTimeoutLbl.TabIndex = 10;
     this.InactivityTimeoutLbl.Text = "Inactivity Timeout:";
     //
     // MaxConnectionsTB
     //
     this.MaxConnectionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MaxConnectionsTB.AttributeID = 5;
     this.MaxConnectionsTB.Location = new System.Drawing.Point(102, 125);
     this.MaxConnectionsTB.Name = "MaxConnectionsTB";
     this.MaxConnectionsTB.Size = new System.Drawing.Size(171, 20);
     this.MaxConnectionsTB.TabIndex = 9;
     this.MaxConnectionsTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MaxConnectionsLbl
     //
     this.MaxConnectionsLbl.AutoSize = true;
     this.MaxConnectionsLbl.Location = new System.Drawing.Point(6, 128);
     this.MaxConnectionsLbl.Name = "MaxConnectionsLbl";
     this.MaxConnectionsLbl.Size = new System.Drawing.Size(92, 13);
     this.MaxConnectionsLbl.TabIndex = 8;
     this.MaxConnectionsLbl.Text = "Max Connections:";
     //
     // MaximumSegmentSizeTB
     //
     this.MaximumSegmentSizeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MaximumSegmentSizeTB.AttributeID = 4;
     this.MaximumSegmentSizeTB.Location = new System.Drawing.Point(102, 99);
     this.MaximumSegmentSizeTB.Name = "MaximumSegmentSizeTB";
     this.MaximumSegmentSizeTB.Size = new System.Drawing.Size(171, 20);
     this.MaximumSegmentSizeTB.TabIndex = 7;
     this.MaximumSegmentSizeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MaximumSegmentSizeLbl
     //
     this.MaximumSegmentSizeLbl.AutoSize = true;
     this.MaximumSegmentSizeLbl.Location = new System.Drawing.Point(6, 102);
     this.MaximumSegmentSizeLbl.Name = "MaximumSegmentSizeLbl";
     this.MaximumSegmentSizeLbl.Size = new System.Drawing.Size(98, 13);
     this.MaximumSegmentSizeLbl.TabIndex = 6;
     this.MaximumSegmentSizeLbl.Text = "Max Segment Size:";
     //
     // IPReferenceTB
     //
     this.IPReferenceTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.IPReferenceTB.AttributeID = 3;
     this.IPReferenceTB.Location = new System.Drawing.Point(102, 73);
     this.IPReferenceTB.Name = "IPReferenceTB";
     this.IPReferenceTB.Size = new System.Drawing.Size(171, 20);
     this.IPReferenceTB.TabIndex = 5;
     this.IPReferenceTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // IPReferenceLbl
     //
     this.IPReferenceLbl.AutoSize = true;
     this.IPReferenceLbl.Location = new System.Drawing.Point(6, 76);
     this.IPReferenceLbl.Name = "IPReferenceLbl";
     this.IPReferenceLbl.Size = new System.Drawing.Size(73, 13);
     this.IPReferenceLbl.TabIndex = 4;
     this.IPReferenceLbl.Text = "IP Reference:";
     //
     // PortTB
     //
     this.PortTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.PortTB.AttributeID = 2;
     this.PortTB.Location = new System.Drawing.Point(102, 47);
     this.PortTB.Name = "PortTB";
     this.PortTB.Size = new System.Drawing.Size(171, 20);
     this.PortTB.TabIndex = 3;
     this.PortTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // PortLbl
     //
     this.PortLbl.AutoSize = true;
     this.PortLbl.Location = new System.Drawing.Point(6, 50);
     this.PortLbl.Name = "PortLbl";
     this.PortLbl.Size = new System.Drawing.Size(29, 13);
     this.PortLbl.TabIndex = 2;
     this.PortLbl.Text = "Port:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSTcpUdpSetupView
     //
     this.ClientSize = new System.Drawing.Size(320, 199);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSTcpUdpSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #36
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSRegisterActivationView));
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.ValueTB        = new GXDLMSDirector.Views.GXValueField();
     this.ValueLbl       = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB  = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ValueTB);
     this.groupBox1.Controls.Add(this.ValueLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(333, 113);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Register Activation Object";
     //
     // ValueTB
     //
     this.ValueTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ValueTB.AttributeID = 2;
     this.ValueTB.Location    = new System.Drawing.Point(107, 71);
     this.ValueTB.Name        = "ValueTB";
     this.ValueTB.Size        = new System.Drawing.Size(208, 20);
     this.ValueTB.TabIndex    = 0;
     this.ValueTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ValueLbl
     //
     this.ValueLbl.AutoSize = true;
     this.ValueLbl.Location = new System.Drawing.Point(11, 74);
     this.ValueLbl.Name     = "ValueLbl";
     this.ValueLbl.Size     = new System.Drawing.Size(37, 13);
     this.ValueLbl.TabIndex = 2;
     this.ValueLbl.Text     = "Value:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(107, 45);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(11, 48);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(11, 22);
     this.DescriptionLbl.Name     = "DescriptionLbl";
     this.DescriptionLbl.Size     = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 13;
     this.DescriptionLbl.Text     = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(107, 19);
     this.DescriptionTB.Name     = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size     = new System.Drawing.Size(208, 20);
     this.DescriptionTB.TabIndex = 12;
     //
     // GXDLMSRegisterActivationView
     //
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(357, 134);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSRegisterActivationView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #37
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSHdlcSetupView));
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.groupBox3             = new System.Windows.Forms.GroupBox();
     this.ReceiveMaxLengthTB    = new GXDLMSDirector.Views.GXValueField();
     this.ReceiveMaxLengthLbl   = new System.Windows.Forms.Label();
     this.ReceiveWindowSizeTB   = new GXDLMSDirector.Views.GXValueField();
     this.ReceiveWindowSizeLbl  = new System.Windows.Forms.Label();
     this.DeviceAddressTB       = new GXDLMSDirector.Views.GXValueField();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.TransmitMaxLengthTB   = new GXDLMSDirector.Views.GXValueField();
     this.TransmitMaxLengthLbl  = new System.Windows.Forms.Label();
     this.TransmitWindowSizeTB  = new GXDLMSDirector.Views.GXValueField();
     this.TransmitWindowSizeLbl = new System.Windows.Forms.Label();
     this.DeviceAddressLbl      = new System.Windows.Forms.Label();
     this.InactivityTimeoutTB   = new GXDLMSDirector.Views.GXValueField();
     this.InactivityTimeoutLbl  = new System.Windows.Forms.Label();
     this.InternalTimeOutLTB    = new GXDLMSDirector.Views.GXValueField();
     this.InternalTimeOutLbl    = new System.Windows.Forms.Label();
     this.SpeedTB        = new GXDLMSDirector.Views.GXValueField();
     this.SpeedLbl       = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Controls.Add(this.DeviceAddressTB);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.DeviceAddressLbl);
     this.groupBox1.Controls.Add(this.InactivityTimeoutTB);
     this.groupBox1.Controls.Add(this.InactivityTimeoutLbl);
     this.groupBox1.Controls.Add(this.InternalTimeOutLTB);
     this.groupBox1.Controls.Add(this.InternalTimeOutLbl);
     this.groupBox1.Controls.Add(this.SpeedTB);
     this.groupBox1.Controls.Add(this.SpeedLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(333, 313);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "HDLC Setup Object";
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.ReceiveMaxLengthTB);
     this.groupBox3.Controls.Add(this.ReceiveMaxLengthLbl);
     this.groupBox3.Controls.Add(this.ReceiveWindowSizeTB);
     this.groupBox3.Controls.Add(this.ReceiveWindowSizeLbl);
     this.groupBox3.Location = new System.Drawing.Point(0, 146);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(333, 74);
     this.groupBox3.TabIndex = 17;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Receive:";
     //
     // ReceiveMaxLengthTB
     //
     this.ReceiveMaxLengthTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.ReceiveMaxLengthTB.AttributeID = 6;
     this.ReceiveMaxLengthTB.Location    = new System.Drawing.Point(102, 45);
     this.ReceiveMaxLengthTB.Name        = "ReceiveMaxLengthTB";
     this.ReceiveMaxLengthTB.Size        = new System.Drawing.Size(208, 20);
     this.ReceiveMaxLengthTB.TabIndex    = 13;
     this.ReceiveMaxLengthTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ReceiveMaxLengthLbl
     //
     this.ReceiveMaxLengthLbl.AutoSize = true;
     this.ReceiveMaxLengthLbl.Location = new System.Drawing.Point(6, 48);
     this.ReceiveMaxLengthLbl.Name     = "ReceiveMaxLengthLbl";
     this.ReceiveMaxLengthLbl.Size     = new System.Drawing.Size(37, 13);
     this.ReceiveMaxLengthLbl.TabIndex = 14;
     this.ReceiveMaxLengthLbl.Text     = "Value:";
     //
     // ReceiveWindowSizeTB
     //
     this.ReceiveWindowSizeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.ReceiveWindowSizeTB.AttributeID = 5;
     this.ReceiveWindowSizeTB.Location    = new System.Drawing.Point(102, 19);
     this.ReceiveWindowSizeTB.Name        = "ReceiveWindowSizeTB";
     this.ReceiveWindowSizeTB.Size        = new System.Drawing.Size(208, 20);
     this.ReceiveWindowSizeTB.TabIndex    = 11;
     this.ReceiveWindowSizeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ReceiveWindowSizeLbl
     //
     this.ReceiveWindowSizeLbl.AutoSize = true;
     this.ReceiveWindowSizeLbl.Location = new System.Drawing.Point(6, 22);
     this.ReceiveWindowSizeLbl.Name     = "ReceiveWindowSizeLbl";
     this.ReceiveWindowSizeLbl.Size     = new System.Drawing.Size(72, 13);
     this.ReceiveWindowSizeLbl.TabIndex = 12;
     this.ReceiveWindowSizeLbl.Text     = "Window Size:";
     //
     // DeviceAddressTB
     //
     this.DeviceAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.DeviceAddressTB.AttributeID = 9;
     this.DeviceAddressTB.Location    = new System.Drawing.Point(102, 278);
     this.DeviceAddressTB.Name        = "DeviceAddressTB";
     this.DeviceAddressTB.Size        = new System.Drawing.Size(208, 20);
     this.DeviceAddressTB.TabIndex    = 15;
     this.DeviceAddressTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.TransmitMaxLengthTB);
     this.groupBox2.Controls.Add(this.TransmitMaxLengthLbl);
     this.groupBox2.Controls.Add(this.TransmitWindowSizeTB);
     this.groupBox2.Controls.Add(this.TransmitWindowSizeLbl);
     this.groupBox2.Location = new System.Drawing.Point(0, 73);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(333, 80);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Transmit";
     //
     // TransmitMaxLengthTB
     //
     this.TransmitMaxLengthTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.TransmitMaxLengthTB.AttributeID = 4;
     this.TransmitMaxLengthTB.Location    = new System.Drawing.Point(102, 48);
     this.TransmitMaxLengthTB.Name        = "TransmitMaxLengthTB";
     this.TransmitMaxLengthTB.Size        = new System.Drawing.Size(208, 20);
     this.TransmitMaxLengthTB.TabIndex    = 11;
     this.TransmitMaxLengthTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // TransmitMaxLengthLbl
     //
     this.TransmitMaxLengthLbl.AutoSize = true;
     this.TransmitMaxLengthLbl.Location = new System.Drawing.Point(6, 51);
     this.TransmitMaxLengthLbl.Name     = "TransmitMaxLengthLbl";
     this.TransmitMaxLengthLbl.Size     = new System.Drawing.Size(90, 13);
     this.TransmitMaxLengthLbl.TabIndex = 12;
     this.TransmitMaxLengthLbl.Text     = "Maximum Length:";
     //
     // TransmitWindowSizeTB
     //
     this.TransmitWindowSizeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.TransmitWindowSizeTB.AttributeID = 3;
     this.TransmitWindowSizeTB.Location    = new System.Drawing.Point(102, 22);
     this.TransmitWindowSizeTB.Name        = "TransmitWindowSizeTB";
     this.TransmitWindowSizeTB.Size        = new System.Drawing.Size(208, 20);
     this.TransmitWindowSizeTB.TabIndex    = 9;
     this.TransmitWindowSizeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // TransmitWindowSizeLbl
     //
     this.TransmitWindowSizeLbl.AutoSize = true;
     this.TransmitWindowSizeLbl.Location = new System.Drawing.Point(6, 25);
     this.TransmitWindowSizeLbl.Name     = "TransmitWindowSizeLbl";
     this.TransmitWindowSizeLbl.Size     = new System.Drawing.Size(72, 13);
     this.TransmitWindowSizeLbl.TabIndex = 10;
     this.TransmitWindowSizeLbl.Text     = "Window Size:";
     //
     // DeviceAddressLbl
     //
     this.DeviceAddressLbl.AutoSize = true;
     this.DeviceAddressLbl.Location = new System.Drawing.Point(6, 281);
     this.DeviceAddressLbl.Name     = "DeviceAddressLbl";
     this.DeviceAddressLbl.Size     = new System.Drawing.Size(85, 13);
     this.DeviceAddressLbl.TabIndex = 16;
     this.DeviceAddressLbl.Text     = "Device Address:";
     //
     // InactivityTimeoutTB
     //
     this.InactivityTimeoutTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.InactivityTimeoutTB.AttributeID = 8;
     this.InactivityTimeoutTB.Location    = new System.Drawing.Point(102, 252);
     this.InactivityTimeoutTB.Name        = "InactivityTimeoutTB";
     this.InactivityTimeoutTB.Size        = new System.Drawing.Size(208, 20);
     this.InactivityTimeoutTB.TabIndex    = 13;
     this.InactivityTimeoutTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // InactivityTimeoutLbl
     //
     this.InactivityTimeoutLbl.AutoSize = true;
     this.InactivityTimeoutLbl.Location = new System.Drawing.Point(6, 255);
     this.InactivityTimeoutLbl.Name     = "InactivityTimeoutLbl";
     this.InactivityTimeoutLbl.Size     = new System.Drawing.Size(93, 13);
     this.InactivityTimeoutLbl.TabIndex = 14;
     this.InactivityTimeoutLbl.Text     = "Inactivity Timeout:";
     //
     // InternalTimeOutLTB
     //
     this.InternalTimeOutLTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.InternalTimeOutLTB.AttributeID = 7;
     this.InternalTimeOutLTB.Location    = new System.Drawing.Point(102, 226);
     this.InternalTimeOutLTB.Name        = "InternalTimeOutLTB";
     this.InternalTimeOutLTB.Size        = new System.Drawing.Size(208, 20);
     this.InternalTimeOutLTB.TabIndex    = 11;
     this.InternalTimeOutLTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // InternalTimeOutLbl
     //
     this.InternalTimeOutLbl.AutoSize = true;
     this.InternalTimeOutLbl.Location = new System.Drawing.Point(6, 229);
     this.InternalTimeOutLbl.Name     = "InternalTimeOutLbl";
     this.InternalTimeOutLbl.Size     = new System.Drawing.Size(83, 13);
     this.InternalTimeOutLbl.TabIndex = 12;
     this.InternalTimeOutLbl.Text     = "Internal Timeout";
     //
     // SpeedTB
     //
     this.SpeedTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SpeedTB.AttributeID = 2;
     this.SpeedTB.Location    = new System.Drawing.Point(102, 47);
     this.SpeedTB.Name        = "SpeedTB";
     this.SpeedTB.Size        = new System.Drawing.Size(208, 20);
     this.SpeedTB.TabIndex    = 0;
     this.SpeedTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SpeedLbl
     //
     this.SpeedLbl.AutoSize = true;
     this.SpeedLbl.Location = new System.Drawing.Point(6, 50);
     this.SpeedLbl.Name     = "SpeedLbl";
     this.SpeedLbl.Size     = new System.Drawing.Size(41, 13);
     this.SpeedLbl.TabIndex = 2;
     this.SpeedLbl.Text     = "Speed:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSHdlcSetupView
     //
     this.ClientSize = new System.Drawing.Size(357, 335);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSHdlcSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #38
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSActionScheduleView));
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.CallingWindowLV   = new System.Windows.Forms.ListView();
     this.TimeHeader        = new System.Windows.Forms.ColumnHeader();
     this.groupBox2         = new System.Windows.Forms.GroupBox();
     this.ScriptTypeLbl     = new System.Windows.Forms.Label();
     this.ScriptTypeTB      = new System.Windows.Forms.TextBox();
     this.ScriptSelectorLbl = new System.Windows.Forms.Label();
     this.ScriptSelectorTB  = new System.Windows.Forms.TextBox();
     this.ScriptNameLbl     = new System.Windows.Forms.Label();
     this.ScriptNameTB      = new System.Windows.Forms.TextBox();
     this.LogicalNameTB     = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl    = new System.Windows.Forms.Label();
     this.errorProvider1    = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.CallingWindowLV);
     this.groupBox1.Controls.Add(this.groupBox2);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(388, 335);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Action Schedule Object";
     //
     // CallingWindowLV
     //
     this.CallingWindowLV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.CallingWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.TimeHeader
     });
     this.CallingWindowLV.FullRowSelect = true;
     this.CallingWindowLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CallingWindowLV.HideSelection = false;
     this.CallingWindowLV.Location      = new System.Drawing.Point(6, 174);
     this.CallingWindowLV.Name          = "CallingWindowLV";
     this.CallingWindowLV.Size          = new System.Drawing.Size(359, 143);
     this.CallingWindowLV.TabIndex      = 9;
     this.CallingWindowLV.UseCompatibleStateImageBehavior = false;
     this.CallingWindowLV.View = System.Windows.Forms.View.Details;
     //
     // TimeHeader
     //
     this.TimeHeader.Text  = "Time:";
     this.TimeHeader.Width = 339;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.ScriptTypeLbl);
     this.groupBox2.Controls.Add(this.ScriptTypeTB);
     this.groupBox2.Controls.Add(this.ScriptSelectorLbl);
     this.groupBox2.Controls.Add(this.ScriptSelectorTB);
     this.groupBox2.Controls.Add(this.ScriptNameLbl);
     this.groupBox2.Controls.Add(this.ScriptNameTB);
     this.groupBox2.Location = new System.Drawing.Point(1, 58);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(387, 110);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Executed Script";
     //
     // ScriptTypeLbl
     //
     this.ScriptTypeLbl.AutoSize = true;
     this.ScriptTypeLbl.Location = new System.Drawing.Point(6, 80);
     this.ScriptTypeLbl.Name     = "ScriptTypeLbl";
     this.ScriptTypeLbl.Size     = new System.Drawing.Size(64, 13);
     this.ScriptTypeLbl.TabIndex = 5;
     this.ScriptTypeLbl.Text     = "Script Type:";
     //
     // ScriptTypeTB
     //
     this.ScriptTypeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.ScriptTypeTB.Location = new System.Drawing.Point(101, 80);
     this.ScriptTypeTB.Name     = "ScriptTypeTB";
     this.ScriptTypeTB.Size     = new System.Drawing.Size(261, 20);
     this.ScriptTypeTB.TabIndex = 4;
     //
     // ScriptSelectorLbl
     //
     this.ScriptSelectorLbl.AutoSize = true;
     this.ScriptSelectorLbl.Location = new System.Drawing.Point(6, 54);
     this.ScriptSelectorLbl.Name     = "ScriptSelectorLbl";
     this.ScriptSelectorLbl.Size     = new System.Drawing.Size(79, 13);
     this.ScriptSelectorLbl.TabIndex = 3;
     this.ScriptSelectorLbl.Text     = "Script Selector:";
     //
     // ScriptSelectorTB
     //
     this.ScriptSelectorTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.ScriptSelectorTB.Location = new System.Drawing.Point(101, 54);
     this.ScriptSelectorTB.Name     = "ScriptSelectorTB";
     this.ScriptSelectorTB.Size     = new System.Drawing.Size(261, 20);
     this.ScriptSelectorTB.TabIndex = 2;
     //
     // ScriptNameLbl
     //
     this.ScriptNameLbl.AutoSize = true;
     this.ScriptNameLbl.Location = new System.Drawing.Point(6, 28);
     this.ScriptNameLbl.Name     = "ScriptNameLbl";
     this.ScriptNameLbl.Size     = new System.Drawing.Size(68, 13);
     this.ScriptNameLbl.TabIndex = 1;
     this.ScriptNameLbl.Text     = "Script Name:";
     //
     // ScriptNameTB
     //
     this.ScriptNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.ScriptNameTB.Location = new System.Drawing.Point(101, 28);
     this.ScriptNameTB.Name     = "ScriptNameTB";
     this.ScriptNameTB.Size     = new System.Drawing.Size(261, 20);
     this.ScriptNameTB.TabIndex = 0;
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(263, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSActionScheduleView
     //
     this.ClientSize = new System.Drawing.Size(412, 359);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSActionScheduleView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #39
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSRegisterMonitorView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB = new System.Windows.Forms.TextBox();
     this.MonitoredValueGB = new System.Windows.Forms.GroupBox();
     this.AttributeIndexLbl = new System.Windows.Forms.Label();
     this.AttributeIndexTB = new System.Windows.Forms.TextBox();
     this.MLogicalNameLbl = new System.Windows.Forms.Label();
     this.MLogicalNameTB = new System.Windows.Forms.TextBox();
     this.ClassIDLbl = new System.Windows.Forms.Label();
     this.ClassIDTB = new System.Windows.Forms.TextBox();
     this.ThresholdsLbl = new System.Windows.Forms.Label();
     this.ThresholdsTB = new System.Windows.Forms.TextBox();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.ActionsLV = new System.Windows.Forms.ListView();
     this.ActionUpLogicalNameHeader = new System.Windows.Forms.ColumnHeader();
     this.ActionUpScriptSelectoHeader = new System.Windows.Forms.ColumnHeader();
     this.ActionDownLogicalNameHeader = new System.Windows.Forms.ColumnHeader();
     this.ActionDownScriptSelectoHeader = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.MonitoredValueGB.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ActionsLV);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.MonitoredValueGB);
     this.groupBox1.Controls.Add(this.ThresholdsLbl);
     this.groupBox1.Controls.Add(this.ThresholdsTB);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(439, 367);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Register Monitor Object";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(8, 22);
     this.DescriptionLbl.Name = "DescriptionLbl";
     this.DescriptionLbl.Size = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 11;
     this.DescriptionLbl.Text = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(104, 19);
     this.DescriptionTB.Name = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size = new System.Drawing.Size(329, 20);
     this.DescriptionTB.TabIndex = 10;
     //
     // MonitoredValueGB
     //
     this.MonitoredValueGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MonitoredValueGB.Controls.Add(this.AttributeIndexLbl);
     this.MonitoredValueGB.Controls.Add(this.AttributeIndexTB);
     this.MonitoredValueGB.Controls.Add(this.MLogicalNameLbl);
     this.MonitoredValueGB.Controls.Add(this.MLogicalNameTB);
     this.MonitoredValueGB.Controls.Add(this.ClassIDLbl);
     this.MonitoredValueGB.Controls.Add(this.ClassIDTB);
     this.MonitoredValueGB.Location = new System.Drawing.Point(0, 148);
     this.MonitoredValueGB.Name = "MonitoredValueGB";
     this.MonitoredValueGB.Size = new System.Drawing.Size(433, 100);
     this.MonitoredValueGB.TabIndex = 7;
     this.MonitoredValueGB.TabStop = false;
     this.MonitoredValueGB.Text = "Monitored Value";
     //
     // AttributeIndexLbl
     //
     this.AttributeIndexLbl.AutoSize = true;
     this.AttributeIndexLbl.Location = new System.Drawing.Point(6, 78);
     this.AttributeIndexLbl.Name = "AttributeIndexLbl";
     this.AttributeIndexLbl.Size = new System.Drawing.Size(78, 13);
     this.AttributeIndexLbl.TabIndex = 12;
     this.AttributeIndexLbl.Text = "Attribute Index:";
     //
     // AttributeIndexTB
     //
     this.AttributeIndexTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.AttributeIndexTB.Location = new System.Drawing.Point(102, 75);
     this.AttributeIndexTB.Name = "AttributeIndexTB";
     this.AttributeIndexTB.Size = new System.Drawing.Size(325, 20);
     this.AttributeIndexTB.TabIndex = 11;
     //
     // MLogicalNameLbl
     //
     this.MLogicalNameLbl.AutoSize = true;
     this.MLogicalNameLbl.Location = new System.Drawing.Point(6, 52);
     this.MLogicalNameLbl.Name = "MLogicalNameLbl";
     this.MLogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.MLogicalNameLbl.TabIndex = 10;
     this.MLogicalNameLbl.Text = "Logical Name:";
     //
     // MLogicalNameTB
     //
     this.MLogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MLogicalNameTB.Location = new System.Drawing.Point(102, 49);
     this.MLogicalNameTB.Name = "MLogicalNameTB";
     this.MLogicalNameTB.Size = new System.Drawing.Size(325, 20);
     this.MLogicalNameTB.TabIndex = 9;
     //
     // ClassIDLbl
     //
     this.ClassIDLbl.AutoSize = true;
     this.ClassIDLbl.Location = new System.Drawing.Point(6, 26);
     this.ClassIDLbl.Name = "ClassIDLbl";
     this.ClassIDLbl.Size = new System.Drawing.Size(49, 13);
     this.ClassIDLbl.TabIndex = 8;
     this.ClassIDLbl.Text = "Class ID:";
     //
     // ClassIDTB
     //
     this.ClassIDTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ClassIDTB.Location = new System.Drawing.Point(102, 23);
     this.ClassIDTB.Name = "ClassIDTB";
     this.ClassIDTB.Size = new System.Drawing.Size(325, 20);
     this.ClassIDTB.TabIndex = 7;
     //
     // ThresholdsLbl
     //
     this.ThresholdsLbl.AutoSize = true;
     this.ThresholdsLbl.Location = new System.Drawing.Point(6, 75);
     this.ThresholdsLbl.Name = "ThresholdsLbl";
     this.ThresholdsLbl.Size = new System.Drawing.Size(62, 13);
     this.ThresholdsLbl.TabIndex = 4;
     this.ThresholdsLbl.Text = "Thresholds:";
     //
     // ThresholdsTB
     //
     this.ThresholdsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ThresholdsTB.Location = new System.Drawing.Point(102, 72);
     this.ThresholdsTB.Multiline = true;
     this.ThresholdsTB.Name = "ThresholdsTB";
     this.ThresholdsTB.ReadOnly = true;
     this.ThresholdsTB.Size = new System.Drawing.Size(331, 70);
     this.ThresholdsTB.TabIndex = 3;
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 45);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(331, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 48);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // ActionsLV
     //
     this.ActionsLV.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.ActionsLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.ActionUpLogicalNameHeader,
     this.ActionUpScriptSelectoHeader,
     this.ActionDownLogicalNameHeader,
     this.ActionDownScriptSelectoHeader});
     this.ActionsLV.FullRowSelect = true;
     this.ActionsLV.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ActionsLV.HideSelection = false;
     this.ActionsLV.Location = new System.Drawing.Point(11, 254);
     this.ActionsLV.Name = "ActionsLV";
     this.ActionsLV.Size = new System.Drawing.Size(416, 98);
     this.ActionsLV.TabIndex = 12;
     this.ActionsLV.UseCompatibleStateImageBehavior = false;
     this.ActionsLV.View = System.Windows.Forms.View.Details;
     //
     // ActionUpLogicalNameHeader
     //
     this.ActionUpLogicalNameHeader.Text = "Up LogicalName:";
     this.ActionUpLogicalNameHeader.Width = 96;
     //
     // ActionUpScriptSelectoHeader
     //
     this.ActionUpScriptSelectoHeader.Text = "Up Script Selector:";
     this.ActionUpScriptSelectoHeader.Width = 104;
     //
     // ActionDownLogicalNameHeader
     //
     this.ActionDownLogicalNameHeader.Text = "Down LogicalName:";
     this.ActionDownLogicalNameHeader.Width = 106;
     //
     // ActionDownScriptSelectoHeader
     //
     this.ActionDownScriptSelectoHeader.Text = "Down Script Selector:";
     this.ActionDownScriptSelectoHeader.Width = 106;
     //
     // GXDLMSRegisterMonitorView
     //
     this.ClientSize = new System.Drawing.Size(463, 391);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSRegisterMonitorView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.MonitoredValueGB.ResumeLayout(false);
     this.MonitoredValueGB.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #40
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSIECOpticalPortSetupView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.Password5TB = new GXDLMSDirector.Views.GXValueField();
     this.Password5Lbl = new System.Windows.Forms.Label();
     this.Password2TB = new GXDLMSDirector.Views.GXValueField();
     this.Password2Lbl = new System.Windows.Forms.Label();
     this.Password1TB = new GXDLMSDirector.Views.GXValueField();
     this.Password1Lbl = new System.Windows.Forms.Label();
     this.DeviceAddressTB = new GXDLMSDirector.Views.GXValueField();
     this.DeviceAddressLbl = new System.Windows.Forms.Label();
     this.ResponseTimeTB = new GXDLMSDirector.Views.GXValueField();
     this.ResponseTimeLbl = new System.Windows.Forms.Label();
     this.MaximumBaudrateTB = new GXDLMSDirector.Views.GXValueField();
     this.MaximumBaudrateLbl = new System.Windows.Forms.Label();
     this.DefaultBaudrateTB = new GXDLMSDirector.Views.GXValueField();
     this.DefaultBaudrateLbl = new System.Windows.Forms.Label();
     this.DefaultModeTB = new GXDLMSDirector.Views.GXValueField();
     this.DefaultModeLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.Password5TB);
     this.groupBox1.Controls.Add(this.Password5Lbl);
     this.groupBox1.Controls.Add(this.Password2TB);
     this.groupBox1.Controls.Add(this.Password2Lbl);
     this.groupBox1.Controls.Add(this.Password1TB);
     this.groupBox1.Controls.Add(this.Password1Lbl);
     this.groupBox1.Controls.Add(this.DeviceAddressTB);
     this.groupBox1.Controls.Add(this.DeviceAddressLbl);
     this.groupBox1.Controls.Add(this.ResponseTimeTB);
     this.groupBox1.Controls.Add(this.ResponseTimeLbl);
     this.groupBox1.Controls.Add(this.MaximumBaudrateTB);
     this.groupBox1.Controls.Add(this.MaximumBaudrateLbl);
     this.groupBox1.Controls.Add(this.DefaultBaudrateTB);
     this.groupBox1.Controls.Add(this.DefaultBaudrateLbl);
     this.groupBox1.Controls.Add(this.DefaultModeTB);
     this.groupBox1.Controls.Add(this.DefaultModeLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(333, 266);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "IEC Optical Port Setup";
     //
     // Password5TB
     //
     this.Password5TB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.Password5TB.AttributeID = 9;
     this.Password5TB.Location = new System.Drawing.Point(102, 229);
     this.Password5TB.Name = "Password5TB";
     this.Password5TB.Size = new System.Drawing.Size(208, 20);
     this.Password5TB.TabIndex = 8;
     this.Password5TB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // Password5Lbl
     //
     this.Password5Lbl.AutoSize = true;
     this.Password5Lbl.Location = new System.Drawing.Point(6, 232);
     this.Password5Lbl.Name = "Password5Lbl";
     this.Password5Lbl.Size = new System.Drawing.Size(65, 13);
     this.Password5Lbl.TabIndex = 16;
     this.Password5Lbl.Text = "Password 5:";
     //
     // Password2TB
     //
     this.Password2TB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.Password2TB.AttributeID = 8;
     this.Password2TB.Location = new System.Drawing.Point(102, 203);
     this.Password2TB.Name = "Password2TB";
     this.Password2TB.Size = new System.Drawing.Size(208, 20);
     this.Password2TB.TabIndex = 7;
     this.Password2TB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // Password2Lbl
     //
     this.Password2Lbl.AutoSize = true;
     this.Password2Lbl.Location = new System.Drawing.Point(6, 206);
     this.Password2Lbl.Name = "Password2Lbl";
     this.Password2Lbl.Size = new System.Drawing.Size(65, 13);
     this.Password2Lbl.TabIndex = 14;
     this.Password2Lbl.Text = "Password 2:";
     //
     // Password1TB
     //
     this.Password1TB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.Password1TB.AttributeID = 7;
     this.Password1TB.Location = new System.Drawing.Point(102, 177);
     this.Password1TB.Name = "Password1TB";
     this.Password1TB.Size = new System.Drawing.Size(208, 20);
     this.Password1TB.TabIndex = 6;
     this.Password1TB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // Password1Lbl
     //
     this.Password1Lbl.AutoSize = true;
     this.Password1Lbl.Location = new System.Drawing.Point(6, 180);
     this.Password1Lbl.Name = "Password1Lbl";
     this.Password1Lbl.Size = new System.Drawing.Size(65, 13);
     this.Password1Lbl.TabIndex = 12;
     this.Password1Lbl.Text = "Password 1:";
     //
     // DeviceAddressTB
     //
     this.DeviceAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DeviceAddressTB.AttributeID = 6;
     this.DeviceAddressTB.Location = new System.Drawing.Point(102, 151);
     this.DeviceAddressTB.Name = "DeviceAddressTB";
     this.DeviceAddressTB.Size = new System.Drawing.Size(208, 20);
     this.DeviceAddressTB.TabIndex = 5;
     this.DeviceAddressTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DeviceAddressLbl
     //
     this.DeviceAddressLbl.AutoSize = true;
     this.DeviceAddressLbl.Location = new System.Drawing.Point(6, 154);
     this.DeviceAddressLbl.Name = "DeviceAddressLbl";
     this.DeviceAddressLbl.Size = new System.Drawing.Size(85, 13);
     this.DeviceAddressLbl.TabIndex = 10;
     this.DeviceAddressLbl.Text = "Device Address:";
     //
     // ResponseTimeTB
     //
     this.ResponseTimeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ResponseTimeTB.AttributeID = 5;
     this.ResponseTimeTB.Location = new System.Drawing.Point(102, 125);
     this.ResponseTimeTB.Name = "ResponseTimeTB";
     this.ResponseTimeTB.ReadOnly = true;
     this.ResponseTimeTB.Size = new System.Drawing.Size(208, 20);
     this.ResponseTimeTB.TabIndex = 4;
     this.ResponseTimeTB.Type = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // ResponseTimeLbl
     //
     this.ResponseTimeLbl.AutoSize = true;
     this.ResponseTimeLbl.Location = new System.Drawing.Point(6, 128);
     this.ResponseTimeLbl.Name = "ResponseTimeLbl";
     this.ResponseTimeLbl.Size = new System.Drawing.Size(84, 13);
     this.ResponseTimeLbl.TabIndex = 8;
     this.ResponseTimeLbl.Text = "Response Time:";
     //
     // MaximumBaudrateTB
     //
     this.MaximumBaudrateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MaximumBaudrateTB.AttributeID = 4;
     this.MaximumBaudrateTB.Location = new System.Drawing.Point(102, 99);
     this.MaximumBaudrateTB.Name = "MaximumBaudrateTB";
     this.MaximumBaudrateTB.ReadOnly = true;
     this.MaximumBaudrateTB.Size = new System.Drawing.Size(208, 20);
     this.MaximumBaudrateTB.TabIndex = 3;
     this.MaximumBaudrateTB.Type = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // MaximumBaudrateLbl
     //
     this.MaximumBaudrateLbl.AutoSize = true;
     this.MaximumBaudrateLbl.Location = new System.Drawing.Point(6, 102);
     this.MaximumBaudrateLbl.Name = "MaximumBaudrateLbl";
     this.MaximumBaudrateLbl.Size = new System.Drawing.Size(100, 13);
     this.MaximumBaudrateLbl.TabIndex = 6;
     this.MaximumBaudrateLbl.Text = "Maximum Baudrate:";
     //
     // DefaultBaudrateTB
     //
     this.DefaultBaudrateTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DefaultBaudrateTB.AttributeID = 3;
     this.DefaultBaudrateTB.Location = new System.Drawing.Point(102, 73);
     this.DefaultBaudrateTB.Name = "DefaultBaudrateTB";
     this.DefaultBaudrateTB.ReadOnly = true;
     this.DefaultBaudrateTB.Size = new System.Drawing.Size(208, 20);
     this.DefaultBaudrateTB.TabIndex = 2;
     this.DefaultBaudrateTB.Type = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // DefaultBaudrateLbl
     //
     this.DefaultBaudrateLbl.AutoSize = true;
     this.DefaultBaudrateLbl.Location = new System.Drawing.Point(6, 76);
     this.DefaultBaudrateLbl.Name = "DefaultBaudrateLbl";
     this.DefaultBaudrateLbl.Size = new System.Drawing.Size(90, 13);
     this.DefaultBaudrateLbl.TabIndex = 4;
     this.DefaultBaudrateLbl.Text = "Default Baudrate:";
     //
     // DefaultModeTB
     //
     this.DefaultModeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DefaultModeTB.AttributeID = 2;
     this.DefaultModeTB.Location = new System.Drawing.Point(102, 47);
     this.DefaultModeTB.Name = "DefaultModeTB";
     this.DefaultModeTB.Size = new System.Drawing.Size(208, 20);
     this.DefaultModeTB.TabIndex = 1;
     this.DefaultModeTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DefaultModeLbl
     //
     this.DefaultModeLbl.AutoSize = true;
     this.DefaultModeLbl.Location = new System.Drawing.Point(6, 50);
     this.DefaultModeLbl.Name = "DefaultModeLbl";
     this.DefaultModeLbl.Size = new System.Drawing.Size(74, 13);
     this.DefaultModeLbl.TabIndex = 2;
     this.DefaultModeLbl.Text = "Default Mode:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex = 0;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSIECOpticalPortSetupView
     //
     this.ClientSize = new System.Drawing.Size(357, 290);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSIECOpticalPortSetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #41
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSAssociationShortNameView));
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.CallingWindowLV        = new System.Windows.Forms.ListView();
     this.BaseNameHeader         = new System.Windows.Forms.ColumnHeader();
     this.ClassIdHeader          = new System.Windows.Forms.ColumnHeader();
     this.VersionHeader          = new System.Windows.Forms.ColumnHeader();
     this.LogicalNameHeader      = new System.Windows.Forms.ColumnHeader();
     this.AttributeAccesssHeader = new System.Windows.Forms.ColumnHeader();
     this.MethodAccessHeader     = new System.Windows.Forms.ColumnHeader();
     this.LogicalNameTB          = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl         = new System.Windows.Forms.Label();
     this.errorProvider1         = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.CallingWindowLV);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(546, 324);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Association Short Name Object";
     //
     // CallingWindowLV
     //
     this.CallingWindowLV.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.CallingWindowLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.BaseNameHeader,
         this.ClassIdHeader,
         this.VersionHeader,
         this.LogicalNameHeader,
         this.AttributeAccesssHeader,
         this.MethodAccessHeader
     });
     this.CallingWindowLV.FullRowSelect = true;
     this.CallingWindowLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.CallingWindowLV.HideSelection = false;
     this.CallingWindowLV.Location      = new System.Drawing.Point(9, 47);
     this.CallingWindowLV.Name          = "CallingWindowLV";
     this.CallingWindowLV.Size          = new System.Drawing.Size(514, 271);
     this.CallingWindowLV.TabIndex      = 9;
     this.CallingWindowLV.UseCompatibleStateImageBehavior = false;
     this.CallingWindowLV.View = System.Windows.Forms.View.Details;
     //
     // BaseNameHeader
     //
     this.BaseNameHeader.Text  = "Base Name:";
     this.BaseNameHeader.Width = 77;
     //
     // ClassIdHeader
     //
     this.ClassIdHeader.Text  = "Class ID:";
     this.ClassIdHeader.Width = 105;
     //
     // VersionHeader
     //
     this.VersionHeader.Text = "Version:";
     //
     // LogicalNameHeader
     //
     this.LogicalNameHeader.Text  = "Logical Name:";
     this.LogicalNameHeader.Width = 84;
     //
     // AttributeAccesssHeader
     //
     this.AttributeAccesssHeader.Text  = "Attribute Accesss";
     this.AttributeAccesssHeader.Width = 83;
     //
     // MethodAccessHeader
     //
     this.MethodAccessHeader.Text = "Method Access";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(421, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSAssociationShortNameView
     //
     this.ClientSize = new System.Drawing.Size(570, 348);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSAssociationShortNameView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #42
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSRegisterMonitorView));
     this.groupBox1                     = new System.Windows.Forms.GroupBox();
     this.DescriptionLbl                = new System.Windows.Forms.Label();
     this.DescriptionTB                 = new System.Windows.Forms.TextBox();
     this.MonitoredValueGB              = new System.Windows.Forms.GroupBox();
     this.AttributeIndexLbl             = new System.Windows.Forms.Label();
     this.AttributeIndexTB              = new System.Windows.Forms.TextBox();
     this.MLogicalNameLbl               = new System.Windows.Forms.Label();
     this.MLogicalNameTB                = new System.Windows.Forms.TextBox();
     this.ClassIDLbl                    = new System.Windows.Forms.Label();
     this.ClassIDTB                     = new System.Windows.Forms.TextBox();
     this.ThresholdsLbl                 = new System.Windows.Forms.Label();
     this.ThresholdsTB                  = new System.Windows.Forms.TextBox();
     this.LogicalNameTB                 = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl                = new System.Windows.Forms.Label();
     this.errorProvider1                = new System.Windows.Forms.ErrorProvider(this.components);
     this.ActionsLV                     = new System.Windows.Forms.ListView();
     this.ActionUpLogicalNameHeader     = new System.Windows.Forms.ColumnHeader();
     this.ActionUpScriptSelectoHeader   = new System.Windows.Forms.ColumnHeader();
     this.ActionDownLogicalNameHeader   = new System.Windows.Forms.ColumnHeader();
     this.ActionDownScriptSelectoHeader = new System.Windows.Forms.ColumnHeader();
     this.groupBox1.SuspendLayout();
     this.MonitoredValueGB.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ActionsLV);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.MonitoredValueGB);
     this.groupBox1.Controls.Add(this.ThresholdsLbl);
     this.groupBox1.Controls.Add(this.ThresholdsTB);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(439, 367);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Register Monitor Object";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(8, 22);
     this.DescriptionLbl.Name     = "DescriptionLbl";
     this.DescriptionLbl.Size     = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 11;
     this.DescriptionLbl.Text     = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(104, 19);
     this.DescriptionTB.Name     = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size     = new System.Drawing.Size(329, 20);
     this.DescriptionTB.TabIndex = 10;
     //
     // MonitoredValueGB
     //
     this.MonitoredValueGB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.MonitoredValueGB.Controls.Add(this.AttributeIndexLbl);
     this.MonitoredValueGB.Controls.Add(this.AttributeIndexTB);
     this.MonitoredValueGB.Controls.Add(this.MLogicalNameLbl);
     this.MonitoredValueGB.Controls.Add(this.MLogicalNameTB);
     this.MonitoredValueGB.Controls.Add(this.ClassIDLbl);
     this.MonitoredValueGB.Controls.Add(this.ClassIDTB);
     this.MonitoredValueGB.Location = new System.Drawing.Point(0, 148);
     this.MonitoredValueGB.Name     = "MonitoredValueGB";
     this.MonitoredValueGB.Size     = new System.Drawing.Size(433, 100);
     this.MonitoredValueGB.TabIndex = 7;
     this.MonitoredValueGB.TabStop  = false;
     this.MonitoredValueGB.Text     = "Monitored Value";
     //
     // AttributeIndexLbl
     //
     this.AttributeIndexLbl.AutoSize = true;
     this.AttributeIndexLbl.Location = new System.Drawing.Point(6, 78);
     this.AttributeIndexLbl.Name     = "AttributeIndexLbl";
     this.AttributeIndexLbl.Size     = new System.Drawing.Size(78, 13);
     this.AttributeIndexLbl.TabIndex = 12;
     this.AttributeIndexLbl.Text     = "Attribute Index:";
     //
     // AttributeIndexTB
     //
     this.AttributeIndexTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.AttributeIndexTB.Location = new System.Drawing.Point(102, 75);
     this.AttributeIndexTB.Name     = "AttributeIndexTB";
     this.AttributeIndexTB.Size     = new System.Drawing.Size(325, 20);
     this.AttributeIndexTB.TabIndex = 11;
     //
     // MLogicalNameLbl
     //
     this.MLogicalNameLbl.AutoSize = true;
     this.MLogicalNameLbl.Location = new System.Drawing.Point(6, 52);
     this.MLogicalNameLbl.Name     = "MLogicalNameLbl";
     this.MLogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.MLogicalNameLbl.TabIndex = 10;
     this.MLogicalNameLbl.Text     = "Logical Name:";
     //
     // MLogicalNameTB
     //
     this.MLogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.MLogicalNameTB.Location = new System.Drawing.Point(102, 49);
     this.MLogicalNameTB.Name     = "MLogicalNameTB";
     this.MLogicalNameTB.Size     = new System.Drawing.Size(325, 20);
     this.MLogicalNameTB.TabIndex = 9;
     //
     // ClassIDLbl
     //
     this.ClassIDLbl.AutoSize = true;
     this.ClassIDLbl.Location = new System.Drawing.Point(6, 26);
     this.ClassIDLbl.Name     = "ClassIDLbl";
     this.ClassIDLbl.Size     = new System.Drawing.Size(49, 13);
     this.ClassIDLbl.TabIndex = 8;
     this.ClassIDLbl.Text     = "Class ID:";
     //
     // ClassIDTB
     //
     this.ClassIDTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.ClassIDTB.Location = new System.Drawing.Point(102, 23);
     this.ClassIDTB.Name     = "ClassIDTB";
     this.ClassIDTB.Size     = new System.Drawing.Size(325, 20);
     this.ClassIDTB.TabIndex = 7;
     //
     // ThresholdsLbl
     //
     this.ThresholdsLbl.AutoSize = true;
     this.ThresholdsLbl.Location = new System.Drawing.Point(6, 75);
     this.ThresholdsLbl.Name     = "ThresholdsLbl";
     this.ThresholdsLbl.Size     = new System.Drawing.Size(62, 13);
     this.ThresholdsLbl.TabIndex = 4;
     this.ThresholdsLbl.Text     = "Thresholds:";
     //
     // ThresholdsTB
     //
     this.ThresholdsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.ThresholdsTB.Location  = new System.Drawing.Point(102, 72);
     this.ThresholdsTB.Multiline = true;
     this.ThresholdsTB.Name      = "ThresholdsTB";
     this.ThresholdsTB.ReadOnly  = true;
     this.ThresholdsTB.Size      = new System.Drawing.Size(331, 70);
     this.ThresholdsTB.TabIndex  = 3;
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 45);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(331, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 48);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // ActionsLV
     //
     this.ActionsLV.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.ActionsLV.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ActionUpLogicalNameHeader,
         this.ActionUpScriptSelectoHeader,
         this.ActionDownLogicalNameHeader,
         this.ActionDownScriptSelectoHeader
     });
     this.ActionsLV.FullRowSelect = true;
     this.ActionsLV.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ActionsLV.HideSelection = false;
     this.ActionsLV.Location      = new System.Drawing.Point(11, 254);
     this.ActionsLV.Name          = "ActionsLV";
     this.ActionsLV.Size          = new System.Drawing.Size(416, 98);
     this.ActionsLV.TabIndex      = 12;
     this.ActionsLV.UseCompatibleStateImageBehavior = false;
     this.ActionsLV.View = System.Windows.Forms.View.Details;
     //
     // ActionUpLogicalNameHeader
     //
     this.ActionUpLogicalNameHeader.Text  = "Up LogicalName:";
     this.ActionUpLogicalNameHeader.Width = 96;
     //
     // ActionUpScriptSelectoHeader
     //
     this.ActionUpScriptSelectoHeader.Text  = "Up Script Selector:";
     this.ActionUpScriptSelectoHeader.Width = 104;
     //
     // ActionDownLogicalNameHeader
     //
     this.ActionDownLogicalNameHeader.Text  = "Down LogicalName:";
     this.ActionDownLogicalNameHeader.Width = 106;
     //
     // ActionDownScriptSelectoHeader
     //
     this.ActionDownScriptSelectoHeader.Text  = "Down Script Selector:";
     this.ActionDownScriptSelectoHeader.Width = 106;
     //
     // GXDLMSRegisterMonitorView
     //
     this.ClientSize = new System.Drawing.Size(463, 391);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSRegisterMonitorView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.MonitoredValueGB.ResumeLayout(false);
     this.MonitoredValueGB.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #43
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSSecuritySetupView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ServerSystemTitleLbl = new System.Windows.Forms.Label();
     this.ClientSystemTitleLbl = new System.Windows.Forms.Label();
     this.SuiteLbl = new System.Windows.Forms.Label();
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB = new System.Windows.Forms.TextBox();
     this.SecurityPolicyLbl = new System.Windows.Forms.Label();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.ServerSystemTitleTB = new GXDLMSDirector.Views.GXValueField();
     this.ClientSystemTitleTB = new GXDLMSDirector.Views.GXValueField();
     this.SuiteTB = new GXDLMSDirector.Views.GXValueField();
     this.SecurityPolicyTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ServerSystemTitleTB);
     this.groupBox1.Controls.Add(this.ServerSystemTitleLbl);
     this.groupBox1.Controls.Add(this.ClientSystemTitleTB);
     this.groupBox1.Controls.Add(this.ClientSystemTitleLbl);
     this.groupBox1.Controls.Add(this.SuiteTB);
     this.groupBox1.Controls.Add(this.SuiteLbl);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.SecurityPolicyTB);
     this.groupBox1.Controls.Add(this.SecurityPolicyLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 181);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Security Setup Object";
     //
     // ServerSystemTitleLbl
     //
     this.ServerSystemTitleLbl.AutoSize = true;
     this.ServerSystemTitleLbl.Location = new System.Drawing.Point(7, 152);
     this.ServerSystemTitleLbl.Name = "ServerSystemTitleLbl";
     this.ServerSystemTitleLbl.Size = new System.Drawing.Size(101, 13);
     this.ServerSystemTitleLbl.TabIndex = 11;
     this.ServerSystemTitleLbl.Text = "Server System Title:";
     //
     // ClientSystemTitleLbl
     //
     this.ClientSystemTitleLbl.AutoSize = true;
     this.ClientSystemTitleLbl.Location = new System.Drawing.Point(7, 126);
     this.ClientSystemTitleLbl.Name = "ClientSystemTitleLbl";
     this.ClientSystemTitleLbl.Size = new System.Drawing.Size(96, 13);
     this.ClientSystemTitleLbl.TabIndex = 9;
     this.ClientSystemTitleLbl.Text = "Client System Title:";
     //
     // SuiteLbl
     //
     this.SuiteLbl.AutoSize = true;
     this.SuiteLbl.Location = new System.Drawing.Point(7, 100);
     this.SuiteLbl.Name = "SuiteLbl";
     this.SuiteLbl.Size = new System.Drawing.Size(34, 13);
     this.SuiteLbl.TabIndex = 7;
     this.SuiteLbl.Text = "Suite:";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name = "DescriptionLbl";
     this.DescriptionLbl.Size = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size = new System.Drawing.Size(172, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // SecurityPolicyLbl
     //
     this.SecurityPolicyLbl.AutoSize = true;
     this.SecurityPolicyLbl.Location = new System.Drawing.Point(7, 74);
     this.SecurityPolicyLbl.Name = "SecurityPolicyLbl";
     this.SecurityPolicyLbl.Size = new System.Drawing.Size(38, 13);
     this.SecurityPolicyLbl.TabIndex = 2;
     this.SecurityPolicyLbl.Text = "Policy:";
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // ServerSystemTitleTB
     //
     this.ServerSystemTitleTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ServerSystemTitleTB.AttributeID = 5;
     this.ServerSystemTitleTB.Location = new System.Drawing.Point(104, 149);
     this.ServerSystemTitleTB.Name = "ServerSystemTitleTB";
     this.ServerSystemTitleTB.Size = new System.Drawing.Size(171, 20);
     this.ServerSystemTitleTB.TabIndex = 3;
     this.ServerSystemTitleTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ClientSystemTitleTB
     //
     this.ClientSystemTitleTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ClientSystemTitleTB.AttributeID = 4;
     this.ClientSystemTitleTB.Location = new System.Drawing.Point(104, 123);
     this.ClientSystemTitleTB.Name = "ClientSystemTitleTB";
     this.ClientSystemTitleTB.Size = new System.Drawing.Size(171, 20);
     this.ClientSystemTitleTB.TabIndex = 2;
     this.ClientSystemTitleTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SuiteTB
     //
     this.SuiteTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SuiteTB.AttributeID = 3;
     this.SuiteTB.Location = new System.Drawing.Point(104, 97);
     this.SuiteTB.Name = "SuiteTB";
     this.SuiteTB.Size = new System.Drawing.Size(171, 20);
     this.SuiteTB.TabIndex = 1;
     this.SuiteTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SecurityPolicyTB
     //
     this.SecurityPolicyTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SecurityPolicyTB.AttributeID = 2;
     this.SecurityPolicyTB.Location = new System.Drawing.Point(104, 71);
     this.SecurityPolicyTB.Name = "SecurityPolicyTB";
     this.SecurityPolicyTB.Size = new System.Drawing.Size(171, 20);
     this.SecurityPolicyTB.TabIndex = 0;
     this.SecurityPolicyTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     this.SecurityPolicyTB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ValueTB_KeyPress);
     this.SecurityPolicyTB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ValueTB_KeyUp);
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex = 5;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // GXDLMSSecuritySetupView
     //
     this.ClientSize = new System.Drawing.Size(320, 204);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSSecuritySetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #44
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSIp4SetupView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.UseDHCCB = new System.Windows.Forms.CheckBox();
     this.SecondaryDNSAddressTB = new GXDLMSDirector.Views.GXValueField();
     this.SecondaryDNSAddressLbl = new System.Windows.Forms.Label();
     this.PrimaryDNSAddressTB = new GXDLMSDirector.Views.GXValueField();
     this.PrimaryDNSAddressLbl = new System.Windows.Forms.Label();
     this.UseDHCPLbl = new System.Windows.Forms.Label();
     this.GatewayIPAddressTB = new GXDLMSDirector.Views.GXValueField();
     this.GatewayIPAddressLbl = new System.Windows.Forms.Label();
     this.SubnetMaskTB = new GXDLMSDirector.Views.GXValueField();
     this.SubnetMaskLbl = new System.Windows.Forms.Label();
     this.IPOptionsTB = new GXDLMSDirector.Views.GXValueField();
     this.IPOptionsLbl = new System.Windows.Forms.Label();
     this.MulticastIPAddressTB = new GXDLMSDirector.Views.GXValueField();
     this.MulticastIPAddressLbl = new System.Windows.Forms.Label();
     this.IPAddressTB = new GXDLMSDirector.Views.GXValueField();
     this.IPAddressLbl = new System.Windows.Forms.Label();
     this.DataLinkLayerTB = new GXDLMSDirector.Views.GXValueField();
     this.DataLinkLayerLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.UseDHCCB);
     this.groupBox1.Controls.Add(this.SecondaryDNSAddressTB);
     this.groupBox1.Controls.Add(this.SecondaryDNSAddressLbl);
     this.groupBox1.Controls.Add(this.PrimaryDNSAddressTB);
     this.groupBox1.Controls.Add(this.PrimaryDNSAddressLbl);
     this.groupBox1.Controls.Add(this.UseDHCPLbl);
     this.groupBox1.Controls.Add(this.GatewayIPAddressTB);
     this.groupBox1.Controls.Add(this.GatewayIPAddressLbl);
     this.groupBox1.Controls.Add(this.SubnetMaskTB);
     this.groupBox1.Controls.Add(this.SubnetMaskLbl);
     this.groupBox1.Controls.Add(this.IPOptionsTB);
     this.groupBox1.Controls.Add(this.IPOptionsLbl);
     this.groupBox1.Controls.Add(this.MulticastIPAddressTB);
     this.groupBox1.Controls.Add(this.MulticastIPAddressLbl);
     this.groupBox1.Controls.Add(this.IPAddressTB);
     this.groupBox1.Controls.Add(this.IPAddressLbl);
     this.groupBox1.Controls.Add(this.DataLinkLayerTB);
     this.groupBox1.Controls.Add(this.DataLinkLayerLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(348, 292);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "TCP/UDP Setup Object";
     this.groupBox1.UseCompatibleTextRendering = true;
     //
     // UseDHCCB
     //
     this.UseDHCCB.Checked = true;
     this.UseDHCCB.CheckState = System.Windows.Forms.CheckState.Indeterminate;
     this.UseDHCCB.Location = new System.Drawing.Point(129, 204);
     this.UseDHCCB.Name = "UseDHCCB";
     this.UseDHCCB.Size = new System.Drawing.Size(27, 17);
     this.UseDHCCB.TabIndex = 7;
     this.UseDHCCB.UseVisualStyleBackColor = false;
     //
     // SecondaryDNSAddressTB
     //
     this.SecondaryDNSAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SecondaryDNSAddressTB.AttributeID = 10;
     this.SecondaryDNSAddressTB.Location = new System.Drawing.Point(136, 255);
     this.SecondaryDNSAddressTB.Name = "SecondaryDNSAddressTB";
     this.SecondaryDNSAddressTB.Size = new System.Drawing.Size(206, 20);
     this.SecondaryDNSAddressTB.TabIndex = 9;
     this.SecondaryDNSAddressTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SecondaryDNSAddressLbl
     //
     this.SecondaryDNSAddressLbl.AutoSize = true;
     this.SecondaryDNSAddressLbl.Location = new System.Drawing.Point(6, 258);
     this.SecondaryDNSAddressLbl.Name = "SecondaryDNSAddressLbl";
     this.SecondaryDNSAddressLbl.Size = new System.Drawing.Size(128, 13);
     this.SecondaryDNSAddressLbl.TabIndex = 18;
     this.SecondaryDNSAddressLbl.Text = "Secondary DNS Address:";
     //
     // PrimaryDNSAddressTB
     //
     this.PrimaryDNSAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.PrimaryDNSAddressTB.AttributeID = 9;
     this.PrimaryDNSAddressTB.Location = new System.Drawing.Point(136, 229);
     this.PrimaryDNSAddressTB.Name = "PrimaryDNSAddressTB";
     this.PrimaryDNSAddressTB.Size = new System.Drawing.Size(206, 20);
     this.PrimaryDNSAddressTB.TabIndex = 8;
     this.PrimaryDNSAddressTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // PrimaryDNSAddressLbl
     //
     this.PrimaryDNSAddressLbl.AutoSize = true;
     this.PrimaryDNSAddressLbl.Location = new System.Drawing.Point(6, 232);
     this.PrimaryDNSAddressLbl.Name = "PrimaryDNSAddressLbl";
     this.PrimaryDNSAddressLbl.Size = new System.Drawing.Size(111, 13);
     this.PrimaryDNSAddressLbl.TabIndex = 16;
     this.PrimaryDNSAddressLbl.Text = "Primary DNS Address:";
     //
     // UseDHCPLbl
     //
     this.UseDHCPLbl.AutoSize = true;
     this.UseDHCPLbl.Location = new System.Drawing.Point(6, 206);
     this.UseDHCPLbl.Name = "UseDHCPLbl";
     this.UseDHCPLbl.Size = new System.Drawing.Size(62, 13);
     this.UseDHCPLbl.TabIndex = 14;
     this.UseDHCPLbl.Text = "Use DHCP:";
     //
     // GatewayIPAddressTB
     //
     this.GatewayIPAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.GatewayIPAddressTB.AttributeID = 7;
     this.GatewayIPAddressTB.Location = new System.Drawing.Point(136, 177);
     this.GatewayIPAddressTB.Name = "GatewayIPAddressTB";
     this.GatewayIPAddressTB.Size = new System.Drawing.Size(206, 20);
     this.GatewayIPAddressTB.TabIndex = 6;
     this.GatewayIPAddressTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // GatewayIPAddressLbl
     //
     this.GatewayIPAddressLbl.AutoSize = true;
     this.GatewayIPAddressLbl.Location = new System.Drawing.Point(6, 180);
     this.GatewayIPAddressLbl.Name = "GatewayIPAddressLbl";
     this.GatewayIPAddressLbl.Size = new System.Drawing.Size(106, 13);
     this.GatewayIPAddressLbl.TabIndex = 12;
     this.GatewayIPAddressLbl.Text = "Gateway IP Address:";
     //
     // SubnetMaskTB
     //
     this.SubnetMaskTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SubnetMaskTB.AttributeID = 6;
     this.SubnetMaskTB.Location = new System.Drawing.Point(136, 151);
     this.SubnetMaskTB.Name = "SubnetMaskTB";
     this.SubnetMaskTB.Size = new System.Drawing.Size(206, 20);
     this.SubnetMaskTB.TabIndex = 5;
     this.SubnetMaskTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SubnetMaskLbl
     //
     this.SubnetMaskLbl.AutoSize = true;
     this.SubnetMaskLbl.Location = new System.Drawing.Point(6, 154);
     this.SubnetMaskLbl.Name = "SubnetMaskLbl";
     this.SubnetMaskLbl.Size = new System.Drawing.Size(73, 13);
     this.SubnetMaskLbl.TabIndex = 10;
     this.SubnetMaskLbl.Text = "Subnet Mask:";
     //
     // IPOptionsTB
     //
     this.IPOptionsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.IPOptionsTB.AttributeID = 5;
     this.IPOptionsTB.Location = new System.Drawing.Point(136, 125);
     this.IPOptionsTB.Name = "IPOptionsTB";
     this.IPOptionsTB.Size = new System.Drawing.Size(206, 20);
     this.IPOptionsTB.TabIndex = 4;
     this.IPOptionsTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // IPOptionsLbl
     //
     this.IPOptionsLbl.AutoSize = true;
     this.IPOptionsLbl.Location = new System.Drawing.Point(6, 128);
     this.IPOptionsLbl.Name = "IPOptionsLbl";
     this.IPOptionsLbl.Size = new System.Drawing.Size(59, 13);
     this.IPOptionsLbl.TabIndex = 8;
     this.IPOptionsLbl.Text = "IP Options:";
     //
     // MulticastIPAddressTB
     //
     this.MulticastIPAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.MulticastIPAddressTB.AttributeID = 4;
     this.MulticastIPAddressTB.Location = new System.Drawing.Point(136, 99);
     this.MulticastIPAddressTB.Name = "MulticastIPAddressTB";
     this.MulticastIPAddressTB.Size = new System.Drawing.Size(206, 20);
     this.MulticastIPAddressTB.TabIndex = 3;
     this.MulticastIPAddressTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MulticastIPAddressLbl
     //
     this.MulticastIPAddressLbl.AutoSize = true;
     this.MulticastIPAddressLbl.Location = new System.Drawing.Point(6, 102);
     this.MulticastIPAddressLbl.Name = "MulticastIPAddressLbl";
     this.MulticastIPAddressLbl.Size = new System.Drawing.Size(106, 13);
     this.MulticastIPAddressLbl.TabIndex = 6;
     this.MulticastIPAddressLbl.Text = "Multicast IP Address:";
     //
     // IPAddressTB
     //
     this.IPAddressTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.IPAddressTB.AttributeID = 3;
     this.IPAddressTB.Location = new System.Drawing.Point(136, 73);
     this.IPAddressTB.Name = "IPAddressTB";
     this.IPAddressTB.Size = new System.Drawing.Size(206, 20);
     this.IPAddressTB.TabIndex = 2;
     this.IPAddressTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // IPAddressLbl
     //
     this.IPAddressLbl.AutoSize = true;
     this.IPAddressLbl.Location = new System.Drawing.Point(6, 76);
     this.IPAddressLbl.Name = "IPAddressLbl";
     this.IPAddressLbl.Size = new System.Drawing.Size(61, 13);
     this.IPAddressLbl.TabIndex = 4;
     this.IPAddressLbl.Text = "IP Address:";
     //
     // DataLinkLayerTB
     //
     this.DataLinkLayerTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.DataLinkLayerTB.AttributeID = 2;
     this.DataLinkLayerTB.Location = new System.Drawing.Point(136, 47);
     this.DataLinkLayerTB.Name = "DataLinkLayerTB";
     this.DataLinkLayerTB.Size = new System.Drawing.Size(206, 20);
     this.DataLinkLayerTB.TabIndex = 1;
     this.DataLinkLayerTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // DataLinkLayerLbl
     //
     this.DataLinkLayerLbl.AutoSize = true;
     this.DataLinkLayerLbl.Location = new System.Drawing.Point(6, 50);
     this.DataLinkLayerLbl.Name = "DataLinkLayerLbl";
     this.DataLinkLayerLbl.Size = new System.Drawing.Size(77, 13);
     this.DataLinkLayerLbl.TabIndex = 2;
     this.DataLinkLayerLbl.Text = "Data link layer:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(136, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(206, 20);
     this.LogicalNameTB.TabIndex = 0;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSIp4SetupView
     //
     this.ClientSize = new System.Drawing.Size(372, 335);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSIp4SetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #45
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSDisconnectControlView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.OutputStateCB = new System.Windows.Forms.CheckBox();
     this.OutputStateLbl = new System.Windows.Forms.Label();
     this.DescriptionLbl = new System.Windows.Forms.Label();
     this.DescriptionTB = new System.Windows.Forms.TextBox();
     this.ControlStateCB = new GXDLMSDirector.Views.GXValueField();
     this.ControlStateLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.ControlModeCB = new GXDLMSDirector.Views.GXValueField();
     this.ControlModeLbl = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ControlModeCB);
     this.groupBox1.Controls.Add(this.ControlModeLbl);
     this.groupBox1.Controls.Add(this.OutputStateCB);
     this.groupBox1.Controls.Add(this.OutputStateLbl);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.ControlStateCB);
     this.groupBox1.Controls.Add(this.ControlStateLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 172);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Disconnect Control Object";
     //
     // OutputStateCB
     //
     this.OutputStateCB.Checked = true;
     this.OutputStateCB.CheckState = System.Windows.Forms.CheckState.Indeterminate;
     this.OutputStateCB.Location = new System.Drawing.Point(103, 71);
     this.OutputStateCB.Name = "OutputStateCB";
     this.OutputStateCB.Size = new System.Drawing.Size(27, 17);
     this.OutputStateCB.TabIndex = 15;
     this.OutputStateCB.UseVisualStyleBackColor = false;
     //
     // OutputStateLbl
     //
     this.OutputStateLbl.AutoSize = true;
     this.OutputStateLbl.Location = new System.Drawing.Point(8, 72);
     this.OutputStateLbl.Name = "OutputStateLbl";
     this.OutputStateLbl.Size = new System.Drawing.Size(70, 13);
     this.OutputStateLbl.TabIndex = 16;
     this.OutputStateLbl.Text = "Output State:";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name = "DescriptionLbl";
     this.DescriptionLbl.Size = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size = new System.Drawing.Size(172, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // ControlStateCB
     //
     this.ControlStateCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ControlStateCB.AttributeID = 3;
     this.ControlStateCB.Location = new System.Drawing.Point(103, 92);
     this.ControlStateCB.Name = "ControlStateCB";
     this.ControlStateCB.ReadOnly = true;
     this.ControlStateCB.Size = new System.Drawing.Size(171, 74);
     this.ControlStateCB.TabIndex = 0;
     this.ControlStateCB.Type = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     this.ControlStateCB.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ValueTB_KeyPress);
     this.ControlStateCB.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ValueTB_KeyUp);
     //
     // ControlStateLbl
     //
     this.ControlStateLbl.AutoSize = true;
     this.ControlStateLbl.Location = new System.Drawing.Point(6, 95);
     this.ControlStateLbl.Name = "ControlStateLbl";
     this.ControlStateLbl.Size = new System.Drawing.Size(71, 13);
     this.ControlStateLbl.TabIndex = 2;
     this.ControlStateLbl.Text = "Control State:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // ControlModeCB
     //
     this.ControlModeCB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.ControlModeCB.AttributeID = 4;
     this.ControlModeCB.Location = new System.Drawing.Point(104, 118);
     this.ControlModeCB.Name = "ControlModeCB";
     this.ControlModeCB.ReadOnly = true;
     this.ControlModeCB.Size = new System.Drawing.Size(171, 74);
     this.ControlModeCB.TabIndex = 17;
     this.ControlModeCB.Type = GXDLMSDirector.Views.GXValueFieldType.CompoBox;
     //
     // ControlModeLbl
     //
     this.ControlModeLbl.AutoSize = true;
     this.ControlModeLbl.Location = new System.Drawing.Point(7, 121);
     this.ControlModeLbl.Name = "ControlModeLbl";
     this.ControlModeLbl.Size = new System.Drawing.Size(73, 13);
     this.ControlModeLbl.TabIndex = 18;
     this.ControlModeLbl.Text = "Control Mode:";
     //
     // GXDLMSDisconnectControlView
     //
     this.ClientSize = new System.Drawing.Size(320, 196);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSDisconnectControlView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #46
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSExtendedRegisterView));
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.CaptureTimeTB  = new GXDLMSDirector.Views.GXValueField();
     this.CaptureTimeLbl = new System.Windows.Forms.Label();
     this.StatusTB       = new GXDLMSDirector.Views.GXValueField();
     this.StatusLbl      = new System.Windows.Forms.Label();
     this.UnitTB         = new GXDLMSDirector.Views.GXValueField();
     this.UnitLbl        = new System.Windows.Forms.Label();
     this.ScalerTB       = new GXDLMSDirector.Views.GXValueField();
     this.ScalerLbl      = new System.Windows.Forms.Label();
     this.ValueTB        = new GXDLMSDirector.Views.GXValueField();
     this.ValueLbl       = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.CaptureTimeTB);
     this.groupBox1.Controls.Add(this.CaptureTimeLbl);
     this.groupBox1.Controls.Add(this.StatusTB);
     this.groupBox1.Controls.Add(this.StatusLbl);
     this.groupBox1.Controls.Add(this.UnitTB);
     this.groupBox1.Controls.Add(this.UnitLbl);
     this.groupBox1.Controls.Add(this.ScalerTB);
     this.groupBox1.Controls.Add(this.ScalerLbl);
     this.groupBox1.Controls.Add(this.ValueTB);
     this.groupBox1.Controls.Add(this.ValueLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(333, 190);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Extended Register Object";
     //
     // CaptureTimeTB
     //
     this.CaptureTimeTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.CaptureTimeTB.AttributeID = 5;
     this.CaptureTimeTB.Location    = new System.Drawing.Point(102, 151);
     this.CaptureTimeTB.Name        = "CaptureTimeTB";
     this.CaptureTimeTB.Size        = new System.Drawing.Size(208, 20);
     this.CaptureTimeTB.TabIndex    = 2;
     this.CaptureTimeTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // CaptureTimeLbl
     //
     this.CaptureTimeLbl.AutoSize = true;
     this.CaptureTimeLbl.Location = new System.Drawing.Point(6, 154);
     this.CaptureTimeLbl.Name     = "CaptureTimeLbl";
     this.CaptureTimeLbl.Size     = new System.Drawing.Size(73, 13);
     this.CaptureTimeLbl.TabIndex = 10;
     this.CaptureTimeLbl.Text     = "Capture Time:";
     //
     // StatusTB
     //
     this.StatusTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.StatusTB.AttributeID = 4;
     this.StatusTB.Location    = new System.Drawing.Point(102, 125);
     this.StatusTB.Name        = "StatusTB";
     this.StatusTB.Size        = new System.Drawing.Size(208, 20);
     this.StatusTB.TabIndex    = 1;
     this.StatusTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // StatusLbl
     //
     this.StatusLbl.AutoSize = true;
     this.StatusLbl.Location = new System.Drawing.Point(6, 128);
     this.StatusLbl.Name     = "StatusLbl";
     this.StatusLbl.Size     = new System.Drawing.Size(40, 13);
     this.StatusLbl.TabIndex = 8;
     this.StatusLbl.Text     = "Status:";
     //
     // UnitTB
     //
     this.UnitTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.UnitTB.AttributeID = 0;
     this.UnitTB.Location    = new System.Drawing.Point(102, 99);
     this.UnitTB.Name        = "UnitTB";
     this.UnitTB.Size        = new System.Drawing.Size(208, 20);
     this.UnitTB.TabIndex    = 5;
     this.UnitTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // UnitLbl
     //
     this.UnitLbl.AutoSize = true;
     this.UnitLbl.Location = new System.Drawing.Point(6, 102);
     this.UnitLbl.Name     = "UnitLbl";
     this.UnitLbl.Size     = new System.Drawing.Size(29, 13);
     this.UnitLbl.TabIndex = 6;
     this.UnitLbl.Text     = "Unit:";
     //
     // ScalerTB
     //
     this.ScalerTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.ScalerTB.AttributeID = 0;
     this.ScalerTB.Location    = new System.Drawing.Point(102, 73);
     this.ScalerTB.Name        = "ScalerTB";
     this.ScalerTB.Size        = new System.Drawing.Size(208, 20);
     this.ScalerTB.TabIndex    = 4;
     this.ScalerTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ScalerLbl
     //
     this.ScalerLbl.AutoSize = true;
     this.ScalerLbl.Location = new System.Drawing.Point(6, 76);
     this.ScalerLbl.Name     = "ScalerLbl";
     this.ScalerLbl.Size     = new System.Drawing.Size(40, 13);
     this.ScalerLbl.TabIndex = 4;
     this.ScalerLbl.Text     = "Scaler:";
     //
     // ValueTB
     //
     this.ValueTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ValueTB.AttributeID = 2;
     this.ValueTB.Location    = new System.Drawing.Point(102, 47);
     this.ValueTB.Name        = "ValueTB";
     this.ValueTB.Size        = new System.Drawing.Size(208, 20);
     this.ValueTB.TabIndex    = 0;
     this.ValueTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ValueLbl
     //
     this.ValueLbl.AutoSize = true;
     this.ValueLbl.Location = new System.Drawing.Point(6, 50);
     this.ValueLbl.Name     = "ValueLbl";
     this.ValueLbl.Size     = new System.Drawing.Size(37, 13);
     this.ValueLbl.TabIndex = 2;
     this.ValueLbl.Text     = "Value:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(208, 20);
     this.LogicalNameTB.TabIndex    = 3;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSExtendedRegisterView
     //
     this.ClientSize = new System.Drawing.Size(357, 216);
     this.Controls.Add(this.groupBox1);
     this.Name = "GXDLMSExtendedRegisterView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #47
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSScriptTableView));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.ScriptsTB = new GXDLMSDirector.Views.GXValueField();
     this.ScriptsLbl = new System.Windows.Forms.Label();
     this.LogicalNameTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ScriptsTB);
     this.groupBox1.Controls.Add(this.ScriptsLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(296, 94);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Script Table Object";
     //
     // ScriptsTB
     //
     this.ScriptsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ScriptsTB.AttributeID = 2;
     this.ScriptsTB.Location = new System.Drawing.Point(102, 47);
     this.ScriptsTB.Name = "ScriptsTB";
     this.ScriptsTB.Size = new System.Drawing.Size(171, 20);
     this.ScriptsTB.TabIndex = 0;
     this.ScriptsTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ScriptsLbl
     //
     this.ScriptsLbl.AutoSize = true;
     this.ScriptsLbl.Location = new System.Drawing.Point(6, 50);
     this.ScriptsLbl.Name = "ScriptsLbl";
     this.ScriptsLbl.Size = new System.Drawing.Size(42, 13);
     this.ScriptsLbl.TabIndex = 2;
     this.ScriptsLbl.Text = "Scripts:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name = "LogicalNameTB";
     this.LogicalNameTB.Size = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex = 1;
     this.LogicalNameTB.Type = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name = "LogicalNameLbl";
     this.LogicalNameLbl.Size = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSScriptTableView
     //
     this.ClientSize = new System.Drawing.Size(320, 155);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name = "GXDLMSScriptTableView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #48
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSLimiterView));
     this.groupBox1                    = new System.Windows.Forms.GroupBox();
     this.LogicalNameLbl               = new System.Windows.Forms.Label();
     this.ActionUnderThresholdLbl      = new System.Windows.Forms.Label();
     this.ActionOverThresholdLbl       = new System.Windows.Forms.Label();
     this.EmergencyProfileActiveCB     = new System.Windows.Forms.CheckBox();
     this.EmergencyProfileGroupIDsLbl  = new System.Windows.Forms.Label();
     this.EmergencyProfileLbl          = new System.Windows.Forms.Label();
     this.MinUnderThresholdDurationLbl = new System.Windows.Forms.Label();
     this.MinOverThresholdDurationLbl  = new System.Windows.Forms.Label();
     this.ThresholdEmergencyLbl        = new System.Windows.Forms.Label();
     this.ThresholdNormalLbl           = new System.Windows.Forms.Label();
     this.ThresholdActiveLbl           = new System.Windows.Forms.Label();
     this.DescriptionLbl               = new System.Windows.Forms.Label();
     this.DescriptionTB                = new System.Windows.Forms.TextBox();
     this.errorProvider1               = new System.Windows.Forms.ErrorProvider(this.components);
     this.MonitoredGB                  = new System.Windows.Forms.GroupBox();
     this.MonitoredIndexTB             = new System.Windows.Forms.TextBox();
     this.MonitoredIndexLbl            = new System.Windows.Forms.Label();
     this.MonitoredValueLbl            = new System.Windows.Forms.Label();
     this.MonitoredValueTB             = new System.Windows.Forms.TextBox();
     this.LogicalNameTB                = new GXDLMSDirector.Views.GXValueField();
     this.ActionUnderThresholdTB       = new GXDLMSDirector.Views.GXValueField();
     this.ActionOverThresholdTB        = new GXDLMSDirector.Views.GXValueField();
     this.EmergencyProfileGroupIDsTB   = new GXDLMSDirector.Views.GXValueField();
     this.EmergencyProfileTB           = new GXDLMSDirector.Views.GXValueField();
     this.MinUnderThresholdDurationTB  = new GXDLMSDirector.Views.GXValueField();
     this.MinOverThresholdDurationTB   = new GXDLMSDirector.Views.GXValueField();
     this.ThresholdEmergencyTB         = new GXDLMSDirector.Views.GXValueField();
     this.ThresholdNormalTB            = new GXDLMSDirector.Views.GXValueField();
     this.ThresholdActiveTB            = new GXDLMSDirector.Views.GXValueField();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.MonitoredGB.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Controls.Add(this.ActionUnderThresholdTB);
     this.groupBox1.Controls.Add(this.ActionUnderThresholdLbl);
     this.groupBox1.Controls.Add(this.ActionOverThresholdTB);
     this.groupBox1.Controls.Add(this.ActionOverThresholdLbl);
     this.groupBox1.Controls.Add(this.EmergencyProfileActiveCB);
     this.groupBox1.Controls.Add(this.EmergencyProfileGroupIDsTB);
     this.groupBox1.Controls.Add(this.EmergencyProfileGroupIDsLbl);
     this.groupBox1.Controls.Add(this.EmergencyProfileTB);
     this.groupBox1.Controls.Add(this.EmergencyProfileLbl);
     this.groupBox1.Controls.Add(this.MinUnderThresholdDurationTB);
     this.groupBox1.Controls.Add(this.MinUnderThresholdDurationLbl);
     this.groupBox1.Controls.Add(this.MinOverThresholdDurationTB);
     this.groupBox1.Controls.Add(this.MinOverThresholdDurationLbl);
     this.groupBox1.Controls.Add(this.ThresholdEmergencyTB);
     this.groupBox1.Controls.Add(this.ThresholdEmergencyLbl);
     this.groupBox1.Controls.Add(this.ThresholdNormalTB);
     this.groupBox1.Controls.Add(this.ThresholdNormalLbl);
     this.groupBox1.Controls.Add(this.ThresholdActiveTB);
     this.groupBox1.Controls.Add(this.ThresholdActiveLbl);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 443);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Limiter Object";
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(8, 22);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 36;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // ActionUnderThresholdLbl
     //
     this.ActionUnderThresholdLbl.AutoSize = true;
     this.ActionUnderThresholdLbl.Location = new System.Drawing.Point(10, 400);
     this.ActionUnderThresholdLbl.Name     = "ActionUnderThresholdLbl";
     this.ActionUnderThresholdLbl.Size     = new System.Drawing.Size(72, 13);
     this.ActionUnderThresholdLbl.TabIndex = 31;
     this.ActionUnderThresholdLbl.Text     = "Action Under:";
     //
     // ActionOverThresholdLbl
     //
     this.ActionOverThresholdLbl.AutoSize = true;
     this.ActionOverThresholdLbl.Location = new System.Drawing.Point(10, 359);
     this.ActionOverThresholdLbl.Name     = "ActionOverThresholdLbl";
     this.ActionOverThresholdLbl.Size     = new System.Drawing.Size(66, 13);
     this.ActionOverThresholdLbl.TabIndex = 29;
     this.ActionOverThresholdLbl.Text     = "Action Over:";
     //
     // EmergencyProfileActiveCB
     //
     this.EmergencyProfileActiveCB.AutoSize = true;
     this.EmergencyProfileActiveCB.Location = new System.Drawing.Point(12, 337);
     this.EmergencyProfileActiveCB.Name     = "EmergencyProfileActiveCB";
     this.EmergencyProfileActiveCB.Size     = new System.Drawing.Size(56, 17);
     this.EmergencyProfileActiveCB.TabIndex = 28;
     this.EmergencyProfileActiveCB.Text     = "Active";
     this.EmergencyProfileActiveCB.UseVisualStyleBackColor = true;
     //
     // EmergencyProfileGroupIDsLbl
     //
     this.EmergencyProfileGroupIDsLbl.AutoSize = true;
     this.EmergencyProfileGroupIDsLbl.Location = new System.Drawing.Point(9, 303);
     this.EmergencyProfileGroupIDsLbl.Name     = "EmergencyProfileGroupIDsLbl";
     this.EmergencyProfileGroupIDsLbl.Size     = new System.Drawing.Size(58, 13);
     this.EmergencyProfileGroupIDsLbl.TabIndex = 26;
     this.EmergencyProfileGroupIDsLbl.Text     = "Group IDs:";
     //
     // EmergencyProfileLbl
     //
     this.EmergencyProfileLbl.AutoSize = true;
     this.EmergencyProfileLbl.Location = new System.Drawing.Point(8, 278);
     this.EmergencyProfileLbl.Name     = "EmergencyProfileLbl";
     this.EmergencyProfileLbl.Size     = new System.Drawing.Size(94, 13);
     this.EmergencyProfileLbl.TabIndex = 24;
     this.EmergencyProfileLbl.Text     = "Emergency profile:";
     //
     // MinUnderThresholdDurationLbl
     //
     this.MinUnderThresholdDurationLbl.AutoSize = true;
     this.MinUnderThresholdDurationLbl.Location = new System.Drawing.Point(8, 253);
     this.MinUnderThresholdDurationLbl.Name     = "MinUnderThresholdDurationLbl";
     this.MinUnderThresholdDurationLbl.Size     = new System.Drawing.Size(77, 13);
     this.MinUnderThresholdDurationLbl.TabIndex = 22;
     this.MinUnderThresholdDurationLbl.Text     = "Minimal Under:";
     //
     // MinOverThresholdDurationLbl
     //
     this.MinOverThresholdDurationLbl.AutoSize = true;
     this.MinOverThresholdDurationLbl.Location = new System.Drawing.Point(8, 227);
     this.MinOverThresholdDurationLbl.Name     = "MinOverThresholdDurationLbl";
     this.MinOverThresholdDurationLbl.Size     = new System.Drawing.Size(71, 13);
     this.MinOverThresholdDurationLbl.TabIndex = 20;
     this.MinOverThresholdDurationLbl.Text     = "Minimal Over:";
     //
     // ThresholdEmergencyLbl
     //
     this.ThresholdEmergencyLbl.AutoSize = true;
     this.ThresholdEmergencyLbl.Location = new System.Drawing.Point(7, 201);
     this.ThresholdEmergencyLbl.Name     = "ThresholdEmergencyLbl";
     this.ThresholdEmergencyLbl.Size     = new System.Drawing.Size(113, 13);
     this.ThresholdEmergencyLbl.TabIndex = 18;
     this.ThresholdEmergencyLbl.Text     = "Threshold Emergency:";
     //
     // ThresholdNormalLbl
     //
     this.ThresholdNormalLbl.AutoSize = true;
     this.ThresholdNormalLbl.Location = new System.Drawing.Point(7, 176);
     this.ThresholdNormalLbl.Name     = "ThresholdNormalLbl";
     this.ThresholdNormalLbl.Size     = new System.Drawing.Size(93, 13);
     this.ThresholdNormalLbl.TabIndex = 16;
     this.ThresholdNormalLbl.Text     = "Threshold Normal:";
     //
     // ThresholdActiveLbl
     //
     this.ThresholdActiveLbl.AutoSize = true;
     this.ThresholdActiveLbl.Location = new System.Drawing.Point(7, 150);
     this.ThresholdActiveLbl.Name     = "ThresholdActiveLbl";
     this.ThresholdActiveLbl.Size     = new System.Drawing.Size(90, 13);
     this.ThresholdActiveLbl.TabIndex = 13;
     this.ThresholdActiveLbl.Text     = "Threshold Active:";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 50);
     this.DescriptionLbl.Name     = "DescriptionLbl";
     this.DescriptionLbl.Size     = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text     = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 47);
     this.DescriptionTB.Name     = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size     = new System.Drawing.Size(172, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // MonitoredGB
     //
     this.MonitoredGB.Controls.Add(this.MonitoredIndexTB);
     this.MonitoredGB.Controls.Add(this.MonitoredIndexLbl);
     this.MonitoredGB.Controls.Add(this.MonitoredValueLbl);
     this.MonitoredGB.Controls.Add(this.MonitoredValueTB);
     this.MonitoredGB.Location = new System.Drawing.Point(12, 79);
     this.MonitoredGB.Name     = "MonitoredGB";
     this.MonitoredGB.Size     = new System.Drawing.Size(296, 76);
     this.MonitoredGB.TabIndex = 8;
     this.MonitoredGB.TabStop  = false;
     this.MonitoredGB.Text     = "Monitored:";
     //
     // MonitoredIndexTB
     //
     this.MonitoredIndexTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.MonitoredIndexTB.Location = new System.Drawing.Point(103, 45);
     this.MonitoredIndexTB.Name     = "MonitoredIndexTB";
     this.MonitoredIndexTB.Size     = new System.Drawing.Size(171, 20);
     this.MonitoredIndexTB.TabIndex = 10;
     //
     // MonitoredIndexLbl
     //
     this.MonitoredIndexLbl.AutoSize = true;
     this.MonitoredIndexLbl.Location = new System.Drawing.Point(7, 48);
     this.MonitoredIndexLbl.Name     = "MonitoredIndexLbl";
     this.MonitoredIndexLbl.Size     = new System.Drawing.Size(36, 13);
     this.MonitoredIndexLbl.TabIndex = 9;
     this.MonitoredIndexLbl.Text     = "Index:";
     //
     // MonitoredValueLbl
     //
     this.MonitoredValueLbl.AutoSize = true;
     this.MonitoredValueLbl.Location = new System.Drawing.Point(7, 22);
     this.MonitoredValueLbl.Name     = "MonitoredValueLbl";
     this.MonitoredValueLbl.Size     = new System.Drawing.Size(37, 13);
     this.MonitoredValueLbl.TabIndex = 6;
     this.MonitoredValueLbl.Text     = "Value:";
     //
     // MonitoredValueTB
     //
     this.MonitoredValueTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.MonitoredValueTB.Location = new System.Drawing.Point(103, 19);
     this.MonitoredValueTB.Name     = "MonitoredValueTB";
     this.MonitoredValueTB.Size     = new System.Drawing.Size(171, 20);
     this.MonitoredValueTB.TabIndex = 5;
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(104, 19);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex    = 35;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ActionUnderThresholdTB
     //
     this.ActionUnderThresholdTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.ActionUnderThresholdTB.AttributeID = 12;
     this.ActionUnderThresholdTB.Location    = new System.Drawing.Point(106, 400);
     this.ActionUnderThresholdTB.Name        = "ActionUnderThresholdTB";
     this.ActionUnderThresholdTB.Size        = new System.Drawing.Size(171, 40);
     this.ActionUnderThresholdTB.TabIndex    = 32;
     this.ActionUnderThresholdTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ActionOverThresholdTB
     //
     this.ActionOverThresholdTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.ActionOverThresholdTB.AttributeID = 11;
     this.ActionOverThresholdTB.Location    = new System.Drawing.Point(106, 359);
     this.ActionOverThresholdTB.Name        = "ActionOverThresholdTB";
     this.ActionOverThresholdTB.Size        = new System.Drawing.Size(171, 35);
     this.ActionOverThresholdTB.TabIndex    = 30;
     this.ActionOverThresholdTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // EmergencyProfileGroupIDsTB
     //
     this.EmergencyProfileGroupIDsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.EmergencyProfileGroupIDsTB.AttributeID = 9;
     this.EmergencyProfileGroupIDsTB.Location    = new System.Drawing.Point(105, 303);
     this.EmergencyProfileGroupIDsTB.Name        = "EmergencyProfileGroupIDsTB";
     this.EmergencyProfileGroupIDsTB.ReadOnly    = true;
     this.EmergencyProfileGroupIDsTB.Size        = new System.Drawing.Size(171, 33);
     this.EmergencyProfileGroupIDsTB.TabIndex    = 27;
     this.EmergencyProfileGroupIDsTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // EmergencyProfileTB
     //
     this.EmergencyProfileTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.EmergencyProfileTB.AttributeID = 8;
     this.EmergencyProfileTB.Location    = new System.Drawing.Point(104, 278);
     this.EmergencyProfileTB.Name        = "EmergencyProfileTB";
     this.EmergencyProfileTB.Size        = new System.Drawing.Size(171, 20);
     this.EmergencyProfileTB.TabIndex    = 25;
     this.EmergencyProfileTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MinUnderThresholdDurationTB
     //
     this.MinUnderThresholdDurationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.MinUnderThresholdDurationTB.AttributeID = 7;
     this.MinUnderThresholdDurationTB.Location    = new System.Drawing.Point(104, 253);
     this.MinUnderThresholdDurationTB.Name        = "MinUnderThresholdDurationTB";
     this.MinUnderThresholdDurationTB.Size        = new System.Drawing.Size(171, 20);
     this.MinUnderThresholdDurationTB.TabIndex    = 23;
     this.MinUnderThresholdDurationTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // MinOverThresholdDurationTB
     //
     this.MinOverThresholdDurationTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.MinOverThresholdDurationTB.AttributeID = 6;
     this.MinOverThresholdDurationTB.Location    = new System.Drawing.Point(104, 227);
     this.MinOverThresholdDurationTB.Name        = "MinOverThresholdDurationTB";
     this.MinOverThresholdDurationTB.Size        = new System.Drawing.Size(171, 20);
     this.MinOverThresholdDurationTB.TabIndex    = 21;
     this.MinOverThresholdDurationTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ThresholdEmergencyTB
     //
     this.ThresholdEmergencyTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.ThresholdEmergencyTB.AttributeID = 5;
     this.ThresholdEmergencyTB.Location    = new System.Drawing.Point(103, 201);
     this.ThresholdEmergencyTB.Name        = "ThresholdEmergencyTB";
     this.ThresholdEmergencyTB.Size        = new System.Drawing.Size(171, 20);
     this.ThresholdEmergencyTB.TabIndex    = 19;
     this.ThresholdEmergencyTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ThresholdNormalTB
     //
     this.ThresholdNormalTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.ThresholdNormalTB.AttributeID = 4;
     this.ThresholdNormalTB.Location    = new System.Drawing.Point(103, 176);
     this.ThresholdNormalTB.Name        = "ThresholdNormalTB";
     this.ThresholdNormalTB.Size        = new System.Drawing.Size(171, 20);
     this.ThresholdNormalTB.TabIndex    = 17;
     this.ThresholdNormalTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ThresholdActiveTB
     //
     this.ThresholdActiveTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.ThresholdActiveTB.AttributeID = 3;
     this.ThresholdActiveTB.Location    = new System.Drawing.Point(103, 150);
     this.ThresholdActiveTB.Name        = "ThresholdActiveTB";
     this.ThresholdActiveTB.Size        = new System.Drawing.Size(171, 20);
     this.ThresholdActiveTB.TabIndex    = 15;
     this.ThresholdActiveTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // GXDLMSLimiterView
     //
     this.ClientSize = new System.Drawing.Size(320, 456);
     this.Controls.Add(this.MonitoredGB);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSLimiterView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.MonitoredGB.ResumeLayout(false);
     this.MonitoredGB.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #49
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSSecuritySetupView));
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.ServerSystemTitleLbl = new System.Windows.Forms.Label();
     this.ClientSystemTitleLbl = new System.Windows.Forms.Label();
     this.SuiteLbl             = new System.Windows.Forms.Label();
     this.DescriptionLbl       = new System.Windows.Forms.Label();
     this.DescriptionTB        = new System.Windows.Forms.TextBox();
     this.SecurityPolicyLbl    = new System.Windows.Forms.Label();
     this.LogicalNameLbl       = new System.Windows.Forms.Label();
     this.errorProvider1       = new System.Windows.Forms.ErrorProvider(this.components);
     this.ServerSystemTitleTB  = new GXDLMSDirector.Views.GXValueField();
     this.ClientSystemTitleTB  = new GXDLMSDirector.Views.GXValueField();
     this.SuiteTB          = new GXDLMSDirector.Views.GXValueField();
     this.SecurityPolicyTB = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameTB    = new GXDLMSDirector.Views.GXValueField();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ServerSystemTitleTB);
     this.groupBox1.Controls.Add(this.ServerSystemTitleLbl);
     this.groupBox1.Controls.Add(this.ClientSystemTitleTB);
     this.groupBox1.Controls.Add(this.ClientSystemTitleLbl);
     this.groupBox1.Controls.Add(this.SuiteTB);
     this.groupBox1.Controls.Add(this.SuiteLbl);
     this.groupBox1.Controls.Add(this.DescriptionLbl);
     this.groupBox1.Controls.Add(this.DescriptionTB);
     this.groupBox1.Controls.Add(this.SecurityPolicyTB);
     this.groupBox1.Controls.Add(this.SecurityPolicyLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 181);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Security Setup Object";
     //
     // ServerSystemTitleLbl
     //
     this.ServerSystemTitleLbl.AutoSize = true;
     this.ServerSystemTitleLbl.Location = new System.Drawing.Point(7, 152);
     this.ServerSystemTitleLbl.Name     = "ServerSystemTitleLbl";
     this.ServerSystemTitleLbl.Size     = new System.Drawing.Size(101, 13);
     this.ServerSystemTitleLbl.TabIndex = 11;
     this.ServerSystemTitleLbl.Text     = "Server System Title:";
     //
     // ClientSystemTitleLbl
     //
     this.ClientSystemTitleLbl.AutoSize = true;
     this.ClientSystemTitleLbl.Location = new System.Drawing.Point(7, 126);
     this.ClientSystemTitleLbl.Name     = "ClientSystemTitleLbl";
     this.ClientSystemTitleLbl.Size     = new System.Drawing.Size(96, 13);
     this.ClientSystemTitleLbl.TabIndex = 9;
     this.ClientSystemTitleLbl.Text     = "Client System Title:";
     //
     // SuiteLbl
     //
     this.SuiteLbl.AutoSize = true;
     this.SuiteLbl.Location = new System.Drawing.Point(7, 100);
     this.SuiteLbl.Name     = "SuiteLbl";
     this.SuiteLbl.Size     = new System.Drawing.Size(34, 13);
     this.SuiteLbl.TabIndex = 7;
     this.SuiteLbl.Text     = "Suite:";
     //
     // DescriptionLbl
     //
     this.DescriptionLbl.AutoSize = true;
     this.DescriptionLbl.Location = new System.Drawing.Point(7, 22);
     this.DescriptionLbl.Name     = "DescriptionLbl";
     this.DescriptionLbl.Size     = new System.Drawing.Size(63, 13);
     this.DescriptionLbl.TabIndex = 5;
     this.DescriptionLbl.Text     = "Description:";
     //
     // DescriptionTB
     //
     this.DescriptionTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.DescriptionTB.Location = new System.Drawing.Point(103, 19);
     this.DescriptionTB.Name     = "DescriptionTB";
     this.DescriptionTB.ReadOnly = true;
     this.DescriptionTB.Size     = new System.Drawing.Size(172, 20);
     this.DescriptionTB.TabIndex = 4;
     //
     // SecurityPolicyLbl
     //
     this.SecurityPolicyLbl.AutoSize = true;
     this.SecurityPolicyLbl.Location = new System.Drawing.Point(7, 74);
     this.SecurityPolicyLbl.Name     = "SecurityPolicyLbl";
     this.SecurityPolicyLbl.Size     = new System.Drawing.Size(38, 13);
     this.SecurityPolicyLbl.TabIndex = 2;
     this.SecurityPolicyLbl.Text     = "Policy:";
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(7, 48);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // ServerSystemTitleTB
     //
     this.ServerSystemTitleTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.ServerSystemTitleTB.AttributeID = 5;
     this.ServerSystemTitleTB.Location    = new System.Drawing.Point(104, 149);
     this.ServerSystemTitleTB.Name        = "ServerSystemTitleTB";
     this.ServerSystemTitleTB.Size        = new System.Drawing.Size(171, 20);
     this.ServerSystemTitleTB.TabIndex    = 3;
     this.ServerSystemTitleTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ClientSystemTitleTB
     //
     this.ClientSystemTitleTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.ClientSystemTitleTB.AttributeID = 4;
     this.ClientSystemTitleTB.Location    = new System.Drawing.Point(104, 123);
     this.ClientSystemTitleTB.Name        = "ClientSystemTitleTB";
     this.ClientSystemTitleTB.Size        = new System.Drawing.Size(171, 20);
     this.ClientSystemTitleTB.TabIndex    = 2;
     this.ClientSystemTitleTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SuiteTB
     //
     this.SuiteTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SuiteTB.AttributeID = 3;
     this.SuiteTB.Location    = new System.Drawing.Point(104, 97);
     this.SuiteTB.Name        = "SuiteTB";
     this.SuiteTB.Size        = new System.Drawing.Size(171, 20);
     this.SuiteTB.TabIndex    = 1;
     this.SuiteTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // SecurityPolicyTB
     //
     this.SecurityPolicyTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.SecurityPolicyTB.AttributeID = 2;
     this.SecurityPolicyTB.Location    = new System.Drawing.Point(104, 71);
     this.SecurityPolicyTB.Name        = "SecurityPolicyTB";
     this.SecurityPolicyTB.Size        = new System.Drawing.Size(171, 20);
     this.SecurityPolicyTB.TabIndex    = 0;
     this.SecurityPolicyTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     this.SecurityPolicyTB.KeyPress   += new System.Windows.Forms.KeyPressEventHandler(this.ValueTB_KeyPress);
     this.SecurityPolicyTB.KeyUp      += new System.Windows.Forms.KeyEventHandler(this.ValueTB_KeyUp);
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(103, 45);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex    = 5;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // GXDLMSSecuritySetupView
     //
     this.ClientSize = new System.Drawing.Size(320, 204);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSSecuritySetupView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #50
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GXDLMSScriptTableView));
     this.groupBox1      = new System.Windows.Forms.GroupBox();
     this.ScriptsTB      = new GXDLMSDirector.Views.GXValueField();
     this.ScriptsLbl     = new System.Windows.Forms.Label();
     this.LogicalNameTB  = new GXDLMSDirector.Views.GXValueField();
     this.LogicalNameLbl = new System.Windows.Forms.Label();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.ScriptsTB);
     this.groupBox1.Controls.Add(this.ScriptsLbl);
     this.groupBox1.Controls.Add(this.LogicalNameTB);
     this.groupBox1.Controls.Add(this.LogicalNameLbl);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(296, 94);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Script Table Object";
     //
     // ScriptsTB
     //
     this.ScriptsTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.ScriptsTB.AttributeID = 2;
     this.ScriptsTB.Location    = new System.Drawing.Point(102, 47);
     this.ScriptsTB.Name        = "ScriptsTB";
     this.ScriptsTB.Size        = new System.Drawing.Size(171, 20);
     this.ScriptsTB.TabIndex    = 0;
     this.ScriptsTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // ScriptsLbl
     //
     this.ScriptsLbl.AutoSize = true;
     this.ScriptsLbl.Location = new System.Drawing.Point(6, 50);
     this.ScriptsLbl.Name     = "ScriptsLbl";
     this.ScriptsLbl.Size     = new System.Drawing.Size(42, 13);
     this.ScriptsLbl.TabIndex = 2;
     this.ScriptsLbl.Text     = "Scripts:";
     //
     // LogicalNameTB
     //
     this.LogicalNameTB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.LogicalNameTB.AttributeID = 1;
     this.LogicalNameTB.Location    = new System.Drawing.Point(102, 21);
     this.LogicalNameTB.Name        = "LogicalNameTB";
     this.LogicalNameTB.Size        = new System.Drawing.Size(171, 20);
     this.LogicalNameTB.TabIndex    = 1;
     this.LogicalNameTB.Type        = GXDLMSDirector.Views.GXValueFieldType.TextBox;
     //
     // LogicalNameLbl
     //
     this.LogicalNameLbl.AutoSize = true;
     this.LogicalNameLbl.Location = new System.Drawing.Point(6, 24);
     this.LogicalNameLbl.Name     = "LogicalNameLbl";
     this.LogicalNameLbl.Size     = new System.Drawing.Size(75, 13);
     this.LogicalNameLbl.TabIndex = 0;
     this.LogicalNameLbl.Text     = "Logical Name:";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle       = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
     this.errorProvider1.ContainerControl = this;
     this.errorProvider1.Icon             = ((System.Drawing.Icon)(resources.GetObject("errorProvider1.Icon")));
     //
     // GXDLMSScriptTableView
     //
     this.ClientSize = new System.Drawing.Size(320, 155);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "GXDLMSScriptTableView";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }