Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     nameLb_               = new System.Windows.Forms.Label();
     activeLb_             = new System.Windows.Forms.Label();
     updateRateLb_         = new System.Windows.Forms.Label();
     keepAliveRateLb_      = new System.Windows.Forms.Label();
     deadbandLb_           = new System.Windows.Forms.Label();
     nameTb_               = new System.Windows.Forms.TextBox();
     activeCb_             = new System.Windows.Forms.CheckBox();
     updateRateCtrl_       = new System.Windows.Forms.NumericUpDown();
     keepAliveRateCtrl_    = new System.Windows.Forms.NumericUpDown();
     deadbandCtrl_         = new System.Windows.Forms.NumericUpDown();
     keepAliveSpecifiedCb_ = new System.Windows.Forms.CheckBox();
     deadbandSpecifiedCb_  = new System.Windows.Forms.CheckBox();
     localeLb_             = new System.Windows.Forms.Label();
     localeCtrl_           = new LocaleCtrl();
     localeSpecifiedCb_    = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(updateRateCtrl_)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(keepAliveRateCtrl_)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(deadbandCtrl_)).BeginInit();
     SuspendLayout();
     //
     // NameLB
     //
     nameLb_.Location  = new System.Drawing.Point(0, 0);
     nameLb_.Name      = "nameLb_";
     nameLb_.TabIndex  = 0;
     nameLb_.Text      = "Name";
     nameLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ActiveLB
     //
     activeLb_.Location  = new System.Drawing.Point(0, 24);
     activeLb_.Name      = "activeLb_";
     activeLb_.TabIndex  = 1;
     activeLb_.Text      = "Active";
     activeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // UpdateRateLB
     //
     updateRateLb_.Location  = new System.Drawing.Point(0, 48);
     updateRateLb_.Name      = "updateRateLb_";
     updateRateLb_.TabIndex  = 4;
     updateRateLb_.Text      = "Update Rate";
     updateRateLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // KeepAliveRateLB
     //
     keepAliveRateLb_.Location  = new System.Drawing.Point(0, 72);
     keepAliveRateLb_.Name      = "keepAliveRateLb_";
     keepAliveRateLb_.TabIndex  = 5;
     keepAliveRateLb_.Text      = "Keep Alive Rate";
     keepAliveRateLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DeadbandLB
     //
     deadbandLb_.Location  = new System.Drawing.Point(0, 96);
     deadbandLb_.Name      = "deadbandLb_";
     deadbandLb_.TabIndex  = 6;
     deadbandLb_.Text      = "Deadband";
     deadbandLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // NameTB
     //
     nameTb_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                            | System.Windows.Forms.AnchorStyles.Right)));
     nameTb_.Location = new System.Drawing.Point(104, 0);
     nameTb_.Name     = "nameTb_";
     nameTb_.Size     = new System.Drawing.Size(128, 20);
     nameTb_.TabIndex = 8;
     nameTb_.Text     = "";
     //
     // ActiveCB
     //
     activeCb_.Location = new System.Drawing.Point(104, 24);
     activeCb_.Name     = "activeCb_";
     activeCb_.Size     = new System.Drawing.Size(16, 24);
     activeCb_.TabIndex = 9;
     //
     // UpdateRateCTRL
     //
     updateRateCtrl_.Increment = new System.Decimal(new int[] {
         100,
         0,
         0,
         0
     });
     updateRateCtrl_.Location = new System.Drawing.Point(104, 48);
     updateRateCtrl_.Maximum  = new System.Decimal(new int[] {
         1000000000,
         0,
         0,
         0
     });
     updateRateCtrl_.Name     = "updateRateCtrl_";
     updateRateCtrl_.Size     = new System.Drawing.Size(72, 20);
     updateRateCtrl_.TabIndex = 11;
     //
     // KeepAliveRateCTRL
     //
     keepAliveRateCtrl_.Increment = new System.Decimal(new int[] {
         100,
         0,
         0,
         0
     });
     keepAliveRateCtrl_.Location = new System.Drawing.Point(104, 72);
     keepAliveRateCtrl_.Maximum  = new System.Decimal(new int[] {
         1000000000,
         0,
         0,
         0
     });
     keepAliveRateCtrl_.Name     = "keepAliveRateCtrl_";
     keepAliveRateCtrl_.Size     = new System.Drawing.Size(72, 20);
     keepAliveRateCtrl_.TabIndex = 12;
     //
     // DeadbandCTRL
     //
     deadbandCtrl_.DecimalPlaces = 1;
     deadbandCtrl_.Location      = new System.Drawing.Point(104, 96);
     deadbandCtrl_.Name          = "deadbandCtrl_";
     deadbandCtrl_.Size          = new System.Drawing.Size(72, 20);
     deadbandCtrl_.TabIndex      = 14;
     //
     // KeepAliveSpecifiedCB
     //
     keepAliveSpecifiedCb_.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     keepAliveSpecifiedCb_.Checked         = true;
     keepAliveSpecifiedCb_.CheckState      = System.Windows.Forms.CheckState.Checked;
     keepAliveSpecifiedCb_.Location        = new System.Drawing.Point(216, 72);
     keepAliveSpecifiedCb_.Name            = "keepAliveSpecifiedCb_";
     keepAliveSpecifiedCb_.Size            = new System.Drawing.Size(16, 24);
     keepAliveSpecifiedCb_.TabIndex        = 20;
     keepAliveSpecifiedCb_.CheckedChanged += new System.EventHandler(Specified_CheckedChanged);
     //
     // DeadbandSpecifiedCB
     //
     deadbandSpecifiedCb_.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     deadbandSpecifiedCb_.Checked         = true;
     deadbandSpecifiedCb_.CheckState      = System.Windows.Forms.CheckState.Checked;
     deadbandSpecifiedCb_.Location        = new System.Drawing.Point(216, 96);
     deadbandSpecifiedCb_.Name            = "deadbandSpecifiedCb_";
     deadbandSpecifiedCb_.Size            = new System.Drawing.Size(16, 24);
     deadbandSpecifiedCb_.TabIndex        = 21;
     deadbandSpecifiedCb_.CheckedChanged += new System.EventHandler(Specified_CheckedChanged);
     //
     // LocaleLB
     //
     localeLb_.Location  = new System.Drawing.Point(0, 120);
     localeLb_.Name      = "localeLb_";
     localeLb_.TabIndex  = 22;
     localeLb_.Text      = "Locale";
     localeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // LocaleCTRL
     //
     localeCtrl_.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     localeCtrl_.Enabled  = false;
     localeCtrl_.Locale   = "";
     localeCtrl_.Location = new System.Drawing.Point(104, 120);
     localeCtrl_.Name     = "localeCtrl_";
     localeCtrl_.Size     = new System.Drawing.Size(104, 24);
     localeCtrl_.TabIndex = 23;
     //
     // LocaleSpecifiedCB
     //
     localeSpecifiedCb_.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     localeSpecifiedCb_.Checked         = true;
     localeSpecifiedCb_.CheckState      = System.Windows.Forms.CheckState.Checked;
     localeSpecifiedCb_.Location        = new System.Drawing.Point(216, 120);
     localeSpecifiedCb_.Name            = "localeSpecifiedCb_";
     localeSpecifiedCb_.Size            = new System.Drawing.Size(16, 24);
     localeSpecifiedCb_.TabIndex        = 24;
     localeSpecifiedCb_.CheckedChanged += new System.EventHandler(Specified_CheckedChanged);
     //
     // SubscriptionEditCtrl
     //
     Controls.Add(localeSpecifiedCb_);
     Controls.Add(localeCtrl_);
     Controls.Add(localeLb_);
     Controls.Add(deadbandSpecifiedCb_);
     Controls.Add(keepAliveSpecifiedCb_);
     Controls.Add(deadbandCtrl_);
     Controls.Add(keepAliveRateCtrl_);
     Controls.Add(updateRateCtrl_);
     Controls.Add(activeCb_);
     Controls.Add(nameTb_);
     Controls.Add(keepAliveRateLb_);
     Controls.Add(activeLb_);
     Controls.Add(nameLb_);
     Controls.Add(updateRateLb_);
     Controls.Add(deadbandLb_);
     Name = "SubscriptionEditCtrl";
     Size = new System.Drawing.Size(232, 144);
     ((System.ComponentModel.ISupportInitialize)(updateRateCtrl_)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(keepAliveRateCtrl_)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(deadbandCtrl_)).EndInit();
     ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     okBtn_             = new System.Windows.Forms.Button();
     cancelBtn_         = new System.Windows.Forms.Button();
     buttonsPn_         = new System.Windows.Forms.Panel();
     itemTimeLb_        = new System.Windows.Forms.Label();
     itemNameLb_        = new System.Windows.Forms.Label();
     itemTimeCb_        = new System.Windows.Forms.CheckBox();
     itemPathLb_        = new System.Windows.Forms.Label();
     topPn_             = new System.Windows.Forms.Panel();
     localeSpecifiedCb_ = new System.Windows.Forms.CheckBox();
     localeCtrl_        = new LocaleCtrl();
     localeLb_          = new System.Windows.Forms.Label();
     clientHandleCb_    = new System.Windows.Forms.CheckBox();
     itemPathCb_        = new System.Windows.Forms.CheckBox();
     itemNameCb_        = new System.Windows.Forms.CheckBox();
     diagnosticInfoCb_  = new System.Windows.Forms.CheckBox();
     errorTextCb_       = new System.Windows.Forms.CheckBox();
     clientHandleLb_    = new System.Windows.Forms.Label();
     diagnosticInfoLb_  = new System.Windows.Forms.Label();
     errorTextLb_       = new System.Windows.Forms.Label();
     buttonsPn_.SuspendLayout();
     topPn_.SuspendLayout();
     SuspendLayout();
     //
     // OkBTN
     //
     okBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     okBtn_.DialogResult = System.Windows.Forms.DialogResult.OK;
     okBtn_.Location     = new System.Drawing.Point(5, 8);
     okBtn_.Name         = "okBtn_";
     okBtn_.TabIndex     = 1;
     okBtn_.Text         = "OK";
     //
     // CancelBTN
     //
     cancelBtn_.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     cancelBtn_.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     cancelBtn_.Location     = new System.Drawing.Point(176, 8);
     cancelBtn_.Name         = "cancelBtn_";
     cancelBtn_.TabIndex     = 0;
     cancelBtn_.Text         = "Cancel";
     //
     // ButtonsPN
     //
     buttonsPn_.Controls.Add(cancelBtn_);
     buttonsPn_.Controls.Add(okBtn_);
     buttonsPn_.Dock     = System.Windows.Forms.DockStyle.Bottom;
     buttonsPn_.Location = new System.Drawing.Point(0, 170);
     buttonsPn_.Name     = "buttonsPn_";
     buttonsPn_.Size     = new System.Drawing.Size(256, 36);
     buttonsPn_.TabIndex = 0;
     //
     // ItemTimeLB
     //
     itemTimeLb_.Location  = new System.Drawing.Point(4, 100);
     itemTimeLb_.Name      = "itemTimeLb_";
     itemTimeLb_.Size      = new System.Drawing.Size(128, 23);
     itemTimeLb_.TabIndex  = 8;
     itemTimeLb_.Text      = "Return Timestamp";
     itemTimeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ItemNameLB
     //
     itemNameLb_.Location  = new System.Drawing.Point(4, 28);
     itemNameLb_.Name      = "itemNameLb_";
     itemNameLb_.Size      = new System.Drawing.Size(128, 23);
     itemNameLb_.TabIndex  = 0;
     itemNameLb_.Text      = "Return Item Name";
     itemNameLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ItemTimeCB
     //
     itemTimeCb_.Checked    = true;
     itemTimeCb_.CheckState = System.Windows.Forms.CheckState.Checked;
     itemTimeCb_.Location   = new System.Drawing.Point(132, 100);
     itemTimeCb_.Name       = "itemTimeCb_";
     itemTimeCb_.Size       = new System.Drawing.Size(96, 24);
     itemTimeCb_.TabIndex   = 9;
     //
     // ItemPathLB
     //
     itemPathLb_.Location  = new System.Drawing.Point(4, 52);
     itemPathLb_.Name      = "itemPathLb_";
     itemPathLb_.Size      = new System.Drawing.Size(128, 23);
     itemPathLb_.TabIndex  = 2;
     itemPathLb_.Text      = "Return Item Path";
     itemPathLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // TopPN
     //
     topPn_.Controls.Add(localeSpecifiedCb_);
     topPn_.Controls.Add(localeCtrl_);
     topPn_.Controls.Add(localeLb_);
     topPn_.Controls.Add(clientHandleCb_);
     topPn_.Controls.Add(itemPathCb_);
     topPn_.Controls.Add(itemNameCb_);
     topPn_.Controls.Add(diagnosticInfoCb_);
     topPn_.Controls.Add(errorTextCb_);
     topPn_.Controls.Add(itemTimeCb_);
     topPn_.Controls.Add(clientHandleLb_);
     topPn_.Controls.Add(diagnosticInfoLb_);
     topPn_.Controls.Add(errorTextLb_);
     topPn_.Controls.Add(itemTimeLb_);
     topPn_.Controls.Add(itemPathLb_);
     topPn_.Controls.Add(itemNameLb_);
     topPn_.Dock              = System.Windows.Forms.DockStyle.Top;
     topPn_.DockPadding.Left  = 4;
     topPn_.DockPadding.Right = 4;
     topPn_.Location          = new System.Drawing.Point(0, 0);
     topPn_.Name              = "topPn_";
     topPn_.Size              = new System.Drawing.Size(256, 460);
     topPn_.TabIndex          = 1;
     //
     // LocaleSpecifiedCB
     //
     localeSpecifiedCb_.Location        = new System.Drawing.Point(236, 4);
     localeSpecifiedCb_.Name            = "localeSpecifiedCb_";
     localeSpecifiedCb_.Size            = new System.Drawing.Size(16, 24);
     localeSpecifiedCb_.TabIndex        = 16;
     localeSpecifiedCb_.CheckedChanged += new System.EventHandler(LocaleSpecifiedCB_CheckedChanged);
     //
     // LocaleCTRL
     //
     localeCtrl_.Enabled  = false;
     localeCtrl_.Locale   = "";
     localeCtrl_.Location = new System.Drawing.Point(132, 4);
     localeCtrl_.Name     = "localeCtrl_";
     localeCtrl_.Size     = new System.Drawing.Size(96, 24);
     localeCtrl_.TabIndex = 15;
     //
     // LocaleLB
     //
     localeLb_.Location  = new System.Drawing.Point(4, 4);
     localeLb_.Name      = "localeLb_";
     localeLb_.Size      = new System.Drawing.Size(128, 23);
     localeLb_.TabIndex  = 14;
     localeLb_.Text      = "Locale";
     localeLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ClientHandleCB
     //
     clientHandleCb_.Checked    = true;
     clientHandleCb_.CheckState = System.Windows.Forms.CheckState.Checked;
     clientHandleCb_.Location   = new System.Drawing.Point(132, 76);
     clientHandleCb_.Name       = "clientHandleCb_";
     clientHandleCb_.Size       = new System.Drawing.Size(96, 24);
     clientHandleCb_.TabIndex   = 5;
     //
     // ItemPathCB
     //
     itemPathCb_.Checked    = true;
     itemPathCb_.CheckState = System.Windows.Forms.CheckState.Checked;
     itemPathCb_.Location   = new System.Drawing.Point(132, 52);
     itemPathCb_.Name       = "itemPathCb_";
     itemPathCb_.Size       = new System.Drawing.Size(96, 24);
     itemPathCb_.TabIndex   = 3;
     //
     // ItemNameCB
     //
     itemNameCb_.Checked    = true;
     itemNameCb_.CheckState = System.Windows.Forms.CheckState.Checked;
     itemNameCb_.Location   = new System.Drawing.Point(132, 28);
     itemNameCb_.Name       = "itemNameCb_";
     itemNameCb_.Size       = new System.Drawing.Size(96, 24);
     itemNameCb_.TabIndex   = 1;
     //
     // DiagnosticInfoCB
     //
     diagnosticInfoCb_.Checked    = true;
     diagnosticInfoCb_.CheckState = System.Windows.Forms.CheckState.Checked;
     diagnosticInfoCb_.Location   = new System.Drawing.Point(132, 148);
     diagnosticInfoCb_.Name       = "diagnosticInfoCb_";
     diagnosticInfoCb_.Size       = new System.Drawing.Size(96, 24);
     diagnosticInfoCb_.TabIndex   = 13;
     //
     // ErrorTextCB
     //
     errorTextCb_.Checked    = true;
     errorTextCb_.CheckState = System.Windows.Forms.CheckState.Checked;
     errorTextCb_.Location   = new System.Drawing.Point(132, 124);
     errorTextCb_.Name       = "errorTextCb_";
     errorTextCb_.Size       = new System.Drawing.Size(96, 24);
     errorTextCb_.TabIndex   = 11;
     //
     // ClientHandleLB
     //
     clientHandleLb_.Location  = new System.Drawing.Point(4, 76);
     clientHandleLb_.Name      = "clientHandleLb_";
     clientHandleLb_.Size      = new System.Drawing.Size(128, 23);
     clientHandleLb_.TabIndex  = 4;
     clientHandleLb_.Text      = "Return Client Handle";
     clientHandleLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // DiagnosticInfoLB
     //
     diagnosticInfoLb_.Location  = new System.Drawing.Point(4, 148);
     diagnosticInfoLb_.Name      = "diagnosticInfoLb_";
     diagnosticInfoLb_.Size      = new System.Drawing.Size(128, 23);
     diagnosticInfoLb_.TabIndex  = 12;
     diagnosticInfoLb_.Text      = "Return Diagnostic Info";
     diagnosticInfoLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ErrorTextLB
     //
     errorTextLb_.Location  = new System.Drawing.Point(4, 124);
     errorTextLb_.Name      = "errorTextLb_";
     errorTextLb_.Size      = new System.Drawing.Size(128, 23);
     errorTextLb_.TabIndex  = 10;
     errorTextLb_.Text      = "Return Error Text";
     errorTextLb_.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // OptionsEditDlg
     //
     AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     ClientSize        = new System.Drawing.Size(256, 206);
     Controls.Add(buttonsPn_);
     Controls.Add(topPn_);
     Name          = "OptionsEditDlg";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Text          = "Edit Options";
     buttonsPn_.ResumeLayout(false);
     topPn_.ResumeLayout(false);
     ResumeLayout(false);
 }