// Constructors
 public ToolStripContentPanelRenderEventArgs(System.Drawing.Graphics g, ToolStripContentPanel contentPanel)
 {
 }
コード例 #2
0
ファイル: MainWindow.cs プロジェクト: mariusmg/DataBlock
 /// <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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.statusBar                             = new System.Windows.Forms.StatusBar();
     this.statusBarPanel                        = new System.Windows.Forms.StatusBarPanel();
     this.statusBarPanelSecond                  = new System.Windows.Forms.StatusBarPanel();
     this.menuItem1                             = new System.Windows.Forms.MenuItem();
     this.menuItem2                             = new System.Windows.Forms.MenuItem();
     this.menuFile                              = new System.Windows.Forms.MenuItem();
     this.menuItem4                             = new System.Windows.Forms.MenuItem();
     this.menuItem3                             = new System.Windows.Forms.MenuItem();
     this.listView                              = new System.Windows.Forms.ListView();
     this.contextMenu                           = new System.Windows.Forms.ContextMenu();
     this.menuContextTableProperties            = new System.Windows.Forms.MenuItem();
     this.imageList                             = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip                             = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonOpenDatabase           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonTableProperties        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3                   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonSelectEverything       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonGenerateMapping        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator4                   = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonExit                   = new System.Windows.Forms.ToolStripButton();
     this.BottomToolStripPanel                  = new System.Windows.Forms.ToolStripPanel();
     this.TopToolStripPanel                     = new System.Windows.Forms.ToolStripPanel();
     this.menuStrip                             = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemExit                          = new System.Windows.Forms.ToolStripMenuItem();
     this.databaseToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemConnect                       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                   = new System.Windows.Forms.ToolStripSeparator();
     this.menuItemTableProperties               = new System.Windows.Forms.ToolStripMenuItem();
     this.generateToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemGenerateMappingFiles          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                   = new System.Windows.Forms.ToolStripSeparator();
     this.AspnetCodeGenerationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItemAbout                         = new System.Windows.Forms.ToolStripMenuItem();
     this.RightToolStripPanel                   = new System.Windows.Forms.ToolStripPanel();
     this.LeftToolStripPanel                    = new System.Windows.Forms.ToolStripPanel();
     this.ContentPanel                          = new System.Windows.Forms.ToolStripContentPanel();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelSecond)).BeginInit();
     this.toolStrip.SuspendLayout();
     this.menuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(0, 421);
     this.statusBar.Name     = "statusBar";
     this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] { this.statusBarPanel, this.statusBarPanelSecond });
     this.statusBar.ShowPanels = true;
     this.statusBar.Size       = new System.Drawing.Size(624, 21);
     this.statusBar.TabIndex   = 3;
     //
     // statusBarPanel
     //
     this.statusBarPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     this.statusBarPanel.Name     = "statusBarPanel";
     this.statusBarPanel.Width    = 10;
     //
     // statusBarPanelSecond
     //
     this.statusBarPanelSecond.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
     this.statusBarPanelSecond.Name     = "statusBarPanelSecond";
     this.statusBarPanelSecond.Width    = 689;
     //
     // menuItem1
     //
     this.menuItem1.Index = -1;
     this.menuItem1.Text  = "&File";
     //
     // menuItem2
     //
     this.menuItem2.Index = -1;
     this.menuItem2.Text  = "&View";
     //
     // menuFile
     //
     this.menuFile.Index    = -1;
     this.menuFile.Shortcut = System.Windows.Forms.Shortcut.CtrlC;
     this.menuFile.Text     = "&Database";
     //
     // menuItem4
     //
     this.menuItem4.Index = -1;
     this.menuItem4.Text  = "-";
     //
     // menuItem3
     //
     this.menuItem3.Index = -1;
     this.menuItem3.Text  = "&Help";
     //
     // listView
     //
     this.listView.CheckBoxes  = true;
     this.listView.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.listView.Location    = new System.Drawing.Point(0, 49);
     this.listView.MultiSelect = false;
     this.listView.Name        = "listView";
     this.listView.Size        = new System.Drawing.Size(624, 393);
     this.listView.TabIndex    = 10;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View       = System.Windows.Forms.View.List;
     this.listView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.listView_MouseDown);
     //
     // contextMenu
     //
     this.contextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuContextTableProperties });
     //
     // menuContextTableProperties
     //
     this.menuContextTableProperties.Index  = 0;
     this.menuContextTableProperties.Text   = "TableProperties";
     this.menuContextTableProperties.Click += new System.EventHandler(this.menuTableProperties_Click);
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     this.imageList.Images.SetKeyName(2, "");
     this.imageList.Images.SetKeyName(3, "");
     this.imageList.Images.SetKeyName(4, "");
     this.imageList.Images.SetKeyName(5, "");
     this.imageList.Images.SetKeyName(6, "");
     this.imageList.Images.SetKeyName(7, "");
     this.imageList.Images.SetKeyName(8, "");
     this.imageList.Images.SetKeyName(9, "");
     //
     // toolStrip
     //
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButtonOpenDatabase, this.toolStripButtonTableProperties, this.toolStripSeparator3, this.toolStripButtonSelectEverything, this.toolStripButtonGenerateMapping, this.toolStripSeparator4, this.toolStripButtonExit });
     this.toolStrip.LayoutStyle  = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip.Location     = new System.Drawing.Point(0, 24);
     this.toolStrip.Name         = "toolStrip";
     this.toolStrip.Size         = new System.Drawing.Size(624, 25);
     this.toolStrip.TabIndex     = 12;
     this.toolStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip_ItemClicked);
     //
     // toolStripButtonOpenDatabase
     //
     this.toolStripButtonOpenDatabase.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonOpenDatabase.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonOpenDatabase.Image")));
     this.toolStripButtonOpenDatabase.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonOpenDatabase.Name = "toolStripButtonOpenDatabase";
     this.toolStripButtonOpenDatabase.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonOpenDatabase.Text = "Open database";
     //
     // toolStripButtonTableProperties
     //
     this.toolStripButtonTableProperties.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonTableProperties.Enabled               = false;
     this.toolStripButtonTableProperties.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonTableProperties.Image")));
     this.toolStripButtonTableProperties.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonTableProperties.Name = "toolStripButtonTableProperties";
     this.toolStripButtonTableProperties.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonTableProperties.Text = "Entity properties";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonSelectEverything
     //
     this.toolStripButtonSelectEverything.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonSelectEverything.Enabled               = false;
     this.toolStripButtonSelectEverything.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSelectEverything.Image")));
     this.toolStripButtonSelectEverything.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSelectEverything.Name        = "toolStripButtonSelectEverything";
     this.toolStripButtonSelectEverything.Size        = new System.Drawing.Size(23, 22);
     this.toolStripButtonSelectEverything.Text        = "Select everything";
     this.toolStripButtonSelectEverything.ToolTipText = "Selects all the entities";
     //
     // toolStripButtonGenerateMapping
     //
     this.toolStripButtonGenerateMapping.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonGenerateMapping.Enabled               = false;
     this.toolStripButtonGenerateMapping.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonGenerateMapping.Image")));
     this.toolStripButtonGenerateMapping.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonGenerateMapping.Name = "toolStripButtonGenerateMapping";
     this.toolStripButtonGenerateMapping.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonGenerateMapping.Text = "Generate mapping file(s)";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonExit
     //
     this.toolStripButtonExit.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonExit.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonExit.Image")));
     this.toolStripButtonExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonExit.Name = "toolStripButtonExit";
     this.toolStripButtonExit.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonExit.Text = "toolStripButton2";
     //
     // BottomToolStripPanel
     //
     this.BottomToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.BottomToolStripPanel.Name        = "BottomToolStripPanel";
     this.BottomToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.BottomToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(0);
     this.BottomToolStripPanel.Size        = new System.Drawing.Size(0, 0);
     //
     // TopToolStripPanel
     //
     this.TopToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.TopToolStripPanel.Name        = "TopToolStripPanel";
     this.TopToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.TopToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(0);
     this.TopToolStripPanel.Size        = new System.Drawing.Size(0, 0);
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.databaseToolStripMenuItem, this.generateToolStripMenuItem, this.helpToolStripMenuItem });
     this.menuStrip.Location         = new System.Drawing.Point(0, 0);
     this.menuStrip.Name             = "menuStrip";
     this.menuStrip.ShowItemToolTips = true;
     this.menuStrip.Size             = new System.Drawing.Size(624, 24);
     this.menuStrip.TabIndex         = 13;
     this.menuStrip.Text             = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemExit });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // menuItemExit
     //
     this.menuItemExit.Name         = "menuItemExit";
     this.menuItemExit.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.menuItemExit.Size         = new System.Drawing.Size(143, 22);
     this.menuItemExit.Text         = "Exit";
     this.menuItemExit.Click       += new System.EventHandler(this.menuExit_Click);
     //
     // databaseToolStripMenuItem
     //
     this.databaseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemConnect, this.toolStripSeparator1, this.menuItemTableProperties });
     this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem";
     this.databaseToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
     this.databaseToolStripMenuItem.Text = "&Database";
     //
     // menuItemConnect
     //
     this.menuItemConnect.Name         = "menuItemConnect";
     this.menuItemConnect.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C)));
     this.menuItemConnect.Size         = new System.Drawing.Size(194, 22);
     this.menuItemConnect.Text         = "Connect";
     this.menuItemConnect.Click       += new System.EventHandler(this.menuConnect_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(191, 6);
     //
     // menuItemTableProperties
     //
     this.menuItemTableProperties.Name         = "menuItemTableProperties";
     this.menuItemTableProperties.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.T)));
     this.menuItemTableProperties.Size         = new System.Drawing.Size(194, 22);
     this.menuItemTableProperties.Text         = "TableProperties";
     this.menuItemTableProperties.Click       += new System.EventHandler(this.menuTableProperties_Click);
     //
     // generateToolStripMenuItem
     //
     this.generateToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemGenerateMappingFiles, this.toolStripSeparator2, this.AspnetCodeGenerationToolStripMenuItem });
     this.generateToolStripMenuItem.Name = "generateToolStripMenuItem";
     this.generateToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
     this.generateToolStripMenuItem.Text = "Generate";
     //
     // menuItemGenerateMappingFiles
     //
     this.menuItemGenerateMappingFiles.Name         = "menuItemGenerateMappingFiles";
     this.menuItemGenerateMappingFiles.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.M)));
     this.menuItemGenerateMappingFiles.Size         = new System.Drawing.Size(231, 22);
     this.menuItemGenerateMappingFiles.Text         = "Generate mapping files";
     this.menuItemGenerateMappingFiles.Click       += new System.EventHandler(this.menuItemGenerateMappingFiles_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(228, 6);
     //
     // AspnetCodeGenerationToolStripMenuItem
     //
     this.AspnetCodeGenerationToolStripMenuItem.Name   = "AspnetCodeGenerationToolStripMenuItem";
     this.AspnetCodeGenerationToolStripMenuItem.Size   = new System.Drawing.Size(231, 22);
     this.AspnetCodeGenerationToolStripMenuItem.Text   = "ASP.NET code generation";
     this.AspnetCodeGenerationToolStripMenuItem.Click += new System.EventHandler(this.AspnetCodeGenerationToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menuItemAbout });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // menuItemAbout
     //
     this.menuItemAbout.Name   = "menuItemAbout";
     this.menuItemAbout.Size   = new System.Drawing.Size(114, 22);
     this.menuItemAbout.Text   = "About";
     this.menuItemAbout.Click += new System.EventHandler(this.menuAbout_Click);
     //
     // RightToolStripPanel
     //
     this.RightToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.RightToolStripPanel.Name        = "RightToolStripPanel";
     this.RightToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.RightToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(0);
     this.RightToolStripPanel.Size        = new System.Drawing.Size(0, 0);
     //
     // LeftToolStripPanel
     //
     this.LeftToolStripPanel.Location    = new System.Drawing.Point(0, 0);
     this.LeftToolStripPanel.Name        = "LeftToolStripPanel";
     this.LeftToolStripPanel.Orientation = System.Windows.Forms.Orientation.Horizontal;
     this.LeftToolStripPanel.RowMargin   = new System.Windows.Forms.Padding(0);
     this.LeftToolStripPanel.Size        = new System.Drawing.Size(0, 0);
     //
     // ContentPanel
     //
     this.ContentPanel.Size = new System.Drawing.Size(200, 100);
     //
     // MainWindow
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(624, 442);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.listView);
     this.Controls.Add(this.toolStrip);
     this.Controls.Add(this.menuStrip);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip;
     this.Name          = "MainWindow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "DataBlock Modeler";
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelSecond)).EndInit();
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #3
0
 private PanelDesigner GetDesigner(ToolStripContentPanel panel)
 {
     return(this.designerHost.GetDesigner(panel) as PanelDesigner);
 }
コード例 #4
0
        private void InitializeComponent()
        {
            ComponentResourceManager componentResourceManager = new ComponentResourceManager(typeof(FormDataOpera));

            this.BottomToolStripPanel = new ToolStripPanel();
            this.TopToolStripPanel    = new ToolStripPanel();
            this.RightToolStripPanel  = new ToolStripPanel();
            this.LeftToolStripPanel   = new ToolStripPanel();
            this.ContentPanel         = new ToolStripContentPanel();
            this.openFileDialog1      = new OpenFileDialog();
            this.toolStrip1           = new ToolStrip();
            this.toolStripLabel4      = new ToolStripLabel();
            this.toolStripTextBox1    = new ToolStripTextBox();
            this.toolStripButton2     = new ToolStripButton();
            this.toolStripSeparator2  = new ToolStripSeparator();
            this.splitContainer1      = new SplitContainer();
            this.toolStrip1.SuspendLayout();
            ((ISupportInitialize)this.splitContainer1).BeginInit();
            this.splitContainer1.SuspendLayout();
            base.SuspendLayout();
            this.BottomToolStripPanel.Location    = new Point(0, 0);
            this.BottomToolStripPanel.Name        = "BottomToolStripPanel";
            this.BottomToolStripPanel.Orientation = Orientation.Horizontal;
            this.BottomToolStripPanel.RowMargin   = new Padding(3, 0, 0, 0);
            this.BottomToolStripPanel.Size        = new Size(0, 0);
            this.TopToolStripPanel.Location       = new Point(0, 0);
            this.TopToolStripPanel.Name           = "TopToolStripPanel";
            this.TopToolStripPanel.Orientation    = Orientation.Horizontal;
            this.TopToolStripPanel.RowMargin      = new Padding(3, 0, 0, 0);
            this.TopToolStripPanel.Size           = new Size(0, 0);
            this.RightToolStripPanel.Location     = new Point(0, 0);
            this.RightToolStripPanel.Name         = "RightToolStripPanel";
            this.RightToolStripPanel.Orientation  = Orientation.Horizontal;
            this.RightToolStripPanel.RowMargin    = new Padding(3, 0, 0, 0);
            this.RightToolStripPanel.Size         = new Size(0, 0);
            this.LeftToolStripPanel.Location      = new Point(0, 0);
            this.LeftToolStripPanel.Name          = "LeftToolStripPanel";
            this.LeftToolStripPanel.Orientation   = Orientation.Horizontal;
            this.LeftToolStripPanel.RowMargin     = new Padding(3, 0, 0, 0);
            this.LeftToolStripPanel.Size          = new Size(0, 0);
            this.ContentPanel.Size        = new Size(710, 402);
            this.openFileDialog1.FileName = "openFileDialog1";
            this.openFileDialog1.Filter   = "*.xml|*.xml";
            this.toolStrip1.CanOverflow   = false;
            this.toolStrip1.Items.AddRange(new ToolStripItem[]
            {
                this.toolStripLabel4,
                this.toolStripTextBox1,
                this.toolStripButton2,
                this.toolStripSeparator2
            });
            this.toolStrip1.LayoutStyle                 = ToolStripLayoutStyle.HorizontalStackWithOverflow;
            this.toolStrip1.Location                    = new Point(0, 0);
            this.toolStrip1.Name                        = "toolStrip1";
            this.toolStrip1.Size                        = new Size(558, 25);
            this.toolStrip1.TabIndex                    = 4;
            this.toolStripLabel4.Name                   = "toolStripLabel4";
            this.toolStripLabel4.Size                   = new Size(41, 22);
            this.toolStripLabel4.Text                   = "数据库";
            this.toolStripTextBox1.Name                 = "toolStripTextBox1";
            this.toolStripTextBox1.Size                 = new Size(400, 25);
            this.toolStripButton2.DisplayStyle          = ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image                 = (Image)componentResourceManager.GetObject("toolStripButton2.Image");
            this.toolStripButton2.ImageTransparentColor = Color.Magenta;
            this.toolStripButton2.Name                  = "toolStripButton2";
            this.toolStripButton2.Size                  = new Size(23, 22);
            this.toolStripButton2.Text                  = "删除";
            this.toolStripButton2.Click                += new EventHandler(this.ToolStripButton2Click);
            this.toolStripSeparator2.Name               = "toolStripSeparator2";
            this.toolStripSeparator2.Size               = new Size(6, 25);
            this.splitContainer1.Cursor                 = Cursors.Default;
            this.splitContainer1.Dock                   = DockStyle.Fill;
            this.splitContainer1.FixedPanel             = FixedPanel.Panel1;
            this.splitContainer1.Location               = new Point(0, 25);
            this.splitContainer1.Name                   = "splitContainer1";
            this.splitContainer1.Panel1MinSize          = 0;
            this.splitContainer1.Panel2MinSize          = 0;
            this.splitContainer1.Size                   = new Size(558, 329);
            this.splitContainer1.SplitterDistance       = 213;
            this.splitContainer1.SplitterWidth          = 2;
            this.splitContainer1.TabIndex               = 5;
            base.AutoScaleDimensions                    = new SizeF(6f, 12f);

            this.BackColor  = Color.FromArgb(239, 237, 226);
            base.ClientSize = new Size(558, 354);
            base.Controls.Add(this.splitContainer1);
            base.Controls.Add(this.toolStrip1);
            this.Font          = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 134);
            base.Name          = "DataOpera";
            base.StartPosition = FormStartPosition.CenterScreen;
            this.Text          = "数据查询";
            base.WindowState   = FormWindowState.Maximized;
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((ISupportInitialize)this.splitContainer1).EndInit();
            this.splitContainer1.ResumeLayout(false);
            base.ResumeLayout(false);
            base.PerformLayout();
        }