greenapple.Form1.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.listView1 = new System.Windows.Forms.ListView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Field = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fieldtype = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Null = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Primary = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.defaultv = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.extra = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.suggesteddatatyep = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.toolStripMenuItemSave = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItemGenerate = new System.Windows.Forms.ToolStripMenuItem();
            this.geToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateModelForTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateViewForTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateControlForTableToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAllModelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAllViewsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateAllControlsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.projectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.selectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.generateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.cToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
            this.vBToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cToolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
            this.aspToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.cToolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
            this.consoleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cToolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
            this.vBNETToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.aSPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.jAVAToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.desktopToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pYTHONToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.desktopToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.relationsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.serverToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripTextBoxserver = new System.Windows.Forms.ToolStripTextBox();
            this.userToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripTextBoxdatabase = new System.Windows.Forms.ToolStripTextBox();
            this.passwordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripTextBoxuser = new System.Windows.Forms.ToolStripTextBox();
            this.passwToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripTextBoxpassword = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripMenuItemconnect = new System.Windows.Forms.ToolStripMenuItem();
            this.generateFromPreviousToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripTextBoxGenFrmPrev = new System.Windows.Forms.ToolStripTextBox();
            this.labelselectedproj = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.listView3 = new System.Windows.Forms.ListView();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.listView4 = new System.Windows.Forms.ListView();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.listView1);
            this.groupBox1.Location = new System.Drawing.Point(12, 62);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(212, 330);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Tables";
            // 
            // listView1
            // 
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.FullRowSelect = true;
            this.listView1.GridLines = true;
            this.listView1.Location = new System.Drawing.Point(3, 16);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(206, 311);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.View = System.Windows.Forms.View.Details;
            this.listView1.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.listView1_ItemSelectionChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.dataGridView1);
            this.groupBox2.Location = new System.Drawing.Point(230, 62);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(767, 330);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Attributes of selected table";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToOrderColumns = true;
            this.dataGridView1.BackgroundColor = System.Drawing.Color.WhiteSmoke;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Field,
            this.fieldtype,
            this.Null,
            this.Primary,
            this.defaultv,
            this.extra,
            this.suggesteddatatyep});
            this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(3, 16);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.Size = new System.Drawing.Size(761, 311);
            this.dataGridView1.TabIndex = 0;
            // 
            // Field
            // 
            this.Field.HeaderText = "Field";
            this.Field.Name = "Field";
            // 
            // fieldtype
            // 
            this.fieldtype.HeaderText = "Type";
            this.fieldtype.Name = "fieldtype";
            // 
            // Null
            // 
            this.Null.HeaderText = "Null";
            this.Null.Name = "Null";
            // 
            // Primary
            // 
            this.Primary.HeaderText = "Primary Key";
            this.Primary.Name = "Primary";
            // 
            // defaultv
            // 
            this.defaultv.HeaderText = "Default";
            this.defaultv.Name = "defaultv";
            // 
            // extra
            // 
            this.extra.HeaderText = "Extra";
            this.extra.Name = "extra";
            // 
            // suggesteddatatyep
            // 
            this.suggesteddatatyep.HeaderText = "Suggest Control";
            this.suggesteddatatyep.Items.AddRange(new object[] {
            "TextBox",
            "ComboBox",
            "CheckBox",
            "RadioButton",
            "DateTimePicker",
            "NumericUp",
            "PictureBox",
            "CheckedListBox",
            "RichTextBox"});
            this.suggesteddatatyep.Name = "suggesteddatatyep";
            this.suggesteddatatyep.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.suggesteddatatyep.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.suggesteddatatyep.Width = 130;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripMenuItemSave,
            this.toolStripMenuItemGenerate,
            this.geToolStripMenuItem,
            this.generateModelForTableToolStripMenuItem,
            this.generateViewForTableToolStripMenuItem,
            this.generateControlForTableToolStripMenuItem,
            this.generateAllModelsToolStripMenuItem,
            this.generateAllViewsToolStripMenuItem,
            this.generateAllControlsToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(217, 202);
            // 
            // toolStripMenuItemSave
            // 
            this.toolStripMenuItemSave.Name = "toolStripMenuItemSave";
            this.toolStripMenuItemSave.Size = new System.Drawing.Size(216, 22);
            this.toolStripMenuItemSave.Text = "Save";
            this.toolStripMenuItemSave.Click += new System.EventHandler(this.toolStripMenuItemSave_Click);
            // 
            // toolStripMenuItemGenerate
            // 
            this.toolStripMenuItemGenerate.Name = "toolStripMenuItemGenerate";
            this.toolStripMenuItemGenerate.Size = new System.Drawing.Size(216, 22);
            this.toolStripMenuItemGenerate.Text = "Generate";
            this.toolStripMenuItemGenerate.Click += new System.EventHandler(this.toolStripMenuItemGenerate_Click);
            // 
            // geToolStripMenuItem
            // 
            this.geToolStripMenuItem.Name = "geToolStripMenuItem";
            this.geToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.geToolStripMenuItem.Text = "Generate From Previous";
            this.geToolStripMenuItem.Click += new System.EventHandler(this.geToolStripMenuItem_Click);
            // 
            // generateModelForTableToolStripMenuItem
            // 
            this.generateModelForTableToolStripMenuItem.Name = "generateModelForTableToolStripMenuItem";
            this.generateModelForTableToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.generateModelForTableToolStripMenuItem.Text = "Generate Model For Table";
            this.generateModelForTableToolStripMenuItem.Click += new System.EventHandler(this.generateModelForTableToolStripMenuItem_Click);
            // 
            // generateViewForTableToolStripMenuItem
            // 
            this.generateViewForTableToolStripMenuItem.Name = "generateViewForTableToolStripMenuItem";
            this.generateViewForTableToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.generateViewForTableToolStripMenuItem.Text = "Generate View For Table";
            this.generateViewForTableToolStripMenuItem.Click += new System.EventHandler(this.generateViewForTableToolStripMenuItem_Click);
            // 
            // generateControlForTableToolStripMenuItem
            // 
            this.generateControlForTableToolStripMenuItem.Name = "generateControlForTableToolStripMenuItem";
            this.generateControlForTableToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.generateControlForTableToolStripMenuItem.Text = "Generate Control For Table";
            this.generateControlForTableToolStripMenuItem.Click += new System.EventHandler(this.generateControlForTableToolStripMenuItem_Click);
            // 
            // generateAllModelsToolStripMenuItem
            // 
            this.generateAllModelsToolStripMenuItem.Name = "generateAllModelsToolStripMenuItem";
            this.generateAllModelsToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.generateAllModelsToolStripMenuItem.Text = "Generate All Models";
            this.generateAllModelsToolStripMenuItem.Click += new System.EventHandler(this.generateAllModelsToolStripMenuItem_Click);
            // 
            // generateAllViewsToolStripMenuItem
            // 
            this.generateAllViewsToolStripMenuItem.Name = "generateAllViewsToolStripMenuItem";
            this.generateAllViewsToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.generateAllViewsToolStripMenuItem.Text = "Generate All Views";
            this.generateAllViewsToolStripMenuItem.Click += new System.EventHandler(this.generateAllViewsToolStripMenuItem_Click);
            // 
            // generateAllControlsToolStripMenuItem
            // 
            this.generateAllControlsToolStripMenuItem.Name = "generateAllControlsToolStripMenuItem";
            this.generateAllControlsToolStripMenuItem.Size = new System.Drawing.Size(216, 22);
            this.generateAllControlsToolStripMenuItem.Text = "Generate All Controls";
            this.generateAllControlsToolStripMenuItem.Click += new System.EventHandler(this.generateAllControlsToolStripMenuItem_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.serverToolStripMenuItem,
            this.toolStripTextBoxserver,
            this.userToolStripMenuItem,
            this.toolStripTextBoxdatabase,
            this.passwordToolStripMenuItem,
            this.toolStripTextBoxuser,
            this.passwToolStripMenuItem,
            this.toolStripTextBoxpassword,
            this.toolStripMenuItemconnect,
            this.generateFromPreviousToolStripMenuItem,
            this.toolStripTextBoxGenFrmPrev});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(997, 27);
            this.menuStrip1.TabIndex = 2;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.projectToolStripMenuItem,
            this.saveToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 23);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // projectToolStripMenuItem
            // 
            this.projectToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.selectToolStripMenuItem,
            this.generateToolStripMenuItem});
            this.projectToolStripMenuItem.Name = "projectToolStripMenuItem";
            this.projectToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
            this.projectToolStripMenuItem.Text = "&Project";
            this.projectToolStripMenuItem.MouseLeave += new System.EventHandler(this.projectToolStripMenuItem_MouseLeave);
            this.projectToolStripMenuItem.Click += new System.EventHandler(this.projectToolStripMenuItem_Click);
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
            this.newToolStripMenuItem.Text = "&New";
            this.newToolStripMenuItem.Click += new System.EventHandler(this.newToolStripMenuItem_Click);
            // 
            // selectToolStripMenuItem
            // 
            this.selectToolStripMenuItem.Name = "selectToolStripMenuItem";
            this.selectToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
            this.selectToolStripMenuItem.Text = "&Select";
            this.selectToolStripMenuItem.Click += new System.EventHandler(this.selectToolStripMenuItem_Click);
            // 
            // generateToolStripMenuItem
            // 
            this.generateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cToolStripMenuItem,
            this.vBNETToolStripMenuItem,
            this.aSPToolStripMenuItem,
            this.jAVAToolStripMenuItem,
            this.pYTHONToolStripMenuItem,
            this.toolStripMenuItem1,
            this.relationsToolStripMenuItem});
            this.generateToolStripMenuItem.Name = "generateToolStripMenuItem";
            this.generateToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
            this.generateToolStripMenuItem.Text = "Generate";
            // 
            // cToolStripMenuItem
            // 
            this.cToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cToolStripMenuItem1,
            this.aspToolStripMenuItem1,
            this.consoleToolStripMenuItem});
            this.cToolStripMenuItem.Name = "cToolStripMenuItem";
            this.cToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.cToolStripMenuItem.Text = ".NET";
            this.cToolStripMenuItem.MouseLeave += new System.EventHandler(this.cToolStripMenuItem_MouseLeave);
            // 
            // cToolStripMenuItem1
            // 
            this.cToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cToolStripMenuItem2,
            this.vBToolStripMenuItem,
            this.cToolStripMenuItem3});
            this.cToolStripMenuItem1.Name = "cToolStripMenuItem1";
            this.cToolStripMenuItem1.Size = new System.Drawing.Size(117, 22);
            this.cToolStripMenuItem1.Text = "Forms";
            this.cToolStripMenuItem1.MouseLeave += new System.EventHandler(this.cToolStripMenuItem1_MouseLeave);
            // 
            // cToolStripMenuItem2
            // 
            this.cToolStripMenuItem2.Name = "cToolStripMenuItem2";
            this.cToolStripMenuItem2.Size = new System.Drawing.Size(98, 22);
            this.cToolStripMenuItem2.Text = "C#";
            this.cToolStripMenuItem2.MouseLeave += new System.EventHandler(this.cToolStripMenuItem2_MouseLeave);
            this.cToolStripMenuItem2.Click += new System.EventHandler(this.cToolStripMenuItem2_Click);
            // 
            // vBToolStripMenuItem
            // 
            this.vBToolStripMenuItem.Name = "vBToolStripMenuItem";
            this.vBToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.vBToolStripMenuItem.Text = "VB";
            this.vBToolStripMenuItem.MouseLeave += new System.EventHandler(this.cToolStripMenuItem2_MouseLeave);
            this.vBToolStripMenuItem.Click += new System.EventHandler(this.cToolStripMenuItem2_Click);
            // 
            // cToolStripMenuItem3
            // 
            this.cToolStripMenuItem3.Name = "cToolStripMenuItem3";
            this.cToolStripMenuItem3.Size = new System.Drawing.Size(98, 22);
            this.cToolStripMenuItem3.Text = "C++";
            this.cToolStripMenuItem3.MouseLeave += new System.EventHandler(this.cToolStripMenuItem2_MouseLeave);
            this.cToolStripMenuItem3.Click += new System.EventHandler(this.cToolStripMenuItem2_Click);
            // 
            // aspToolStripMenuItem1
            // 
            this.aspToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cToolStripMenuItem5});
            this.aspToolStripMenuItem1.Name = "aspToolStripMenuItem1";
            this.aspToolStripMenuItem1.Size = new System.Drawing.Size(117, 22);
            this.aspToolStripMenuItem1.Text = "Asp";
            this.aspToolStripMenuItem1.MouseLeave += new System.EventHandler(this.cToolStripMenuItem1_MouseLeave);
            // 
            // cToolStripMenuItem5
            // 
            this.cToolStripMenuItem5.Name = "cToolStripMenuItem5";
            this.cToolStripMenuItem5.Size = new System.Drawing.Size(89, 22);
            this.cToolStripMenuItem5.Text = "C#";
            // 
            // consoleToolStripMenuItem
            // 
            this.consoleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cToolStripMenuItem4});
            this.consoleToolStripMenuItem.Name = "consoleToolStripMenuItem";
            this.consoleToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.consoleToolStripMenuItem.Text = "Console";
            this.consoleToolStripMenuItem.MouseLeave += new System.EventHandler(this.cToolStripMenuItem1_MouseLeave);
            // 
            // cToolStripMenuItem4
            // 
            this.cToolStripMenuItem4.Name = "cToolStripMenuItem4";
            this.cToolStripMenuItem4.Size = new System.Drawing.Size(89, 22);
            this.cToolStripMenuItem4.Text = "C#";
            // 
            // vBNETToolStripMenuItem
            // 
            this.vBNETToolStripMenuItem.Name = "vBNETToolStripMenuItem";
            this.vBNETToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.vBNETToolStripMenuItem.Text = "PHP";
            this.vBNETToolStripMenuItem.MouseLeave += new System.EventHandler(this.cToolStripMenuItem_MouseLeave);
            // 
            // aSPToolStripMenuItem
            // 
            this.aSPToolStripMenuItem.Name = "aSPToolStripMenuItem";
            this.aSPToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.aSPToolStripMenuItem.Text = "PERL";
            this.aSPToolStripMenuItem.MouseLeave += new System.EventHandler(this.cToolStripMenuItem_MouseLeave);
            // 
            // jAVAToolStripMenuItem
            // 
            this.jAVAToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.desktopToolStripMenuItem});
            this.jAVAToolStripMenuItem.Name = "jAVAToolStripMenuItem";
            this.jAVAToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.jAVAToolStripMenuItem.Text = "JAVA";
            this.jAVAToolStripMenuItem.MouseLeave += new System.EventHandler(this.cToolStripMenuItem_MouseLeave);
            // 
            // desktopToolStripMenuItem
            // 
            this.desktopToolStripMenuItem.Name = "desktopToolStripMenuItem";
            this.desktopToolStripMenuItem.Size = new System.Drawing.Size(117, 22);
            this.desktopToolStripMenuItem.Text = "Desktop";
            // 
            // pYTHONToolStripMenuItem
            // 
            this.pYTHONToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.desktopToolStripMenuItem1});
            this.pYTHONToolStripMenuItem.Name = "pYTHONToolStripMenuItem";
            this.pYTHONToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.pYTHONToolStripMenuItem.Text = "PYTHON";
            this.pYTHONToolStripMenuItem.MouseLeave += new System.EventHandler(this.cToolStripMenuItem_MouseLeave);
            // 
            // desktopToolStripMenuItem1
            // 
            this.desktopToolStripMenuItem1.Name = "desktopToolStripMenuItem1";
            this.desktopToolStripMenuItem1.Size = new System.Drawing.Size(117, 22);
            this.desktopToolStripMenuItem1.Text = "Desktop";
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(119, 6);
            // 
            // relationsToolStripMenuItem
            // 
            this.relationsToolStripMenuItem.Name = "relationsToolStripMenuItem";
            this.relationsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.relationsToolStripMenuItem.Text = "&Relations";
            this.relationsToolStripMenuItem.Click += new System.EventHandler(this.relationsToolStripMenuItem_Click);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(229, 22);
            this.saveToolStripMenuItem.Text = "&Save Current Project Controls";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click);
            // 
            // serverToolStripMenuItem
            // 
            this.serverToolStripMenuItem.Name = "serverToolStripMenuItem";
            this.serverToolStripMenuItem.Size = new System.Drawing.Size(51, 23);
            this.serverToolStripMenuItem.Text = "Server";
            // 
            // toolStripTextBoxserver
            // 
            this.toolStripTextBoxserver.Name = "toolStripTextBoxserver";
            this.toolStripTextBoxserver.Size = new System.Drawing.Size(100, 23);
            // 
            // userToolStripMenuItem
            // 
            this.userToolStripMenuItem.Name = "userToolStripMenuItem";
            this.userToolStripMenuItem.Size = new System.Drawing.Size(67, 23);
            this.userToolStripMenuItem.Text = "Database";
            // 
            // toolStripTextBoxdatabase
            // 
            this.toolStripTextBoxdatabase.Name = "toolStripTextBoxdatabase";
            this.toolStripTextBoxdatabase.Size = new System.Drawing.Size(100, 23);
            this.toolStripTextBoxdatabase.Click += new System.EventHandler(this.toolStripTextBoxdatabase_Click);
            // 
            // passwordToolStripMenuItem
            // 
            this.passwordToolStripMenuItem.Name = "passwordToolStripMenuItem";
            this.passwordToolStripMenuItem.Size = new System.Drawing.Size(42, 23);
            this.passwordToolStripMenuItem.Text = "User";
            // 
            // toolStripTextBoxuser
            // 
            this.toolStripTextBoxuser.Name = "toolStripTextBoxuser";
            this.toolStripTextBoxuser.Size = new System.Drawing.Size(100, 23);
            // 
            // passwToolStripMenuItem
            // 
            this.passwToolStripMenuItem.Name = "passwToolStripMenuItem";
            this.passwToolStripMenuItem.Size = new System.Drawing.Size(69, 23);
            this.passwToolStripMenuItem.Text = "Password";
            // 
            // toolStripTextBoxpassword
            // 
            this.toolStripTextBoxpassword.Name = "toolStripTextBoxpassword";
            this.toolStripTextBoxpassword.Size = new System.Drawing.Size(100, 23);
            // 
            // toolStripMenuItemconnect
            // 
            this.toolStripMenuItemconnect.Name = "toolStripMenuItemconnect";
            this.toolStripMenuItemconnect.Size = new System.Drawing.Size(64, 23);
            this.toolStripMenuItemconnect.Text = "Connect";
            this.toolStripMenuItemconnect.Click += new System.EventHandler(this.toolStripMenuItemconnect_Click);
            // 
            // generateFromPreviousToolStripMenuItem
            // 
            this.generateFromPreviousToolStripMenuItem.Name = "generateFromPreviousToolStripMenuItem";
            this.generateFromPreviousToolStripMenuItem.Size = new System.Drawing.Size(145, 23);
            this.generateFromPreviousToolStripMenuItem.Text = "Generate From Previous";
            // 
            // toolStripTextBoxGenFrmPrev
            // 
            this.toolStripTextBoxGenFrmPrev.Name = "toolStripTextBoxGenFrmPrev";
            this.toolStripTextBoxGenFrmPrev.Size = new System.Drawing.Size(100, 23);
            this.toolStripTextBoxGenFrmPrev.Text = "0";
            // 
            // labelselectedproj
            // 
            this.labelselectedproj.AutoSize = true;
            this.labelselectedproj.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelselectedproj.Location = new System.Drawing.Point(229, 33);
            this.labelselectedproj.Name = "labelselectedproj";
            this.labelselectedproj.Size = new System.Drawing.Size(0, 20);
            this.labelselectedproj.TabIndex = 3;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.listView3);
            this.groupBox3.Location = new System.Drawing.Point(15, 398);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(209, 137);
            this.groupBox3.TabIndex = 4;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Has Many [1..*]";
            this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
            // 
            // listView3
            // 
            this.listView3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView3.FullRowSelect = true;
            this.listView3.GridLines = true;
            this.listView3.Location = new System.Drawing.Point(3, 16);
            this.listView3.Name = "listView3";
            this.listView3.Size = new System.Drawing.Size(203, 118);
            this.listView3.TabIndex = 0;
            this.listView3.UseCompatibleStateImageBehavior = false;
            this.listView3.View = System.Windows.Forms.View.Details;
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.listView4);
            this.groupBox4.Location = new System.Drawing.Point(233, 398);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(209, 137);
            this.groupBox4.TabIndex = 5;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Belongs To [1...1]";
            // 
            // listView4
            // 
            this.listView4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView4.FullRowSelect = true;
            this.listView4.GridLines = true;
            this.listView4.Location = new System.Drawing.Point(3, 16);
            this.listView4.Name = "listView4";
            this.listView4.Size = new System.Drawing.Size(203, 118);
            this.listView4.TabIndex = 0;
            this.listView4.UseCompatibleStateImageBehavior = false;
            this.listView4.View = System.Windows.Forms.View.Details;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(997, 578);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.labelselectedproj);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "Form1";
            this.Text = "1.0 GREENAPPLE";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox4.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }