Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 public void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCommandHelp));
     this.cdgHelp = new System.Windows.Forms.MSComDlg.CommonDialog();
     this.txtSoftCommandName = new System.Windows.Forms.VB.TextBox();
     this.txtAliases = new System.Windows.Forms.VB.TextBox();
     this.txtSyntax = new System.Windows.Forms.VB.TextBox();
     this.txtOneLineDescription = new System.Windows.Forms.VB.TextBox();
     this.txtHelpFile = new System.Windows.Forms.VB.TextBox();
     this.txtHelpTopic = new System.Windows.Forms.VB.TextBox();
     this.txtLongDescription = new System.Windows.Forms.VB.TextBox();
     this.txtComments = new System.Windows.Forms.VB.TextBox();
     this.txtSeeAlso = new System.Windows.Forms.VB.TextBox();
     this.txtExamples = new System.Windows.Forms.VB.TextBox();
     this.chkIsInline = new System.Windows.Forms.VB.CheckBox();
     this.picTH = new System.Windows.Forms.VB.PictureBox();
     this.lblSoftCommandName = new System.Windows.Forms.VB.Label();
     this.lblAliases = new System.Windows.Forms.VB.Label();
     this.lblSyntax = new System.Windows.Forms.VB.Label();
     this.lblOneLineDescription = new System.Windows.Forms.VB.Label();
     this.lblHelpFile = new System.Windows.Forms.VB.Label();
     this.lblHelpTopic = new System.Windows.Forms.VB.Label();
     this.lblLongDescription = new System.Windows.Forms.VB.Label();
     this.lblComments = new System.Windows.Forms.VB.Label();
     this.lblSeeAlso = new System.Windows.Forms.VB.Label();
     this.lblExamples = new System.Windows.Forms.VB.Label();
     this.lblIsInline = new System.Windows.Forms.VB.Label();
     this.mnuFileExit = new System.Windows.Forms.VB.Menu();
     this.mnuFirst = new System.Windows.Forms.VB.Menu();
     this.mnuPrevious = new System.Windows.Forms.VB.Menu();
     this.mnu} // = new System.Windows.Forms.VB.Menu();
Esempio n. 2
0
			public void cmdOkay_Click()
			{
				FieldName = Trim$(FieldName);

				if ( Len(FieldName) = 0 )
				{;
				MsgBox "Please enter a name before pressing 'OK'", vbInformation;
				return;
				}
				else
				{if ( lstType.ListIndex < 0 )
				{;
				MsgBox "Please select a field type before pressing 'OK'", vbInformation;
				return;
			}
Esempio n. 3
0
			public void txtLength_Change()
			{
				if ( CStr(Val(txtLength)) <> txtLength )
				{;
				if ( Val(txtLength) < 1 )
				{;
				txtLength = "1";
				}
				else
				{if ( Val(txtLength) > 255 )
				{;
				txtLength = "255";
				}
				else
				{;
				txtLength = CStr(Val(txtLength));
			}
		}
}
Esempio n. 4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmFindReplace));
            this.cmdReplaceAll = new System.Windows.Forms.VB.CommandButton();
            this.cmdReplace = new System.Windows.Forms.VB.CommandButton();
            this.chkUsePatternMatching = new System.Windows.Forms.VB.CheckBox();
            this.chkMatchCase = new System.Windows.Forms.VB.CheckBox();
            this.chkFindWholeWordOnly = new System.Windows.Forms.VB.CheckBox();
            this.cboDirection = new System.Windows.Forms.VB.ComboBox();
            this.txtFind = new System.Windows.Forms.VB.TextBox();
            this.cmdOK = new System.Windows.Forms.VB.CommandButton();
            this.cmdCancel = new System.Windows.Forms.VB.CommandButton();
            this.txtReplace = new System.Windows.Forms.VB.TextBox();
            this.Frame1 = new System.Windows.Forms.VB.Frame();
            this.optSearchArea3 = new System.Windows.Forms.VB.OptionButton();
            this.optSearchArea2 = new System.Windows.Forms.VB.OptionButton();
            this.optSearchArea1 = new System.Windows.Forms.VB.OptionButton();
            this.optSearchArea0 = new System.Windows.Forms.VB.OptionButton();
            this.lblLabels2 = new System.Windows.Forms.VB.Label();
            this.lblLabels0 = new System.Windows.Forms.VB.Label();
            this.lblLabels1 = new System.Windows.Forms.VB.Label();
            this.SuspendLayout();
            this.Frame1.SuspendLayout();
            //
            // cmdReplaceAll
            //
            this.cmdReplaceAll.Name = "cmdReplaceAll";
            this.cmdReplaceAll.Text = "Replace &All";
            this.cmdReplaceAll.Size = new System.Drawing.Size(76, 26);
            this.cmdReplaceAll.Location = new System.Drawing.Point(361, 98);
            this.cmdReplaceAll.TabIndex = 13;
            //
            // cmdReplace
            //
            this.cmdReplace.Name = "cmdReplace";
            this.cmdReplace.Text = "&Replace";
            this.cmdReplace.Size = new System.Drawing.Size(76, 26);
            this.cmdReplace.Location = new System.Drawing.Point(361, 70);
            this.cmdReplace.TabIndex = 12;
            //
            // chkUsePatternMatching
            //
            this.chkUsePatternMatching.Name = "chkUsePatternMatching";
            this.chkUsePatternMatching.Text = "&Use Pattern Matching";
            this.chkUsePatternMatching.Size = new System.Drawing.Size(138, 19);
            this.chkUsePatternMatching.Location = new System.Drawing.Point(121, 128);
            this.chkUsePatternMatching.TabIndex = 9;
            this.chkUsePatternMatching.Visible = false;
            //
            // chkMatchCase
            //
            this.chkMatchCase.Name = "chkMatchCase";
            this.chkMatchCase.Text = "Match Ca&se";
            this.chkMatchCase.Size = new System.Drawing.Size(138, 19);
            this.chkMatchCase.Location = new System.Drawing.Point(121, 110);
            this.chkMatchCase.TabIndex = 8;
            this.chkMatchCase. = Both;
            //
            // chkFindWholeWordOnly
            //
            this.chkFindWholeWordOnly.Name = "chkFindWholeWordOnly";
            this.chkFindWholeWordOnly.Text = "Find Whole World &Only";
            this.chkFindWholeWordOnly.Size = new System.Drawing.Size(138, 19);
            this.chkFindWholeWordOnly.Location = new System.Drawing.Point(121, 94);
            this.chkFindWholeWordOnly.TabIndex = 7;
            this.chkFindWholeWordOnly.Visible = false;
            //
            // cboDirection
            //
            this.cboDirection.Name = "cboDirection";
            this.cboDirection.Size = new System.Drawing.Size(57, 21);
//            this.cboDirection.ItemData = "frmFindReplace.frx":0442;
            this.cboDirection.Location = new System.Drawing.Point(182, 68);
//            this.cboDirection.List = "frmFindReplace.frx":044F;
            this.cboDirection.TabIndex = 6;
            this.cboDirection.Visible = false;
            //
            // txtFind
            //
            this.txtFind.Name = "txtFind";
            this.txtFind.Size = new System.Drawing.Size(269, 23);
            this.txtFind.Location = new System.Drawing.Point(83, 5);
            this.txtFind.TabIndex = 1;
            //
            // cmdOK
            //
            this.cmdOK.Name = "cmdOK";
            this.cmdOK.Text = "Find &Next";
            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOK.Size = new System.Drawing.Size(76, 26);
            this.cmdOK.Location = new System.Drawing.Point(361, 5);
            this.cmdOK.TabIndex = 10;
            //
            // cmdCancel
            //
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Text = "Cancel";
            this.cmdCancel.Size = new System.Drawing.Size(76, 26);
            this.cmdCancel.Location = new System.Drawing.Point(361, 33);
            this.cmdCancel.TabIndex = 11;
            //
            // txtReplace
            //
            this.txtReplace.Name = "txtReplace";
            this.txtReplace.Size = new System.Drawing.Size(269, 23);
            this.txtReplace.Location = new System.Drawing.Point(83, 33);
            this.txtReplace.TabIndex = 2;
            //
            // Frame1
            //
            this.Frame1.Name = "Frame1";
            this.Frame1.Text = " Search ";
            this.Frame1.Size = new System.Drawing.Size(114, 91);
            this.Frame1.Location = new System.Drawing.Point(2, 55);
            this.Frame1.TabIndex = 16;
            this.Frame1.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                        this.optSearchArea3,
                        this.optSearchArea2,
                        this.optSearchArea1,
                        this.optSearchArea0
            });
            //
            // optSearchArea3
            //
            this.optSearchArea3.Name = "optSearchArea3";
            this.optSearchArea3.Text = "Current &Database";
            this.optSearchArea3.Size = new System.Drawing.Size(106, 13);
            this.optSearchArea3.Location = new System.Drawing.Point(5, 71);
            this.optSearchArea3.TabIndex = 17;
            //
            // optSearchArea2
            //
            this.optSearchArea2.Name = "optSearchArea2";
            this.optSearchArea2.Text = "Current &Category";
            this.optSearchArea2.Size = new System.Drawing.Size(106, 13);
            this.optSearchArea2.Location = new System.Drawing.Point(5, 53);
            this.optSearchArea2.TabIndex = 5;
            //
            // optSearchArea1
            //
            this.optSearchArea1.Name = "optSearchArea1";
            this.optSearchArea1.Text = "Current &Template";
            this.optSearchArea1.Size = new System.Drawing.Size(106, 13);
            this.optSearchArea1.Location = new System.Drawing.Point(5, 35);
            this.optSearchArea1.TabIndex = 4;
            this.optSearchArea1. = Both;
            //
            // optSearchArea0
            //
            this.optSearchArea0.Name = "optSearchArea0";
            this.optSearchArea0.Text = "Current &Pane";
            this.optSearchArea0.Size = new System.Drawing.Size(85, 13);
            this.optSearchArea0.Location = new System.Drawing.Point(5, 18);
            this.optSearchArea0.TabIndex = 3;
            //
            // lblLabels2
            //
            this.lblLabels2.Name = "lblLabels2";
            this.lblLabels2.Text = "&Direction:";
            this.lblLabels2.Size = new System.Drawing.Size(45, 13);
            this.lblLabels2.Location = new System.Drawing.Point(124, 70);
            this.lblLabels2.TabIndex = 15;
            this.lblLabels2.Visible = false;
            //
            // lblLabels0
            //
            this.lblLabels0.Name = "lblLabels0";
            this.lblLabels0.Text = "&Find What:";
            this.lblLabels0.Size = new System.Drawing.Size(72, 18);
            this.lblLabels0.Location = new System.Drawing.Point(10, 9);
            this.lblLabels0.TabIndex = 0;
            //
            // lblLabels1
            //
            this.lblLabels1.Name = "lblLabels1";
            this.lblLabels1.Text = "Replace &With:";
            this.lblLabels1.Size = new System.Drawing.Size(72, 18);
            this.lblLabels1.Location = new System.Drawing.Point(10, 37);
            this.lblLabels1.TabIndex = 14;
            //
            // frmFindReplace
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.cmdReplaceAll,
                  this.cmdReplace,
                  this.chkUsePatternMatching,
                  this.chkMatchCase,
                  this.chkFindWholeWordOnly,
                  this.cboDirection,
                  this.txtFind,
                  this.cmdOK,
                  this.cmdCancel,
                  this.txtReplace,
                  this.Frame1,
                  this.lblLabels2,
                  this.lblLabels0,
                  this.lblLabels1
            });
            this.Name = "frmFindReplace";
            this.Frame1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Esempio n. 5
0
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				this.cmdDone = new System.Windows.Forms.VB.CommandButton();
				this.txtInvoiceNumber = new System.Windows.Forms.VB.TextBox();
				this.cmdStepTwo = new System.Windows.Forms.VB.CommandButton();
				this.cmdStepOne = new System.Windows.Forms.VB.CommandButton();
				this.inetRegister0 = new System.Windows.Forms.InetCtlsObjects.Inet();
				this.lblInvoiceNumber = new System.Windows.Forms.VB.Label();
				this.SuspendLayout();
				//
				// cmdDone
				//
				this.cmdDone.Name = "cmdDone";
				this.cmdDone.Text = "Done";
				this.cmdDone.Size = new System.Drawing.Size(257, 35);
				this.cmdDone.Location = new System.Drawing.Point(2, 124);
				this.cmdDone.TabIndex = 3;
				//
				// txtInvoiceNumber
				//
				this.txtInvoiceNumber.Name = "txtInvoiceNumber";
				this.txtInvoiceNumber.Size = new System.Drawing.Size(147, 20);
				this.txtInvoiceNumber.Location = new System.Drawing.Point(108, 52);
				this.txtInvoiceNumber.TabIndex = 1;
//				this.txtInvoiceNumber.ToolTipText = "Enter the Invoice number given to you during step 1 here.";
				//
				// cmdStepTwo
				//
				this.cmdStepTwo.Name = "cmdStepTwo";
				this.cmdStepTwo.Text = "Step 2: Inform Central Server of Invoice Number";
				this.cmdStepTwo.Enabled = false;
				this.cmdStepTwo.Size = new System.Drawing.Size(257, 35);
				this.cmdStepTwo.Location = new System.Drawing.Point(2, 84);
				this.cmdStepTwo.TabIndex = 2;
				//
				// cmdStepOne
				//
				this.cmdStepOne.Name = "cmdStepOne";
				this.cmdStepOne.Text = "Step 1: Secure Ordering / Payment Online";
				this.cmdStepOne.Size = new System.Drawing.Size(257, 35);
				this.cmdStepOne.Location = new System.Drawing.Point(2, 2);
				this.cmdStepOne.TabIndex = 0;
				//
				// inetRegister0
				//
				this.inetRegister0.Name = "inetRegister0";
				this.inetRegister0.Location = new System.Drawing.Point(214, 10);
//				this.inetRegister0.Protocol = 4;
//				this.inetRegister0.RequestTimeout = 100;
				//
				// lblInvoiceNumber
				//
				this.lblInvoiceNumber.Name = "lblInvoiceNumber";
				this.lblInvoiceNumber.TextAlign = System.Drawing.ContentAlignment.TopRight;
				this.lblInvoiceNumber.Text = "Invoice Number from Step 1:";
				this.lblInvoiceNumber.Size = new System.Drawing.Size(83, 26);
				this.lblInvoiceNumber.Location = new System.Drawing.Point(14, 48);
				this.lblInvoiceNumber.TabIndex = 4;
				//
				// frmRegister
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.cmdDone,
				      this.txtInvoiceNumber,
				      this.cmdStepTwo,
				      this.cmdStepOne,
				      this.inetRegister0,
				      this.lblInvoiceNumber
				});
				this.Name = "frmRegister";
				this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
				this.Text = "Slice and Dice Online Registration";
				this.ClientSize = new System.Drawing.Size(261, 165);
				this.MaximizeBox = false;
				this.MinimizeBox = false;
				this.ShowInTaskbar = false;
				this.ResumeLayout(false);
			}
Esempio n. 6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.txtUserName5 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword5 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName4 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword4 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName0 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword1 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName1 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword0 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword3 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName3 = new System.Windows.Forms.VB.TextBox();
            this.txtPassword2 = new System.Windows.Forms.VB.TextBox();
            this.txtUserName2 = new System.Windows.Forms.VB.TextBox();
            this.cmdOK        = new System.Windows.Forms.VB.CommandButton();
            this.cmdCancel    = new System.Windows.Forms.VB.CommandButton();
            this.lblLabels11  = new System.Windows.Forms.VB.Label();
            this.lblLabels10  = new System.Windows.Forms.VB.Label();
            this.lblLabels9   = new System.Windows.Forms.VB.Label();
            this.lblLabels8   = new System.Windows.Forms.VB.Label();
            this.lblLabels7   = new System.Windows.Forms.VB.Label();
            this.lblLabels6   = new System.Windows.Forms.VB.Label();
            this.lblLabels5   = new System.Windows.Forms.VB.Label();
            this.lblLabels4   = new System.Windows.Forms.VB.Label();
            this.lblLabels0   = new System.Windows.Forms.VB.Label();
            this.lblLabels3   = new System.Windows.Forms.VB.Label();
            this.lblLabels2   = new System.Windows.Forms.VB.Label();
            this.lblLabels1   = new System.Windows.Forms.VB.Label();
            this.SuspendLayout();
            //
            // txtUserName5
            //
            this.txtUserName5.Name     = "txtUserName5";
            this.txtUserName5.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName5.Location = new System.Drawing.Point(10, 54);
            this.txtUserName5.TabIndex = 24;
            //
            // txtPassword5
            //
            this.txtPassword5.Name     = "txtPassword5";
            this.txtPassword5.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword5.Location = new System.Drawing.Point(476, 54);
            this.txtPassword5.TabIndex = 21;
            //
            // txtUserName4
            //
            this.txtUserName4.Name     = "txtUserName4";
            this.txtUserName4.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName4.Location = new System.Drawing.Point(320, 54);
            this.txtUserName4.TabIndex = 20;
            //
            // txtPassword4
            //
            this.txtPassword4.Name     = "txtPassword4";
            this.txtPassword4.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword4.Location = new System.Drawing.Point(165, 54);
            this.txtPassword4.TabIndex = 18;
            //
            // txtUserName0
            //
            this.txtUserName0.Name     = "txtUserName0";
            this.txtUserName0.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName0.Location = new System.Drawing.Point(10, 10);
            this.txtUserName0.TabIndex = 12;
            this.txtUserName0.Text     = "Sequence from Server";
            //
            // txtPassword1
            //
            this.txtPassword1.Name     = "txtPassword1";
            this.txtPassword1.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword1.Location = new System.Drawing.Point(476, 10);
            this.txtPassword1.TabIndex = 9;
            this.txtPassword1.Text     = "Fx(Local Generated)";
            //
            // txtUserName1
            //
            this.txtUserName1.Name     = "txtUserName1";
            this.txtUserName1.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName1.Location = new System.Drawing.Point(320, 10);
            this.txtUserName1.TabIndex = 8;
            this.txtUserName1.Text     = "Checksum";
            //
            // txtPassword0
            //
            this.txtPassword0.Name     = "txtPassword0";
            this.txtPassword0.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword0.Location = new System.Drawing.Point(165, 10);
            this.txtPassword0.TabIndex = 6;
            this.txtPassword0.Text     = "Random";
            //
            // txtPassword3
            //
            this.txtPassword3.Name     = "txtPassword3";
            this.txtPassword3.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword3.Location = new System.Drawing.Point(476, 98);
            this.txtPassword3.TabIndex = 5;
            //
            // txtUserName3
            //
            this.txtUserName3.Name     = "txtUserName3";
            this.txtUserName3.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName3.Location = new System.Drawing.Point(320, 98);
            this.txtUserName3.TabIndex = 4;
            //
            // txtPassword2
            //
            this.txtPassword2.Name     = "txtPassword2";
            this.txtPassword2.Size     = new System.Drawing.Size(155, 23);
            this.txtPassword2.Location = new System.Drawing.Point(165, 98);
            this.txtPassword2.TabIndex = 3;
            //
            // txtUserName2
            //
            this.txtUserName2.Name     = "txtUserName2";
            this.txtUserName2.Size     = new System.Drawing.Size(155, 23);
            this.txtUserName2.Location = new System.Drawing.Point(10, 98);
            this.txtUserName2.TabIndex = 2;
            //
            // cmdOK
            //
            this.cmdOK.Name         = "cmdOK";
            this.cmdOK.Text         = "OK";
            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOK.Size         = new System.Drawing.Size(76, 26);
            this.cmdOK.Location     = new System.Drawing.Point(8, 150);
            this.cmdOK.TabIndex     = 0;
            //
            // cmdCancel
            //
            this.cmdCancel.Name         = "cmdCancel";
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Text         = "Cancel";
            this.cmdCancel.Size         = new System.Drawing.Size(76, 26);
            this.cmdCancel.Location     = new System.Drawing.Point(86, 150);
            this.cmdCancel.TabIndex     = 1;
            //
            // lblLabels11
            //
            this.lblLabels11.Name     = "lblLabels11";
            this.lblLabels11.Text     = "Rep Public ID";
            this.lblLabels11.Size     = new System.Drawing.Size(66, 13);
            this.lblLabels11.Location = new System.Drawing.Point(10, 80);
            this.lblLabels11.TabIndex = 25;
            //
            // lblLabels10
            //
            this.lblLabels10.Name     = "lblLabels10";
            this.lblLabels10.Text     = "Rep Remote Confirmation";
            this.lblLabels10.Size     = new System.Drawing.Size(121, 13);
            this.lblLabels10.Location = new System.Drawing.Point(476, 80);
            this.lblLabels10.TabIndex = 23;
            //
            // lblLabels9
            //
            this.lblLabels9.Name     = "lblLabels9";
            this.lblLabels9.Text     = "Rep Remote Generated";
            this.lblLabels9.Size     = new System.Drawing.Size(113, 13);
            this.lblLabels9.Location = new System.Drawing.Point(320, 80);
            this.lblLabels9.TabIndex = 22;
            //
            // lblLabels8
            //
            this.lblLabels8.Name     = "lblLabels8";
            this.lblLabels8.Text     = "Rep Local Generated";
            this.lblLabels8.Size     = new System.Drawing.Size(102, 13);
            this.lblLabels8.Location = new System.Drawing.Point(165, 80);
            this.lblLabels8.TabIndex = 19;
            //
            // lblLabels7
            //
            this.lblLabels7.Name     = "lblLabels7";
            this.lblLabels7.Text     = "Team Public ID";
            this.lblLabels7.Size     = new System.Drawing.Size(73, 13);
            this.lblLabels7.Location = new System.Drawing.Point(10, 124);
            this.lblLabels7.TabIndex = 17;
            //
            // lblLabels6
            //
            this.lblLabels6.Name     = "lblLabels6";
            this.lblLabels6.Text     = "Team Remote Confirmation";
            this.lblLabels6.Size     = new System.Drawing.Size(128, 13);
            this.lblLabels6.Location = new System.Drawing.Point(476, 124);
            this.lblLabels6.TabIndex = 16;
            //
            // lblLabels5
            //
            this.lblLabels5.Name     = "lblLabels5";
            this.lblLabels5.Text     = "Team Remote Generated";
            this.lblLabels5.Size     = new System.Drawing.Size(120, 13);
            this.lblLabels5.Location = new System.Drawing.Point(320, 124);
            this.lblLabels5.TabIndex = 15;
            //
            // lblLabels4
            //
            this.lblLabels4.Name     = "lblLabels4";
            this.lblLabels4.Text     = "Team Local Generated";
            this.lblLabels4.Size     = new System.Drawing.Size(109, 13);
            this.lblLabels4.Location = new System.Drawing.Point(165, 124);
            this.lblLabels4.TabIndex = 14;
            //
            // lblLabels0
            //
            this.lblLabels0.Name     = "lblLabels0";
            this.lblLabels0.Text     = "SHPC Public ID";
            this.lblLabels0.Size     = new System.Drawing.Size(75, 13);
            this.lblLabels0.Location = new System.Drawing.Point(10, 36);
            this.lblLabels0.TabIndex = 13;
            //
            // lblLabels3
            //
            this.lblLabels3.Name     = "lblLabels3";
            this.lblLabels3.Text     = "SHPC Remote Confirmation";
            this.lblLabels3.Size     = new System.Drawing.Size(130, 13);
            this.lblLabels3.Location = new System.Drawing.Point(476, 36);
            this.lblLabels3.TabIndex = 11;
            //
            // lblLabels2
            //
            this.lblLabels2.Name     = "lblLabels2";
            this.lblLabels2.Text     = "SHPC Remote Generated";
            this.lblLabels2.Size     = new System.Drawing.Size(122, 13);
            this.lblLabels2.Location = new System.Drawing.Point(320, 36);
            this.lblLabels2.TabIndex = 10;
            //
            // lblLabels1
            //
            this.lblLabels1.Name     = "lblLabels1";
            this.lblLabels1.Text     = "SHPC Local Generated";
            this.lblLabels1.Size     = new System.Drawing.Size(111, 13);
            this.lblLabels1.Location = new System.Drawing.Point(165, 36);
            this.lblLabels1.TabIndex = 7;
            //
            // frmLogin
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.txtUserName5,
                this.txtPassword5,
                this.txtUserName4,
                this.txtPassword4,
                this.txtUserName0,
                this.txtPassword1,
                this.txtUserName1,
                this.txtPassword0,
                this.txtPassword3,
                this.txtUserName3,
                this.txtPassword2,
                this.txtUserName2,
                this.cmdOK,
                this.cmdCancel,
                this.lblLabels11,
                this.lblLabels10,
                this.lblLabels9,
                this.lblLabels8,
                this.lblLabels7,
                this.lblLabels6,
                this.lblLabels5,
                this.lblLabels4,
                this.lblLabels0,
                this.lblLabels3,
                this.lblLabels2,
                this.lblLabels1
            });
            this.Name            = "frmLogin";
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Text            = "Thank you for considering registration of Slice and Dice.";
            this.ClientSize      = new System.Drawing.Size(636, 183);
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
////				this.ScaleMode = 0;
            this.ShowInTaskbar = false;
            this.ResumeLayout(false);
        }
Esempio n. 7
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.txtDataPaste = new System.Windows.Forms.VB.TextBox();
            this.cmdRemove = new System.Windows.Forms.VB.CommandButton();
            this.lstDataToPost = new System.Windows.Forms.VB.ListBox();
            this.cmdAdd = new System.Windows.Forms.VB.CommandButton();
            this.cmdCancel = new System.Windows.Forms.VB.CommandButton();
            this.cmdOkay = new System.Windows.Forms.VB.CommandButton();
            this.txtObjectToActivate = new System.Windows.Forms.VB.TextBox();
            this.txtAltURL = new System.Windows.Forms.VB.TextBox();
            this.txtURL = new System.Windows.Forms.VB.TextBox();
            this.lblDataToPost = new System.Windows.Forms.VB.Label();
            this.lblObjectToActivate = new System.Windows.Forms.VB.Label();
            this.lblAltURL = new System.Windows.Forms.VB.Label();
            this.lblURL = new System.Windows.Forms.VB.Label();
            this.SuspendLayout();
            //
            // txtDataPaste
            //
            this.txtDataPaste.Name = "txtDataPaste";
            this.txtDataPaste.Size = new System.Drawing.Size(366, 20);
            this.txtDataPaste.Location = new System.Drawing.Point(139, 227);
            this.txtDataPaste.TabIndex = 12;
            //
            // cmdRemove
            //
            this.cmdRemove.Name = "cmdRemove";
            this.cmdRemove.Text = "-";
            this.cmdRemove.Font = new System.Drawing.Font("MS Sans Serif",12F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.cmdRemove.Size = new System.Drawing.Size(19, 60);
            this.cmdRemove.Location = new System.Drawing.Point(121, 168);
            this.cmdRemove.TabIndex = 11;
//            this.cmdRemove.ToolTipText = "Remove the currently selected entry from the list";
            //
            // lstDataToPost
            //
            this.lstDataToPost.Name = "lstDataToPost";
            this.lstDataToPost.Size = new System.Drawing.Size(366, 121);
//            this.lstDataToPost.IntegralHeight = 0;
//            this.lstDataToPost.ItemData = "frmAutoWebURLEntry.frx":0000;
            this.lstDataToPost.Location = new System.Drawing.Point(139, 106);
//            this.lstDataToPost.List = "frmAutoWebURLEntry.frx":0002;
            this.lstDataToPost.TabIndex = 10;
            //
            // cmdAdd
            //
            this.cmdAdd.Name = "cmdAdd";
            this.cmdAdd.Text = "+";
            this.cmdAdd.Font = new System.Drawing.Font("MS Sans Serif",12F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.cmdAdd.Size = new System.Drawing.Size(19, 60);
            this.cmdAdd.Location = new System.Drawing.Point(121, 107);
            this.cmdAdd.TabIndex = 9;
//            this.cmdAdd.ToolTipText = "Add a new entry to the list";
            //
            // cmdCancel
            //
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Text = "&Cancel";
            this.cmdCancel.Size = new System.Drawing.Size(81, 33);
            this.cmdCancel.Location = new System.Drawing.Point(1, 194);
            this.cmdCancel.TabIndex = 8;
            //
            // cmdOkay
            //
            this.cmdOkay.Name = "cmdOkay";
            this.cmdOkay.Text = "&Okay";
            this.cmdOkay.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOkay.Size = new System.Drawing.Size(81, 33);
            this.cmdOkay.Location = new System.Drawing.Point(1, 158);
            this.cmdOkay.TabIndex = 7;
            //
            // txtObjectToActivate
            //
            this.txtObjectToActivate.Name = "txtObjectToActivate";
            this.txtObjectToActivate.Size = new System.Drawing.Size(366, 20);
            this.txtObjectToActivate.Location = new System.Drawing.Point(139, 73);
            this.txtObjectToActivate.TabIndex = 5;
            //
            // txtAltURL
            //
            this.txtAltURL.Name = "txtAltURL";
            this.txtAltURL.Size = new System.Drawing.Size(366, 20);
            this.txtAltURL.Location = new System.Drawing.Point(139, 40);
            this.txtAltURL.TabIndex = 3;
            //
            // txtURL
            //
            this.txtURL.Name = "txtURL";
            this.txtURL.Size = new System.Drawing.Size(366, 20);
            this.txtURL.Location = new System.Drawing.Point(139, 6);
            this.txtURL.TabIndex = 1;
            //
            // lblDataToPost
            //
            this.lblDataToPost.Name = "lblDataToPost";
            this.lblDataToPost.Text = "Data To Post";
            this.lblDataToPost.Size = new System.Drawing.Size(80, 32);
            this.lblDataToPost.Location = new System.Drawing.Point(5, 107);
            this.lblDataToPost.TabIndex = 6;
            //
            // lblObjectToActivate
            //
            this.lblObjectToActivate.Name = "lblObjectToActivate";
            this.lblObjectToActivate.Text = "Object To Activate";
            this.lblObjectToActivate.Size = new System.Drawing.Size(124, 32);
            this.lblObjectToActivate.Location = new System.Drawing.Point(5, 73);
            this.lblObjectToActivate.TabIndex = 4;
            //
            // lblAltURL
            //
            this.lblAltURL.Name = "lblAltURL";
            this.lblAltURL.Text = "Alt URL";
            this.lblAltURL.Size = new System.Drawing.Size(80, 32);
            this.lblAltURL.Location = new System.Drawing.Point(4, 39);
            this.lblAltURL.TabIndex = 2;
            //
            // lblURL
            //
            this.lblURL.Name = "lblURL";
            this.lblURL.Text = "URL";
            this.lblURL.Size = new System.Drawing.Size(80, 32);
            this.lblURL.Location = new System.Drawing.Point(5, 7);
            this.lblURL.TabIndex = 0;
            //
            // frmURLEntry
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                  this.txtDataPaste,
                  this.cmdRemove,
                  this.lstDataToPost,
                  this.cmdAdd,
                  this.cmdCancel,
                  this.cmdOkay,
                  this.txtObjectToActivate,
                  this.txtAltURL,
                  this.txtURL,
                  this.lblDataToPost,
                  this.lblObjectToActivate,
                  this.lblAltURL,
                  this.lblURL
            });
            this.Name = "frmURLEntry";
            this.ResumeLayout(false);
        }
Esempio n. 8
0
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				this.chkIncludeSubDirs = new System.Windows.Forms.VB.CheckBox();
				this.txtFilePattern = new System.Windows.Forms.VB.TextBox();
				this.txtStartDir = new System.Windows.Forms.VB.TextBox();
				this.cmdSearch = new System.Windows.Forms.VB.CommandButton();
				this.Label11 = new System.Windows.Forms.VB.Label();
				this.Label10 = new System.Windows.Forms.VB.Label();
				this.SuspendLayout();
				//
				// chkIncludeSubDirs
				//
				this.chkIncludeSubDirs.Name = "chkIncludeSubDirs";
				this.chkIncludeSubDirs.Text = "Include sub-directories";
				this.chkIncludeSubDirs.Enabled = false;
				this.chkIncludeSubDirs.Size = new System.Drawing.Size(201, 21);
				this.chkIncludeSubDirs.Location = new System.Drawing.Point(86, 60);
				this.chkIncludeSubDirs.TabIndex = 5;
				this.chkIncludeSubDirs. = Both;
				//
				// txtFilePattern
				//
				this.txtFilePattern.Name = "txtFilePattern";
				this.txtFilePattern.Size = new System.Drawing.Size(85, 19);
				this.txtFilePattern.Location = new System.Drawing.Point(88, 32);
				this.txtFilePattern.TabIndex = 1;
				this.txtFilePattern.Text = "*.*";
//				this.txtFilePattern.ToolTipText = "Enter a pattern to search for (*.* finds everything, etc.)";
				//
				// txtStartDir
				//
				this.txtStartDir.Name = "txtStartDir";
				this.txtStartDir.Size = new System.Drawing.Size(277, 19);
				this.txtStartDir.Location = new System.Drawing.Point(88, 8);
				this.txtStartDir.TabIndex = 0;
//				this.txtStartDir.ToolTipText = "Enter the drive and path to start the search at";
				//
				// cmdSearch
				//
				this.cmdSearch.Name = "cmdSearch";
				this.cmdSearch.DialogResult = System.Windows.Forms.DialogResult.Cancel;
				this.cmdSearch.Text = "&Get File List";
				this.cmdSearch.DialogResult = System.Windows.Forms.DialogResult.OK;
				this.cmdSearch.Size = new System.Drawing.Size(81, 33);
				this.cmdSearch.Location = new System.Drawing.Point(284, 32);
				this.cmdSearch.TabIndex = 2;
				//
				// Label11
				//
				this.Label11.Name = "Label11";
				this.Label11.Text = "File Pattern";
				this.Label11.Size = new System.Drawing.Size(73, 17);
				this.Label11.Location = new System.Drawing.Point(8, 32);
				this.Label11.TabIndex = 4;
				//
				// Label10
				//
				this.Label10.Name = "Label10";
				this.Label10.Text = "Start Directory";
				this.Label10.Size = new System.Drawing.Size(73, 17);
				this.Label10.Location = new System.Drawing.Point(8, 8);
				this.Label10.TabIndex = 3;
				//
				// Search2Form
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.chkIncludeSubDirs,
				      this.txtFilePattern,
				      this.txtStartDir,
				      this.cmdSearch,
				      this.Label11,
				      this.Label10
				});
				this.Name = "Search2Form";
				this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
				this.Text = "Get file list";
				this.ClientSize = new System.Drawing.Size(374, 87);
				this.MaximizeBox = false;
				this.MinimizeBox = false;
				this.ShowInTaskbar = false;
				this.ResumeLayout(false);
			}
Esempio n. 9
0
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmCommandHelp));
				this.cdgHelp = new System.Windows.Forms.MSComDlg.CommonDialog();
				this.txtSoftCommandName = new System.Windows.Forms.VB.TextBox();
				this.txtAliases = new System.Windows.Forms.VB.TextBox();
				this.txtSyntax = new System.Windows.Forms.VB.TextBox();
				this.txtOneLineDescription = new System.Windows.Forms.VB.TextBox();
				this.txtHelpFile = new System.Windows.Forms.VB.TextBox();
				this.txtHelpTopic = new System.Windows.Forms.VB.TextBox();
				this.txtLongDescription = new System.Windows.Forms.VB.TextBox();
				this.txtComments = new System.Windows.Forms.VB.TextBox();
				this.txtSeeAlso = new System.Windows.Forms.VB.TextBox();
				this.txtExamples = new System.Windows.Forms.VB.TextBox();
				this.chkIsInline = new System.Windows.Forms.VB.CheckBox();
				this.picTH = new System.Windows.Forms.VB.PictureBox();
				this.lblSoftCommandName = new System.Windows.Forms.VB.Label();
				this.lblAliases = new System.Windows.Forms.VB.Label();
				this.lblSyntax = new System.Windows.Forms.VB.Label();
				this.lblOneLineDescription = new System.Windows.Forms.VB.Label();
				this.lblHelpFile = new System.Windows.Forms.VB.Label();
				this.lblHelpTopic = new System.Windows.Forms.VB.Label();
				this.lblLongDescription = new System.Windows.Forms.VB.Label();
				this.lblComments = new System.Windows.Forms.VB.Label();
				this.lblSeeAlso = new System.Windows.Forms.VB.Label();
				this.lblExamples = new System.Windows.Forms.VB.Label();
				this.lblIsInline = new System.Windows.Forms.VB.Label();
				this.mnuFileExit = new System.Windows.Forms.VB.Menu();
				this.mnuFirst = new System.Windows.Forms.VB.Menu();
				this.mnuPrevious = new System.Windows.Forms.VB.Menu();
				this.mnuNext = new System.Windows.Forms.VB.Menu();
				this.mnuLast = new System.Windows.Forms.VB.Menu();
				this.mnuFileFind = new System.Windows.Forms.VB.Menu();
				this.mnuChangeCommandSets = new System.Windows.Forms.VB.Menu();
				this.SuspendLayout();
				//
				// cdgHelp
				//
				this.cdgHelp.Name = "cdgHelp";
				this.cdgHelp.Location = new System.Drawing.Point(12, 252);
				//
				// txtSoftCommandName
				//
				this.txtSoftCommandName.Name = "txtSoftCommandName";
				this.txtSoftCommandName.BackColor = System.Drawing.Color.Transparent;
				this.txtSoftCommandName.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtSoftCommandName.CausesValidatio = 0;
				this.txtSoftCommandName.Size = new System.Drawing.Size(440, 16);
				this.txtSoftCommandName.Location = new System.Drawing.Point(70, 20);
				this.txtSoftCommandName.Locked = true;
				this.txtSoftCommandName.TabIndex = 10;
				//
				// txtAliases
				//
				this.txtAliases.Name = "txtAliases";
				this.txtAliases.BackColor = System.Drawing.Color.Transparent;
				this.txtAliases.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtAliases.CausesValidatio = 0;
				this.txtAliases.Size = new System.Drawing.Size(440, 20);
				this.txtAliases.Location = new System.Drawing.Point(70, 40);
				this.txtAliases.Locked = true;
				this.txtAliases.TabIndex = 9;
				//
				// txtSyntax
				//
				this.txtSyntax.Name = "txtSyntax";
				this.txtSyntax.BackColor = System.Drawing.Color.Transparent;
				this.txtSyntax.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtSyntax.CausesValidatio = 0;
				this.txtSyntax.Size = new System.Drawing.Size(440, 20);
				this.txtSyntax.Location = new System.Drawing.Point(70, 60);
				this.txtSyntax.Locked = true;
				this.txtSyntax.TabIndex = 8;
				//
				// txtOneLineDescription
				//
				this.txtOneLineDescription.Name = "txtOneLineDescription";
				this.txtOneLineDescription.BackColor = System.Drawing.Color.Transparent;
				this.txtOneLineDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtOneLineDescription.CausesValidatio = 0;
				this.txtOneLineDescription.Size = new System.Drawing.Size(440, 20);
				this.txtOneLineDescription.Location = new System.Drawing.Point(70, 80);
				this.txtOneLineDescription.Locked = true;
				this.txtOneLineDescription.TabIndex = 7;
				//
				// txtHelpFile
				//
				this.txtHelpFile.Name = "txtHelpFile";
				this.txtHelpFile.BackColor = System.Drawing.Color.Transparent;
				this.txtHelpFile.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtHelpFile.CausesValidatio = 0;
				this.txtHelpFile.Size = new System.Drawing.Size(440, 20);
				this.txtHelpFile.Location = new System.Drawing.Point(70, 100);
				this.txtHelpFile.Locked = true;
				this.txtHelpFile.TabIndex = 6;
				//
				// txtHelpTopic
				//
				this.txtHelpTopic.Name = "txtHelpTopic";
				this.txtHelpTopic.BackColor = System.Drawing.Color.Transparent;
				this.txtHelpTopic.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtHelpTopic.CausesValidatio = 0;
				this.txtHelpTopic.Font = new System.Drawing.Font("MS Sans Serif",8F, ( System.Drawing.FontStyle.Underline ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.txtHelpTopic.Size = new System.Drawing.Size(440, 20);
				this.txtHelpTopic.Location = new System.Drawing.Point(70, 120);
				this.txtHelpTopic.Locked = true;
				this.txtHelpTopic.TabIndex = 5;
				//
				// txtLongDescription
				//
				this.txtLongDescription.Name = "txtLongDescription";
				this.txtLongDescription.BackColor = System.Drawing.Color.Transparent;
				this.txtLongDescription.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtLongDescription.CausesValidatio = 0;
				this.txtLongDescription.Size = new System.Drawing.Size(440, 80);
				this.txtLongDescription.Location = new System.Drawing.Point(70, 140);
				this.txtLongDescription.Locked = true;
//				this.txtLongDescription.MultiLine = -1;
				this.txtLongDescription.TabIndex = 4;
				//
				// txtComments
				//
				this.txtComments.Name = "txtComments";
				this.txtComments.BackColor = System.Drawing.Color.Transparent;
				this.txtComments.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtComments.CausesValidatio = 0;
				this.txtComments.Size = new System.Drawing.Size(440, 80);
				this.txtComments.Location = new System.Drawing.Point(70, 220);
				this.txtComments.Locked = true;
//				this.txtComments.MultiLine = -1;
				this.txtComments.TabIndex = 3;
				//
				// txtSeeAlso
				//
				this.txtSeeAlso.Name = "txtSeeAlso";
				this.txtSeeAlso.BackColor = System.Drawing.Color.Transparent;
				this.txtSeeAlso.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtSeeAlso.CausesValidatio = 0;
				this.txtSeeAlso.Size = new System.Drawing.Size(440, 80);
				this.txtSeeAlso.Location = new System.Drawing.Point(70, 300);
				this.txtSeeAlso.Locked = true;
//				this.txtSeeAlso.MultiLine = -1;
				this.txtSeeAlso.TabIndex = 2;
				//
				// txtExamples
				//
				this.txtExamples.Name = "txtExamples";
				this.txtExamples.BackColor = System.Drawing.Color.Transparent;
				this.txtExamples.BorderStyle = System.Windows.Forms.BorderStyle.None;
//				this.txtExamples.CausesValidatio = 0;
				this.txtExamples.Size = new System.Drawing.Size(440, 80);
				this.txtExamples.Location = new System.Drawing.Point(70, 380);
				this.txtExamples.Locked = true;
//				this.txtExamples.MultiLine = -1;
				this.txtExamples.TabIndex = 1;
				//
				// chkIsInline
				//
				this.chkIsInline.Name = "chkIsInline";
				this.chkIsInline.Text = "This is an Inline command if checked ( ie. %%Command::Parameters%% )";
//				this.chkIsInline.CausesValidatio = 0;
				this.chkIsInline.Enabled = false;
				this.chkIsInline.Font = new System.Drawing.Font("MS Sans Serif",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.chkIsInline.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
				this.chkIsInline.Size = new System.Drawing.Size(458, 20);
				this.chkIsInline.Location = new System.Drawing.Point(70, 0);
				this.chkIsInline.TabIndex = 0;
				//
				// picTH
				//
				this.picTH.Name = "picTH";
				this.picTH.BorderStyle = System.Windows.Forms.BorderStyle.None;
				this.picTH.ForeColor = System.Drawing.Color.FromArgb(-2147483640);
				this.picTH.Size = new System.Drawing.Size(51, 43);
				this.picTH.Location = new System.Drawing.Point(4, 164);
				this.picTH.TabIndex = 22;
				//
				// lblSoftCommandName
				//
				this.lblSoftCommandName.Name = "lblSoftCommandName";
				this.lblSoftCommandName.Text = "Name";
				this.lblSoftCommandName.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblSoftCommandName.Size = new System.Drawing.Size(30, 13);
				this.lblSoftCommandName.Location = new System.Drawing.Point(2, 22);
				this.lblSoftCommandName.TabIndex = 21;
				//
				// lblAliases
				//
				this.lblAliases.Name = "lblAliases";
				this.lblAliases.Text = "Aliases";
				this.lblAliases.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblAliases.Size = new System.Drawing.Size(38, 13);
				this.lblAliases.Location = new System.Drawing.Point(2, 42);
				this.lblAliases.TabIndex = 20;
				//
				// lblSyntax
				//
				this.lblSyntax.Name = "lblSyntax";
				this.lblSyntax.Text = "Syntax";
				this.lblSyntax.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblSyntax.Size = new System.Drawing.Size(36, 13);
				this.lblSyntax.Location = new System.Drawing.Point(2, 62);
				this.lblSyntax.TabIndex = 19;
				//
				// lblOneLineDescription
				//
				this.lblOneLineDescription.Name = "lblOneLineDescription";
				this.lblOneLineDescription.Text = "Summary";
				this.lblOneLineDescription.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblOneLineDescription.Size = new System.Drawing.Size(51, 13);
				this.lblOneLineDescription.Location = new System.Drawing.Point(2, 82);
				this.lblOneLineDescription.TabIndex = 18;
				//
				// lblHelpFile
				//
				this.lblHelpFile.Name = "lblHelpFile";
				this.lblHelpFile.Text = "Help File";
				this.lblHelpFile.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblHelpFile.Size = new System.Drawing.Size(48, 13);
				this.lblHelpFile.Location = new System.Drawing.Point(2, 102);
				this.lblHelpFile.TabIndex = 17;
				//
				// lblHelpTopic
				//
				this.lblHelpTopic.Name = "lblHelpTopic";
				this.lblHelpTopic.Text = "Help Topic";
				this.lblHelpTopic.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblHelpTopic.Size = new System.Drawing.Size(55, 13);
				this.lblHelpTopic.Location = new System.Drawing.Point(2, 122);
				this.lblHelpTopic.TabIndex = 16;
				//
				// lblLongDescription
				//
				this.lblLongDescription.Name = "lblLongDescription";
				this.lblLongDescription.Text = "Description";
				this.lblLongDescription.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblLongDescription.Size = new System.Drawing.Size(60, 13);
				this.lblLongDescription.Location = new System.Drawing.Point(2, 142);
				this.lblLongDescription.TabIndex = 15;
				//
				// lblComments
				//
				this.lblComments.Name = "lblComments";
				this.lblComments.Text = "Comments";
				this.lblComments.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblComments.Size = new System.Drawing.Size(57, 13);
				this.lblComments.Location = new System.Drawing.Point(2, 222);
				this.lblComments.TabIndex = 14;
				//
				// lblSeeAlso
				//
				this.lblSeeAlso.Name = "lblSeeAlso";
				this.lblSeeAlso.Text = "See Also";
				this.lblSeeAlso.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblSeeAlso.Size = new System.Drawing.Size(45, 13);
				this.lblSeeAlso.Location = new System.Drawing.Point(2, 302);
				this.lblSeeAlso.TabIndex = 13;
				//
				// lblExamples
				//
				this.lblExamples.Name = "lblExamples";
				this.lblExamples.Text = "Examples";
				this.lblExamples.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblExamples.Size = new System.Drawing.Size(49, 13);
				this.lblExamples.Location = new System.Drawing.Point(2, 382);
				this.lblExamples.TabIndex = 12;
				//
				// lblIsInline
				//
				this.lblIsInline.Name = "lblIsInline";
				this.lblIsInline.Text = "Is Inline";
				this.lblIsInline.Font = new System.Drawing.Font("Times New Roman",8F, ( System.Drawing.FontStyle.Bold ), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
				this.lblIsInline.Size = new System.Drawing.Size(44, 13);
				this.lblIsInline.Location = new System.Drawing.Point(2, 4);
				this.lblIsInline.TabIndex = 11;
				//
				// mnuFileExit
				//
				this.mnuFileExit.Name = "mnuFileExit";
				this.mnuFileExit.Text = "&X";
				this.mnuFileExit.Enabled = false;
				this.mnuFileExit.Visible = false;
				//
				// mnuFirst
				//
				this.mnuFirst.Name = "mnuFirst";
				this.mnuFirst.Text = "Fi&rst";
				//
				// mnuPrevious
				//
				this.mnuPrevious.Name = "mnuPrevious";
				this.mnuPrevious.Text = "&<<";
				//
				// mnuNext
				//
				this.mnuNext.Name = "mnuNext";
				this.mnuNext.Text = "&>>";
				//
				// mnuLast
				//
				this.mnuLast.Name = "mnuLast";
				this.mnuLast.Text = "&Last";
				//
				// mnuFileFind
				//
				this.mnuFileFind.Name = "mnuFileFind";
				this.mnuFileFind.Text = "&Find";
				//
				// mnuChangeCommandSets
				//
				this.mnuChangeCommandSets.Name = "mnuChangeCommandSets";
				this.mnuChangeCommandSets.Text = "&Command Set";
				this.mnuChangeCommandSets.Enabled = false;
				this.mnuChangeCommandSets.Visible = false;
				//
				// frmCommandHelp
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.cdgHelp,
				      this.txtSoftCommandName,
				      this.txtAliases,
				      this.txtSyntax,
				      this.txtOneLineDescription,
				      this.txtHelpFile,
				      this.txtHelpTopic,
				      this.txtLongDescription,
				      this.txtComments,
				      this.txtSeeAlso,
				      this.txtExamples,
				      this.chkIsInline,
				      this.picTH,
				      this.lblSoftCommandName,
				      this.lblAliases,
				      this.lblSyntax,
				      this.lblOneLineDescription,
				      this.lblHelpFile,
				      this.lblHelpTopic,
				      this.lblLongDescription,
				      this.lblComments,
				      this.lblSeeAlso,
				      this.lblExamples,
				      this.lblIsInline,
				      this.mnuFileExit,
				      this.mnuFirst,
				      this.mnuPrevious,
				      this.mnuNext,
				      this.mnuLast,
				      this.mnuFileFind,
				      this.mnuChangeCommandSets
				});
				this.Name = "frmCommandHelp";
				this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
				this.Text = "Soft Command Reference";
				this.ClientSize = new System.Drawing.Size(507, 459);
				this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
				this.KeyPreview = true;
				this.MaximizeBox = false;
				this.MinimizeBox = false;
				this.ResumeLayout(false);
			}
Esempio n. 10
0
			/// <summary>
			/// Required method for Designer support - do not modify
			/// the contents of this method with the code editor.
			/// </summary>
			public void InitializeComponent()
			{
				this.FieldName = new System.Windows.Forms.VB.TextBox();
				this.cmdCancel = new System.Windows.Forms.VB.CommandButton();
				this.cmdOkay = new System.Windows.Forms.VB.CommandButton();
				this.txtLength = new System.Windows.Forms.VB.TextBox();
				this.lstType = new System.Windows.Forms.VB.ListBox();
				this.Label3 = new System.Windows.Forms.VB.Label();
				this.Label2 = new System.Windows.Forms.VB.Label();
				this.Label1 = new System.Windows.Forms.VB.Label();
				this.SuspendLayout();
				//
				// FieldName
				//
				this.FieldName.Name = "FieldName";
				this.FieldName.Size = new System.Drawing.Size(171, 20);
				this.FieldName.Location = new System.Drawing.Point(4, 18);
				this.FieldName.TabIndex = 0;
				//
				// cmdCancel
				//
				this.cmdCancel.Name = "cmdCancel";
				this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
				this.cmdCancel.Text = "&Cancel";
				this.cmdCancel.Size = new System.Drawing.Size(57, 29);
				this.cmdCancel.Location = new System.Drawing.Point(118, 96);
				this.cmdCancel.TabIndex = 4;
				//
				// cmdOkay
				//
				this.cmdOkay.Name = "cmdOkay";
				this.cmdOkay.Text = "&OK";
				this.cmdOkay.DialogResult = System.Windows.Forms.DialogResult.OK;
				this.cmdOkay.Size = new System.Drawing.Size(57, 29);
				this.cmdOkay.Location = new System.Drawing.Point(118, 60);
				this.cmdOkay.TabIndex = 3;
				//
				// txtLength
				//
				this.txtLength.Name = "txtLength";
				this.txtLength.TextAlign = System.Drawing.ContentAlignment.TopRight;
				this.txtLength.Size = new System.Drawing.Size(107, 20);
				this.txtLength.Location = new System.Drawing.Point(4, 222);
//				this.txtLength.MultiLine = -1;
				this.txtLength.TabIndex = 2;
				this.txtLength.Text = "frmODBCFieldType.frx":0000;
				//
				// lstType
				//
				this.lstType.Name = "lstType";
				this.lstType.Size = new System.Drawing.Size(107, 138);
//				this.lstType.IntegralHeight = 0;
//				this.lstType.ItemData = "frmODBCFieldType.frx":0004;
				this.lstType.Location = new System.Drawing.Point(4, 60);
//				this.lstType.List = "frmODBCFieldType.frx":0026;
				this.lstType.TabIndex = 1;
				//
				// Label3
				//
				this.Label3.Name = "Label3";
				this.Label3.Text = "Field Name:";
				this.Label3.Size = new System.Drawing.Size(56, 13);
				this.Label3.Location = new System.Drawing.Point(4, 0);
				this.Label3.TabIndex = 7;
				//
				// Label2
				//
				this.Label2.Name = "Label2";
				this.Label2.Text = "Field Length:";
				this.Label2.Size = new System.Drawing.Size(61, 13);
				this.Label2.Location = new System.Drawing.Point(4, 204);
				this.Label2.TabIndex = 6;
				//
				// Label1
				//
				this.Label1.Name = "Label1";
				this.Label1.Text = "Field Type:";
				this.Label1.Size = new System.Drawing.Size(52, 13);
				this.Label1.Location = new System.Drawing.Point(4, 44);
				this.Label1.TabIndex = 5;
				//
				// frmODBCFieldType
				//
				this.Controls.AddRange(new System.Windows.Forms.Control[]
				{
				      this.FieldName,
				      this.cmdCancel,
				      this.cmdOkay,
				      this.txtLength,
				      this.lstType,
				      this.Label3,
				      this.Label2,
				      this.Label1
				});
				this.Name = "frmODBCFieldType";
				this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
				this.Text = "Set Field Name, type, size";
				this.ClientSize = new System.Drawing.Size(178, 247);
				this.ControlBox = false;
				this.MaximizeBox = false;
				this.MinimizeBox = false;
				this.ShowInTaskbar = false;
				this.ResumeLayout(false);
			}
Esempio n. 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 public void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmRegisterCodeSnippet));
     this.txtObjectName = new System.Windows.Forms.VB.TextBox();
     this.cmdRemoveAddin = new System.Windows.Forms.VB.CommandButton();
     this.txtLocation = new System.Windows.Forms.VB.TextBox();
     this.cmdAddAddin = new System.Windows.Forms.VB.CommandButton();
     this.Label11 = new System.Windows.Forms.VB.Label();
     this.Label10 = new System.Windows.Forms.VB.Label();
     this.SuspendLayout();
     //
     // txtObjectName
     //
     this.txtObjectName.Name = "txtObjectName";
     this.txtObjectName.Size = new System.Drawing.Size(187, 21);
     this.txtObjectName.Location = new System.Drawing.Point(144, 32);
     this.txtObjectName.TabIndex = 1;
     this.txtObjectName.Text = "SliceAndDice.Wizard";
     //
     // cmdRemoveAddin
     //
     this.cmdRemoveAddin.Name = "cmdRemoveAddin";
     this.cmdRemoveAddin.Text = "Remove from VB5 Add-in list";
     this.cmdRemoveAddin.Size = new System.Drawing.Size(187, 29);
     this.cmdRemoveAddin.Location = new System.Drawing.Point(146, 102);
     this.cmdRemoveAddin.TabIndex = 3;
     //
     // txtLocation
     //
     this.txtLocation.Name = "txtLocation";
     this.txtLocation.Size = new System.Drawing.Size(187, 21);
     this.txtLocation.Location = new System.Drawing.Point(144, 8);
     this.txtLocation.TabIndex = 0;
     this.txtLocation.Text = "c:\windows\vbaddin.ini";
     //
     // cmdAddAddin
     //
     this.cmdAddAddin.Name = "cmdAddAddin";
     this.cmdAddAddin.Text = "Add to VB5 Add-in list";
     this.cmdAddAddin.Size = new System.Drawing.Size(187, 29);
     this.cmdAddAddin.Location = new System.Drawing.Point(146, 62);
     this.cmdAddAddin.TabIndex = 2;
     //
     // Label11
     //
     this.Label11.Name = "Label11";
     this.Label11.Text = "Addin Object Name";
     this.Label11.Size = new System.Drawing.Size(92, 13);
     this.Label11.Location = new System.Drawing.Point(44, 36);
     this.Label11.TabIndex = 5;
     //
     // Label10
     //
     this.Label10.Name = "Label10";
     this.Label10.Text = "Addin list Location";
     this.Label10.Size = new System.Drawing.Size(86, 13);
     this.Label10.Location = new System.Drawing.Point(52, 12);
     this.Label10.TabIndex = 4;
     //
     // frmRegisterCodeSnippet
     //
     this.Controls.AddRange(new System.Windows.Forms.Control[]
     {
           this.txtObjectName,
           this.cmdRemoveAddin,
           this.txtLocation,
           this.cmdAddAddin,
           this.Label11,
           this.Label10
     });
     this.Name = "frmRegisterCodeSnippet";
     this.ResumeLayout(false);
 }
Esempio n. 12
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        public void InitializeComponent()
        {
            this.cmdDecrypt = new System.Windows.Forms.VB.CommandButton();
            this.txtDec     = new System.Windows.Forms.VB.TextBox();
            this.cmdEncrypt = new System.Windows.Forms.VB.CommandButton();
            this.txtOut     = new System.Windows.Forms.VB.TextBox();
            this.txtIn      = new System.Windows.Forms.VB.TextBox();
            this.SuspendLayout();
            //
            // cmdDecrypt
            //
            this.cmdDecrypt.Name     = "cmdDecrypt";
            this.cmdDecrypt.Text     = "&Decrypt";
            this.cmdDecrypt.Size     = new System.Drawing.Size(83, 35);
            this.cmdDecrypt.Location = new System.Drawing.Point(286, 208);
            this.cmdDecrypt.TabIndex = 4;
            //
            // txtDec
            //
            this.txtDec.Name     = "txtDec";
            this.txtDec.Size     = new System.Drawing.Size(279, 177);
            this.txtDec.Location = new System.Drawing.Point(2, 230);
//				this.txtDec.MultiLine = -1;
            this.txtDec.TabIndex = 3;
            //
            // cmdEncrypt
            //
            this.cmdEncrypt.Name     = "cmdEncrypt";
            this.cmdEncrypt.Text     = "&Encrypt";
            this.cmdEncrypt.Size     = new System.Drawing.Size(83, 35);
            this.cmdEncrypt.Location = new System.Drawing.Point(286, 34);
            this.cmdEncrypt.TabIndex = 2;
            //
            // txtOut
            //
            this.txtOut.Name     = "txtOut";
            this.txtOut.Size     = new System.Drawing.Size(279, 177);
            this.txtOut.Location = new System.Drawing.Point(2, 53);
//				this.txtOut.MultiLine = -1;
            this.txtOut.TabIndex = 1;
            //
            // txtIn
            //
            this.txtIn.Name     = "txtIn";
            this.txtIn.Size     = new System.Drawing.Size(279, 51);
            this.txtIn.Location = new System.Drawing.Point(2, 2);
//				this.txtIn.MultiLine = -1;
            this.txtIn.TabIndex = 0;
            this.txtIn.Text     = "TestCrypt.frx" : 0000;
            //
            // Form1
            //
            this.Controls.AddRange(new System.Windows.Forms.Control[]
            {
                this.cmdDecrypt,
                this.txtDec,
                this.cmdEncrypt,
                this.txtOut,
                this.txtIn
            });
            this.Name       = "Form1";
            this.Text       = "Form1";
            this.ClientSize = new System.Drawing.Size(370, 411);
            this.ResumeLayout(false);
        }