namespace IndianHealthService.BMXNet.Tools.SchemaBuilder { partial class SchemaBuilderWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SchemaBuilderWindow)); this.mnuMain = new System.Windows.Forms.MainMenu(this.components); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.changeRpmsLogin = new System.Windows.Forms.MenuItem(); this.menuItem4 = new System.Windows.Forms.MenuItem(); this.mnuFileOpenSchema = new System.Windows.Forms.MenuItem(); this.mnuFileNewSchema = new System.Windows.Forms.MenuItem(); this.mnuFileSave = new System.Windows.Forms.MenuItem(); this.mnuFileSaveAs = new System.Windows.Forms.MenuItem(); this.menuItem9 = new System.Windows.Forms.MenuItem(); this.mnuFileExit = new System.Windows.Forms.MenuItem(); this.menuItem12 = new System.Windows.Forms.MenuItem(); this.mnuViewFiles = new System.Windows.Forms.MenuItem(); this.mnuViewStatusBar = new System.Windows.Forms.MenuItem(); this.menuItem11 = new System.Windows.Forms.MenuItem(); this.mnuHelpAbout = new System.Windows.Forms.MenuItem(); this.pnlField = new System.Windows.Forms.Panel(); this.grdFieldList = new System.Windows.Forms.DataGrid(); this.tvFile = new System.Windows.Forms.TreeView(); this.mnuTreeNode = new System.Windows.Forms.ContextMenu(); this.mnuSetSchemaFile = new System.Windows.Forms.MenuItem(); this.spltFileField = new System.Windows.Forms.Splitter(); this.pnlFile = new System.Windows.Forms.Panel(); this.lblTreeView = new System.Windows.Forms.Label(); this.pnlFieldGrid = new System.Windows.Forms.Panel(); this.ugrdSchemaFields = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.pnlMain = new System.Windows.Forms.Panel(); this.statusBar1 = new System.Windows.Forms.StatusBar(); this.pnlStatusBar = new System.Windows.Forms.Panel(); this.spltHorizontal = new System.Windows.Forms.Splitter(); this.pnlFileField = new System.Windows.Forms.Panel(); this.pnlField.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.grdFieldList)).BeginInit(); this.pnlFile.SuspendLayout(); this.pnlFieldGrid.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ugrdSchemaFields)).BeginInit(); this.pnlMain.SuspendLayout(); this.pnlStatusBar.SuspendLayout(); this.pnlFileField.SuspendLayout(); this.SuspendLayout(); // // mnuMain // this.mnuMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.menuItem1, this.menuItem12, this.menuItem11}); // // menuItem1 // this.menuItem1.Index = 0; this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.changeRpmsLogin, this.menuItem4, this.mnuFileOpenSchema, this.mnuFileNewSchema, this.mnuFileSave, this.mnuFileSaveAs, this.menuItem9, this.mnuFileExit}); this.menuItem1.Text = "&File"; // // changeRpmsLogin // this.changeRpmsLogin.DefaultItem = true; this.changeRpmsLogin.Index = 0; this.changeRpmsLogin.Text = "Change RPMS &Login"; this.changeRpmsLogin.Click += new System.EventHandler(this.changeRpmsLogin_Click); // // menuItem4 // this.menuItem4.Index = 1; this.menuItem4.Text = "-"; // // mnuFileOpenSchema // this.mnuFileOpenSchema.Index = 2; this.mnuFileOpenSchema.Text = "&Open Schema..."; this.mnuFileOpenSchema.Click += new System.EventHandler(this.mnuFileOpenSchema_Click); // // mnuFileNewSchema // this.mnuFileNewSchema.Index = 3; this.mnuFileNewSchema.Text = "&New Schema..."; this.mnuFileNewSchema.Click += new System.EventHandler(this.mnuFileNewSchema_Click); // // mnuFileSave // this.mnuFileSave.Index = 4; this.mnuFileSave.Text = "&Save"; this.mnuFileSave.Click += new System.EventHandler(this.mnuFileSave_Click); // // mnuFileSaveAs // this.mnuFileSaveAs.Index = 5; this.mnuFileSaveAs.Text = "Save &As"; this.mnuFileSaveAs.Click += new System.EventHandler(this.mnuFileSave_Click); // // menuItem9 // this.menuItem9.Index = 6; this.menuItem9.Text = "-"; // // mnuFileExit // this.mnuFileExit.Index = 7; this.mnuFileExit.Text = "E&xit"; this.mnuFileExit.Click += new System.EventHandler(this.mnuFileExit_Click); // // menuItem12 // this.menuItem12.Index = 1; this.menuItem12.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuViewFiles, this.mnuViewStatusBar}); this.menuItem12.Text = "&View"; // // mnuViewFiles // this.mnuViewFiles.Checked = true; this.mnuViewFiles.Index = 0; this.mnuViewFiles.Text = "&File and Fields"; this.mnuViewFiles.Click += new System.EventHandler(this.mnuViewFiles_Click); // // mnuViewStatusBar // this.mnuViewStatusBar.Checked = true; this.mnuViewStatusBar.Index = 1; this.mnuViewStatusBar.Text = "&Status bar"; this.mnuViewStatusBar.Click += new System.EventHandler(this.mnuViewStatusBar_Click); // // menuItem11 // this.menuItem11.Index = 2; this.menuItem11.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuHelpAbout}); this.menuItem11.Text = "&Help"; // // mnuHelpAbout // this.mnuHelpAbout.Index = 0; this.mnuHelpAbout.Text = "&About"; this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click); // // pnlField // this.pnlField.Controls.Add(this.grdFieldList); this.pnlField.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlField.Location = new System.Drawing.Point(255, 0); this.pnlField.Name = "pnlField"; this.pnlField.Size = new System.Drawing.Size(547, 300); this.pnlField.TabIndex = 3; // // grdFieldList // this.grdFieldList.AccessibleName = "DataGrid"; this.grdFieldList.AccessibleRole = System.Windows.Forms.AccessibleRole.Table; this.grdFieldList.CaptionBackColor = System.Drawing.SystemColors.Control; this.grdFieldList.CaptionForeColor = System.Drawing.SystemColors.ControlText; this.grdFieldList.CaptionText = "Fields:"; this.grdFieldList.DataMember = ""; this.grdFieldList.Dock = System.Windows.Forms.DockStyle.Fill; this.grdFieldList.HeaderForeColor = System.Drawing.SystemColors.ControlText; this.grdFieldList.ImeMode = System.Windows.Forms.ImeMode.NoControl; this.grdFieldList.Location = new System.Drawing.Point(0, 0); this.grdFieldList.Name = "grdFieldList"; this.grdFieldList.ReadOnly = true; this.grdFieldList.Size = new System.Drawing.Size(547, 300); this.grdFieldList.TabIndex = 0; this.grdFieldList.MouseUp += new System.Windows.Forms.MouseEventHandler(this.grdFieldList_MouseUp); this.grdFieldList.MouseMove += new System.Windows.Forms.MouseEventHandler(this.grdFieldList_MouseMove); this.grdFieldList.MouseDown += new System.Windows.Forms.MouseEventHandler(this.grdFieldList_MouseDown); // // tvFile // this.tvFile.ContextMenu = this.mnuTreeNode; this.tvFile.Dock = System.Windows.Forms.DockStyle.Fill; this.tvFile.Location = new System.Drawing.Point(0, 16); this.tvFile.Name = "tvFile"; this.tvFile.Size = new System.Drawing.Size(250, 284); this.tvFile.TabIndex = 0; this.tvFile.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvFile_BeforeExpand); this.tvFile.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvFile_AfterSelect); // // mnuTreeNode // this.mnuTreeNode.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuSetSchemaFile}); // // mnuSetSchemaFile // this.mnuSetSchemaFile.Index = 0; this.mnuSetSchemaFile.Text = "Set Schema File"; // // spltFileField // this.spltFileField.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.spltFileField.Location = new System.Drawing.Point(250, 0); this.spltFileField.Name = "spltFileField"; this.spltFileField.Size = new System.Drawing.Size(5, 300); this.spltFileField.TabIndex = 2; this.spltFileField.TabStop = false; // // pnlFile // this.pnlFile.Controls.Add(this.tvFile); this.pnlFile.Controls.Add(this.lblTreeView); this.pnlFile.Dock = System.Windows.Forms.DockStyle.Left; this.pnlFile.Location = new System.Drawing.Point(0, 0); this.pnlFile.Name = "pnlFile"; this.pnlFile.Size = new System.Drawing.Size(250, 300); this.pnlFile.TabIndex = 1; // // lblTreeView // this.lblTreeView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblTreeView.Dock = System.Windows.Forms.DockStyle.Top; this.lblTreeView.Location = new System.Drawing.Point(0, 0); this.lblTreeView.Name = "lblTreeView"; this.lblTreeView.Size = new System.Drawing.Size(250, 16); this.lblTreeView.TabIndex = 1; this.lblTreeView.Text = "FileMan File:"; // // pnlFieldGrid // this.pnlFieldGrid.Controls.Add(this.ugrdSchemaFields); this.pnlFieldGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlFieldGrid.Location = new System.Drawing.Point(0, 0); this.pnlFieldGrid.Name = "pnlFieldGrid"; this.pnlFieldGrid.Size = new System.Drawing.Size(802, 257); this.pnlFieldGrid.TabIndex = 2; // // ugrdSchemaFields // this.ugrdSchemaFields.AllowDrop = true; this.ugrdSchemaFields.Cursor = System.Windows.Forms.Cursors.Default; this.ugrdSchemaFields.Dock = System.Windows.Forms.DockStyle.Fill; this.ugrdSchemaFields.Location = new System.Drawing.Point(0, 0); this.ugrdSchemaFields.Name = "ugrdSchemaFields"; this.ugrdSchemaFields.Size = new System.Drawing.Size(802, 257); this.ugrdSchemaFields.TabIndex = 1; this.ugrdSchemaFields.Text = "Schema File:"; this.ugrdSchemaFields.InitializeLayout += new Infragistics.Win.UltraWinGrid.InitializeLayoutEventHandler(this.ugrdSchemaFields_InitializeLayout); this.ugrdSchemaFields.DragDrop += new System.Windows.Forms.DragEventHandler(this.ugrdSchemaFields_DragDrop); this.ugrdSchemaFields.DragEnter += new System.Windows.Forms.DragEventHandler(this.ugrdSchemaFields_DragEnter); // // pnlMain // this.pnlMain.AutoScroll = true; this.pnlMain.Controls.Add(this.pnlFieldGrid); this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill; this.pnlMain.Location = new System.Drawing.Point(0, 305); this.pnlMain.Name = "pnlMain"; this.pnlMain.Size = new System.Drawing.Size(802, 257); this.pnlMain.TabIndex = 7; // // statusBar1 // this.statusBar1.Dock = System.Windows.Forms.DockStyle.Fill; this.statusBar1.Location = new System.Drawing.Point(0, 0); this.statusBar1.Name = "statusBar1"; this.statusBar1.Size = new System.Drawing.Size(802, 24); this.statusBar1.TabIndex = 0; this.statusBar1.Text = "statusBar1"; // // pnlStatusBar // this.pnlStatusBar.Controls.Add(this.statusBar1); this.pnlStatusBar.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnlStatusBar.Location = new System.Drawing.Point(0, 562); this.pnlStatusBar.Name = "pnlStatusBar"; this.pnlStatusBar.Size = new System.Drawing.Size(802, 24); this.pnlStatusBar.TabIndex = 6; // // spltHorizontal // this.spltHorizontal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.spltHorizontal.Dock = System.Windows.Forms.DockStyle.Top; this.spltHorizontal.Location = new System.Drawing.Point(0, 300); this.spltHorizontal.Name = "spltHorizontal"; this.spltHorizontal.Size = new System.Drawing.Size(802, 5); this.spltHorizontal.TabIndex = 5; this.spltHorizontal.TabStop = false; // // pnlFileField // this.pnlFileField.Controls.Add(this.pnlField); this.pnlFileField.Controls.Add(this.spltFileField); this.pnlFileField.Controls.Add(this.pnlFile); this.pnlFileField.Dock = System.Windows.Forms.DockStyle.Top; this.pnlFileField.Location = new System.Drawing.Point(0, 0); this.pnlFileField.Name = "pnlFileField"; this.pnlFileField.Size = new System.Drawing.Size(802, 300); this.pnlFileField.TabIndex = 4; this.pnlFileField.DragDrop += new System.Windows.Forms.DragEventHandler(this.ugrdSchemaFields_DragDrop); this.pnlFileField.DragEnter += new System.Windows.Forms.DragEventHandler(this.ugrdSchemaFields_DragEnter); // // SchemaBuilderWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(802, 586); this.Controls.Add(this.pnlMain); this.Controls.Add(this.pnlStatusBar); this.Controls.Add(this.spltHorizontal); this.Controls.Add(this.pnlFileField); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Menu = this.mnuMain; this.Name = "SchemaBuilderWindow"; this.Text = "Schema Builder"; this.Load += new System.EventHandler(this.frmMain_Load); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SchemaBuilderWindow_FormClosed); this.pnlField.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.grdFieldList)).EndInit(); this.pnlFile.ResumeLayout(false); this.pnlFieldGrid.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ugrdSchemaFields)).EndInit(); this.pnlMain.ResumeLayout(false); this.pnlStatusBar.ResumeLayout(false); this.pnlFileField.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.MainMenu mnuMain; private System.Windows.Forms.MenuItem menuItem1; private System.Windows.Forms.MenuItem changeRpmsLogin; private System.Windows.Forms.MenuItem menuItem4; private System.Windows.Forms.MenuItem mnuFileOpenSchema; private System.Windows.Forms.MenuItem mnuFileNewSchema; private System.Windows.Forms.MenuItem mnuFileSave; private System.Windows.Forms.MenuItem mnuFileSaveAs; private System.Windows.Forms.MenuItem menuItem9; private System.Windows.Forms.MenuItem mnuFileExit; private System.Windows.Forms.MenuItem menuItem12; private System.Windows.Forms.MenuItem mnuViewFiles; private System.Windows.Forms.MenuItem mnuViewStatusBar; private System.Windows.Forms.MenuItem menuItem11; private System.Windows.Forms.MenuItem mnuHelpAbout; private System.Windows.Forms.Panel pnlField; private System.Windows.Forms.DataGrid grdFieldList; private System.Windows.Forms.TreeView tvFile; private System.Windows.Forms.ContextMenu mnuTreeNode; private System.Windows.Forms.MenuItem mnuSetSchemaFile; private System.Windows.Forms.Splitter spltFileField; private System.Windows.Forms.Panel pnlFile; private System.Windows.Forms.Label lblTreeView; private System.Windows.Forms.Panel pnlFieldGrid; private Infragistics.Win.UltraWinGrid.UltraGrid ugrdSchemaFields; private System.Windows.Forms.Panel pnlMain; private System.Windows.Forms.StatusBar statusBar1; private System.Windows.Forms.Panel pnlStatusBar; private System.Windows.Forms.Splitter spltHorizontal; private System.Windows.Forms.Panel pnlFileField; } }