You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

155 lines
6.9 KiB

using System.ComponentModel;
using System.Windows.Forms;
namespace OpenDBDiff.SqlServer.Ui
{
partial class AddExclusionPatternForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.cboObjects = new System.Windows.Forms.ComboBox();
this.txtFilter = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.ApplyButton = new System.Windows.Forms.Button();
this.CancelFormButton = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
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.label2);
this.groupBox1.Controls.Add(this.cboObjects);
this.groupBox1.Controls.Add(this.txtFilter);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.ForeColor = System.Drawing.SystemColors.HotTrack;
this.groupBox1.Location = new System.Drawing.Point(7, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(310, 71);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Filter";
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
this.label2.Location = new System.Drawing.Point(7, 43);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Object Type:";
//
// cboObjects
//
this.cboObjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cboObjects.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboObjects.FormattingEnabled = true;
this.cboObjects.Location = new System.Drawing.Point(82, 40);
this.cboObjects.Name = "cboObjects";
this.cboObjects.Size = new System.Drawing.Size(223, 21);
this.cboObjects.TabIndex = 2;
//
// txtFilter
//
this.txtFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtFilter.Location = new System.Drawing.Point(82, 13);
this.txtFilter.Name = "txtFilter";
this.txtFilter.Size = new System.Drawing.Size(222, 20);
this.txtFilter.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
this.label1.Location = new System.Drawing.Point(6, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(69, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Filter Pattern:";
//
// ApplyButton
//
this.ApplyButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.ApplyButton.Location = new System.Drawing.Point(242, 80);
this.ApplyButton.Name = "ApplyButton";
this.ApplyButton.Size = new System.Drawing.Size(75, 23);
this.ApplyButton.TabIndex = 1;
this.ApplyButton.Text = "Apply";
this.ApplyButton.UseVisualStyleBackColor = true;
this.ApplyButton.Click += new System.EventHandler(this.ApplyButton_Click);
//
// CancelFormButton
//
this.CancelFormButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CancelFormButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CancelFormButton.Location = new System.Drawing.Point(161, 80);
this.CancelFormButton.Name = "CancelFormButton";
this.CancelFormButton.Size = new System.Drawing.Size(75, 23);
this.CancelFormButton.TabIndex = 2;
this.CancelFormButton.Text = "Cancel";
this.CancelFormButton.UseVisualStyleBackColor = true;
this.CancelFormButton.Click += new System.EventHandler(this.CancelFormButton_Click);
//
// AddExclusionPatternForm
//
this.AcceptButton = this.ApplyButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.CancelFormButton;
this.ClientSize = new System.Drawing.Size(324, 107);
this.ControlBox = false;
this.Controls.Add(this.CancelFormButton);
this.Controls.Add(this.ApplyButton);
this.Controls.Add(this.groupBox1);
this.Name = "AddExclusionPatternForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Filters";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private GroupBox groupBox1;
private TextBox txtFilter;
private Label label1;
private ComboBox cboObjects;
private Label label2;
private Button ApplyButton;
private Button CancelFormButton;
}
}