using System.Windows.Forms; using System.Threading; namespace AssistDB { partial class AssitDB { /// /// Variable nécessaire au concepteur. /// private System.ComponentModel.IContainer components = null; /// /// Nettoyage des ressources utilisées. /// /// true si les ressources managées doivent être supprimées ; sinon, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Code généré par le Concepteur Windows Form /// /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas /// le contenu de cette méthode avec l'éditeur de code. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AssitDB)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.searchTable = new System.Windows.Forms.TabPage(); this.textBox2 = new System.Windows.Forms.TextBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.listView3 = new System.Windows.Forms.ListView(); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.textBox1 = new System.Windows.Forms.TextBox(); this.listView2 = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.searchBox = new System.Windows.Forms.TextBox(); this.listView1 = new System.Windows.Forms.ListView(); this.Schéma = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.label1 = new System.Windows.Forms.Label(); this.searchJoin = new System.Windows.Forms.TabPage(); this.richTextBox3 = new System.Windows.Forms.RichTextBox(); this.richTextBox2 = new System.Windows.Forms.RichTextBox(); this.comboBox4 = new System.Windows.Forms.ComboBox(); this.comboBox3 = new System.Windows.Forms.ComboBox(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.listView5 = new System.Windows.Forms.ListView(); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.searchTable.SuspendLayout(); this.searchJoin.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.searchTable); this.tabControl1.Controls.Add(this.searchJoin); this.tabControl1.Location = new System.Drawing.Point(9, 9); this.tabControl1.Margin = new System.Windows.Forms.Padding(2); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1053, 624); this.tabControl1.TabIndex = 0; // // searchTable // this.searchTable.Controls.Add(this.button3); this.searchTable.Controls.Add(this.textBox2); this.searchTable.Controls.Add(this.richTextBox1); this.searchTable.Controls.Add(this.listView3); this.searchTable.Controls.Add(this.button2); this.searchTable.Controls.Add(this.button1); this.searchTable.Controls.Add(this.textBox1); this.searchTable.Controls.Add(this.listView2); this.searchTable.Controls.Add(this.searchBox); this.searchTable.Controls.Add(this.listView1); this.searchTable.Controls.Add(this.label1); this.searchTable.Location = new System.Drawing.Point(4, 22); this.searchTable.Margin = new System.Windows.Forms.Padding(2); this.searchTable.Name = "searchTable"; this.searchTable.Padding = new System.Windows.Forms.Padding(2); this.searchTable.Size = new System.Drawing.Size(1045, 598); this.searchTable.TabIndex = 0; this.searchTable.Text = "Recherche table"; this.searchTable.UseVisualStyleBackColor = true; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(411, 44); this.textBox2.Margin = new System.Windows.Forms.Padding(2); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(175, 20); this.textBox2.TabIndex = 10; this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged); // // richTextBox1 // this.richTextBox1.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.richTextBox1.Location = new System.Drawing.Point(614, 67); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.Size = new System.Drawing.Size(426, 521); this.richTextBox1.TabIndex = 9; this.richTextBox1.Text = ""; // // listView3 // this.listView3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listView3.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader2}); this.listView3.FullRowSelect = true; this.listView3.GridLines = true; this.listView3.HideSelection = false; this.listView3.LabelWrap = false; this.listView3.Location = new System.Drawing.Point(411, 67); this.listView3.Margin = new System.Windows.Forms.Padding(2); this.listView3.MultiSelect = false; this.listView3.Name = "listView3"; this.listView3.Size = new System.Drawing.Size(198, 521); this.listView3.TabIndex = 8; this.listView3.UseCompatibleStateImageBehavior = false; this.listView3.View = System.Windows.Forms.View.Tile; this.listView3.SelectedIndexChanged += new System.EventHandler(this.listView3_SelectedIndexChanged); // // columnHeader2 // this.columnHeader2.Text = ""; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(209, 43); this.textBox1.Margin = new System.Windows.Forms.Padding(2); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(175, 20); this.textBox1.TabIndex = 5; this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); // // listView2 // this.listView2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1}); this.listView2.FullRowSelect = true; this.listView2.GridLines = true; this.listView2.HideSelection = false; this.listView2.LabelWrap = false; this.listView2.Location = new System.Drawing.Point(209, 67); this.listView2.Margin = new System.Windows.Forms.Padding(2); this.listView2.MultiSelect = false; this.listView2.Name = "listView2"; this.listView2.Size = new System.Drawing.Size(198, 521); this.listView2.TabIndex = 4; this.listView2.UseCompatibleStateImageBehavior = false; this.listView2.View = System.Windows.Forms.View.Tile; this.listView2.SelectedIndexChanged += new System.EventHandler(this.listView2_SelectedIndexChanged); // // columnHeader1 // this.columnHeader1.Text = ""; // // searchBox // this.searchBox.Location = new System.Drawing.Point(7, 43); this.searchBox.Margin = new System.Windows.Forms.Padding(2); this.searchBox.Name = "searchBox"; this.searchBox.Size = new System.Drawing.Size(175, 20); this.searchBox.TabIndex = 2; this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); // // listView1 // this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.Schéma}); this.listView1.FullRowSelect = true; this.listView1.GridLines = true; this.listView1.HideSelection = false; this.listView1.LabelWrap = false; this.listView1.Location = new System.Drawing.Point(7, 67); this.listView1.Margin = new System.Windows.Forms.Padding(2); this.listView1.MultiSelect = false; this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(198, 521); this.listView1.TabIndex = 1; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Tile; this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged); // // Schéma // this.Schéma.Text = ""; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(4, 19); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(127, 13); this.label1.TabIndex = 0; this.label1.Text = "Liste des tables/schémas"; // // searchJoin // this.searchJoin.Controls.Add(this.richTextBox3); this.searchJoin.Controls.Add(this.richTextBox2); this.searchJoin.Controls.Add(this.comboBox4); this.searchJoin.Controls.Add(this.comboBox3); this.searchJoin.Controls.Add(this.comboBox2); this.searchJoin.Controls.Add(this.comboBox1); this.searchJoin.Controls.Add(this.listView5); this.searchJoin.Location = new System.Drawing.Point(4, 22); this.searchJoin.Margin = new System.Windows.Forms.Padding(2); this.searchJoin.Name = "searchJoin"; this.searchJoin.Padding = new System.Windows.Forms.Padding(2); this.searchJoin.Size = new System.Drawing.Size(1045, 598); this.searchJoin.TabIndex = 1; this.searchJoin.Text = "Recherche jointure"; this.searchJoin.UseVisualStyleBackColor = true; // // richTextBox3 // this.richTextBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBox3.Location = new System.Drawing.Point(408, 73); this.richTextBox3.Name = "richTextBox3"; this.richTextBox3.ReadOnly = true; this.richTextBox3.Size = new System.Drawing.Size(630, 152); this.richTextBox3.TabIndex = 22; this.richTextBox3.Text = ""; // // richTextBox2 // this.richTextBox2.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.richTextBox2.Location = new System.Drawing.Point(407, 231); this.richTextBox2.Name = "richTextBox2"; this.richTextBox2.ReadOnly = true; this.richTextBox2.Size = new System.Drawing.Size(630, 363); this.richTextBox2.TabIndex = 18; this.richTextBox2.Text = ""; // // comboBox4 // this.comboBox4.FormattingEnabled = true; this.comboBox4.Location = new System.Drawing.Point(205, 47); this.comboBox4.Name = "comboBox4"; this.comboBox4.Size = new System.Drawing.Size(198, 21); this.comboBox4.TabIndex = 17; this.comboBox4.SelectedIndexChanged += new System.EventHandler(this.comboBox4_SelectedIndexChanged); // // comboBox3 // this.comboBox3.FormattingEnabled = true; this.comboBox3.Location = new System.Drawing.Point(3, 47); this.comboBox3.Name = "comboBox3"; this.comboBox3.Size = new System.Drawing.Size(198, 21); this.comboBox3.TabIndex = 16; this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged); // // comboBox2 // this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(205, 23); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(198, 21); this.comboBox2.TabIndex = 15; this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged); // // comboBox1 // this.comboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.comboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(3, 23); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(198, 21); this.comboBox1.TabIndex = 14; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // listView5 // this.listView5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.listView5.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader4}); this.listView5.FullRowSelect = true; this.listView5.GridLines = true; this.listView5.HideSelection = false; this.listView5.LabelWrap = false; this.listView5.Location = new System.Drawing.Point(3, 73); this.listView5.Margin = new System.Windows.Forms.Padding(2); this.listView5.Name = "listView5"; this.listView5.Size = new System.Drawing.Size(400, 521); this.listView5.TabIndex = 12; this.listView5.UseCompatibleStateImageBehavior = false; this.listView5.View = System.Windows.Forms.View.Tile; this.listView5.SelectedIndexChanged += new System.EventHandler(this.listView5_SelectedIndexChanged); // // columnHeader4 // this.columnHeader4.Text = ""; // // notifyIcon1 // this.notifyIcon1.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "AssitDB"; this.notifyIcon1.Visible = true; // // button3 // this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage"))); this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button3.Location = new System.Drawing.Point(589, 44); this.button3.Margin = new System.Windows.Forms.Padding(2); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(20, 20); this.button3.TabIndex = 11; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage"))); this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Location = new System.Drawing.Point(387, 43); this.button2.Margin = new System.Windows.Forms.Padding(2); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(20, 20); this.button2.TabIndex = 7; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage"))); this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Location = new System.Drawing.Point(185, 43); this.button1.Margin = new System.Windows.Forms.Padding(2); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(20, 20); this.button1.TabIndex = 6; this.button1.UseVisualStyleBackColor = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // AssitDB // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1073, 645); this.Controls.Add(this.tabControl1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "AssitDB"; this.Text = "AssitDB"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AssitDB_FormClosed); this.tabControl1.ResumeLayout(false); this.searchTable.ResumeLayout(false); this.searchTable.PerformLayout(); this.searchJoin.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage searchTable; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TabPage searchJoin; private System.Windows.Forms.TextBox searchBox; private ColumnHeader Schéma; private ListView listView2; private ColumnHeader columnHeader1; private TextBox textBox1; private Button button1; private Button button2; private ListView listView3; private ColumnHeader columnHeader2; private RichTextBox richTextBox1; private ComboBox comboBox4; private ComboBox comboBox3; private ComboBox comboBox2; private ComboBox comboBox1; private ListView listView5; private ColumnHeader columnHeader4; private RichTextBox richTextBox2; private RichTextBox richTextBox3; private NotifyIcon notifyIcon1; private Button button3; private TextBox textBox2; } }