Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this._bOK       = new Au.Controls.AuButtonOK();
     this._bCancel   = new Au.Controls.AuButtonCancel();
     this.auLabel1   = new Au.Controls.AuLabel();
     this._eName     = new System.Windows.Forms.TextBox();
     this._code      = new Au.Tools.CodeBox();
     this._toolTip   = new System.Windows.Forms.ToolTip(this.components);
     this.SuspendLayout();
     //
     // _bOK
     //
     this._bOK.Location = new System.Drawing.Point(8, 428);
     this._bOK.Name     = "_bOK";
     this._bOK.Size     = new System.Drawing.Size(152, 24);
     this._bOK.TabIndex = 3;
     this._bOK.Text     = "&OK, copy to clipboard";
     //
     // _bCancel
     //
     this._bCancel.Location = new System.Drawing.Point(168, 428);
     this._bCancel.Name     = "_bCancel";
     this._bCancel.Size     = new System.Drawing.Size(72, 24);
     this._bCancel.TabIndex = 4;
     //
     // auLabel1
     //
     this.auLabel1.AutoSize = true;
     this.auLabel1.Location = new System.Drawing.Point(8, 8);
     this.auLabel1.Name     = "auLabel1";
     this.auLabel1.Size     = new System.Drawing.Size(39, 17);
     this.auLabel1.TabIndex = 0;
     this.auLabel1.Text     = "Name";
     //
     // _eName
     //
     this._eName.Location = new System.Drawing.Point(56, 8);
     this._eName.Name     = "_eName";
     this._eName.Size     = new System.Drawing.Size(688, 23);
     this._eName.TabIndex = 1;
     this._toolTip.SetToolTip(this._eName,
                              "Case-sensitive name of a function, struct, constant, interface, callback.\r\n" +
                              "Use wildcard to specify partial name. Examples: Start*, *End, *AnyPart*.\r\n" +
                              "Or text containing multiple full names. Example: Name1 Name2 Name3.");
     //
     // _code
     //
     this._code.Location            = new System.Drawing.Point(8, 40);
     this._code.Name                = "_code";
     this._code.Size                = new System.Drawing.Size(736, 380);
     this._code.TabIndex            = 2;
     this._code.ZInitReadOnlyAlways = true;
     //
     // _toolTip
     //
     this._toolTip.AutomaticDelay = 100;
     this._toolTip.AutoPopDelay   = 10000;
     //
     // FormWinapi
     //
     this.AcceptButton        = this._bOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this._bCancel;
     this.ClientSize          = new System.Drawing.Size(751, 457);
     this.Controls.Add(this._code);
     this.Controls.Add(this._eName);
     this.Controls.Add(this.auLabel1);
     this.Controls.Add(this._bCancel);
     this.Controls.Add(this._bOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormWinapi";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Find Windows API declaration";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components  = new System.ComponentModel.Container();
     this._tSkip      = new System.Windows.Forms.TextBox();
     this.auLabel1    = new Au.Controls.AuLabel();
     this._bOK        = new Au.Controls.AuButtonOK();
     this._bCancel    = new Au.Controls.AuButtonCancel();
     this._toolTip    = new System.Windows.Forms.ToolTip(this.components);
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this._cbSearchIn = new System.Windows.Forms.ComboBox();
     this.auLabel2    = new Au.Controls.AuLabel();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // _tSkip
     //
     this._tSkip.AcceptsReturn = true;
     this._tSkip.Location      = new System.Drawing.Point(8, 80);
     this._tSkip.Multiline     = true;
     this._tSkip.Name          = "_tSkip";
     this._tSkip.ScrollBars    = System.Windows.Forms.ScrollBars.Both;
     this._tSkip.Size          = new System.Drawing.Size(296, 96);
     this._tSkip.TabIndex      = 3;
     this._toolTip.SetToolTip(this._tSkip, "Examples:\r\n*.xml\r\n*.manifest\r\n\\Folder\\*\r\n\\Folder\\Subfolder\\*\r\n\r\nDon\'t need to spe" +
                              "cify these image types:\r\npng bmp jpg gif tif ico cur ani");
     this._tSkip.WordWrap = false;
     //
     // auLabel1
     //
     this.auLabel1.Location = new System.Drawing.Point(8, 56);
     this.auLabel1.Name     = "auLabel1";
     this.auLabel1.Size     = new System.Drawing.Size(296, 24);
     this.auLabel1.TabIndex = 2;
     this.auLabel1.Text     = "Skip files where path matches wildcard";
     //
     // _bOK
     //
     this._bOK.Location = new System.Drawing.Point(168, 204);
     this._bOK.Name     = "_bOK";
     this._bOK.Size     = new System.Drawing.Size(72, 24);
     this._bOK.TabIndex = 0;
     //
     // _bCancel
     //
     this._bCancel.Location = new System.Drawing.Point(248, 204);
     this._bCancel.Name     = "_bCancel";
     this._bCancel.Size     = new System.Drawing.Size(72, 24);
     this._bCancel.TabIndex = 1;
     //
     // _toolTip
     //
     this._toolTip.AutomaticDelay = 100;
     this._toolTip.AutoPopDelay   = 10000;
     this._toolTip.InitialDelay   = 100;
     this._toolTip.ReshowDelay    = 20;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this._cbSearchIn);
     this.groupBox1.Controls.Add(this.auLabel2);
     this.groupBox1.Controls.Add(this.auLabel1);
     this.groupBox1.Controls.Add(this._tSkip);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(312, 184);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Button \'in files\'";
     //
     // _cbSearchIn
     //
     this._cbSearchIn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this._cbSearchIn.Items.AddRange(new object[] {
         "All files",
         "C# files (*.cs)",
         "C# script files",
         "C# class files",
         "Other files"
     });
     this._cbSearchIn.Location = new System.Drawing.Point(72, 24);
     this._cbSearchIn.Name     = "_cbSearchIn";
     this._cbSearchIn.Size     = new System.Drawing.Size(232, 23);
     this._cbSearchIn.TabIndex = 5;
     //
     // auLabel2
     //
     this.auLabel2.AutoSize = true;
     this.auLabel2.Location = new System.Drawing.Point(8, 24);
     this.auLabel2.Name     = "auLabel2";
     this.auLabel2.Size     = new System.Drawing.Size(55, 17);
     this.auLabel2.TabIndex = 4;
     this.auLabel2.Text     = "Search in";
     //
     // FFindOptions
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.ClientSize          = new System.Drawing.Size(328, 236);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this._bCancel);
     this.Controls.Add(this._bOK);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FFindOptions";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Find Options";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }