|
|
|
@ -36,10 +36,14 @@ namespace AssistDB |
|
|
|
|
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.button4 = new System.Windows.Forms.Button(); |
|
|
|
|
this.button3 = new System.Windows.Forms.Button(); |
|
|
|
|
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.button2 = new System.Windows.Forms.Button(); |
|
|
|
|
this.button1 = new System.Windows.Forms.Button(); |
|
|
|
|
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())); |
|
|
|
@ -57,9 +61,6 @@ namespace AssistDB |
|
|
|
|
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(); |
|
|
|
@ -72,15 +73,16 @@ namespace AssistDB |
|
|
|
|
| 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.Location = new System.Drawing.Point(12, 11); |
|
|
|
|
this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.tabControl1.Name = "tabControl1"; |
|
|
|
|
this.tabControl1.SelectedIndex = 0; |
|
|
|
|
this.tabControl1.Size = new System.Drawing.Size(1053, 624); |
|
|
|
|
this.tabControl1.Size = new System.Drawing.Size(1404, 768); |
|
|
|
|
this.tabControl1.TabIndex = 0; |
|
|
|
|
// |
|
|
|
|
// searchTable |
|
|
|
|
// |
|
|
|
|
this.searchTable.Controls.Add(this.button4); |
|
|
|
|
this.searchTable.Controls.Add(this.button3); |
|
|
|
|
this.searchTable.Controls.Add(this.textBox2); |
|
|
|
|
this.searchTable.Controls.Add(this.richTextBox1); |
|
|
|
@ -92,21 +94,46 @@ namespace AssistDB |
|
|
|
|
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.Location = new System.Drawing.Point(4, 25); |
|
|
|
|
this.searchTable.Margin = new System.Windows.Forms.Padding(3, 2, 3, 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.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.searchTable.Size = new System.Drawing.Size(1396, 739); |
|
|
|
|
this.searchTable.TabIndex = 0; |
|
|
|
|
this.searchTable.Text = "Recherche table"; |
|
|
|
|
this.searchTable.UseVisualStyleBackColor = true; |
|
|
|
|
// |
|
|
|
|
// button4 |
|
|
|
|
// |
|
|
|
|
this.button4.BackColor = System.Drawing.Color.Transparent; |
|
|
|
|
this.button4.BackgroundImage = global::AssistDB.Properties.Resources.home; |
|
|
|
|
this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; |
|
|
|
|
this.button4.Location = new System.Drawing.Point(1336, 8); |
|
|
|
|
this.button4.Name = "button4"; |
|
|
|
|
this.button4.Size = new System.Drawing.Size(52, 50); |
|
|
|
|
this.button4.TabIndex = 12; |
|
|
|
|
this.button4.UseVisualStyleBackColor = false; |
|
|
|
|
this.button4.Click += new System.EventHandler(this.button4_Click); |
|
|
|
|
// |
|
|
|
|
// 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(785, 54); |
|
|
|
|
this.button3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.button3.Name = "button3"; |
|
|
|
|
this.button3.Size = new System.Drawing.Size(27, 25); |
|
|
|
|
this.button3.TabIndex = 11; |
|
|
|
|
this.button3.UseVisualStyleBackColor = false; |
|
|
|
|
this.button3.Click += new System.EventHandler(this.button3_Click); |
|
|
|
|
// |
|
|
|
|
// textBox2 |
|
|
|
|
// |
|
|
|
|
this.textBox2.Location = new System.Drawing.Point(411, 44); |
|
|
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(2); |
|
|
|
|
this.textBox2.Location = new System.Drawing.Point(548, 54); |
|
|
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.textBox2.Name = "textBox2"; |
|
|
|
|
this.textBox2.Size = new System.Drawing.Size(175, 20); |
|
|
|
|
this.textBox2.Size = new System.Drawing.Size(232, 22); |
|
|
|
|
this.textBox2.TabIndex = 10; |
|
|
|
|
this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged); |
|
|
|
|
// |
|
|
|
@ -115,10 +142,11 @@ namespace AssistDB |
|
|
|
|
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.Location = new System.Drawing.Point(819, 82); |
|
|
|
|
this.richTextBox1.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
|
this.richTextBox1.Name = "richTextBox1"; |
|
|
|
|
this.richTextBox1.ReadOnly = true; |
|
|
|
|
this.richTextBox1.Size = new System.Drawing.Size(426, 521); |
|
|
|
|
this.richTextBox1.Size = new System.Drawing.Size(567, 640); |
|
|
|
|
this.richTextBox1.TabIndex = 9; |
|
|
|
|
this.richTextBox1.Text = ""; |
|
|
|
|
// |
|
|
|
@ -132,11 +160,11 @@ namespace AssistDB |
|
|
|
|
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.Location = new System.Drawing.Point(548, 82); |
|
|
|
|
this.listView3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.listView3.MultiSelect = false; |
|
|
|
|
this.listView3.Name = "listView3"; |
|
|
|
|
this.listView3.Size = new System.Drawing.Size(198, 521); |
|
|
|
|
this.listView3.Size = new System.Drawing.Size(263, 640); |
|
|
|
|
this.listView3.TabIndex = 8; |
|
|
|
|
this.listView3.UseCompatibleStateImageBehavior = false; |
|
|
|
|
this.listView3.View = System.Windows.Forms.View.Tile; |
|
|
|
@ -146,12 +174,38 @@ namespace AssistDB |
|
|
|
|
// |
|
|
|
|
this.columnHeader2.Text = ""; |
|
|
|
|
// |
|
|
|
|
// 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(516, 53); |
|
|
|
|
this.button2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.button2.Name = "button2"; |
|
|
|
|
this.button2.Size = new System.Drawing.Size(27, 25); |
|
|
|
|
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(247, 53); |
|
|
|
|
this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.button1.Name = "button1"; |
|
|
|
|
this.button1.Size = new System.Drawing.Size(27, 25); |
|
|
|
|
this.button1.TabIndex = 6; |
|
|
|
|
this.button1.UseVisualStyleBackColor = false; |
|
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click); |
|
|
|
|
// |
|
|
|
|
// textBox1 |
|
|
|
|
// |
|
|
|
|
this.textBox1.Location = new System.Drawing.Point(209, 43); |
|
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(2); |
|
|
|
|
this.textBox1.Location = new System.Drawing.Point(279, 53); |
|
|
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.textBox1.Name = "textBox1"; |
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(175, 20); |
|
|
|
|
this.textBox1.Size = new System.Drawing.Size(232, 22); |
|
|
|
|
this.textBox1.TabIndex = 5; |
|
|
|
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged); |
|
|
|
|
// |
|
|
|
@ -165,11 +219,11 @@ namespace AssistDB |
|
|
|
|
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.Location = new System.Drawing.Point(279, 82); |
|
|
|
|
this.listView2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.listView2.MultiSelect = false; |
|
|
|
|
this.listView2.Name = "listView2"; |
|
|
|
|
this.listView2.Size = new System.Drawing.Size(198, 521); |
|
|
|
|
this.listView2.Size = new System.Drawing.Size(263, 640); |
|
|
|
|
this.listView2.TabIndex = 4; |
|
|
|
|
this.listView2.UseCompatibleStateImageBehavior = false; |
|
|
|
|
this.listView2.View = System.Windows.Forms.View.Tile; |
|
|
|
@ -181,10 +235,10 @@ namespace AssistDB |
|
|
|
|
// |
|
|
|
|
// searchBox |
|
|
|
|
// |
|
|
|
|
this.searchBox.Location = new System.Drawing.Point(7, 43); |
|
|
|
|
this.searchBox.Margin = new System.Windows.Forms.Padding(2); |
|
|
|
|
this.searchBox.Location = new System.Drawing.Point(9, 53); |
|
|
|
|
this.searchBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.searchBox.Name = "searchBox"; |
|
|
|
|
this.searchBox.Size = new System.Drawing.Size(175, 20); |
|
|
|
|
this.searchBox.Size = new System.Drawing.Size(232, 22); |
|
|
|
|
this.searchBox.TabIndex = 2; |
|
|
|
|
this.searchBox.TextChanged += new System.EventHandler(this.searchBox_TextChanged); |
|
|
|
|
// |
|
|
|
@ -198,11 +252,11 @@ namespace AssistDB |
|
|
|
|
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.Location = new System.Drawing.Point(9, 82); |
|
|
|
|
this.listView1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.listView1.MultiSelect = false; |
|
|
|
|
this.listView1.Name = "listView1"; |
|
|
|
|
this.listView1.Size = new System.Drawing.Size(198, 521); |
|
|
|
|
this.listView1.Size = new System.Drawing.Size(263, 640); |
|
|
|
|
this.listView1.TabIndex = 1; |
|
|
|
|
this.listView1.UseCompatibleStateImageBehavior = false; |
|
|
|
|
this.listView1.View = System.Windows.Forms.View.Tile; |
|
|
|
@ -215,10 +269,9 @@ namespace AssistDB |
|
|
|
|
// 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.Location = new System.Drawing.Point(5, 23); |
|
|
|
|
this.label1.Name = "label1"; |
|
|
|
|
this.label1.Size = new System.Drawing.Size(127, 13); |
|
|
|
|
this.label1.Size = new System.Drawing.Size(160, 16); |
|
|
|
|
this.label1.TabIndex = 0; |
|
|
|
|
this.label1.Text = "Liste des tables/schémas"; |
|
|
|
|
// |
|
|
|
@ -231,11 +284,11 @@ namespace AssistDB |
|
|
|
|
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.Location = new System.Drawing.Point(4, 25); |
|
|
|
|
this.searchJoin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 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.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.searchJoin.Size = new System.Drawing.Size(1396, 739); |
|
|
|
|
this.searchJoin.TabIndex = 1; |
|
|
|
|
this.searchJoin.Text = "Recherche jointure"; |
|
|
|
|
this.searchJoin.UseVisualStyleBackColor = true; |
|
|
|
@ -244,10 +297,11 @@ namespace AssistDB |
|
|
|
|
// |
|
|
|
|
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.Location = new System.Drawing.Point(544, 90); |
|
|
|
|
this.richTextBox3.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
|
this.richTextBox3.Name = "richTextBox3"; |
|
|
|
|
this.richTextBox3.ReadOnly = true; |
|
|
|
|
this.richTextBox3.Size = new System.Drawing.Size(630, 152); |
|
|
|
|
this.richTextBox3.Size = new System.Drawing.Size(839, 186); |
|
|
|
|
this.richTextBox3.TabIndex = 22; |
|
|
|
|
this.richTextBox3.Text = ""; |
|
|
|
|
// |
|
|
|
@ -256,37 +310,41 @@ namespace AssistDB |
|
|
|
|
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.Location = new System.Drawing.Point(543, 284); |
|
|
|
|
this.richTextBox2.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
|
this.richTextBox2.Name = "richTextBox2"; |
|
|
|
|
this.richTextBox2.ReadOnly = true; |
|
|
|
|
this.richTextBox2.Size = new System.Drawing.Size(630, 363); |
|
|
|
|
this.richTextBox2.Size = new System.Drawing.Size(839, 446); |
|
|
|
|
this.richTextBox2.TabIndex = 18; |
|
|
|
|
this.richTextBox2.Text = ""; |
|
|
|
|
// |
|
|
|
|
// comboBox4 |
|
|
|
|
// |
|
|
|
|
this.comboBox4.FormattingEnabled = true; |
|
|
|
|
this.comboBox4.Location = new System.Drawing.Point(205, 47); |
|
|
|
|
this.comboBox4.Location = new System.Drawing.Point(273, 58); |
|
|
|
|
this.comboBox4.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
|
this.comboBox4.Name = "comboBox4"; |
|
|
|
|
this.comboBox4.Size = new System.Drawing.Size(198, 21); |
|
|
|
|
this.comboBox4.Size = new System.Drawing.Size(263, 24); |
|
|
|
|
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.Location = new System.Drawing.Point(4, 58); |
|
|
|
|
this.comboBox3.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
|
this.comboBox3.Name = "comboBox3"; |
|
|
|
|
this.comboBox3.Size = new System.Drawing.Size(198, 21); |
|
|
|
|
this.comboBox3.Size = new System.Drawing.Size(263, 24); |
|
|
|
|
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.Location = new System.Drawing.Point(273, 28); |
|
|
|
|
this.comboBox2.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
|
this.comboBox2.Name = "comboBox2"; |
|
|
|
|
this.comboBox2.Size = new System.Drawing.Size(198, 21); |
|
|
|
|
this.comboBox2.Size = new System.Drawing.Size(263, 24); |
|
|
|
|
this.comboBox2.TabIndex = 15; |
|
|
|
|
this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged); |
|
|
|
|
// |
|
|
|
@ -295,9 +353,10 @@ namespace AssistDB |
|
|
|
|
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.Location = new System.Drawing.Point(4, 28); |
|
|
|
|
this.comboBox1.Margin = new System.Windows.Forms.Padding(4); |
|
|
|
|
this.comboBox1.Name = "comboBox1"; |
|
|
|
|
this.comboBox1.Size = new System.Drawing.Size(198, 21); |
|
|
|
|
this.comboBox1.Size = new System.Drawing.Size(263, 24); |
|
|
|
|
this.comboBox1.TabIndex = 14; |
|
|
|
|
this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); |
|
|
|
|
// |
|
|
|
@ -311,10 +370,10 @@ namespace AssistDB |
|
|
|
|
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.Location = new System.Drawing.Point(4, 90); |
|
|
|
|
this.listView5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.listView5.Name = "listView5"; |
|
|
|
|
this.listView5.Size = new System.Drawing.Size(400, 521); |
|
|
|
|
this.listView5.Size = new System.Drawing.Size(532, 640); |
|
|
|
|
this.listView5.TabIndex = 12; |
|
|
|
|
this.listView5.UseCompatibleStateImageBehavior = false; |
|
|
|
|
this.listView5.View = System.Windows.Forms.View.Tile; |
|
|
|
@ -331,53 +390,14 @@ namespace AssistDB |
|
|
|
|
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.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
|
this.ClientSize = new System.Drawing.Size(1073, 645); |
|
|
|
|
this.ClientSize = new System.Drawing.Size(1431, 794); |
|
|
|
|
this.Controls.Add(this.tabControl1); |
|
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); |
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(2); |
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
|
|
|
this.Name = "AssitDB"; |
|
|
|
|
this.Text = "AssitDB"; |
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AssitDB_FormClosed); |
|
|
|
@ -417,6 +437,7 @@ namespace AssistDB |
|
|
|
|
private NotifyIcon notifyIcon1; |
|
|
|
|
private Button button3; |
|
|
|
|
private TextBox textBox2; |
|
|
|
|
private Button button4; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|